aws-sdk-transfer 1.57.0 → 1.59.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')
@@ -271,6 +284,8 @@ module Aws::Transfer
271
284
  UpdateCertificateResponse = Shapes::StructureShape.new(name: 'UpdateCertificateResponse')
272
285
  UpdateConnectorRequest = Shapes::StructureShape.new(name: 'UpdateConnectorRequest')
273
286
  UpdateConnectorResponse = Shapes::StructureShape.new(name: 'UpdateConnectorResponse')
287
+ UpdateHostKeyRequest = Shapes::StructureShape.new(name: 'UpdateHostKeyRequest')
288
+ UpdateHostKeyResponse = Shapes::StructureShape.new(name: 'UpdateHostKeyResponse')
274
289
  UpdateProfileRequest = Shapes::StructureShape.new(name: 'UpdateProfileRequest')
275
290
  UpdateProfileResponse = Shapes::StructureShape.new(name: 'UpdateProfileResponse')
276
291
  UpdateServerRequest = Shapes::StructureShape.new(name: 'UpdateServerRequest')
@@ -432,6 +447,10 @@ module Aws::Transfer
432
447
  DeleteConnectorRequest.add_member(:connector_id, Shapes::ShapeRef.new(shape: ConnectorId, required: true, location_name: "ConnectorId"))
433
448
  DeleteConnectorRequest.struct_class = Types::DeleteConnectorRequest
434
449
 
450
+ DeleteHostKeyRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
451
+ DeleteHostKeyRequest.add_member(:host_key_id, Shapes::ShapeRef.new(shape: HostKeyId, required: true, location_name: "HostKeyId"))
452
+ DeleteHostKeyRequest.struct_class = Types::DeleteHostKeyRequest
453
+
435
454
  DeleteProfileRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, required: true, location_name: "ProfileId"))
436
455
  DeleteProfileRequest.struct_class = Types::DeleteProfileRequest
437
456
 
@@ -489,6 +508,13 @@ module Aws::Transfer
489
508
  DescribeExecutionResponse.add_member(:execution, Shapes::ShapeRef.new(shape: DescribedExecution, required: true, location_name: "Execution"))
490
509
  DescribeExecutionResponse.struct_class = Types::DescribeExecutionResponse
491
510
 
511
+ DescribeHostKeyRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
512
+ DescribeHostKeyRequest.add_member(:host_key_id, Shapes::ShapeRef.new(shape: HostKeyId, required: true, location_name: "HostKeyId"))
513
+ DescribeHostKeyRequest.struct_class = Types::DescribeHostKeyRequest
514
+
515
+ DescribeHostKeyResponse.add_member(:host_key, Shapes::ShapeRef.new(shape: DescribedHostKey, required: true, location_name: "HostKey"))
516
+ DescribeHostKeyResponse.struct_class = Types::DescribeHostKeyResponse
517
+
492
518
  DescribeProfileRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, required: true, location_name: "ProfileId"))
493
519
  DescribeProfileRequest.struct_class = Types::DescribeProfileRequest
494
520
 
@@ -577,6 +603,15 @@ module Aws::Transfer
577
603
  DescribedExecution.add_member(:results, Shapes::ShapeRef.new(shape: ExecutionResults, location_name: "Results"))
578
604
  DescribedExecution.struct_class = Types::DescribedExecution
579
605
 
606
+ DescribedHostKey.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
607
+ DescribedHostKey.add_member(:host_key_id, Shapes::ShapeRef.new(shape: HostKeyId, location_name: "HostKeyId"))
608
+ DescribedHostKey.add_member(:host_key_fingerprint, Shapes::ShapeRef.new(shape: HostKeyFingerprint, location_name: "HostKeyFingerprint"))
609
+ DescribedHostKey.add_member(:description, Shapes::ShapeRef.new(shape: HostKeyDescription, location_name: "Description"))
610
+ DescribedHostKey.add_member(:type, Shapes::ShapeRef.new(shape: HostKeyType, location_name: "Type"))
611
+ DescribedHostKey.add_member(:date_imported, Shapes::ShapeRef.new(shape: DateImported, location_name: "DateImported"))
612
+ DescribedHostKey.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
613
+ DescribedHostKey.struct_class = Types::DescribedHostKey
614
+
580
615
  DescribedProfile.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
581
616
  DescribedProfile.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, location_name: "ProfileId"))
582
617
  DescribedProfile.add_member(:profile_type, Shapes::ShapeRef.new(shape: ProfileType, location_name: "ProfileType"))
@@ -691,6 +726,16 @@ module Aws::Transfer
691
726
  ImportCertificateResponse.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, required: true, location_name: "CertificateId"))
692
727
  ImportCertificateResponse.struct_class = Types::ImportCertificateResponse
693
728
 
729
+ ImportHostKeyRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
730
+ ImportHostKeyRequest.add_member(:host_key_body, Shapes::ShapeRef.new(shape: HostKey, required: true, location_name: "HostKeyBody"))
731
+ ImportHostKeyRequest.add_member(:description, Shapes::ShapeRef.new(shape: HostKeyDescription, location_name: "Description"))
732
+ ImportHostKeyRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
733
+ ImportHostKeyRequest.struct_class = Types::ImportHostKeyRequest
734
+
735
+ ImportHostKeyResponse.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
736
+ ImportHostKeyResponse.add_member(:host_key_id, Shapes::ShapeRef.new(shape: HostKeyId, required: true, location_name: "HostKeyId"))
737
+ ImportHostKeyResponse.struct_class = Types::ImportHostKeyResponse
738
+
694
739
  ImportSshPublicKeyRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
695
740
  ImportSshPublicKeyRequest.add_member(:ssh_public_key_body, Shapes::ShapeRef.new(shape: SshPublicKeyBody, required: true, location_name: "SshPublicKeyBody"))
696
741
  ImportSshPublicKeyRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: UserName, required: true, location_name: "UserName"))
@@ -759,6 +804,16 @@ module Aws::Transfer
759
804
  ListExecutionsResponse.add_member(:executions, Shapes::ShapeRef.new(shape: ListedExecutions, required: true, location_name: "Executions"))
760
805
  ListExecutionsResponse.struct_class = Types::ListExecutionsResponse
761
806
 
807
+ ListHostKeysRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
808
+ ListHostKeysRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
809
+ ListHostKeysRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
810
+ ListHostKeysRequest.struct_class = Types::ListHostKeysRequest
811
+
812
+ ListHostKeysResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
813
+ ListHostKeysResponse.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
814
+ ListHostKeysResponse.add_member(:host_keys, Shapes::ShapeRef.new(shape: ListedHostKeys, required: true, location_name: "HostKeys"))
815
+ ListHostKeysResponse.struct_class = Types::ListHostKeysResponse
816
+
762
817
  ListProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
763
818
  ListProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
764
819
  ListProfilesRequest.add_member(:profile_type, Shapes::ShapeRef.new(shape: ProfileType, location_name: "ProfileType"))
@@ -858,6 +913,16 @@ module Aws::Transfer
858
913
 
859
914
  ListedExecutions.member = Shapes::ShapeRef.new(shape: ListedExecution)
860
915
 
916
+ ListedHostKey.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
917
+ ListedHostKey.add_member(:host_key_id, Shapes::ShapeRef.new(shape: HostKeyId, location_name: "HostKeyId"))
918
+ ListedHostKey.add_member(:fingerprint, Shapes::ShapeRef.new(shape: HostKeyFingerprint, location_name: "Fingerprint"))
919
+ ListedHostKey.add_member(:description, Shapes::ShapeRef.new(shape: HostKeyDescription, location_name: "Description"))
920
+ ListedHostKey.add_member(:type, Shapes::ShapeRef.new(shape: HostKeyType, location_name: "Type"))
921
+ ListedHostKey.add_member(:date_imported, Shapes::ShapeRef.new(shape: DateImported, location_name: "DateImported"))
922
+ ListedHostKey.struct_class = Types::ListedHostKey
923
+
924
+ ListedHostKeys.member = Shapes::ShapeRef.new(shape: ListedHostKey)
925
+
861
926
  ListedProfile.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
862
927
  ListedProfile.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, location_name: "ProfileId"))
863
928
  ListedProfile.add_member(:as_2_id, Shapes::ShapeRef.new(shape: As2Id, location_name: "As2Id"))
@@ -1067,6 +1132,15 @@ module Aws::Transfer
1067
1132
  UpdateConnectorResponse.add_member(:connector_id, Shapes::ShapeRef.new(shape: ConnectorId, required: true, location_name: "ConnectorId"))
1068
1133
  UpdateConnectorResponse.struct_class = Types::UpdateConnectorResponse
1069
1134
 
1135
+ UpdateHostKeyRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
1136
+ UpdateHostKeyRequest.add_member(:host_key_id, Shapes::ShapeRef.new(shape: HostKeyId, required: true, location_name: "HostKeyId"))
1137
+ UpdateHostKeyRequest.add_member(:description, Shapes::ShapeRef.new(shape: HostKeyDescription, required: true, location_name: "Description"))
1138
+ UpdateHostKeyRequest.struct_class = Types::UpdateHostKeyRequest
1139
+
1140
+ UpdateHostKeyResponse.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
1141
+ UpdateHostKeyResponse.add_member(:host_key_id, Shapes::ShapeRef.new(shape: HostKeyId, required: true, location_name: "HostKeyId"))
1142
+ UpdateHostKeyResponse.struct_class = Types::UpdateHostKeyResponse
1143
+
1070
1144
  UpdateProfileRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, required: true, location_name: "ProfileId"))
1071
1145
  UpdateProfileRequest.add_member(:certificate_ids, Shapes::ShapeRef.new(shape: CertificateIds, location_name: "CertificateIds"))
1072
1146
  UpdateProfileRequest.struct_class = Types::UpdateProfileRequest
@@ -1288,6 +1362,19 @@ module Aws::Transfer
1288
1362
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1289
1363
  end)
1290
1364
 
1365
+ api.add_operation(:delete_host_key, Seahorse::Model::Operation.new.tap do |o|
1366
+ o.name = "DeleteHostKey"
1367
+ o.http_method = "POST"
1368
+ o.http_request_uri = "/"
1369
+ o.input = Shapes::ShapeRef.new(shape: DeleteHostKeyRequest)
1370
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1371
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1372
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1373
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1374
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1375
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1376
+ end)
1377
+
1291
1378
  api.add_operation(:delete_profile, Seahorse::Model::Operation.new.tap do |o|
1292
1379
  o.name = "DeleteProfile"
1293
1380
  o.http_method = "POST"
@@ -1411,6 +1498,18 @@ module Aws::Transfer
1411
1498
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1412
1499
  end)
1413
1500
 
1501
+ api.add_operation(:describe_host_key, Seahorse::Model::Operation.new.tap do |o|
1502
+ o.name = "DescribeHostKey"
1503
+ o.http_method = "POST"
1504
+ o.http_request_uri = "/"
1505
+ o.input = Shapes::ShapeRef.new(shape: DescribeHostKeyRequest)
1506
+ o.output = Shapes::ShapeRef.new(shape: DescribeHostKeyResponse)
1507
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1508
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1509
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1510
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1511
+ end)
1512
+
1414
1513
  api.add_operation(:describe_profile, Seahorse::Model::Operation.new.tap do |o|
1415
1514
  o.name = "DescribeProfile"
1416
1515
  o.http_method = "POST"
@@ -1483,6 +1582,20 @@ module Aws::Transfer
1483
1582
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1484
1583
  end)
1485
1584
 
1585
+ api.add_operation(:import_host_key, Seahorse::Model::Operation.new.tap do |o|
1586
+ o.name = "ImportHostKey"
1587
+ o.http_method = "POST"
1588
+ o.http_request_uri = "/"
1589
+ o.input = Shapes::ShapeRef.new(shape: ImportHostKeyRequest)
1590
+ o.output = Shapes::ShapeRef.new(shape: ImportHostKeyResponse)
1591
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1592
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1593
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1594
+ o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
1595
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1596
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1597
+ end)
1598
+
1486
1599
  api.add_operation(:import_ssh_public_key, Seahorse::Model::Operation.new.tap do |o|
1487
1600
  o.name = "ImportSshPublicKey"
1488
1601
  o.http_method = "POST"
@@ -1592,6 +1705,19 @@ module Aws::Transfer
1592
1705
  )
1593
1706
  end)
1594
1707
 
1708
+ api.add_operation(:list_host_keys, Seahorse::Model::Operation.new.tap do |o|
1709
+ o.name = "ListHostKeys"
1710
+ o.http_method = "POST"
1711
+ o.http_request_uri = "/"
1712
+ o.input = Shapes::ShapeRef.new(shape: ListHostKeysRequest)
1713
+ o.output = Shapes::ShapeRef.new(shape: ListHostKeysResponse)
1714
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1715
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1716
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1717
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1718
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1719
+ end)
1720
+
1595
1721
  api.add_operation(:list_profiles, Seahorse::Model::Operation.new.tap do |o|
1596
1722
  o.name = "ListProfiles"
1597
1723
  o.http_method = "POST"
@@ -1842,6 +1968,19 @@ module Aws::Transfer
1842
1968
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1843
1969
  end)
1844
1970
 
1971
+ api.add_operation(:update_host_key, Seahorse::Model::Operation.new.tap do |o|
1972
+ o.name = "UpdateHostKey"
1973
+ o.http_method = "POST"
1974
+ o.http_request_uri = "/"
1975
+ o.input = Shapes::ShapeRef.new(shape: UpdateHostKeyRequest)
1976
+ o.output = Shapes::ShapeRef.new(shape: UpdateHostKeyResponse)
1977
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1978
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1979
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1980
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1981
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1982
+ end)
1983
+
1845
1984
  api.add_operation(:update_profile, Seahorse::Model::Operation.new.tap do |o|
1846
1985
  o.name = "UpdateProfile"
1847
1986
  o.http_method = "POST"