aws-sdk-transfer 1.58.0 → 1.60.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -61,6 +61,7 @@ module Aws::Transfer
61
61
  DeleteAgreementRequest = Shapes::StructureShape.new(name: 'DeleteAgreementRequest')
62
62
  DeleteCertificateRequest = Shapes::StructureShape.new(name: 'DeleteCertificateRequest')
63
63
  DeleteConnectorRequest = Shapes::StructureShape.new(name: 'DeleteConnectorRequest')
64
+ DeleteHostKeyRequest = Shapes::StructureShape.new(name: 'DeleteHostKeyRequest')
64
65
  DeleteProfileRequest = Shapes::StructureShape.new(name: 'DeleteProfileRequest')
65
66
  DeleteServerRequest = Shapes::StructureShape.new(name: 'DeleteServerRequest')
66
67
  DeleteSshPublicKeyRequest = Shapes::StructureShape.new(name: 'DeleteSshPublicKeyRequest')
@@ -77,6 +78,8 @@ module Aws::Transfer
77
78
  DescribeConnectorResponse = Shapes::StructureShape.new(name: 'DescribeConnectorResponse')
78
79
  DescribeExecutionRequest = Shapes::StructureShape.new(name: 'DescribeExecutionRequest')
79
80
  DescribeExecutionResponse = Shapes::StructureShape.new(name: 'DescribeExecutionResponse')
81
+ DescribeHostKeyRequest = Shapes::StructureShape.new(name: 'DescribeHostKeyRequest')
82
+ DescribeHostKeyResponse = Shapes::StructureShape.new(name: 'DescribeHostKeyResponse')
80
83
  DescribeProfileRequest = Shapes::StructureShape.new(name: 'DescribeProfileRequest')
81
84
  DescribeProfileResponse = Shapes::StructureShape.new(name: 'DescribeProfileResponse')
82
85
  DescribeSecurityPolicyRequest = Shapes::StructureShape.new(name: 'DescribeSecurityPolicyRequest')
@@ -92,6 +95,7 @@ module Aws::Transfer
92
95
  DescribedCertificate = Shapes::StructureShape.new(name: 'DescribedCertificate')
93
96
  DescribedConnector = Shapes::StructureShape.new(name: 'DescribedConnector')
94
97
  DescribedExecution = Shapes::StructureShape.new(name: 'DescribedExecution')
98
+ DescribedHostKey = Shapes::StructureShape.new(name: 'DescribedHostKey')
95
99
  DescribedProfile = Shapes::StructureShape.new(name: 'DescribedProfile')
96
100
  DescribedSecurityPolicy = Shapes::StructureShape.new(name: 'DescribedSecurityPolicy')
97
101
  DescribedServer = Shapes::StructureShape.new(name: 'DescribedServer')
@@ -125,11 +129,16 @@ module Aws::Transfer
125
129
  HomeDirectoryMappings = Shapes::ListShape.new(name: 'HomeDirectoryMappings')
126
130
  HomeDirectoryType = Shapes::StringShape.new(name: 'HomeDirectoryType')
127
131
  HostKey = Shapes::StringShape.new(name: 'HostKey')
132
+ HostKeyDescription = Shapes::StringShape.new(name: 'HostKeyDescription')
128
133
  HostKeyFingerprint = Shapes::StringShape.new(name: 'HostKeyFingerprint')
134
+ HostKeyId = Shapes::StringShape.new(name: 'HostKeyId')
135
+ HostKeyType = Shapes::StringShape.new(name: 'HostKeyType')
129
136
  IdentityProviderDetails = Shapes::StructureShape.new(name: 'IdentityProviderDetails')
130
137
  IdentityProviderType = Shapes::StringShape.new(name: 'IdentityProviderType')
131
138
  ImportCertificateRequest = Shapes::StructureShape.new(name: 'ImportCertificateRequest')
132
139
  ImportCertificateResponse = Shapes::StructureShape.new(name: 'ImportCertificateResponse')
140
+ ImportHostKeyRequest = Shapes::StructureShape.new(name: 'ImportHostKeyRequest')
141
+ ImportHostKeyResponse = Shapes::StructureShape.new(name: 'ImportHostKeyResponse')
133
142
  ImportSshPublicKeyRequest = Shapes::StructureShape.new(name: 'ImportSshPublicKeyRequest')
134
143
  ImportSshPublicKeyResponse = Shapes::StructureShape.new(name: 'ImportSshPublicKeyResponse')
135
144
  InputFileLocation = Shapes::StructureShape.new(name: 'InputFileLocation')
@@ -146,6 +155,8 @@ module Aws::Transfer
146
155
  ListConnectorsResponse = Shapes::StructureShape.new(name: 'ListConnectorsResponse')
147
156
  ListExecutionsRequest = Shapes::StructureShape.new(name: 'ListExecutionsRequest')
148
157
  ListExecutionsResponse = Shapes::StructureShape.new(name: 'ListExecutionsResponse')
158
+ ListHostKeysRequest = Shapes::StructureShape.new(name: 'ListHostKeysRequest')
159
+ ListHostKeysResponse = Shapes::StructureShape.new(name: 'ListHostKeysResponse')
149
160
  ListProfilesRequest = Shapes::StructureShape.new(name: 'ListProfilesRequest')
150
161
  ListProfilesResponse = Shapes::StructureShape.new(name: 'ListProfilesResponse')
151
162
  ListSecurityPoliciesRequest = Shapes::StructureShape.new(name: 'ListSecurityPoliciesRequest')
@@ -168,6 +179,8 @@ module Aws::Transfer
168
179
  ListedConnectors = Shapes::ListShape.new(name: 'ListedConnectors')
169
180
  ListedExecution = Shapes::StructureShape.new(name: 'ListedExecution')
170
181
  ListedExecutions = Shapes::ListShape.new(name: 'ListedExecutions')
182
+ ListedHostKey = Shapes::StructureShape.new(name: 'ListedHostKey')
183
+ ListedHostKeys = Shapes::ListShape.new(name: 'ListedHostKeys')
171
184
  ListedProfile = Shapes::StructureShape.new(name: 'ListedProfile')
172
185
  ListedProfiles = Shapes::ListShape.new(name: 'ListedProfiles')
173
186
  ListedServer = Shapes::StructureShape.new(name: 'ListedServer')
@@ -187,6 +200,7 @@ module Aws::Transfer
187
200
  MessageSubject = Shapes::StringShape.new(name: 'MessageSubject')
188
201
  NextToken = Shapes::StringShape.new(name: 'NextToken')
189
202
  NullableRole = Shapes::StringShape.new(name: 'NullableRole')
203
+ OnPartialUploadWorkflowDetails = Shapes::ListShape.new(name: 'OnPartialUploadWorkflowDetails')
190
204
  OnUploadWorkflowDetails = Shapes::ListShape.new(name: 'OnUploadWorkflowDetails')
191
205
  OverwriteExisting = Shapes::StringShape.new(name: 'OverwriteExisting')
192
206
  PassiveIp = Shapes::StringShape.new(name: 'PassiveIp')
@@ -271,6 +285,8 @@ module Aws::Transfer
271
285
  UpdateCertificateResponse = Shapes::StructureShape.new(name: 'UpdateCertificateResponse')
272
286
  UpdateConnectorRequest = Shapes::StructureShape.new(name: 'UpdateConnectorRequest')
273
287
  UpdateConnectorResponse = Shapes::StructureShape.new(name: 'UpdateConnectorResponse')
288
+ UpdateHostKeyRequest = Shapes::StructureShape.new(name: 'UpdateHostKeyRequest')
289
+ UpdateHostKeyResponse = Shapes::StructureShape.new(name: 'UpdateHostKeyResponse')
274
290
  UpdateProfileRequest = Shapes::StructureShape.new(name: 'UpdateProfileRequest')
275
291
  UpdateProfileResponse = Shapes::StructureShape.new(name: 'UpdateProfileResponse')
276
292
  UpdateServerRequest = Shapes::StructureShape.new(name: 'UpdateServerRequest')
@@ -432,6 +448,10 @@ module Aws::Transfer
432
448
  DeleteConnectorRequest.add_member(:connector_id, Shapes::ShapeRef.new(shape: ConnectorId, required: true, location_name: "ConnectorId"))
433
449
  DeleteConnectorRequest.struct_class = Types::DeleteConnectorRequest
434
450
 
451
+ DeleteHostKeyRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
452
+ DeleteHostKeyRequest.add_member(:host_key_id, Shapes::ShapeRef.new(shape: HostKeyId, required: true, location_name: "HostKeyId"))
453
+ DeleteHostKeyRequest.struct_class = Types::DeleteHostKeyRequest
454
+
435
455
  DeleteProfileRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, required: true, location_name: "ProfileId"))
436
456
  DeleteProfileRequest.struct_class = Types::DeleteProfileRequest
437
457
 
@@ -489,6 +509,13 @@ module Aws::Transfer
489
509
  DescribeExecutionResponse.add_member(:execution, Shapes::ShapeRef.new(shape: DescribedExecution, required: true, location_name: "Execution"))
490
510
  DescribeExecutionResponse.struct_class = Types::DescribeExecutionResponse
491
511
 
512
+ DescribeHostKeyRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
513
+ DescribeHostKeyRequest.add_member(:host_key_id, Shapes::ShapeRef.new(shape: HostKeyId, required: true, location_name: "HostKeyId"))
514
+ DescribeHostKeyRequest.struct_class = Types::DescribeHostKeyRequest
515
+
516
+ DescribeHostKeyResponse.add_member(:host_key, Shapes::ShapeRef.new(shape: DescribedHostKey, required: true, location_name: "HostKey"))
517
+ DescribeHostKeyResponse.struct_class = Types::DescribeHostKeyResponse
518
+
492
519
  DescribeProfileRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, required: true, location_name: "ProfileId"))
493
520
  DescribeProfileRequest.struct_class = Types::DescribeProfileRequest
494
521
 
@@ -577,6 +604,15 @@ module Aws::Transfer
577
604
  DescribedExecution.add_member(:results, Shapes::ShapeRef.new(shape: ExecutionResults, location_name: "Results"))
578
605
  DescribedExecution.struct_class = Types::DescribedExecution
579
606
 
607
+ DescribedHostKey.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
608
+ DescribedHostKey.add_member(:host_key_id, Shapes::ShapeRef.new(shape: HostKeyId, location_name: "HostKeyId"))
609
+ DescribedHostKey.add_member(:host_key_fingerprint, Shapes::ShapeRef.new(shape: HostKeyFingerprint, location_name: "HostKeyFingerprint"))
610
+ DescribedHostKey.add_member(:description, Shapes::ShapeRef.new(shape: HostKeyDescription, location_name: "Description"))
611
+ DescribedHostKey.add_member(:type, Shapes::ShapeRef.new(shape: HostKeyType, location_name: "Type"))
612
+ DescribedHostKey.add_member(:date_imported, Shapes::ShapeRef.new(shape: DateImported, location_name: "DateImported"))
613
+ DescribedHostKey.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
614
+ DescribedHostKey.struct_class = Types::DescribedHostKey
615
+
580
616
  DescribedProfile.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
581
617
  DescribedProfile.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, location_name: "ProfileId"))
582
618
  DescribedProfile.add_member(:profile_type, Shapes::ShapeRef.new(shape: ProfileType, location_name: "ProfileType"))
@@ -691,6 +727,16 @@ module Aws::Transfer
691
727
  ImportCertificateResponse.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, required: true, location_name: "CertificateId"))
692
728
  ImportCertificateResponse.struct_class = Types::ImportCertificateResponse
693
729
 
730
+ ImportHostKeyRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
731
+ ImportHostKeyRequest.add_member(:host_key_body, Shapes::ShapeRef.new(shape: HostKey, required: true, location_name: "HostKeyBody"))
732
+ ImportHostKeyRequest.add_member(:description, Shapes::ShapeRef.new(shape: HostKeyDescription, location_name: "Description"))
733
+ ImportHostKeyRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
734
+ ImportHostKeyRequest.struct_class = Types::ImportHostKeyRequest
735
+
736
+ ImportHostKeyResponse.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
737
+ ImportHostKeyResponse.add_member(:host_key_id, Shapes::ShapeRef.new(shape: HostKeyId, required: true, location_name: "HostKeyId"))
738
+ ImportHostKeyResponse.struct_class = Types::ImportHostKeyResponse
739
+
694
740
  ImportSshPublicKeyRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
695
741
  ImportSshPublicKeyRequest.add_member(:ssh_public_key_body, Shapes::ShapeRef.new(shape: SshPublicKeyBody, required: true, location_name: "SshPublicKeyBody"))
696
742
  ImportSshPublicKeyRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: UserName, required: true, location_name: "UserName"))
@@ -759,6 +805,16 @@ module Aws::Transfer
759
805
  ListExecutionsResponse.add_member(:executions, Shapes::ShapeRef.new(shape: ListedExecutions, required: true, location_name: "Executions"))
760
806
  ListExecutionsResponse.struct_class = Types::ListExecutionsResponse
761
807
 
808
+ ListHostKeysRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
809
+ ListHostKeysRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
810
+ ListHostKeysRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
811
+ ListHostKeysRequest.struct_class = Types::ListHostKeysRequest
812
+
813
+ ListHostKeysResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
814
+ ListHostKeysResponse.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
815
+ ListHostKeysResponse.add_member(:host_keys, Shapes::ShapeRef.new(shape: ListedHostKeys, required: true, location_name: "HostKeys"))
816
+ ListHostKeysResponse.struct_class = Types::ListHostKeysResponse
817
+
762
818
  ListProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
763
819
  ListProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
764
820
  ListProfilesRequest.add_member(:profile_type, Shapes::ShapeRef.new(shape: ProfileType, location_name: "ProfileType"))
@@ -858,6 +914,16 @@ module Aws::Transfer
858
914
 
859
915
  ListedExecutions.member = Shapes::ShapeRef.new(shape: ListedExecution)
860
916
 
917
+ ListedHostKey.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
918
+ ListedHostKey.add_member(:host_key_id, Shapes::ShapeRef.new(shape: HostKeyId, location_name: "HostKeyId"))
919
+ ListedHostKey.add_member(:fingerprint, Shapes::ShapeRef.new(shape: HostKeyFingerprint, location_name: "Fingerprint"))
920
+ ListedHostKey.add_member(:description, Shapes::ShapeRef.new(shape: HostKeyDescription, location_name: "Description"))
921
+ ListedHostKey.add_member(:type, Shapes::ShapeRef.new(shape: HostKeyType, location_name: "Type"))
922
+ ListedHostKey.add_member(:date_imported, Shapes::ShapeRef.new(shape: DateImported, location_name: "DateImported"))
923
+ ListedHostKey.struct_class = Types::ListedHostKey
924
+
925
+ ListedHostKeys.member = Shapes::ShapeRef.new(shape: ListedHostKey)
926
+
861
927
  ListedProfile.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
862
928
  ListedProfile.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, location_name: "ProfileId"))
863
929
  ListedProfile.add_member(:as_2_id, Shapes::ShapeRef.new(shape: As2Id, location_name: "As2Id"))
@@ -899,6 +965,8 @@ module Aws::Transfer
899
965
  LoggingConfiguration.add_member(:log_group_name, Shapes::ShapeRef.new(shape: LogGroupName, location_name: "LogGroupName"))
900
966
  LoggingConfiguration.struct_class = Types::LoggingConfiguration
901
967
 
968
+ OnPartialUploadWorkflowDetails.member = Shapes::ShapeRef.new(shape: WorkflowDetail)
969
+
902
970
  OnUploadWorkflowDetails.member = Shapes::ShapeRef.new(shape: WorkflowDetail)
903
971
 
904
972
  PosixProfile.add_member(:uid, Shapes::ShapeRef.new(shape: PosixId, required: true, location_name: "Uid"))
@@ -1067,6 +1135,15 @@ module Aws::Transfer
1067
1135
  UpdateConnectorResponse.add_member(:connector_id, Shapes::ShapeRef.new(shape: ConnectorId, required: true, location_name: "ConnectorId"))
1068
1136
  UpdateConnectorResponse.struct_class = Types::UpdateConnectorResponse
1069
1137
 
1138
+ UpdateHostKeyRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
1139
+ UpdateHostKeyRequest.add_member(:host_key_id, Shapes::ShapeRef.new(shape: HostKeyId, required: true, location_name: "HostKeyId"))
1140
+ UpdateHostKeyRequest.add_member(:description, Shapes::ShapeRef.new(shape: HostKeyDescription, required: true, location_name: "Description"))
1141
+ UpdateHostKeyRequest.struct_class = Types::UpdateHostKeyRequest
1142
+
1143
+ UpdateHostKeyResponse.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
1144
+ UpdateHostKeyResponse.add_member(:host_key_id, Shapes::ShapeRef.new(shape: HostKeyId, required: true, location_name: "HostKeyId"))
1145
+ UpdateHostKeyResponse.struct_class = Types::UpdateHostKeyResponse
1146
+
1070
1147
  UpdateProfileRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, required: true, location_name: "ProfileId"))
1071
1148
  UpdateProfileRequest.add_member(:certificate_ids, Shapes::ShapeRef.new(shape: CertificateIds, location_name: "CertificateIds"))
1072
1149
  UpdateProfileRequest.struct_class = Types::UpdateProfileRequest
@@ -1115,7 +1192,8 @@ module Aws::Transfer
1115
1192
  WorkflowDetail.add_member(:execution_role, Shapes::ShapeRef.new(shape: Role, required: true, location_name: "ExecutionRole"))
1116
1193
  WorkflowDetail.struct_class = Types::WorkflowDetail
1117
1194
 
1118
- WorkflowDetails.add_member(:on_upload, Shapes::ShapeRef.new(shape: OnUploadWorkflowDetails, required: true, location_name: "OnUpload"))
1195
+ WorkflowDetails.add_member(:on_upload, Shapes::ShapeRef.new(shape: OnUploadWorkflowDetails, location_name: "OnUpload"))
1196
+ WorkflowDetails.add_member(:on_partial_upload, Shapes::ShapeRef.new(shape: OnPartialUploadWorkflowDetails, location_name: "OnPartialUpload"))
1119
1197
  WorkflowDetails.struct_class = Types::WorkflowDetails
1120
1198
 
1121
1199
  WorkflowStep.add_member(:type, Shapes::ShapeRef.new(shape: WorkflowStepType, location_name: "Type"))
@@ -1288,6 +1366,19 @@ module Aws::Transfer
1288
1366
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1289
1367
  end)
1290
1368
 
1369
+ api.add_operation(:delete_host_key, Seahorse::Model::Operation.new.tap do |o|
1370
+ o.name = "DeleteHostKey"
1371
+ o.http_method = "POST"
1372
+ o.http_request_uri = "/"
1373
+ o.input = Shapes::ShapeRef.new(shape: DeleteHostKeyRequest)
1374
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1375
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1376
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1377
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1378
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1379
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1380
+ end)
1381
+
1291
1382
  api.add_operation(:delete_profile, Seahorse::Model::Operation.new.tap do |o|
1292
1383
  o.name = "DeleteProfile"
1293
1384
  o.http_method = "POST"
@@ -1411,6 +1502,18 @@ module Aws::Transfer
1411
1502
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1412
1503
  end)
1413
1504
 
1505
+ api.add_operation(:describe_host_key, Seahorse::Model::Operation.new.tap do |o|
1506
+ o.name = "DescribeHostKey"
1507
+ o.http_method = "POST"
1508
+ o.http_request_uri = "/"
1509
+ o.input = Shapes::ShapeRef.new(shape: DescribeHostKeyRequest)
1510
+ o.output = Shapes::ShapeRef.new(shape: DescribeHostKeyResponse)
1511
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1512
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1513
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1514
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1515
+ end)
1516
+
1414
1517
  api.add_operation(:describe_profile, Seahorse::Model::Operation.new.tap do |o|
1415
1518
  o.name = "DescribeProfile"
1416
1519
  o.http_method = "POST"
@@ -1483,6 +1586,20 @@ module Aws::Transfer
1483
1586
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1484
1587
  end)
1485
1588
 
1589
+ api.add_operation(:import_host_key, Seahorse::Model::Operation.new.tap do |o|
1590
+ o.name = "ImportHostKey"
1591
+ o.http_method = "POST"
1592
+ o.http_request_uri = "/"
1593
+ o.input = Shapes::ShapeRef.new(shape: ImportHostKeyRequest)
1594
+ o.output = Shapes::ShapeRef.new(shape: ImportHostKeyResponse)
1595
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1596
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1597
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1598
+ o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
1599
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1600
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1601
+ end)
1602
+
1486
1603
  api.add_operation(:import_ssh_public_key, Seahorse::Model::Operation.new.tap do |o|
1487
1604
  o.name = "ImportSshPublicKey"
1488
1605
  o.http_method = "POST"
@@ -1592,6 +1709,19 @@ module Aws::Transfer
1592
1709
  )
1593
1710
  end)
1594
1711
 
1712
+ api.add_operation(:list_host_keys, Seahorse::Model::Operation.new.tap do |o|
1713
+ o.name = "ListHostKeys"
1714
+ o.http_method = "POST"
1715
+ o.http_request_uri = "/"
1716
+ o.input = Shapes::ShapeRef.new(shape: ListHostKeysRequest)
1717
+ o.output = Shapes::ShapeRef.new(shape: ListHostKeysResponse)
1718
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1719
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1720
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1721
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1722
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1723
+ end)
1724
+
1595
1725
  api.add_operation(:list_profiles, Seahorse::Model::Operation.new.tap do |o|
1596
1726
  o.name = "ListProfiles"
1597
1727
  o.http_method = "POST"
@@ -1842,6 +1972,19 @@ module Aws::Transfer
1842
1972
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1843
1973
  end)
1844
1974
 
1975
+ api.add_operation(:update_host_key, Seahorse::Model::Operation.new.tap do |o|
1976
+ o.name = "UpdateHostKey"
1977
+ o.http_method = "POST"
1978
+ o.http_request_uri = "/"
1979
+ o.input = Shapes::ShapeRef.new(shape: UpdateHostKeyRequest)
1980
+ o.output = Shapes::ShapeRef.new(shape: UpdateHostKeyResponse)
1981
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1982
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1983
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1984
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1985
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1986
+ end)
1987
+
1845
1988
  api.add_operation(:update_profile, Seahorse::Model::Operation.new.tap do |o|
1846
1989
  o.name = "UpdateProfile"
1847
1990
  o.http_method = "POST"