aws-sdk-transfer 1.82.0 → 1.83.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-transfer/client.rb +2 -2
- data/lib/aws-sdk-transfer/client_api.rb +190 -190
- data/lib/aws-sdk-transfer/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-transfer/types.rb +2 -2
- data/lib/aws-sdk-transfer/waiters.rb +12 -12
- data/lib/aws-sdk-transfer.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: feb68e88f1f47eb13e3073f521d9e259d0784edda7cc3d1fa85eb1e1cf57e98a
|
|
4
|
+
data.tar.gz: 2c6d9bed1321b215320865462d466f612769b5f9aad736381cd64890dd93c478
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 064f2a13a4bcc13560091cc5ba753635aaf4a8f3f376b3730f751edb6586d3a49dd66d77ecc37e505851f6ace42763d300cdcb27dd660f5374c392ec60245208
|
|
7
|
+
data.tar.gz: 6f58d5ea97d8299619dc0faaf543a606202707fdda2bc776fdb72d18f381be793c170486763ba122dfff93e768a10dd5bc379879348872073cd90b0db851b984
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.83.0 (2023-10-26)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged.
|
|
8
|
+
|
|
4
9
|
1.82.0 (2023-10-16)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.83.0
|
|
@@ -1156,7 +1156,7 @@ module Aws::Transfer
|
|
|
1156
1156
|
# sftp_authentication_methods: "PASSWORD", # accepts PASSWORD, PUBLIC_KEY, PUBLIC_KEY_OR_PASSWORD, PUBLIC_KEY_AND_PASSWORD
|
|
1157
1157
|
# },
|
|
1158
1158
|
# identity_provider_type: "SERVICE_MANAGED", # accepts SERVICE_MANAGED, API_GATEWAY, AWS_DIRECTORY_SERVICE, AWS_LAMBDA
|
|
1159
|
-
# logging_role: "
|
|
1159
|
+
# logging_role: "NullableRole",
|
|
1160
1160
|
# post_authentication_login_banner: "PostAuthenticationLoginBanner",
|
|
1161
1161
|
# pre_authentication_login_banner: "PreAuthenticationLoginBanner",
|
|
1162
1162
|
# protocols: ["SFTP"], # accepts SFTP, FTP, FTPS, AS2
|
|
@@ -4630,7 +4630,7 @@ module Aws::Transfer
|
|
|
4630
4630
|
params: params,
|
|
4631
4631
|
config: config)
|
|
4632
4632
|
context[:gem_name] = 'aws-sdk-transfer'
|
|
4633
|
-
context[:gem_version] = '1.
|
|
4633
|
+
context[:gem_version] = '1.83.0'
|
|
4634
4634
|
Seahorse::Client::Request.new(handlers, context)
|
|
4635
4635
|
end
|
|
4636
4636
|
|
|
@@ -404,7 +404,7 @@ module Aws::Transfer
|
|
|
404
404
|
CreateServerRequest.add_member(:host_key, Shapes::ShapeRef.new(shape: HostKey, location_name: "HostKey"))
|
|
405
405
|
CreateServerRequest.add_member(:identity_provider_details, Shapes::ShapeRef.new(shape: IdentityProviderDetails, location_name: "IdentityProviderDetails"))
|
|
406
406
|
CreateServerRequest.add_member(:identity_provider_type, Shapes::ShapeRef.new(shape: IdentityProviderType, location_name: "IdentityProviderType"))
|
|
407
|
-
CreateServerRequest.add_member(:logging_role, Shapes::ShapeRef.new(shape:
|
|
407
|
+
CreateServerRequest.add_member(:logging_role, Shapes::ShapeRef.new(shape: NullableRole, location_name: "LoggingRole"))
|
|
408
408
|
CreateServerRequest.add_member(:post_authentication_login_banner, Shapes::ShapeRef.new(shape: PostAuthenticationLoginBanner, location_name: "PostAuthenticationLoginBanner"))
|
|
409
409
|
CreateServerRequest.add_member(:pre_authentication_login_banner, Shapes::ShapeRef.new(shape: PreAuthenticationLoginBanner, location_name: "PreAuthenticationLoginBanner"))
|
|
410
410
|
CreateServerRequest.add_member(:protocols, Shapes::ShapeRef.new(shape: Protocols, location_name: "Protocols"))
|
|
@@ -661,7 +661,7 @@ module Aws::Transfer
|
|
|
661
661
|
DescribedServer.add_member(:host_key_fingerprint, Shapes::ShapeRef.new(shape: HostKeyFingerprint, location_name: "HostKeyFingerprint"))
|
|
662
662
|
DescribedServer.add_member(:identity_provider_details, Shapes::ShapeRef.new(shape: IdentityProviderDetails, location_name: "IdentityProviderDetails"))
|
|
663
663
|
DescribedServer.add_member(:identity_provider_type, Shapes::ShapeRef.new(shape: IdentityProviderType, location_name: "IdentityProviderType"))
|
|
664
|
-
DescribedServer.add_member(:logging_role, Shapes::ShapeRef.new(shape:
|
|
664
|
+
DescribedServer.add_member(:logging_role, Shapes::ShapeRef.new(shape: NullableRole, location_name: "LoggingRole"))
|
|
665
665
|
DescribedServer.add_member(:post_authentication_login_banner, Shapes::ShapeRef.new(shape: PostAuthenticationLoginBanner, location_name: "PostAuthenticationLoginBanner"))
|
|
666
666
|
DescribedServer.add_member(:pre_authentication_login_banner, Shapes::ShapeRef.new(shape: PreAuthenticationLoginBanner, location_name: "PreAuthenticationLoginBanner"))
|
|
667
667
|
DescribedServer.add_member(:protocols, Shapes::ShapeRef.new(shape: Protocols, location_name: "Protocols"))
|
|
@@ -1278,11 +1278,11 @@ module Aws::Transfer
|
|
|
1278
1278
|
o.http_request_uri = "/"
|
|
1279
1279
|
o.input = Shapes::ShapeRef.new(shape: CreateAccessRequest)
|
|
1280
1280
|
o.output = Shapes::ShapeRef.new(shape: CreateAccessResponse)
|
|
1281
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1282
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1281
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1283
1282
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1283
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1284
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1284
1285
|
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
|
1285
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1286
1286
|
end)
|
|
1287
1287
|
|
|
1288
1288
|
api.add_operation(:create_agreement, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1291,12 +1291,12 @@ module Aws::Transfer
|
|
|
1291
1291
|
o.http_request_uri = "/"
|
|
1292
1292
|
o.input = Shapes::ShapeRef.new(shape: CreateAgreementRequest)
|
|
1293
1293
|
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
1294
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1295
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1299
1296
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1297
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1298
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1299
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
|
1300
1300
|
end)
|
|
1301
1301
|
|
|
1302
1302
|
api.add_operation(:create_connector, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1305,12 +1305,12 @@ module Aws::Transfer
|
|
|
1305
1305
|
o.http_request_uri = "/"
|
|
1306
1306
|
o.input = Shapes::ShapeRef.new(shape: CreateConnectorRequest)
|
|
1307
1307
|
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
1308
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1309
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1313
1310
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1311
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1312
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1313
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
|
1314
1314
|
end)
|
|
1315
1315
|
|
|
1316
1316
|
api.add_operation(:create_profile, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1319,11 +1319,11 @@ module Aws::Transfer
|
|
|
1319
1319
|
o.http_request_uri = "/"
|
|
1320
1320
|
o.input = Shapes::ShapeRef.new(shape: CreateProfileRequest)
|
|
1321
1321
|
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
1322
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1323
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1326
1324
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1325
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1326
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1327
1327
|
end)
|
|
1328
1328
|
|
|
1329
1329
|
api.add_operation(:create_server, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1332,13 +1332,13 @@ module Aws::Transfer
|
|
|
1332
1332
|
o.http_request_uri = "/"
|
|
1333
1333
|
o.input = Shapes::ShapeRef.new(shape: CreateServerRequest)
|
|
1334
1334
|
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
1335
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1336
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1341
1337
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1338
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1339
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1340
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
|
1341
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1342
1342
|
end)
|
|
1343
1343
|
|
|
1344
1344
|
api.add_operation(:create_user, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1347,11 +1347,11 @@ module Aws::Transfer
|
|
|
1347
1347
|
o.http_request_uri = "/"
|
|
1348
1348
|
o.input = Shapes::ShapeRef.new(shape: CreateUserRequest)
|
|
1349
1349
|
o.output = Shapes::ShapeRef.new(shape: CreateUserResponse)
|
|
1350
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1351
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1350
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1352
1351
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1352
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1353
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1353
1354
|
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
|
1354
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1355
1355
|
end)
|
|
1356
1356
|
|
|
1357
1357
|
api.add_operation(:create_workflow, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1360,12 +1360,12 @@ module Aws::Transfer
|
|
|
1360
1360
|
o.http_request_uri = "/"
|
|
1361
1361
|
o.input = Shapes::ShapeRef.new(shape: CreateWorkflowRequest)
|
|
1362
1362
|
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
1363
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1367
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
|
1368
1364
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1365
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1366
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1367
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
|
1368
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1369
1369
|
end)
|
|
1370
1370
|
|
|
1371
1371
|
api.add_operation(:delete_access, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1374,10 +1374,10 @@ module Aws::Transfer
|
|
|
1374
1374
|
o.http_request_uri = "/"
|
|
1375
1375
|
o.input = Shapes::ShapeRef.new(shape: DeleteAccessRequest)
|
|
1376
1376
|
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
1377
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1378
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1379
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1380
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1381
1381
|
end)
|
|
1382
1382
|
|
|
1383
1383
|
api.add_operation(:delete_agreement, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1386,10 +1386,10 @@ module Aws::Transfer
|
|
|
1386
1386
|
o.http_request_uri = "/"
|
|
1387
1387
|
o.input = Shapes::ShapeRef.new(shape: DeleteAgreementRequest)
|
|
1388
1388
|
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
1389
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1390
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1391
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1392
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1393
1393
|
end)
|
|
1394
1394
|
|
|
1395
1395
|
api.add_operation(:delete_certificate, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1398,10 +1398,10 @@ module Aws::Transfer
|
|
|
1398
1398
|
o.http_request_uri = "/"
|
|
1399
1399
|
o.input = Shapes::ShapeRef.new(shape: DeleteCertificateRequest)
|
|
1400
1400
|
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
1401
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1402
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1403
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1404
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1405
1405
|
end)
|
|
1406
1406
|
|
|
1407
1407
|
api.add_operation(:delete_connector, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1410,10 +1410,10 @@ module Aws::Transfer
|
|
|
1410
1410
|
o.http_request_uri = "/"
|
|
1411
1411
|
o.input = Shapes::ShapeRef.new(shape: DeleteConnectorRequest)
|
|
1412
1412
|
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
1413
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1414
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1415
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1416
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1417
1417
|
end)
|
|
1418
1418
|
|
|
1419
1419
|
api.add_operation(:delete_host_key, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1422,11 +1422,11 @@ module Aws::Transfer
|
|
|
1422
1422
|
o.http_request_uri = "/"
|
|
1423
1423
|
o.input = Shapes::ShapeRef.new(shape: DeleteHostKeyRequest)
|
|
1424
1424
|
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
1425
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1426
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1429
1427
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1428
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1429
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1430
1430
|
end)
|
|
1431
1431
|
|
|
1432
1432
|
api.add_operation(:delete_profile, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1435,10 +1435,10 @@ module Aws::Transfer
|
|
|
1435
1435
|
o.http_request_uri = "/"
|
|
1436
1436
|
o.input = Shapes::ShapeRef.new(shape: DeleteProfileRequest)
|
|
1437
1437
|
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
1438
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1439
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1440
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1441
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1442
1442
|
end)
|
|
1443
1443
|
|
|
1444
1444
|
api.add_operation(:delete_server, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1447,11 +1447,11 @@ module Aws::Transfer
|
|
|
1447
1447
|
o.http_request_uri = "/"
|
|
1448
1448
|
o.input = Shapes::ShapeRef.new(shape: DeleteServerRequest)
|
|
1449
1449
|
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
1450
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1451
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1452
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1453
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1454
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1455
1455
|
end)
|
|
1456
1456
|
|
|
1457
1457
|
api.add_operation(:delete_ssh_public_key, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1460,11 +1460,11 @@ module Aws::Transfer
|
|
|
1460
1460
|
o.http_request_uri = "/"
|
|
1461
1461
|
o.input = Shapes::ShapeRef.new(shape: DeleteSshPublicKeyRequest)
|
|
1462
1462
|
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
1463
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1464
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1467
1465
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1466
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1467
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1468
1468
|
end)
|
|
1469
1469
|
|
|
1470
1470
|
api.add_operation(:delete_user, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1473,10 +1473,10 @@ module Aws::Transfer
|
|
|
1473
1473
|
o.http_request_uri = "/"
|
|
1474
1474
|
o.input = Shapes::ShapeRef.new(shape: DeleteUserRequest)
|
|
1475
1475
|
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
1476
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1477
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1478
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1479
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1480
1480
|
end)
|
|
1481
1481
|
|
|
1482
1482
|
api.add_operation(:delete_workflow, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1485,11 +1485,11 @@ module Aws::Transfer
|
|
|
1485
1485
|
o.http_request_uri = "/"
|
|
1486
1486
|
o.input = Shapes::ShapeRef.new(shape: DeleteWorkflowRequest)
|
|
1487
1487
|
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
1488
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1489
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1490
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1491
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1492
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1493
1493
|
end)
|
|
1494
1494
|
|
|
1495
1495
|
api.add_operation(:describe_access, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1498,10 +1498,10 @@ module Aws::Transfer
|
|
|
1498
1498
|
o.http_request_uri = "/"
|
|
1499
1499
|
o.input = Shapes::ShapeRef.new(shape: DescribeAccessRequest)
|
|
1500
1500
|
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
1501
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1502
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1503
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1504
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1505
1505
|
end)
|
|
1506
1506
|
|
|
1507
1507
|
api.add_operation(:describe_agreement, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1510,10 +1510,10 @@ module Aws::Transfer
|
|
|
1510
1510
|
o.http_request_uri = "/"
|
|
1511
1511
|
o.input = Shapes::ShapeRef.new(shape: DescribeAgreementRequest)
|
|
1512
1512
|
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
1513
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1514
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1515
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1516
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1517
1517
|
end)
|
|
1518
1518
|
|
|
1519
1519
|
api.add_operation(:describe_certificate, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1522,10 +1522,10 @@ module Aws::Transfer
|
|
|
1522
1522
|
o.http_request_uri = "/"
|
|
1523
1523
|
o.input = Shapes::ShapeRef.new(shape: DescribeCertificateRequest)
|
|
1524
1524
|
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
1525
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1526
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1527
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1528
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1529
1529
|
end)
|
|
1530
1530
|
|
|
1531
1531
|
api.add_operation(:describe_connector, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1534,10 +1534,10 @@ module Aws::Transfer
|
|
|
1534
1534
|
o.http_request_uri = "/"
|
|
1535
1535
|
o.input = Shapes::ShapeRef.new(shape: DescribeConnectorRequest)
|
|
1536
1536
|
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
1537
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1538
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1539
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1540
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1541
1541
|
end)
|
|
1542
1542
|
|
|
1543
1543
|
api.add_operation(:describe_execution, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1546,10 +1546,10 @@ module Aws::Transfer
|
|
|
1546
1546
|
o.http_request_uri = "/"
|
|
1547
1547
|
o.input = Shapes::ShapeRef.new(shape: DescribeExecutionRequest)
|
|
1548
1548
|
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
1549
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1550
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1551
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1552
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1553
1553
|
end)
|
|
1554
1554
|
|
|
1555
1555
|
api.add_operation(:describe_host_key, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1558,10 +1558,10 @@ module Aws::Transfer
|
|
|
1558
1558
|
o.http_request_uri = "/"
|
|
1559
1559
|
o.input = Shapes::ShapeRef.new(shape: DescribeHostKeyRequest)
|
|
1560
1560
|
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
1561
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1562
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1563
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1564
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1565
1565
|
end)
|
|
1566
1566
|
|
|
1567
1567
|
api.add_operation(:describe_profile, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1570,10 +1570,10 @@ module Aws::Transfer
|
|
|
1570
1570
|
o.http_request_uri = "/"
|
|
1571
1571
|
o.input = Shapes::ShapeRef.new(shape: DescribeProfileRequest)
|
|
1572
1572
|
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
1573
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1574
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1575
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1576
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1577
1577
|
end)
|
|
1578
1578
|
|
|
1579
1579
|
api.add_operation(:describe_security_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1582,10 +1582,10 @@ module Aws::Transfer
|
|
|
1582
1582
|
o.http_request_uri = "/"
|
|
1583
1583
|
o.input = Shapes::ShapeRef.new(shape: DescribeSecurityPolicyRequest)
|
|
1584
1584
|
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
1585
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1586
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1587
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1588
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1589
1589
|
end)
|
|
1590
1590
|
|
|
1591
1591
|
api.add_operation(:describe_server, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1594,10 +1594,10 @@ module Aws::Transfer
|
|
|
1594
1594
|
o.http_request_uri = "/"
|
|
1595
1595
|
o.input = Shapes::ShapeRef.new(shape: DescribeServerRequest)
|
|
1596
1596
|
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
1597
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1598
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1599
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1600
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1601
1601
|
end)
|
|
1602
1602
|
|
|
1603
1603
|
api.add_operation(:describe_user, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1606,10 +1606,10 @@ module Aws::Transfer
|
|
|
1606
1606
|
o.http_request_uri = "/"
|
|
1607
1607
|
o.input = Shapes::ShapeRef.new(shape: DescribeUserRequest)
|
|
1608
1608
|
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
1609
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1610
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1611
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1612
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1613
1613
|
end)
|
|
1614
1614
|
|
|
1615
1615
|
api.add_operation(:describe_workflow, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1618,10 +1618,10 @@ module Aws::Transfer
|
|
|
1618
1618
|
o.http_request_uri = "/"
|
|
1619
1619
|
o.input = Shapes::ShapeRef.new(shape: DescribeWorkflowRequest)
|
|
1620
1620
|
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
1621
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1622
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1623
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1624
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1625
1625
|
end)
|
|
1626
1626
|
|
|
1627
1627
|
api.add_operation(:import_certificate, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1630,10 +1630,10 @@ module Aws::Transfer
|
|
|
1630
1630
|
o.http_request_uri = "/"
|
|
1631
1631
|
o.input = Shapes::ShapeRef.new(shape: ImportCertificateRequest)
|
|
1632
1632
|
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
1633
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1634
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1635
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1636
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1637
1637
|
end)
|
|
1638
1638
|
|
|
1639
1639
|
api.add_operation(:import_host_key, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1642,12 +1642,12 @@ module Aws::Transfer
|
|
|
1642
1642
|
o.http_request_uri = "/"
|
|
1643
1643
|
o.input = Shapes::ShapeRef.new(shape: ImportHostKeyRequest)
|
|
1644
1644
|
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
1645
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1646
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1650
1647
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1648
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1649
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1650
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
|
1651
1651
|
end)
|
|
1652
1652
|
|
|
1653
1653
|
api.add_operation(:import_ssh_public_key, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1656,12 +1656,12 @@ module Aws::Transfer
|
|
|
1656
1656
|
o.http_request_uri = "/"
|
|
1657
1657
|
o.input = Shapes::ShapeRef.new(shape: ImportSshPublicKeyRequest)
|
|
1658
1658
|
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
1659
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1660
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1664
1661
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1662
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1663
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1664
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
|
1665
1665
|
end)
|
|
1666
1666
|
|
|
1667
1667
|
api.add_operation(:list_accesses, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1670,11 +1670,11 @@ module Aws::Transfer
|
|
|
1670
1670
|
o.http_request_uri = "/"
|
|
1671
1671
|
o.input = Shapes::ShapeRef.new(shape: ListAccessesRequest)
|
|
1672
1672
|
o.output = Shapes::ShapeRef.new(shape: ListAccessesResponse)
|
|
1673
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1673
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1674
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1674
1675
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1676
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1675
1677
|
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
|
1676
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1677
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1678
1678
|
o[:pager] = Aws::Pager.new(
|
|
1679
1679
|
limit_key: "max_results",
|
|
1680
1680
|
tokens: {
|
|
@@ -1689,11 +1689,11 @@ module Aws::Transfer
|
|
|
1689
1689
|
o.http_request_uri = "/"
|
|
1690
1690
|
o.input = Shapes::ShapeRef.new(shape: ListAgreementsRequest)
|
|
1691
1691
|
o.output = Shapes::ShapeRef.new(shape: ListAgreementsResponse)
|
|
1692
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1692
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1693
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1693
1694
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1695
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1694
1696
|
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
|
1695
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1696
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1697
1697
|
o[:pager] = Aws::Pager.new(
|
|
1698
1698
|
limit_key: "max_results",
|
|
1699
1699
|
tokens: {
|
|
@@ -1708,11 +1708,11 @@ module Aws::Transfer
|
|
|
1708
1708
|
o.http_request_uri = "/"
|
|
1709
1709
|
o.input = Shapes::ShapeRef.new(shape: ListCertificatesRequest)
|
|
1710
1710
|
o.output = Shapes::ShapeRef.new(shape: ListCertificatesResponse)
|
|
1711
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1711
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1712
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1712
1713
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1714
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1713
1715
|
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
|
1714
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1715
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1716
1716
|
o[:pager] = Aws::Pager.new(
|
|
1717
1717
|
limit_key: "max_results",
|
|
1718
1718
|
tokens: {
|
|
@@ -1727,11 +1727,11 @@ module Aws::Transfer
|
|
|
1727
1727
|
o.http_request_uri = "/"
|
|
1728
1728
|
o.input = Shapes::ShapeRef.new(shape: ListConnectorsRequest)
|
|
1729
1729
|
o.output = Shapes::ShapeRef.new(shape: ListConnectorsResponse)
|
|
1730
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1730
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1731
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1731
1732
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1733
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1732
1734
|
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
|
1733
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1734
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1735
1735
|
o[:pager] = Aws::Pager.new(
|
|
1736
1736
|
limit_key: "max_results",
|
|
1737
1737
|
tokens: {
|
|
@@ -1746,11 +1746,11 @@ module Aws::Transfer
|
|
|
1746
1746
|
o.http_request_uri = "/"
|
|
1747
1747
|
o.input = Shapes::ShapeRef.new(shape: ListExecutionsRequest)
|
|
1748
1748
|
o.output = Shapes::ShapeRef.new(shape: ListExecutionsResponse)
|
|
1749
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1749
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1750
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1750
1751
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1752
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1751
1753
|
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
|
1752
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1753
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1754
1754
|
o[:pager] = Aws::Pager.new(
|
|
1755
1755
|
limit_key: "max_results",
|
|
1756
1756
|
tokens: {
|
|
@@ -1765,11 +1765,11 @@ module Aws::Transfer
|
|
|
1765
1765
|
o.http_request_uri = "/"
|
|
1766
1766
|
o.input = Shapes::ShapeRef.new(shape: ListHostKeysRequest)
|
|
1767
1767
|
o.output = Shapes::ShapeRef.new(shape: ListHostKeysResponse)
|
|
1768
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1768
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1769
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1769
1770
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1771
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1770
1772
|
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
|
1771
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1772
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1773
1773
|
end)
|
|
1774
1774
|
|
|
1775
1775
|
api.add_operation(:list_profiles, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1778,11 +1778,11 @@ module Aws::Transfer
|
|
|
1778
1778
|
o.http_request_uri = "/"
|
|
1779
1779
|
o.input = Shapes::ShapeRef.new(shape: ListProfilesRequest)
|
|
1780
1780
|
o.output = Shapes::ShapeRef.new(shape: ListProfilesResponse)
|
|
1781
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1781
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1782
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1782
1783
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1784
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1783
1785
|
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
|
1784
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1785
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1786
1786
|
o[:pager] = Aws::Pager.new(
|
|
1787
1787
|
limit_key: "max_results",
|
|
1788
1788
|
tokens: {
|
|
@@ -1797,10 +1797,10 @@ module Aws::Transfer
|
|
|
1797
1797
|
o.http_request_uri = "/"
|
|
1798
1798
|
o.input = Shapes::ShapeRef.new(shape: ListSecurityPoliciesRequest)
|
|
1799
1799
|
o.output = Shapes::ShapeRef.new(shape: ListSecurityPoliciesResponse)
|
|
1800
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1800
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1801
1801
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1802
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1802
1803
|
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
|
1803
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1804
1804
|
o[:pager] = Aws::Pager.new(
|
|
1805
1805
|
limit_key: "max_results",
|
|
1806
1806
|
tokens: {
|
|
@@ -1815,10 +1815,10 @@ module Aws::Transfer
|
|
|
1815
1815
|
o.http_request_uri = "/"
|
|
1816
1816
|
o.input = Shapes::ShapeRef.new(shape: ListServersRequest)
|
|
1817
1817
|
o.output = Shapes::ShapeRef.new(shape: ListServersResponse)
|
|
1818
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1818
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1819
1819
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1820
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1820
1821
|
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
|
1821
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1822
1822
|
o[:pager] = Aws::Pager.new(
|
|
1823
1823
|
limit_key: "max_results",
|
|
1824
1824
|
tokens: {
|
|
@@ -1833,10 +1833,10 @@ module Aws::Transfer
|
|
|
1833
1833
|
o.http_request_uri = "/"
|
|
1834
1834
|
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
|
1835
1835
|
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
|
1836
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1836
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1837
1837
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1838
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1838
1839
|
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
|
1839
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1840
1840
|
o[:pager] = Aws::Pager.new(
|
|
1841
1841
|
limit_key: "max_results",
|
|
1842
1842
|
tokens: {
|
|
@@ -1851,11 +1851,11 @@ module Aws::Transfer
|
|
|
1851
1851
|
o.http_request_uri = "/"
|
|
1852
1852
|
o.input = Shapes::ShapeRef.new(shape: ListUsersRequest)
|
|
1853
1853
|
o.output = Shapes::ShapeRef.new(shape: ListUsersResponse)
|
|
1854
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1854
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1855
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1855
1856
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1857
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1856
1858
|
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
|
1857
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1858
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1859
1859
|
o[:pager] = Aws::Pager.new(
|
|
1860
1860
|
limit_key: "max_results",
|
|
1861
1861
|
tokens: {
|
|
@@ -1870,10 +1870,10 @@ module Aws::Transfer
|
|
|
1870
1870
|
o.http_request_uri = "/"
|
|
1871
1871
|
o.input = Shapes::ShapeRef.new(shape: ListWorkflowsRequest)
|
|
1872
1872
|
o.output = Shapes::ShapeRef.new(shape: ListWorkflowsResponse)
|
|
1873
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
|
1873
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1874
1874
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1875
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1875
1876
|
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
|
1876
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1877
1877
|
o[:pager] = Aws::Pager.new(
|
|
1878
1878
|
limit_key: "max_results",
|
|
1879
1879
|
tokens: {
|
|
@@ -1888,12 +1888,12 @@ module Aws::Transfer
|
|
|
1888
1888
|
o.http_request_uri = "/"
|
|
1889
1889
|
o.input = Shapes::ShapeRef.new(shape: SendWorkflowStepStateRequest)
|
|
1890
1890
|
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
1891
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1892
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1896
1893
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1894
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1895
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1896
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1897
1897
|
end)
|
|
1898
1898
|
|
|
1899
1899
|
api.add_operation(:start_file_transfer, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1902,11 +1902,11 @@ module Aws::Transfer
|
|
|
1902
1902
|
o.http_request_uri = "/"
|
|
1903
1903
|
o.input = Shapes::ShapeRef.new(shape: StartFileTransferRequest)
|
|
1904
1904
|
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
1905
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1906
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1909
1907
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1908
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1909
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1910
1910
|
end)
|
|
1911
1911
|
|
|
1912
1912
|
api.add_operation(:start_server, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1915,11 +1915,11 @@ module Aws::Transfer
|
|
|
1915
1915
|
o.http_request_uri = "/"
|
|
1916
1916
|
o.input = Shapes::ShapeRef.new(shape: StartServerRequest)
|
|
1917
1917
|
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
1918
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1919
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1922
1920
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1921
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1922
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1923
1923
|
end)
|
|
1924
1924
|
|
|
1925
1925
|
api.add_operation(:stop_server, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1928,11 +1928,11 @@ module Aws::Transfer
|
|
|
1928
1928
|
o.http_request_uri = "/"
|
|
1929
1929
|
o.input = Shapes::ShapeRef.new(shape: StopServerRequest)
|
|
1930
1930
|
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
1931
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1932
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1935
1933
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1934
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1935
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1936
1936
|
end)
|
|
1937
1937
|
|
|
1938
1938
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1941,10 +1941,10 @@ module Aws::Transfer
|
|
|
1941
1941
|
o.http_request_uri = "/"
|
|
1942
1942
|
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
|
1943
1943
|
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
1944
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1945
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1946
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1947
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1948
1948
|
end)
|
|
1949
1949
|
|
|
1950
1950
|
api.add_operation(:test_connection, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1953,10 +1953,10 @@ module Aws::Transfer
|
|
|
1953
1953
|
o.http_request_uri = "/"
|
|
1954
1954
|
o.input = Shapes::ShapeRef.new(shape: TestConnectionRequest)
|
|
1955
1955
|
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
1956
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1957
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1958
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1959
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1960
1960
|
end)
|
|
1961
1961
|
|
|
1962
1962
|
api.add_operation(:test_identity_provider, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1965,10 +1965,10 @@ module Aws::Transfer
|
|
|
1965
1965
|
o.http_request_uri = "/"
|
|
1966
1966
|
o.input = Shapes::ShapeRef.new(shape: TestIdentityProviderRequest)
|
|
1967
1967
|
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
1968
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1969
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1970
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1971
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1972
1972
|
end)
|
|
1973
1973
|
|
|
1974
1974
|
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1977,10 +1977,10 @@ module Aws::Transfer
|
|
|
1977
1977
|
o.http_request_uri = "/"
|
|
1978
1978
|
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
|
1979
1979
|
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
1980
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1981
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1982
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1983
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1984
1984
|
end)
|
|
1985
1985
|
|
|
1986
1986
|
api.add_operation(:update_access, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1989,12 +1989,12 @@ module Aws::Transfer
|
|
|
1989
1989
|
o.http_request_uri = "/"
|
|
1990
1990
|
o.input = Shapes::ShapeRef.new(shape: UpdateAccessRequest)
|
|
1991
1991
|
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
1992
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1993
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1997
1994
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1995
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
1996
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1997
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
|
1998
1998
|
end)
|
|
1999
1999
|
|
|
2000
2000
|
api.add_operation(:update_agreement, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2003,12 +2003,12 @@ module Aws::Transfer
|
|
|
2003
2003
|
o.http_request_uri = "/"
|
|
2004
2004
|
o.input = Shapes::ShapeRef.new(shape: UpdateAgreementRequest)
|
|
2005
2005
|
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
2006
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2007
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
2011
2008
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2009
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
2010
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
2011
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
|
2012
2012
|
end)
|
|
2013
2013
|
|
|
2014
2014
|
api.add_operation(:update_certificate, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2017,11 +2017,11 @@ module Aws::Transfer
|
|
|
2017
2017
|
o.http_request_uri = "/"
|
|
2018
2018
|
o.input = Shapes::ShapeRef.new(shape: UpdateCertificateRequest)
|
|
2019
2019
|
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
2020
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2021
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
2024
2022
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2023
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
2024
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
2025
2025
|
end)
|
|
2026
2026
|
|
|
2027
2027
|
api.add_operation(:update_connector, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2030,12 +2030,12 @@ module Aws::Transfer
|
|
|
2030
2030
|
o.http_request_uri = "/"
|
|
2031
2031
|
o.input = Shapes::ShapeRef.new(shape: UpdateConnectorRequest)
|
|
2032
2032
|
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
2033
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2034
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
2038
2035
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2036
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
2037
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
2038
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
|
2039
2039
|
end)
|
|
2040
2040
|
|
|
2041
2041
|
api.add_operation(:update_host_key, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2044,11 +2044,11 @@ module Aws::Transfer
|
|
|
2044
2044
|
o.http_request_uri = "/"
|
|
2045
2045
|
o.input = Shapes::ShapeRef.new(shape: UpdateHostKeyRequest)
|
|
2046
2046
|
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
2047
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2048
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
2051
2049
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2050
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
2051
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
2052
2052
|
end)
|
|
2053
2053
|
|
|
2054
2054
|
api.add_operation(:update_profile, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2057,11 +2057,11 @@ module Aws::Transfer
|
|
|
2057
2057
|
o.http_request_uri = "/"
|
|
2058
2058
|
o.input = Shapes::ShapeRef.new(shape: UpdateProfileRequest)
|
|
2059
2059
|
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
2060
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2061
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
2064
2062
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2063
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
2064
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
2065
2065
|
end)
|
|
2066
2066
|
|
|
2067
2067
|
api.add_operation(:update_server, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2070,14 +2070,14 @@ module Aws::Transfer
|
|
|
2070
2070
|
o.http_request_uri = "/"
|
|
2071
2071
|
o.input = Shapes::ShapeRef.new(shape: UpdateServerRequest)
|
|
2072
2072
|
o.output = Shapes::ShapeRef.new(shape: UpdateServerResponse)
|
|
2073
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2074
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
2075
2073
|
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
2074
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2075
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
2080
2076
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2077
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
2078
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
2079
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
|
2080
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2081
2081
|
end)
|
|
2082
2082
|
|
|
2083
2083
|
api.add_operation(:update_user, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2086,11 +2086,11 @@ module Aws::Transfer
|
|
|
2086
2086
|
o.http_request_uri = "/"
|
|
2087
2087
|
o.input = Shapes::ShapeRef.new(shape: UpdateUserRequest)
|
|
2088
2088
|
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
2089
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2090
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
2093
2091
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2092
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
|
|
2093
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
2094
2094
|
end)
|
|
2095
2095
|
end
|
|
2096
2096
|
|
|
@@ -32,7 +32,7 @@ module Aws::Transfer
|
|
|
32
32
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
|
33
33
|
end
|
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
|
35
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
|
36
36
|
return Aws::Endpoints::Endpoint.new(url: "https://transfer-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
|
37
37
|
end
|
|
38
38
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
|
@@ -4859,8 +4859,8 @@ module Aws::Transfer
|
|
|
4859
4859
|
# @!attribute [rw] user_secret_id
|
|
4860
4860
|
# The identifier for the secret (in Amazon Web Services Secrets
|
|
4861
4861
|
# Manager) that contains the SFTP user's private key, password, or
|
|
4862
|
-
# both. The identifier
|
|
4863
|
-
#
|
|
4862
|
+
# both. The identifier must be the Amazon Resource Name (ARN) of the
|
|
4863
|
+
# secret.
|
|
4864
4864
|
# @return [String]
|
|
4865
4865
|
#
|
|
4866
4866
|
# @!attribute [rw] trusted_host_keys
|
|
@@ -91,16 +91,16 @@ module Aws::Transfer
|
|
|
91
91
|
operation_name: :describe_server,
|
|
92
92
|
acceptors: [
|
|
93
93
|
{
|
|
94
|
-
"argument" => "server.state",
|
|
95
|
-
"expected" => "OFFLINE",
|
|
96
94
|
"matcher" => "path",
|
|
97
|
-
"
|
|
95
|
+
"argument" => "server.state",
|
|
96
|
+
"state" => "success",
|
|
97
|
+
"expected" => "OFFLINE"
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
|
-
"argument" => "server.state",
|
|
101
|
-
"expected" => "STOP_FAILED",
|
|
102
100
|
"matcher" => "path",
|
|
103
|
-
"
|
|
101
|
+
"argument" => "server.state",
|
|
102
|
+
"state" => "failure",
|
|
103
|
+
"expected" => "STOP_FAILED"
|
|
104
104
|
}
|
|
105
105
|
]
|
|
106
106
|
)
|
|
@@ -135,16 +135,16 @@ module Aws::Transfer
|
|
|
135
135
|
operation_name: :describe_server,
|
|
136
136
|
acceptors: [
|
|
137
137
|
{
|
|
138
|
-
"argument" => "server.state",
|
|
139
|
-
"expected" => "ONLINE",
|
|
140
138
|
"matcher" => "path",
|
|
141
|
-
"
|
|
139
|
+
"argument" => "server.state",
|
|
140
|
+
"state" => "success",
|
|
141
|
+
"expected" => "ONLINE"
|
|
142
142
|
},
|
|
143
143
|
{
|
|
144
|
-
"argument" => "server.state",
|
|
145
|
-
"expected" => "START_FAILED",
|
|
146
144
|
"matcher" => "path",
|
|
147
|
-
"
|
|
145
|
+
"argument" => "server.state",
|
|
146
|
+
"state" => "failure",
|
|
147
|
+
"expected" => "START_FAILED"
|
|
148
148
|
}
|
|
149
149
|
]
|
|
150
150
|
)
|
data/lib/aws-sdk-transfer.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-transfer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.83.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-10-
|
|
11
|
+
date: 2023-10-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|