aws-sdk-transfer 1.54.0 → 1.57.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.
@@ -16,13 +16,36 @@ module Aws::Transfer
16
16
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
17
  AddressAllocationId = Shapes::StringShape.new(name: 'AddressAllocationId')
18
18
  AddressAllocationIds = Shapes::ListShape.new(name: 'AddressAllocationIds')
19
+ AgreementId = Shapes::StringShape.new(name: 'AgreementId')
20
+ AgreementStatusType = Shapes::StringShape.new(name: 'AgreementStatusType')
19
21
  Arn = Shapes::StringShape.new(name: 'Arn')
22
+ As2ConnectorConfig = Shapes::StructureShape.new(name: 'As2ConnectorConfig')
23
+ As2Id = Shapes::StringShape.new(name: 'As2Id')
24
+ As2Transport = Shapes::StringShape.new(name: 'As2Transport')
25
+ As2Transports = Shapes::ListShape.new(name: 'As2Transports')
20
26
  CallbackToken = Shapes::StringShape.new(name: 'CallbackToken')
27
+ CertDate = Shapes::TimestampShape.new(name: 'CertDate')
28
+ CertSerial = Shapes::StringShape.new(name: 'CertSerial')
21
29
  Certificate = Shapes::StringShape.new(name: 'Certificate')
30
+ CertificateBodyType = Shapes::StringShape.new(name: 'CertificateBodyType')
31
+ CertificateChainType = Shapes::StringShape.new(name: 'CertificateChainType')
32
+ CertificateId = Shapes::StringShape.new(name: 'CertificateId')
33
+ CertificateIds = Shapes::ListShape.new(name: 'CertificateIds')
34
+ CertificateStatusType = Shapes::StringShape.new(name: 'CertificateStatusType')
35
+ CertificateType = Shapes::StringShape.new(name: 'CertificateType')
36
+ CertificateUsageType = Shapes::StringShape.new(name: 'CertificateUsageType')
37
+ CompressionEnum = Shapes::StringShape.new(name: 'CompressionEnum')
22
38
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
39
+ ConnectorId = Shapes::StringShape.new(name: 'ConnectorId')
23
40
  CopyStepDetails = Shapes::StructureShape.new(name: 'CopyStepDetails')
24
41
  CreateAccessRequest = Shapes::StructureShape.new(name: 'CreateAccessRequest')
25
42
  CreateAccessResponse = Shapes::StructureShape.new(name: 'CreateAccessResponse')
43
+ CreateAgreementRequest = Shapes::StructureShape.new(name: 'CreateAgreementRequest')
44
+ CreateAgreementResponse = Shapes::StructureShape.new(name: 'CreateAgreementResponse')
45
+ CreateConnectorRequest = Shapes::StructureShape.new(name: 'CreateConnectorRequest')
46
+ CreateConnectorResponse = Shapes::StructureShape.new(name: 'CreateConnectorResponse')
47
+ CreateProfileRequest = Shapes::StructureShape.new(name: 'CreateProfileRequest')
48
+ CreateProfileResponse = Shapes::StructureShape.new(name: 'CreateProfileResponse')
26
49
  CreateServerRequest = Shapes::StructureShape.new(name: 'CreateServerRequest')
27
50
  CreateServerResponse = Shapes::StructureShape.new(name: 'CreateServerResponse')
28
51
  CreateUserRequest = Shapes::StructureShape.new(name: 'CreateUserRequest')
@@ -35,6 +58,10 @@ module Aws::Transfer
35
58
  CustomStepTimeoutSeconds = Shapes::IntegerShape.new(name: 'CustomStepTimeoutSeconds')
36
59
  DateImported = Shapes::TimestampShape.new(name: 'DateImported')
37
60
  DeleteAccessRequest = Shapes::StructureShape.new(name: 'DeleteAccessRequest')
61
+ DeleteAgreementRequest = Shapes::StructureShape.new(name: 'DeleteAgreementRequest')
62
+ DeleteCertificateRequest = Shapes::StructureShape.new(name: 'DeleteCertificateRequest')
63
+ DeleteConnectorRequest = Shapes::StructureShape.new(name: 'DeleteConnectorRequest')
64
+ DeleteProfileRequest = Shapes::StructureShape.new(name: 'DeleteProfileRequest')
38
65
  DeleteServerRequest = Shapes::StructureShape.new(name: 'DeleteServerRequest')
39
66
  DeleteSshPublicKeyRequest = Shapes::StructureShape.new(name: 'DeleteSshPublicKeyRequest')
40
67
  DeleteStepDetails = Shapes::StructureShape.new(name: 'DeleteStepDetails')
@@ -42,8 +69,16 @@ module Aws::Transfer
42
69
  DeleteWorkflowRequest = Shapes::StructureShape.new(name: 'DeleteWorkflowRequest')
43
70
  DescribeAccessRequest = Shapes::StructureShape.new(name: 'DescribeAccessRequest')
44
71
  DescribeAccessResponse = Shapes::StructureShape.new(name: 'DescribeAccessResponse')
72
+ DescribeAgreementRequest = Shapes::StructureShape.new(name: 'DescribeAgreementRequest')
73
+ DescribeAgreementResponse = Shapes::StructureShape.new(name: 'DescribeAgreementResponse')
74
+ DescribeCertificateRequest = Shapes::StructureShape.new(name: 'DescribeCertificateRequest')
75
+ DescribeCertificateResponse = Shapes::StructureShape.new(name: 'DescribeCertificateResponse')
76
+ DescribeConnectorRequest = Shapes::StructureShape.new(name: 'DescribeConnectorRequest')
77
+ DescribeConnectorResponse = Shapes::StructureShape.new(name: 'DescribeConnectorResponse')
45
78
  DescribeExecutionRequest = Shapes::StructureShape.new(name: 'DescribeExecutionRequest')
46
79
  DescribeExecutionResponse = Shapes::StructureShape.new(name: 'DescribeExecutionResponse')
80
+ DescribeProfileRequest = Shapes::StructureShape.new(name: 'DescribeProfileRequest')
81
+ DescribeProfileResponse = Shapes::StructureShape.new(name: 'DescribeProfileResponse')
47
82
  DescribeSecurityPolicyRequest = Shapes::StructureShape.new(name: 'DescribeSecurityPolicyRequest')
48
83
  DescribeSecurityPolicyResponse = Shapes::StructureShape.new(name: 'DescribeSecurityPolicyResponse')
49
84
  DescribeServerRequest = Shapes::StructureShape.new(name: 'DescribeServerRequest')
@@ -53,16 +88,22 @@ module Aws::Transfer
53
88
  DescribeWorkflowRequest = Shapes::StructureShape.new(name: 'DescribeWorkflowRequest')
54
89
  DescribeWorkflowResponse = Shapes::StructureShape.new(name: 'DescribeWorkflowResponse')
55
90
  DescribedAccess = Shapes::StructureShape.new(name: 'DescribedAccess')
91
+ DescribedAgreement = Shapes::StructureShape.new(name: 'DescribedAgreement')
92
+ DescribedCertificate = Shapes::StructureShape.new(name: 'DescribedCertificate')
93
+ DescribedConnector = Shapes::StructureShape.new(name: 'DescribedConnector')
56
94
  DescribedExecution = Shapes::StructureShape.new(name: 'DescribedExecution')
95
+ DescribedProfile = Shapes::StructureShape.new(name: 'DescribedProfile')
57
96
  DescribedSecurityPolicy = Shapes::StructureShape.new(name: 'DescribedSecurityPolicy')
58
97
  DescribedServer = Shapes::StructureShape.new(name: 'DescribedServer')
59
98
  DescribedUser = Shapes::StructureShape.new(name: 'DescribedUser')
60
99
  DescribedWorkflow = Shapes::StructureShape.new(name: 'DescribedWorkflow')
100
+ Description = Shapes::StringShape.new(name: 'Description')
61
101
  DirectoryId = Shapes::StringShape.new(name: 'DirectoryId')
62
102
  Domain = Shapes::StringShape.new(name: 'Domain')
63
103
  EfsFileLocation = Shapes::StructureShape.new(name: 'EfsFileLocation')
64
104
  EfsFileSystemId = Shapes::StringShape.new(name: 'EfsFileSystemId')
65
105
  EfsPath = Shapes::StringShape.new(name: 'EfsPath')
106
+ EncryptionAlg = Shapes::StringShape.new(name: 'EncryptionAlg')
66
107
  EndpointDetails = Shapes::StructureShape.new(name: 'EndpointDetails')
67
108
  EndpointType = Shapes::StringShape.new(name: 'EndpointType')
68
109
  ExecutionError = Shapes::StructureShape.new(name: 'ExecutionError')
@@ -75,6 +116,8 @@ module Aws::Transfer
75
116
  ExecutionStepResults = Shapes::ListShape.new(name: 'ExecutionStepResults')
76
117
  ExternalId = Shapes::StringShape.new(name: 'ExternalId')
77
118
  FileLocation = Shapes::StructureShape.new(name: 'FileLocation')
119
+ FilePath = Shapes::StringShape.new(name: 'FilePath')
120
+ FilePaths = Shapes::ListShape.new(name: 'FilePaths')
78
121
  Fips = Shapes::BooleanShape.new(name: 'Fips')
79
122
  Function = Shapes::StringShape.new(name: 'Function')
80
123
  HomeDirectory = Shapes::StringShape.new(name: 'HomeDirectory')
@@ -85,6 +128,8 @@ module Aws::Transfer
85
128
  HostKeyFingerprint = Shapes::StringShape.new(name: 'HostKeyFingerprint')
86
129
  IdentityProviderDetails = Shapes::StructureShape.new(name: 'IdentityProviderDetails')
87
130
  IdentityProviderType = Shapes::StringShape.new(name: 'IdentityProviderType')
131
+ ImportCertificateRequest = Shapes::StructureShape.new(name: 'ImportCertificateRequest')
132
+ ImportCertificateResponse = Shapes::StructureShape.new(name: 'ImportCertificateResponse')
88
133
  ImportSshPublicKeyRequest = Shapes::StructureShape.new(name: 'ImportSshPublicKeyRequest')
89
134
  ImportSshPublicKeyResponse = Shapes::StructureShape.new(name: 'ImportSshPublicKeyResponse')
90
135
  InputFileLocation = Shapes::StructureShape.new(name: 'InputFileLocation')
@@ -93,8 +138,16 @@ module Aws::Transfer
93
138
  InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
94
139
  ListAccessesRequest = Shapes::StructureShape.new(name: 'ListAccessesRequest')
95
140
  ListAccessesResponse = Shapes::StructureShape.new(name: 'ListAccessesResponse')
141
+ ListAgreementsRequest = Shapes::StructureShape.new(name: 'ListAgreementsRequest')
142
+ ListAgreementsResponse = Shapes::StructureShape.new(name: 'ListAgreementsResponse')
143
+ ListCertificatesRequest = Shapes::StructureShape.new(name: 'ListCertificatesRequest')
144
+ ListCertificatesResponse = Shapes::StructureShape.new(name: 'ListCertificatesResponse')
145
+ ListConnectorsRequest = Shapes::StructureShape.new(name: 'ListConnectorsRequest')
146
+ ListConnectorsResponse = Shapes::StructureShape.new(name: 'ListConnectorsResponse')
96
147
  ListExecutionsRequest = Shapes::StructureShape.new(name: 'ListExecutionsRequest')
97
148
  ListExecutionsResponse = Shapes::StructureShape.new(name: 'ListExecutionsResponse')
149
+ ListProfilesRequest = Shapes::StructureShape.new(name: 'ListProfilesRequest')
150
+ ListProfilesResponse = Shapes::StructureShape.new(name: 'ListProfilesResponse')
98
151
  ListSecurityPoliciesRequest = Shapes::StructureShape.new(name: 'ListSecurityPoliciesRequest')
99
152
  ListSecurityPoliciesResponse = Shapes::StructureShape.new(name: 'ListSecurityPoliciesResponse')
100
153
  ListServersRequest = Shapes::StructureShape.new(name: 'ListServersRequest')
@@ -107,8 +160,16 @@ module Aws::Transfer
107
160
  ListWorkflowsResponse = Shapes::StructureShape.new(name: 'ListWorkflowsResponse')
108
161
  ListedAccess = Shapes::StructureShape.new(name: 'ListedAccess')
109
162
  ListedAccesses = Shapes::ListShape.new(name: 'ListedAccesses')
163
+ ListedAgreement = Shapes::StructureShape.new(name: 'ListedAgreement')
164
+ ListedAgreements = Shapes::ListShape.new(name: 'ListedAgreements')
165
+ ListedCertificate = Shapes::StructureShape.new(name: 'ListedCertificate')
166
+ ListedCertificates = Shapes::ListShape.new(name: 'ListedCertificates')
167
+ ListedConnector = Shapes::StructureShape.new(name: 'ListedConnector')
168
+ ListedConnectors = Shapes::ListShape.new(name: 'ListedConnectors')
110
169
  ListedExecution = Shapes::StructureShape.new(name: 'ListedExecution')
111
170
  ListedExecutions = Shapes::ListShape.new(name: 'ListedExecutions')
171
+ ListedProfile = Shapes::StructureShape.new(name: 'ListedProfile')
172
+ ListedProfiles = Shapes::ListShape.new(name: 'ListedProfiles')
112
173
  ListedServer = Shapes::StructureShape.new(name: 'ListedServer')
113
174
  ListedServers = Shapes::ListShape.new(name: 'ListedServers')
114
175
  ListedUser = Shapes::StructureShape.new(name: 'ListedUser')
@@ -120,7 +181,10 @@ module Aws::Transfer
120
181
  MapEntry = Shapes::StringShape.new(name: 'MapEntry')
121
182
  MapTarget = Shapes::StringShape.new(name: 'MapTarget')
122
183
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
184
+ MdnResponse = Shapes::StringShape.new(name: 'MdnResponse')
185
+ MdnSigningAlg = Shapes::StringShape.new(name: 'MdnSigningAlg')
123
186
  Message = Shapes::StringShape.new(name: 'Message')
187
+ MessageSubject = Shapes::StringShape.new(name: 'MessageSubject')
124
188
  NextToken = Shapes::StringShape.new(name: 'NextToken')
125
189
  NullableRole = Shapes::StringShape.new(name: 'NullableRole')
126
190
  OnUploadWorkflowDetails = Shapes::ListShape.new(name: 'OnUploadWorkflowDetails')
@@ -131,6 +195,9 @@ module Aws::Transfer
131
195
  PosixProfile = Shapes::StructureShape.new(name: 'PosixProfile')
132
196
  PostAuthenticationLoginBanner = Shapes::StringShape.new(name: 'PostAuthenticationLoginBanner')
133
197
  PreAuthenticationLoginBanner = Shapes::StringShape.new(name: 'PreAuthenticationLoginBanner')
198
+ PrivateKeyType = Shapes::StringShape.new(name: 'PrivateKeyType')
199
+ ProfileId = Shapes::StringShape.new(name: 'ProfileId')
200
+ ProfileType = Shapes::StringShape.new(name: 'ProfileType')
134
201
  Protocol = Shapes::StringShape.new(name: 'Protocol')
135
202
  ProtocolDetails = Shapes::StructureShape.new(name: 'ProtocolDetails')
136
203
  Protocols = Shapes::ListShape.new(name: 'Protocols')
@@ -165,6 +232,8 @@ module Aws::Transfer
165
232
  ServiceMetadata = Shapes::StructureShape.new(name: 'ServiceMetadata')
166
233
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
167
234
  SessionId = Shapes::StringShape.new(name: 'SessionId')
235
+ SetStatOption = Shapes::StringShape.new(name: 'SetStatOption')
236
+ SigningAlg = Shapes::StringShape.new(name: 'SigningAlg')
168
237
  SourceFileLocation = Shapes::StringShape.new(name: 'SourceFileLocation')
169
238
  SourceIp = Shapes::StringShape.new(name: 'SourceIp')
170
239
  SshPublicKey = Shapes::StructureShape.new(name: 'SshPublicKey')
@@ -172,6 +241,8 @@ module Aws::Transfer
172
241
  SshPublicKeyCount = Shapes::IntegerShape.new(name: 'SshPublicKeyCount')
173
242
  SshPublicKeyId = Shapes::StringShape.new(name: 'SshPublicKeyId')
174
243
  SshPublicKeys = Shapes::ListShape.new(name: 'SshPublicKeys')
244
+ StartFileTransferRequest = Shapes::StructureShape.new(name: 'StartFileTransferRequest')
245
+ StartFileTransferResponse = Shapes::StructureShape.new(name: 'StartFileTransferResponse')
175
246
  StartServerRequest = Shapes::StructureShape.new(name: 'StartServerRequest')
176
247
  State = Shapes::StringShape.new(name: 'State')
177
248
  StatusCode = Shapes::IntegerShape.new(name: 'StatusCode')
@@ -190,9 +261,18 @@ module Aws::Transfer
190
261
  TestIdentityProviderResponse = Shapes::StructureShape.new(name: 'TestIdentityProviderResponse')
191
262
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
192
263
  TlsSessionResumptionMode = Shapes::StringShape.new(name: 'TlsSessionResumptionMode')
264
+ TransferId = Shapes::StringShape.new(name: 'TransferId')
193
265
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
194
266
  UpdateAccessRequest = Shapes::StructureShape.new(name: 'UpdateAccessRequest')
195
267
  UpdateAccessResponse = Shapes::StructureShape.new(name: 'UpdateAccessResponse')
268
+ UpdateAgreementRequest = Shapes::StructureShape.new(name: 'UpdateAgreementRequest')
269
+ UpdateAgreementResponse = Shapes::StructureShape.new(name: 'UpdateAgreementResponse')
270
+ UpdateCertificateRequest = Shapes::StructureShape.new(name: 'UpdateCertificateRequest')
271
+ UpdateCertificateResponse = Shapes::StructureShape.new(name: 'UpdateCertificateResponse')
272
+ UpdateConnectorRequest = Shapes::StructureShape.new(name: 'UpdateConnectorRequest')
273
+ UpdateConnectorResponse = Shapes::StructureShape.new(name: 'UpdateConnectorResponse')
274
+ UpdateProfileRequest = Shapes::StructureShape.new(name: 'UpdateProfileRequest')
275
+ UpdateProfileResponse = Shapes::StructureShape.new(name: 'UpdateProfileResponse')
196
276
  UpdateServerRequest = Shapes::StructureShape.new(name: 'UpdateServerRequest')
197
277
  UpdateServerResponse = Shapes::StructureShape.new(name: 'UpdateServerResponse')
198
278
  UpdateUserRequest = Shapes::StructureShape.new(name: 'UpdateUserRequest')
@@ -218,6 +298,20 @@ module Aws::Transfer
218
298
 
219
299
  AddressAllocationIds.member = Shapes::ShapeRef.new(shape: AddressAllocationId)
220
300
 
301
+ As2ConnectorConfig.add_member(:local_profile_id, Shapes::ShapeRef.new(shape: ProfileId, location_name: "LocalProfileId"))
302
+ As2ConnectorConfig.add_member(:partner_profile_id, Shapes::ShapeRef.new(shape: ProfileId, location_name: "PartnerProfileId"))
303
+ As2ConnectorConfig.add_member(:message_subject, Shapes::ShapeRef.new(shape: MessageSubject, location_name: "MessageSubject"))
304
+ As2ConnectorConfig.add_member(:compression, Shapes::ShapeRef.new(shape: CompressionEnum, location_name: "Compression"))
305
+ As2ConnectorConfig.add_member(:encryption_algorithm, Shapes::ShapeRef.new(shape: EncryptionAlg, location_name: "EncryptionAlgorithm"))
306
+ As2ConnectorConfig.add_member(:signing_algorithm, Shapes::ShapeRef.new(shape: SigningAlg, location_name: "SigningAlgorithm"))
307
+ As2ConnectorConfig.add_member(:mdn_signing_algorithm, Shapes::ShapeRef.new(shape: MdnSigningAlg, location_name: "MdnSigningAlgorithm"))
308
+ As2ConnectorConfig.add_member(:mdn_response, Shapes::ShapeRef.new(shape: MdnResponse, location_name: "MdnResponse"))
309
+ As2ConnectorConfig.struct_class = Types::As2ConnectorConfig
310
+
311
+ As2Transports.member = Shapes::ShapeRef.new(shape: As2Transport)
312
+
313
+ CertificateIds.member = Shapes::ShapeRef.new(shape: CertificateId)
314
+
221
315
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: Message, required: true, location_name: "Message"))
222
316
  ConflictException.struct_class = Types::ConflictException
223
317
 
@@ -241,6 +335,38 @@ module Aws::Transfer
241
335
  CreateAccessResponse.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, required: true, location_name: "ExternalId"))
242
336
  CreateAccessResponse.struct_class = Types::CreateAccessResponse
243
337
 
338
+ CreateAgreementRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
339
+ CreateAgreementRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
340
+ CreateAgreementRequest.add_member(:local_profile_id, Shapes::ShapeRef.new(shape: ProfileId, required: true, location_name: "LocalProfileId"))
341
+ CreateAgreementRequest.add_member(:partner_profile_id, Shapes::ShapeRef.new(shape: ProfileId, required: true, location_name: "PartnerProfileId"))
342
+ CreateAgreementRequest.add_member(:base_directory, Shapes::ShapeRef.new(shape: HomeDirectory, required: true, location_name: "BaseDirectory"))
343
+ CreateAgreementRequest.add_member(:access_role, Shapes::ShapeRef.new(shape: Role, required: true, location_name: "AccessRole"))
344
+ CreateAgreementRequest.add_member(:status, Shapes::ShapeRef.new(shape: AgreementStatusType, location_name: "Status"))
345
+ CreateAgreementRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
346
+ CreateAgreementRequest.struct_class = Types::CreateAgreementRequest
347
+
348
+ CreateAgreementResponse.add_member(:agreement_id, Shapes::ShapeRef.new(shape: AgreementId, required: true, location_name: "AgreementId"))
349
+ CreateAgreementResponse.struct_class = Types::CreateAgreementResponse
350
+
351
+ CreateConnectorRequest.add_member(:url, Shapes::ShapeRef.new(shape: Url, required: true, location_name: "Url"))
352
+ CreateConnectorRequest.add_member(:as_2_config, Shapes::ShapeRef.new(shape: As2ConnectorConfig, required: true, location_name: "As2Config"))
353
+ CreateConnectorRequest.add_member(:access_role, Shapes::ShapeRef.new(shape: Role, required: true, location_name: "AccessRole"))
354
+ CreateConnectorRequest.add_member(:logging_role, Shapes::ShapeRef.new(shape: Role, location_name: "LoggingRole"))
355
+ CreateConnectorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
356
+ CreateConnectorRequest.struct_class = Types::CreateConnectorRequest
357
+
358
+ CreateConnectorResponse.add_member(:connector_id, Shapes::ShapeRef.new(shape: ConnectorId, required: true, location_name: "ConnectorId"))
359
+ CreateConnectorResponse.struct_class = Types::CreateConnectorResponse
360
+
361
+ CreateProfileRequest.add_member(:as_2_id, Shapes::ShapeRef.new(shape: As2Id, required: true, location_name: "As2Id"))
362
+ CreateProfileRequest.add_member(:profile_type, Shapes::ShapeRef.new(shape: ProfileType, required: true, location_name: "ProfileType"))
363
+ CreateProfileRequest.add_member(:certificate_ids, Shapes::ShapeRef.new(shape: CertificateIds, location_name: "CertificateIds"))
364
+ CreateProfileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
365
+ CreateProfileRequest.struct_class = Types::CreateProfileRequest
366
+
367
+ CreateProfileResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, required: true, location_name: "ProfileId"))
368
+ CreateProfileResponse.struct_class = Types::CreateProfileResponse
369
+
244
370
  CreateServerRequest.add_member(:certificate, Shapes::ShapeRef.new(shape: Certificate, location_name: "Certificate"))
245
371
  CreateServerRequest.add_member(:domain, Shapes::ShapeRef.new(shape: Domain, location_name: "Domain"))
246
372
  CreateServerRequest.add_member(:endpoint_details, Shapes::ShapeRef.new(shape: EndpointDetails, location_name: "EndpointDetails"))
@@ -296,6 +422,19 @@ module Aws::Transfer
296
422
  DeleteAccessRequest.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, required: true, location_name: "ExternalId"))
297
423
  DeleteAccessRequest.struct_class = Types::DeleteAccessRequest
298
424
 
425
+ DeleteAgreementRequest.add_member(:agreement_id, Shapes::ShapeRef.new(shape: AgreementId, required: true, location_name: "AgreementId"))
426
+ DeleteAgreementRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
427
+ DeleteAgreementRequest.struct_class = Types::DeleteAgreementRequest
428
+
429
+ DeleteCertificateRequest.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, required: true, location_name: "CertificateId"))
430
+ DeleteCertificateRequest.struct_class = Types::DeleteCertificateRequest
431
+
432
+ DeleteConnectorRequest.add_member(:connector_id, Shapes::ShapeRef.new(shape: ConnectorId, required: true, location_name: "ConnectorId"))
433
+ DeleteConnectorRequest.struct_class = Types::DeleteConnectorRequest
434
+
435
+ DeleteProfileRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, required: true, location_name: "ProfileId"))
436
+ DeleteProfileRequest.struct_class = Types::DeleteProfileRequest
437
+
299
438
  DeleteServerRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
300
439
  DeleteServerRequest.struct_class = Types::DeleteServerRequest
301
440
 
@@ -323,6 +462,25 @@ module Aws::Transfer
323
462
  DescribeAccessResponse.add_member(:access, Shapes::ShapeRef.new(shape: DescribedAccess, required: true, location_name: "Access"))
324
463
  DescribeAccessResponse.struct_class = Types::DescribeAccessResponse
325
464
 
465
+ DescribeAgreementRequest.add_member(:agreement_id, Shapes::ShapeRef.new(shape: AgreementId, required: true, location_name: "AgreementId"))
466
+ DescribeAgreementRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
467
+ DescribeAgreementRequest.struct_class = Types::DescribeAgreementRequest
468
+
469
+ DescribeAgreementResponse.add_member(:agreement, Shapes::ShapeRef.new(shape: DescribedAgreement, required: true, location_name: "Agreement"))
470
+ DescribeAgreementResponse.struct_class = Types::DescribeAgreementResponse
471
+
472
+ DescribeCertificateRequest.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, required: true, location_name: "CertificateId"))
473
+ DescribeCertificateRequest.struct_class = Types::DescribeCertificateRequest
474
+
475
+ DescribeCertificateResponse.add_member(:certificate, Shapes::ShapeRef.new(shape: DescribedCertificate, required: true, location_name: "Certificate"))
476
+ DescribeCertificateResponse.struct_class = Types::DescribeCertificateResponse
477
+
478
+ DescribeConnectorRequest.add_member(:connector_id, Shapes::ShapeRef.new(shape: ConnectorId, required: true, location_name: "ConnectorId"))
479
+ DescribeConnectorRequest.struct_class = Types::DescribeConnectorRequest
480
+
481
+ DescribeConnectorResponse.add_member(:connector, Shapes::ShapeRef.new(shape: DescribedConnector, required: true, location_name: "Connector"))
482
+ DescribeConnectorResponse.struct_class = Types::DescribeConnectorResponse
483
+
326
484
  DescribeExecutionRequest.add_member(:execution_id, Shapes::ShapeRef.new(shape: ExecutionId, required: true, location_name: "ExecutionId"))
327
485
  DescribeExecutionRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location_name: "WorkflowId"))
328
486
  DescribeExecutionRequest.struct_class = Types::DescribeExecutionRequest
@@ -331,6 +489,12 @@ module Aws::Transfer
331
489
  DescribeExecutionResponse.add_member(:execution, Shapes::ShapeRef.new(shape: DescribedExecution, required: true, location_name: "Execution"))
332
490
  DescribeExecutionResponse.struct_class = Types::DescribeExecutionResponse
333
491
 
492
+ DescribeProfileRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, required: true, location_name: "ProfileId"))
493
+ DescribeProfileRequest.struct_class = Types::DescribeProfileRequest
494
+
495
+ DescribeProfileResponse.add_member(:profile, Shapes::ShapeRef.new(shape: DescribedProfile, required: true, location_name: "Profile"))
496
+ DescribeProfileResponse.struct_class = Types::DescribeProfileResponse
497
+
334
498
  DescribeSecurityPolicyRequest.add_member(:security_policy_name, Shapes::ShapeRef.new(shape: SecurityPolicyName, required: true, location_name: "SecurityPolicyName"))
335
499
  DescribeSecurityPolicyRequest.struct_class = Types::DescribeSecurityPolicyRequest
336
500
 
@@ -366,6 +530,43 @@ module Aws::Transfer
366
530
  DescribedAccess.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "ExternalId"))
367
531
  DescribedAccess.struct_class = Types::DescribedAccess
368
532
 
533
+ DescribedAgreement.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
534
+ DescribedAgreement.add_member(:agreement_id, Shapes::ShapeRef.new(shape: AgreementId, location_name: "AgreementId"))
535
+ DescribedAgreement.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
536
+ DescribedAgreement.add_member(:status, Shapes::ShapeRef.new(shape: AgreementStatusType, location_name: "Status"))
537
+ DescribedAgreement.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, location_name: "ServerId"))
538
+ DescribedAgreement.add_member(:local_profile_id, Shapes::ShapeRef.new(shape: ProfileId, location_name: "LocalProfileId"))
539
+ DescribedAgreement.add_member(:partner_profile_id, Shapes::ShapeRef.new(shape: ProfileId, location_name: "PartnerProfileId"))
540
+ DescribedAgreement.add_member(:base_directory, Shapes::ShapeRef.new(shape: HomeDirectory, location_name: "BaseDirectory"))
541
+ DescribedAgreement.add_member(:access_role, Shapes::ShapeRef.new(shape: Role, location_name: "AccessRole"))
542
+ DescribedAgreement.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
543
+ DescribedAgreement.struct_class = Types::DescribedAgreement
544
+
545
+ DescribedCertificate.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
546
+ DescribedCertificate.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, location_name: "CertificateId"))
547
+ DescribedCertificate.add_member(:usage, Shapes::ShapeRef.new(shape: CertificateUsageType, location_name: "Usage"))
548
+ DescribedCertificate.add_member(:status, Shapes::ShapeRef.new(shape: CertificateStatusType, location_name: "Status"))
549
+ DescribedCertificate.add_member(:certificate, Shapes::ShapeRef.new(shape: CertificateBodyType, location_name: "Certificate"))
550
+ DescribedCertificate.add_member(:certificate_chain, Shapes::ShapeRef.new(shape: CertificateChainType, location_name: "CertificateChain"))
551
+ DescribedCertificate.add_member(:active_date, Shapes::ShapeRef.new(shape: CertDate, location_name: "ActiveDate"))
552
+ DescribedCertificate.add_member(:inactive_date, Shapes::ShapeRef.new(shape: CertDate, location_name: "InactiveDate"))
553
+ DescribedCertificate.add_member(:serial, Shapes::ShapeRef.new(shape: CertSerial, location_name: "Serial"))
554
+ DescribedCertificate.add_member(:not_before_date, Shapes::ShapeRef.new(shape: CertDate, location_name: "NotBeforeDate"))
555
+ DescribedCertificate.add_member(:not_after_date, Shapes::ShapeRef.new(shape: CertDate, location_name: "NotAfterDate"))
556
+ DescribedCertificate.add_member(:type, Shapes::ShapeRef.new(shape: CertificateType, location_name: "Type"))
557
+ DescribedCertificate.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
558
+ DescribedCertificate.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
559
+ DescribedCertificate.struct_class = Types::DescribedCertificate
560
+
561
+ DescribedConnector.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
562
+ DescribedConnector.add_member(:connector_id, Shapes::ShapeRef.new(shape: ConnectorId, location_name: "ConnectorId"))
563
+ DescribedConnector.add_member(:url, Shapes::ShapeRef.new(shape: Url, location_name: "Url"))
564
+ DescribedConnector.add_member(:as_2_config, Shapes::ShapeRef.new(shape: As2ConnectorConfig, location_name: "As2Config"))
565
+ DescribedConnector.add_member(:access_role, Shapes::ShapeRef.new(shape: Role, location_name: "AccessRole"))
566
+ DescribedConnector.add_member(:logging_role, Shapes::ShapeRef.new(shape: Role, location_name: "LoggingRole"))
567
+ DescribedConnector.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
568
+ DescribedConnector.struct_class = Types::DescribedConnector
569
+
369
570
  DescribedExecution.add_member(:execution_id, Shapes::ShapeRef.new(shape: ExecutionId, location_name: "ExecutionId"))
370
571
  DescribedExecution.add_member(:initial_file_location, Shapes::ShapeRef.new(shape: FileLocation, location_name: "InitialFileLocation"))
371
572
  DescribedExecution.add_member(:service_metadata, Shapes::ShapeRef.new(shape: ServiceMetadata, location_name: "ServiceMetadata"))
@@ -376,6 +577,14 @@ module Aws::Transfer
376
577
  DescribedExecution.add_member(:results, Shapes::ShapeRef.new(shape: ExecutionResults, location_name: "Results"))
377
578
  DescribedExecution.struct_class = Types::DescribedExecution
378
579
 
580
+ DescribedProfile.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
581
+ DescribedProfile.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, location_name: "ProfileId"))
582
+ DescribedProfile.add_member(:profile_type, Shapes::ShapeRef.new(shape: ProfileType, location_name: "ProfileType"))
583
+ DescribedProfile.add_member(:as_2_id, Shapes::ShapeRef.new(shape: As2Id, location_name: "As2Id"))
584
+ DescribedProfile.add_member(:certificate_ids, Shapes::ShapeRef.new(shape: CertificateIds, location_name: "CertificateIds"))
585
+ DescribedProfile.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
586
+ DescribedProfile.struct_class = Types::DescribedProfile
587
+
379
588
  DescribedSecurityPolicy.add_member(:fips, Shapes::ShapeRef.new(shape: Fips, location_name: "Fips"))
380
589
  DescribedSecurityPolicy.add_member(:security_policy_name, Shapes::ShapeRef.new(shape: SecurityPolicyName, required: true, location_name: "SecurityPolicyName"))
381
590
  DescribedSecurityPolicy.add_member(:ssh_ciphers, Shapes::ShapeRef.new(shape: SecurityPolicyOptions, location_name: "SshCiphers"))
@@ -455,6 +664,8 @@ module Aws::Transfer
455
664
  FileLocation.add_member(:efs_file_location, Shapes::ShapeRef.new(shape: EfsFileLocation, location_name: "EfsFileLocation"))
456
665
  FileLocation.struct_class = Types::FileLocation
457
666
 
667
+ FilePaths.member = Shapes::ShapeRef.new(shape: FilePath)
668
+
458
669
  HomeDirectoryMapEntry.add_member(:entry, Shapes::ShapeRef.new(shape: MapEntry, required: true, location_name: "Entry"))
459
670
  HomeDirectoryMapEntry.add_member(:target, Shapes::ShapeRef.new(shape: MapTarget, required: true, location_name: "Target"))
460
671
  HomeDirectoryMapEntry.struct_class = Types::HomeDirectoryMapEntry
@@ -467,6 +678,19 @@ module Aws::Transfer
467
678
  IdentityProviderDetails.add_member(:function, Shapes::ShapeRef.new(shape: Function, location_name: "Function"))
468
679
  IdentityProviderDetails.struct_class = Types::IdentityProviderDetails
469
680
 
681
+ ImportCertificateRequest.add_member(:usage, Shapes::ShapeRef.new(shape: CertificateUsageType, required: true, location_name: "Usage"))
682
+ ImportCertificateRequest.add_member(:certificate, Shapes::ShapeRef.new(shape: CertificateBodyType, required: true, location_name: "Certificate"))
683
+ ImportCertificateRequest.add_member(:certificate_chain, Shapes::ShapeRef.new(shape: CertificateChainType, location_name: "CertificateChain"))
684
+ ImportCertificateRequest.add_member(:private_key, Shapes::ShapeRef.new(shape: PrivateKeyType, location_name: "PrivateKey"))
685
+ ImportCertificateRequest.add_member(:active_date, Shapes::ShapeRef.new(shape: CertDate, location_name: "ActiveDate"))
686
+ ImportCertificateRequest.add_member(:inactive_date, Shapes::ShapeRef.new(shape: CertDate, location_name: "InactiveDate"))
687
+ ImportCertificateRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
688
+ ImportCertificateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
689
+ ImportCertificateRequest.struct_class = Types::ImportCertificateRequest
690
+
691
+ ImportCertificateResponse.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, required: true, location_name: "CertificateId"))
692
+ ImportCertificateResponse.struct_class = Types::ImportCertificateResponse
693
+
470
694
  ImportSshPublicKeyRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
471
695
  ImportSshPublicKeyRequest.add_member(:ssh_public_key_body, Shapes::ShapeRef.new(shape: SshPublicKeyBody, required: true, location_name: "SshPublicKeyBody"))
472
696
  ImportSshPublicKeyRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: UserName, required: true, location_name: "UserName"))
@@ -500,6 +724,31 @@ module Aws::Transfer
500
724
  ListAccessesResponse.add_member(:accesses, Shapes::ShapeRef.new(shape: ListedAccesses, required: true, location_name: "Accesses"))
501
725
  ListAccessesResponse.struct_class = Types::ListAccessesResponse
502
726
 
727
+ ListAgreementsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
728
+ ListAgreementsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
729
+ ListAgreementsRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
730
+ ListAgreementsRequest.struct_class = Types::ListAgreementsRequest
731
+
732
+ ListAgreementsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
733
+ ListAgreementsResponse.add_member(:agreements, Shapes::ShapeRef.new(shape: ListedAgreements, required: true, location_name: "Agreements"))
734
+ ListAgreementsResponse.struct_class = Types::ListAgreementsResponse
735
+
736
+ ListCertificatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
737
+ ListCertificatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
738
+ ListCertificatesRequest.struct_class = Types::ListCertificatesRequest
739
+
740
+ ListCertificatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
741
+ ListCertificatesResponse.add_member(:certificates, Shapes::ShapeRef.new(shape: ListedCertificates, required: true, location_name: "Certificates"))
742
+ ListCertificatesResponse.struct_class = Types::ListCertificatesResponse
743
+
744
+ ListConnectorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
745
+ ListConnectorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
746
+ ListConnectorsRequest.struct_class = Types::ListConnectorsRequest
747
+
748
+ ListConnectorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
749
+ ListConnectorsResponse.add_member(:connectors, Shapes::ShapeRef.new(shape: ListedConnectors, required: true, location_name: "Connectors"))
750
+ ListConnectorsResponse.struct_class = Types::ListConnectorsResponse
751
+
503
752
  ListExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
504
753
  ListExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
505
754
  ListExecutionsRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location_name: "WorkflowId"))
@@ -510,6 +759,15 @@ module Aws::Transfer
510
759
  ListExecutionsResponse.add_member(:executions, Shapes::ShapeRef.new(shape: ListedExecutions, required: true, location_name: "Executions"))
511
760
  ListExecutionsResponse.struct_class = Types::ListExecutionsResponse
512
761
 
762
+ ListProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
763
+ ListProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
764
+ ListProfilesRequest.add_member(:profile_type, Shapes::ShapeRef.new(shape: ProfileType, location_name: "ProfileType"))
765
+ ListProfilesRequest.struct_class = Types::ListProfilesRequest
766
+
767
+ ListProfilesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
768
+ ListProfilesResponse.add_member(:profiles, Shapes::ShapeRef.new(shape: ListedProfiles, required: true, location_name: "Profiles"))
769
+ ListProfilesResponse.struct_class = Types::ListProfilesResponse
770
+
513
771
  ListSecurityPoliciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
514
772
  ListSecurityPoliciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
515
773
  ListSecurityPoliciesRequest.struct_class = Types::ListSecurityPoliciesRequest
@@ -562,6 +820,36 @@ module Aws::Transfer
562
820
 
563
821
  ListedAccesses.member = Shapes::ShapeRef.new(shape: ListedAccess)
564
822
 
823
+ ListedAgreement.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
824
+ ListedAgreement.add_member(:agreement_id, Shapes::ShapeRef.new(shape: AgreementId, location_name: "AgreementId"))
825
+ ListedAgreement.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
826
+ ListedAgreement.add_member(:status, Shapes::ShapeRef.new(shape: AgreementStatusType, location_name: "Status"))
827
+ ListedAgreement.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, location_name: "ServerId"))
828
+ ListedAgreement.add_member(:local_profile_id, Shapes::ShapeRef.new(shape: ProfileId, location_name: "LocalProfileId"))
829
+ ListedAgreement.add_member(:partner_profile_id, Shapes::ShapeRef.new(shape: ProfileId, location_name: "PartnerProfileId"))
830
+ ListedAgreement.struct_class = Types::ListedAgreement
831
+
832
+ ListedAgreements.member = Shapes::ShapeRef.new(shape: ListedAgreement)
833
+
834
+ ListedCertificate.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
835
+ ListedCertificate.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, location_name: "CertificateId"))
836
+ ListedCertificate.add_member(:usage, Shapes::ShapeRef.new(shape: CertificateUsageType, location_name: "Usage"))
837
+ ListedCertificate.add_member(:status, Shapes::ShapeRef.new(shape: CertificateStatusType, location_name: "Status"))
838
+ ListedCertificate.add_member(:active_date, Shapes::ShapeRef.new(shape: CertDate, location_name: "ActiveDate"))
839
+ ListedCertificate.add_member(:inactive_date, Shapes::ShapeRef.new(shape: CertDate, location_name: "InactiveDate"))
840
+ ListedCertificate.add_member(:type, Shapes::ShapeRef.new(shape: CertificateType, location_name: "Type"))
841
+ ListedCertificate.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
842
+ ListedCertificate.struct_class = Types::ListedCertificate
843
+
844
+ ListedCertificates.member = Shapes::ShapeRef.new(shape: ListedCertificate)
845
+
846
+ ListedConnector.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
847
+ ListedConnector.add_member(:connector_id, Shapes::ShapeRef.new(shape: ConnectorId, location_name: "ConnectorId"))
848
+ ListedConnector.add_member(:url, Shapes::ShapeRef.new(shape: Url, location_name: "Url"))
849
+ ListedConnector.struct_class = Types::ListedConnector
850
+
851
+ ListedConnectors.member = Shapes::ShapeRef.new(shape: ListedConnector)
852
+
565
853
  ListedExecution.add_member(:execution_id, Shapes::ShapeRef.new(shape: ExecutionId, location_name: "ExecutionId"))
566
854
  ListedExecution.add_member(:initial_file_location, Shapes::ShapeRef.new(shape: FileLocation, location_name: "InitialFileLocation"))
567
855
  ListedExecution.add_member(:service_metadata, Shapes::ShapeRef.new(shape: ServiceMetadata, location_name: "ServiceMetadata"))
@@ -570,6 +858,14 @@ module Aws::Transfer
570
858
 
571
859
  ListedExecutions.member = Shapes::ShapeRef.new(shape: ListedExecution)
572
860
 
861
+ ListedProfile.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
862
+ ListedProfile.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, location_name: "ProfileId"))
863
+ ListedProfile.add_member(:as_2_id, Shapes::ShapeRef.new(shape: As2Id, location_name: "As2Id"))
864
+ ListedProfile.add_member(:profile_type, Shapes::ShapeRef.new(shape: ProfileType, location_name: "ProfileType"))
865
+ ListedProfile.struct_class = Types::ListedProfile
866
+
867
+ ListedProfiles.member = Shapes::ShapeRef.new(shape: ListedProfile)
868
+
573
869
  ListedServer.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
574
870
  ListedServer.add_member(:domain, Shapes::ShapeRef.new(shape: Domain, location_name: "Domain"))
575
871
  ListedServer.add_member(:identity_provider_type, Shapes::ShapeRef.new(shape: IdentityProviderType, location_name: "IdentityProviderType"))
@@ -612,6 +908,8 @@ module Aws::Transfer
612
908
 
613
909
  ProtocolDetails.add_member(:passive_ip, Shapes::ShapeRef.new(shape: PassiveIp, location_name: "PassiveIp"))
614
910
  ProtocolDetails.add_member(:tls_session_resumption_mode, Shapes::ShapeRef.new(shape: TlsSessionResumptionMode, location_name: "TlsSessionResumptionMode"))
911
+ ProtocolDetails.add_member(:set_stat_option, Shapes::ShapeRef.new(shape: SetStatOption, location_name: "SetStatOption"))
912
+ ProtocolDetails.add_member(:as_2_transports, Shapes::ShapeRef.new(shape: As2Transports, location_name: "As2Transports"))
615
913
  ProtocolDetails.struct_class = Types::ProtocolDetails
616
914
 
617
915
  Protocols.member = Shapes::ShapeRef.new(shape: Protocol)
@@ -671,6 +969,13 @@ module Aws::Transfer
671
969
 
672
970
  SshPublicKeys.member = Shapes::ShapeRef.new(shape: SshPublicKey)
673
971
 
972
+ StartFileTransferRequest.add_member(:connector_id, Shapes::ShapeRef.new(shape: ConnectorId, required: true, location_name: "ConnectorId"))
973
+ StartFileTransferRequest.add_member(:send_file_paths, Shapes::ShapeRef.new(shape: FilePaths, required: true, location_name: "SendFilePaths"))
974
+ StartFileTransferRequest.struct_class = Types::StartFileTransferRequest
975
+
976
+ StartFileTransferResponse.add_member(:transfer_id, Shapes::ShapeRef.new(shape: TransferId, required: true, location_name: "TransferId"))
977
+ StartFileTransferResponse.struct_class = Types::StartFileTransferResponse
978
+
674
979
  StartServerRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
675
980
  StartServerRequest.struct_class = Types::StartServerRequest
676
981
 
@@ -730,6 +1035,45 @@ module Aws::Transfer
730
1035
  UpdateAccessResponse.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, required: true, location_name: "ExternalId"))
731
1036
  UpdateAccessResponse.struct_class = Types::UpdateAccessResponse
732
1037
 
1038
+ UpdateAgreementRequest.add_member(:agreement_id, Shapes::ShapeRef.new(shape: AgreementId, required: true, location_name: "AgreementId"))
1039
+ UpdateAgreementRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
1040
+ UpdateAgreementRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1041
+ UpdateAgreementRequest.add_member(:status, Shapes::ShapeRef.new(shape: AgreementStatusType, location_name: "Status"))
1042
+ UpdateAgreementRequest.add_member(:local_profile_id, Shapes::ShapeRef.new(shape: ProfileId, location_name: "LocalProfileId"))
1043
+ UpdateAgreementRequest.add_member(:partner_profile_id, Shapes::ShapeRef.new(shape: ProfileId, location_name: "PartnerProfileId"))
1044
+ UpdateAgreementRequest.add_member(:base_directory, Shapes::ShapeRef.new(shape: HomeDirectory, location_name: "BaseDirectory"))
1045
+ UpdateAgreementRequest.add_member(:access_role, Shapes::ShapeRef.new(shape: Role, location_name: "AccessRole"))
1046
+ UpdateAgreementRequest.struct_class = Types::UpdateAgreementRequest
1047
+
1048
+ UpdateAgreementResponse.add_member(:agreement_id, Shapes::ShapeRef.new(shape: AgreementId, required: true, location_name: "AgreementId"))
1049
+ UpdateAgreementResponse.struct_class = Types::UpdateAgreementResponse
1050
+
1051
+ UpdateCertificateRequest.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, required: true, location_name: "CertificateId"))
1052
+ UpdateCertificateRequest.add_member(:active_date, Shapes::ShapeRef.new(shape: CertDate, location_name: "ActiveDate"))
1053
+ UpdateCertificateRequest.add_member(:inactive_date, Shapes::ShapeRef.new(shape: CertDate, location_name: "InactiveDate"))
1054
+ UpdateCertificateRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1055
+ UpdateCertificateRequest.struct_class = Types::UpdateCertificateRequest
1056
+
1057
+ UpdateCertificateResponse.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, required: true, location_name: "CertificateId"))
1058
+ UpdateCertificateResponse.struct_class = Types::UpdateCertificateResponse
1059
+
1060
+ UpdateConnectorRequest.add_member(:connector_id, Shapes::ShapeRef.new(shape: ConnectorId, required: true, location_name: "ConnectorId"))
1061
+ UpdateConnectorRequest.add_member(:url, Shapes::ShapeRef.new(shape: Url, location_name: "Url"))
1062
+ UpdateConnectorRequest.add_member(:as_2_config, Shapes::ShapeRef.new(shape: As2ConnectorConfig, location_name: "As2Config"))
1063
+ UpdateConnectorRequest.add_member(:access_role, Shapes::ShapeRef.new(shape: Role, location_name: "AccessRole"))
1064
+ UpdateConnectorRequest.add_member(:logging_role, Shapes::ShapeRef.new(shape: Role, location_name: "LoggingRole"))
1065
+ UpdateConnectorRequest.struct_class = Types::UpdateConnectorRequest
1066
+
1067
+ UpdateConnectorResponse.add_member(:connector_id, Shapes::ShapeRef.new(shape: ConnectorId, required: true, location_name: "ConnectorId"))
1068
+ UpdateConnectorResponse.struct_class = Types::UpdateConnectorResponse
1069
+
1070
+ UpdateProfileRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, required: true, location_name: "ProfileId"))
1071
+ UpdateProfileRequest.add_member(:certificate_ids, Shapes::ShapeRef.new(shape: CertificateIds, location_name: "CertificateIds"))
1072
+ UpdateProfileRequest.struct_class = Types::UpdateProfileRequest
1073
+
1074
+ UpdateProfileResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, required: true, location_name: "ProfileId"))
1075
+ UpdateProfileResponse.struct_class = Types::UpdateProfileResponse
1076
+
733
1077
  UpdateServerRequest.add_member(:certificate, Shapes::ShapeRef.new(shape: Certificate, location_name: "Certificate"))
734
1078
  UpdateServerRequest.add_member(:protocol_details, Shapes::ShapeRef.new(shape: ProtocolDetails, location_name: "ProtocolDetails"))
735
1079
  UpdateServerRequest.add_member(:endpoint_details, Shapes::ShapeRef.new(shape: EndpointDetails, location_name: "EndpointDetails"))
@@ -816,6 +1160,44 @@ module Aws::Transfer
816
1160
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
817
1161
  end)
818
1162
 
1163
+ api.add_operation(:create_agreement, Seahorse::Model::Operation.new.tap do |o|
1164
+ o.name = "CreateAgreement"
1165
+ o.http_method = "POST"
1166
+ o.http_request_uri = "/"
1167
+ o.input = Shapes::ShapeRef.new(shape: CreateAgreementRequest)
1168
+ o.output = Shapes::ShapeRef.new(shape: CreateAgreementResponse)
1169
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1170
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1171
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1172
+ o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
1173
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1174
+ end)
1175
+
1176
+ api.add_operation(:create_connector, Seahorse::Model::Operation.new.tap do |o|
1177
+ o.name = "CreateConnector"
1178
+ o.http_method = "POST"
1179
+ o.http_request_uri = "/"
1180
+ o.input = Shapes::ShapeRef.new(shape: CreateConnectorRequest)
1181
+ o.output = Shapes::ShapeRef.new(shape: CreateConnectorResponse)
1182
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1183
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1184
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1185
+ o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
1186
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1187
+ end)
1188
+
1189
+ api.add_operation(:create_profile, Seahorse::Model::Operation.new.tap do |o|
1190
+ o.name = "CreateProfile"
1191
+ o.http_method = "POST"
1192
+ o.http_request_uri = "/"
1193
+ o.input = Shapes::ShapeRef.new(shape: CreateProfileRequest)
1194
+ o.output = Shapes::ShapeRef.new(shape: CreateProfileResponse)
1195
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1196
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1197
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1198
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1199
+ end)
1200
+
819
1201
  api.add_operation(:create_server, Seahorse::Model::Operation.new.tap do |o|
820
1202
  o.name = "CreateServer"
821
1203
  o.http_method = "POST"
@@ -870,6 +1252,54 @@ module Aws::Transfer
870
1252
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
871
1253
  end)
872
1254
 
1255
+ api.add_operation(:delete_agreement, Seahorse::Model::Operation.new.tap do |o|
1256
+ o.name = "DeleteAgreement"
1257
+ o.http_method = "POST"
1258
+ o.http_request_uri = "/"
1259
+ o.input = Shapes::ShapeRef.new(shape: DeleteAgreementRequest)
1260
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1261
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1262
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1263
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1264
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1265
+ end)
1266
+
1267
+ api.add_operation(:delete_certificate, Seahorse::Model::Operation.new.tap do |o|
1268
+ o.name = "DeleteCertificate"
1269
+ o.http_method = "POST"
1270
+ o.http_request_uri = "/"
1271
+ o.input = Shapes::ShapeRef.new(shape: DeleteCertificateRequest)
1272
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1273
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1274
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1275
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1276
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1277
+ end)
1278
+
1279
+ api.add_operation(:delete_connector, Seahorse::Model::Operation.new.tap do |o|
1280
+ o.name = "DeleteConnector"
1281
+ o.http_method = "POST"
1282
+ o.http_request_uri = "/"
1283
+ o.input = Shapes::ShapeRef.new(shape: DeleteConnectorRequest)
1284
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1285
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1286
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1287
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1288
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1289
+ end)
1290
+
1291
+ api.add_operation(:delete_profile, Seahorse::Model::Operation.new.tap do |o|
1292
+ o.name = "DeleteProfile"
1293
+ o.http_method = "POST"
1294
+ o.http_request_uri = "/"
1295
+ o.input = Shapes::ShapeRef.new(shape: DeleteProfileRequest)
1296
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1297
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1298
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1299
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1300
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1301
+ end)
1302
+
873
1303
  api.add_operation(:delete_server, Seahorse::Model::Operation.new.tap do |o|
874
1304
  o.name = "DeleteServer"
875
1305
  o.http_method = "POST"
@@ -933,6 +1363,42 @@ module Aws::Transfer
933
1363
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
934
1364
  end)
935
1365
 
1366
+ api.add_operation(:describe_agreement, Seahorse::Model::Operation.new.tap do |o|
1367
+ o.name = "DescribeAgreement"
1368
+ o.http_method = "POST"
1369
+ o.http_request_uri = "/"
1370
+ o.input = Shapes::ShapeRef.new(shape: DescribeAgreementRequest)
1371
+ o.output = Shapes::ShapeRef.new(shape: DescribeAgreementResponse)
1372
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1373
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1374
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1375
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1376
+ end)
1377
+
1378
+ api.add_operation(:describe_certificate, Seahorse::Model::Operation.new.tap do |o|
1379
+ o.name = "DescribeCertificate"
1380
+ o.http_method = "POST"
1381
+ o.http_request_uri = "/"
1382
+ o.input = Shapes::ShapeRef.new(shape: DescribeCertificateRequest)
1383
+ o.output = Shapes::ShapeRef.new(shape: DescribeCertificateResponse)
1384
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1385
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1386
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1387
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1388
+ end)
1389
+
1390
+ api.add_operation(:describe_connector, Seahorse::Model::Operation.new.tap do |o|
1391
+ o.name = "DescribeConnector"
1392
+ o.http_method = "POST"
1393
+ o.http_request_uri = "/"
1394
+ o.input = Shapes::ShapeRef.new(shape: DescribeConnectorRequest)
1395
+ o.output = Shapes::ShapeRef.new(shape: DescribeConnectorResponse)
1396
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1397
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1398
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1399
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1400
+ end)
1401
+
936
1402
  api.add_operation(:describe_execution, Seahorse::Model::Operation.new.tap do |o|
937
1403
  o.name = "DescribeExecution"
938
1404
  o.http_method = "POST"
@@ -945,6 +1411,18 @@ module Aws::Transfer
945
1411
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
946
1412
  end)
947
1413
 
1414
+ api.add_operation(:describe_profile, Seahorse::Model::Operation.new.tap do |o|
1415
+ o.name = "DescribeProfile"
1416
+ o.http_method = "POST"
1417
+ o.http_request_uri = "/"
1418
+ o.input = Shapes::ShapeRef.new(shape: DescribeProfileRequest)
1419
+ o.output = Shapes::ShapeRef.new(shape: DescribeProfileResponse)
1420
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1421
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1422
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1423
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1424
+ end)
1425
+
948
1426
  api.add_operation(:describe_security_policy, Seahorse::Model::Operation.new.tap do |o|
949
1427
  o.name = "DescribeSecurityPolicy"
950
1428
  o.http_method = "POST"
@@ -993,6 +1471,18 @@ module Aws::Transfer
993
1471
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
994
1472
  end)
995
1473
 
1474
+ api.add_operation(:import_certificate, Seahorse::Model::Operation.new.tap do |o|
1475
+ o.name = "ImportCertificate"
1476
+ o.http_method = "POST"
1477
+ o.http_request_uri = "/"
1478
+ o.input = Shapes::ShapeRef.new(shape: ImportCertificateRequest)
1479
+ o.output = Shapes::ShapeRef.new(shape: ImportCertificateResponse)
1480
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1481
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1482
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1483
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1484
+ end)
1485
+
996
1486
  api.add_operation(:import_ssh_public_key, Seahorse::Model::Operation.new.tap do |o|
997
1487
  o.name = "ImportSshPublicKey"
998
1488
  o.http_method = "POST"
@@ -1026,6 +1516,63 @@ module Aws::Transfer
1026
1516
  )
1027
1517
  end)
1028
1518
 
1519
+ api.add_operation(:list_agreements, Seahorse::Model::Operation.new.tap do |o|
1520
+ o.name = "ListAgreements"
1521
+ o.http_method = "POST"
1522
+ o.http_request_uri = "/"
1523
+ o.input = Shapes::ShapeRef.new(shape: ListAgreementsRequest)
1524
+ o.output = Shapes::ShapeRef.new(shape: ListAgreementsResponse)
1525
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1526
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1527
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1528
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1529
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1530
+ o[:pager] = Aws::Pager.new(
1531
+ limit_key: "max_results",
1532
+ tokens: {
1533
+ "next_token" => "next_token"
1534
+ }
1535
+ )
1536
+ end)
1537
+
1538
+ api.add_operation(:list_certificates, Seahorse::Model::Operation.new.tap do |o|
1539
+ o.name = "ListCertificates"
1540
+ o.http_method = "POST"
1541
+ o.http_request_uri = "/"
1542
+ o.input = Shapes::ShapeRef.new(shape: ListCertificatesRequest)
1543
+ o.output = Shapes::ShapeRef.new(shape: ListCertificatesResponse)
1544
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1545
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1546
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1547
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1548
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1549
+ o[:pager] = Aws::Pager.new(
1550
+ limit_key: "max_results",
1551
+ tokens: {
1552
+ "next_token" => "next_token"
1553
+ }
1554
+ )
1555
+ end)
1556
+
1557
+ api.add_operation(:list_connectors, Seahorse::Model::Operation.new.tap do |o|
1558
+ o.name = "ListConnectors"
1559
+ o.http_method = "POST"
1560
+ o.http_request_uri = "/"
1561
+ o.input = Shapes::ShapeRef.new(shape: ListConnectorsRequest)
1562
+ o.output = Shapes::ShapeRef.new(shape: ListConnectorsResponse)
1563
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1564
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1565
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1566
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1567
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1568
+ o[:pager] = Aws::Pager.new(
1569
+ limit_key: "max_results",
1570
+ tokens: {
1571
+ "next_token" => "next_token"
1572
+ }
1573
+ )
1574
+ end)
1575
+
1029
1576
  api.add_operation(:list_executions, Seahorse::Model::Operation.new.tap do |o|
1030
1577
  o.name = "ListExecutions"
1031
1578
  o.http_method = "POST"
@@ -1045,6 +1592,25 @@ module Aws::Transfer
1045
1592
  )
1046
1593
  end)
1047
1594
 
1595
+ api.add_operation(:list_profiles, Seahorse::Model::Operation.new.tap do |o|
1596
+ o.name = "ListProfiles"
1597
+ o.http_method = "POST"
1598
+ o.http_request_uri = "/"
1599
+ o.input = Shapes::ShapeRef.new(shape: ListProfilesRequest)
1600
+ o.output = Shapes::ShapeRef.new(shape: ListProfilesResponse)
1601
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1602
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1603
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1604
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1605
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1606
+ o[:pager] = Aws::Pager.new(
1607
+ limit_key: "max_results",
1608
+ tokens: {
1609
+ "next_token" => "next_token"
1610
+ }
1611
+ )
1612
+ end)
1613
+
1048
1614
  api.add_operation(:list_security_policies, Seahorse::Model::Operation.new.tap do |o|
1049
1615
  o.name = "ListSecurityPolicies"
1050
1616
  o.http_method = "POST"
@@ -1150,6 +1716,19 @@ module Aws::Transfer
1150
1716
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1151
1717
  end)
1152
1718
 
1719
+ api.add_operation(:start_file_transfer, Seahorse::Model::Operation.new.tap do |o|
1720
+ o.name = "StartFileTransfer"
1721
+ o.http_method = "POST"
1722
+ o.http_request_uri = "/"
1723
+ o.input = Shapes::ShapeRef.new(shape: StartFileTransferRequest)
1724
+ o.output = Shapes::ShapeRef.new(shape: StartFileTransferResponse)
1725
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1726
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1727
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1728
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1729
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1730
+ end)
1731
+
1153
1732
  api.add_operation(:start_server, Seahorse::Model::Operation.new.tap do |o|
1154
1733
  o.name = "StartServer"
1155
1734
  o.http_method = "POST"
@@ -1225,6 +1804,56 @@ module Aws::Transfer
1225
1804
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1226
1805
  end)
1227
1806
 
1807
+ api.add_operation(:update_agreement, Seahorse::Model::Operation.new.tap do |o|
1808
+ o.name = "UpdateAgreement"
1809
+ o.http_method = "POST"
1810
+ o.http_request_uri = "/"
1811
+ o.input = Shapes::ShapeRef.new(shape: UpdateAgreementRequest)
1812
+ o.output = Shapes::ShapeRef.new(shape: UpdateAgreementResponse)
1813
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1814
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1815
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1816
+ o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
1817
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1818
+ end)
1819
+
1820
+ api.add_operation(:update_certificate, Seahorse::Model::Operation.new.tap do |o|
1821
+ o.name = "UpdateCertificate"
1822
+ o.http_method = "POST"
1823
+ o.http_request_uri = "/"
1824
+ o.input = Shapes::ShapeRef.new(shape: UpdateCertificateRequest)
1825
+ o.output = Shapes::ShapeRef.new(shape: UpdateCertificateResponse)
1826
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1827
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1828
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1829
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1830
+ end)
1831
+
1832
+ api.add_operation(:update_connector, Seahorse::Model::Operation.new.tap do |o|
1833
+ o.name = "UpdateConnector"
1834
+ o.http_method = "POST"
1835
+ o.http_request_uri = "/"
1836
+ o.input = Shapes::ShapeRef.new(shape: UpdateConnectorRequest)
1837
+ o.output = Shapes::ShapeRef.new(shape: UpdateConnectorResponse)
1838
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1839
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1840
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1841
+ o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
1842
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1843
+ end)
1844
+
1845
+ api.add_operation(:update_profile, Seahorse::Model::Operation.new.tap do |o|
1846
+ o.name = "UpdateProfile"
1847
+ o.http_method = "POST"
1848
+ o.http_request_uri = "/"
1849
+ o.input = Shapes::ShapeRef.new(shape: UpdateProfileRequest)
1850
+ o.output = Shapes::ShapeRef.new(shape: UpdateProfileResponse)
1851
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1852
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1853
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1854
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1855
+ end)
1856
+
1228
1857
  api.add_operation(:update_server, Seahorse::Model::Operation.new.tap do |o|
1229
1858
  o.name = "UpdateServer"
1230
1859
  o.http_method = "POST"