aws-sdk-transfer 1.38.0 → 1.42.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.
@@ -17,36 +17,64 @@ module Aws::Transfer
17
17
  AddressAllocationId = Shapes::StringShape.new(name: 'AddressAllocationId')
18
18
  AddressAllocationIds = Shapes::ListShape.new(name: 'AddressAllocationIds')
19
19
  Arn = Shapes::StringShape.new(name: 'Arn')
20
+ CallbackToken = Shapes::StringShape.new(name: 'CallbackToken')
20
21
  Certificate = Shapes::StringShape.new(name: 'Certificate')
21
22
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
23
+ CopyStepDetails = Shapes::StructureShape.new(name: 'CopyStepDetails')
22
24
  CreateAccessRequest = Shapes::StructureShape.new(name: 'CreateAccessRequest')
23
25
  CreateAccessResponse = Shapes::StructureShape.new(name: 'CreateAccessResponse')
24
26
  CreateServerRequest = Shapes::StructureShape.new(name: 'CreateServerRequest')
25
27
  CreateServerResponse = Shapes::StructureShape.new(name: 'CreateServerResponse')
26
28
  CreateUserRequest = Shapes::StructureShape.new(name: 'CreateUserRequest')
27
29
  CreateUserResponse = Shapes::StructureShape.new(name: 'CreateUserResponse')
30
+ CreateWorkflowRequest = Shapes::StructureShape.new(name: 'CreateWorkflowRequest')
31
+ CreateWorkflowResponse = Shapes::StructureShape.new(name: 'CreateWorkflowResponse')
32
+ CustomStepDetails = Shapes::StructureShape.new(name: 'CustomStepDetails')
33
+ CustomStepStatus = Shapes::StringShape.new(name: 'CustomStepStatus')
34
+ CustomStepTarget = Shapes::StringShape.new(name: 'CustomStepTarget')
35
+ CustomStepTimeoutSeconds = Shapes::IntegerShape.new(name: 'CustomStepTimeoutSeconds')
28
36
  DateImported = Shapes::TimestampShape.new(name: 'DateImported')
29
37
  DeleteAccessRequest = Shapes::StructureShape.new(name: 'DeleteAccessRequest')
30
38
  DeleteServerRequest = Shapes::StructureShape.new(name: 'DeleteServerRequest')
31
39
  DeleteSshPublicKeyRequest = Shapes::StructureShape.new(name: 'DeleteSshPublicKeyRequest')
40
+ DeleteStepDetails = Shapes::StructureShape.new(name: 'DeleteStepDetails')
32
41
  DeleteUserRequest = Shapes::StructureShape.new(name: 'DeleteUserRequest')
42
+ DeleteWorkflowRequest = Shapes::StructureShape.new(name: 'DeleteWorkflowRequest')
33
43
  DescribeAccessRequest = Shapes::StructureShape.new(name: 'DescribeAccessRequest')
34
44
  DescribeAccessResponse = Shapes::StructureShape.new(name: 'DescribeAccessResponse')
45
+ DescribeExecutionRequest = Shapes::StructureShape.new(name: 'DescribeExecutionRequest')
46
+ DescribeExecutionResponse = Shapes::StructureShape.new(name: 'DescribeExecutionResponse')
35
47
  DescribeSecurityPolicyRequest = Shapes::StructureShape.new(name: 'DescribeSecurityPolicyRequest')
36
48
  DescribeSecurityPolicyResponse = Shapes::StructureShape.new(name: 'DescribeSecurityPolicyResponse')
37
49
  DescribeServerRequest = Shapes::StructureShape.new(name: 'DescribeServerRequest')
38
50
  DescribeServerResponse = Shapes::StructureShape.new(name: 'DescribeServerResponse')
39
51
  DescribeUserRequest = Shapes::StructureShape.new(name: 'DescribeUserRequest')
40
52
  DescribeUserResponse = Shapes::StructureShape.new(name: 'DescribeUserResponse')
53
+ DescribeWorkflowRequest = Shapes::StructureShape.new(name: 'DescribeWorkflowRequest')
54
+ DescribeWorkflowResponse = Shapes::StructureShape.new(name: 'DescribeWorkflowResponse')
41
55
  DescribedAccess = Shapes::StructureShape.new(name: 'DescribedAccess')
56
+ DescribedExecution = Shapes::StructureShape.new(name: 'DescribedExecution')
42
57
  DescribedSecurityPolicy = Shapes::StructureShape.new(name: 'DescribedSecurityPolicy')
43
58
  DescribedServer = Shapes::StructureShape.new(name: 'DescribedServer')
44
59
  DescribedUser = Shapes::StructureShape.new(name: 'DescribedUser')
60
+ DescribedWorkflow = Shapes::StructureShape.new(name: 'DescribedWorkflow')
45
61
  DirectoryId = Shapes::StringShape.new(name: 'DirectoryId')
46
62
  Domain = Shapes::StringShape.new(name: 'Domain')
63
+ EfsFileLocation = Shapes::StructureShape.new(name: 'EfsFileLocation')
64
+ EfsFileSystemId = Shapes::StringShape.new(name: 'EfsFileSystemId')
65
+ EfsPath = Shapes::StringShape.new(name: 'EfsPath')
47
66
  EndpointDetails = Shapes::StructureShape.new(name: 'EndpointDetails')
48
67
  EndpointType = Shapes::StringShape.new(name: 'EndpointType')
68
+ ExecutionError = Shapes::StructureShape.new(name: 'ExecutionError')
69
+ ExecutionErrorMessage = Shapes::StringShape.new(name: 'ExecutionErrorMessage')
70
+ ExecutionErrorType = Shapes::StringShape.new(name: 'ExecutionErrorType')
71
+ ExecutionId = Shapes::StringShape.new(name: 'ExecutionId')
72
+ ExecutionResults = Shapes::StructureShape.new(name: 'ExecutionResults')
73
+ ExecutionStatus = Shapes::StringShape.new(name: 'ExecutionStatus')
74
+ ExecutionStepResult = Shapes::StructureShape.new(name: 'ExecutionStepResult')
75
+ ExecutionStepResults = Shapes::ListShape.new(name: 'ExecutionStepResults')
49
76
  ExternalId = Shapes::StringShape.new(name: 'ExternalId')
77
+ FileLocation = Shapes::StructureShape.new(name: 'FileLocation')
50
78
  Fips = Shapes::BooleanShape.new(name: 'Fips')
51
79
  HomeDirectory = Shapes::StringShape.new(name: 'HomeDirectory')
52
80
  HomeDirectoryMapEntry = Shapes::StructureShape.new(name: 'HomeDirectoryMapEntry')
@@ -58,11 +86,14 @@ module Aws::Transfer
58
86
  IdentityProviderType = Shapes::StringShape.new(name: 'IdentityProviderType')
59
87
  ImportSshPublicKeyRequest = Shapes::StructureShape.new(name: 'ImportSshPublicKeyRequest')
60
88
  ImportSshPublicKeyResponse = Shapes::StructureShape.new(name: 'ImportSshPublicKeyResponse')
89
+ InputFileLocation = Shapes::StructureShape.new(name: 'InputFileLocation')
61
90
  InternalServiceError = Shapes::StructureShape.new(name: 'InternalServiceError')
62
91
  InvalidNextTokenException = Shapes::StructureShape.new(name: 'InvalidNextTokenException')
63
92
  InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
64
93
  ListAccessesRequest = Shapes::StructureShape.new(name: 'ListAccessesRequest')
65
94
  ListAccessesResponse = Shapes::StructureShape.new(name: 'ListAccessesResponse')
95
+ ListExecutionsRequest = Shapes::StructureShape.new(name: 'ListExecutionsRequest')
96
+ ListExecutionsResponse = Shapes::StructureShape.new(name: 'ListExecutionsResponse')
66
97
  ListSecurityPoliciesRequest = Shapes::StructureShape.new(name: 'ListSecurityPoliciesRequest')
67
98
  ListSecurityPoliciesResponse = Shapes::StructureShape.new(name: 'ListSecurityPoliciesResponse')
68
99
  ListServersRequest = Shapes::StructureShape.new(name: 'ListServersRequest')
@@ -71,18 +102,28 @@ module Aws::Transfer
71
102
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
72
103
  ListUsersRequest = Shapes::StructureShape.new(name: 'ListUsersRequest')
73
104
  ListUsersResponse = Shapes::StructureShape.new(name: 'ListUsersResponse')
105
+ ListWorkflowsRequest = Shapes::StructureShape.new(name: 'ListWorkflowsRequest')
106
+ ListWorkflowsResponse = Shapes::StructureShape.new(name: 'ListWorkflowsResponse')
74
107
  ListedAccess = Shapes::StructureShape.new(name: 'ListedAccess')
75
108
  ListedAccesses = Shapes::ListShape.new(name: 'ListedAccesses')
109
+ ListedExecution = Shapes::StructureShape.new(name: 'ListedExecution')
110
+ ListedExecutions = Shapes::ListShape.new(name: 'ListedExecutions')
76
111
  ListedServer = Shapes::StructureShape.new(name: 'ListedServer')
77
112
  ListedServers = Shapes::ListShape.new(name: 'ListedServers')
78
113
  ListedUser = Shapes::StructureShape.new(name: 'ListedUser')
79
114
  ListedUsers = Shapes::ListShape.new(name: 'ListedUsers')
115
+ ListedWorkflow = Shapes::StructureShape.new(name: 'ListedWorkflow')
116
+ ListedWorkflows = Shapes::ListShape.new(name: 'ListedWorkflows')
117
+ LogGroupName = Shapes::StringShape.new(name: 'LogGroupName')
118
+ LoggingConfiguration = Shapes::StructureShape.new(name: 'LoggingConfiguration')
80
119
  MapEntry = Shapes::StringShape.new(name: 'MapEntry')
81
120
  MapTarget = Shapes::StringShape.new(name: 'MapTarget')
82
121
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
83
122
  Message = Shapes::StringShape.new(name: 'Message')
84
123
  NextToken = Shapes::StringShape.new(name: 'NextToken')
85
124
  NullableRole = Shapes::StringShape.new(name: 'NullableRole')
125
+ OnUploadWorkflowDetails = Shapes::ListShape.new(name: 'OnUploadWorkflowDetails')
126
+ OverwriteExisting = Shapes::StringShape.new(name: 'OverwriteExisting')
86
127
  PassiveIp = Shapes::StringShape.new(name: 'PassiveIp')
87
128
  Policy = Shapes::StringShape.new(name: 'Policy')
88
129
  PosixId = Shapes::IntegerShape.new(name: 'PosixId')
@@ -97,6 +138,16 @@ module Aws::Transfer
97
138
  Response = Shapes::StringShape.new(name: 'Response')
98
139
  RetryAfterSeconds = Shapes::StringShape.new(name: 'RetryAfterSeconds')
99
140
  Role = Shapes::StringShape.new(name: 'Role')
141
+ S3Bucket = Shapes::StringShape.new(name: 'S3Bucket')
142
+ S3Etag = Shapes::StringShape.new(name: 'S3Etag')
143
+ S3FileLocation = Shapes::StructureShape.new(name: 'S3FileLocation')
144
+ S3InputFileLocation = Shapes::StructureShape.new(name: 'S3InputFileLocation')
145
+ S3Key = Shapes::StringShape.new(name: 'S3Key')
146
+ S3Tag = Shapes::StructureShape.new(name: 'S3Tag')
147
+ S3TagKey = Shapes::StringShape.new(name: 'S3TagKey')
148
+ S3TagValue = Shapes::StringShape.new(name: 'S3TagValue')
149
+ S3Tags = Shapes::ListShape.new(name: 'S3Tags')
150
+ S3VersionId = Shapes::StringShape.new(name: 'S3VersionId')
100
151
  SecondaryGids = Shapes::ListShape.new(name: 'SecondaryGids')
101
152
  SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
102
153
  SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
@@ -104,9 +155,13 @@ module Aws::Transfer
104
155
  SecurityPolicyNames = Shapes::ListShape.new(name: 'SecurityPolicyNames')
105
156
  SecurityPolicyOption = Shapes::StringShape.new(name: 'SecurityPolicyOption')
106
157
  SecurityPolicyOptions = Shapes::ListShape.new(name: 'SecurityPolicyOptions')
158
+ SendWorkflowStepStateRequest = Shapes::StructureShape.new(name: 'SendWorkflowStepStateRequest')
159
+ SendWorkflowStepStateResponse = Shapes::StructureShape.new(name: 'SendWorkflowStepStateResponse')
107
160
  ServerId = Shapes::StringShape.new(name: 'ServerId')
108
161
  ServiceErrorMessage = Shapes::StringShape.new(name: 'ServiceErrorMessage')
162
+ ServiceMetadata = Shapes::StructureShape.new(name: 'ServiceMetadata')
109
163
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
164
+ SessionId = Shapes::StringShape.new(name: 'SessionId')
110
165
  SourceIp = Shapes::StringShape.new(name: 'SourceIp')
111
166
  SshPublicKey = Shapes::StructureShape.new(name: 'SshPublicKey')
112
167
  SshPublicKeyBody = Shapes::StringShape.new(name: 'SshPublicKeyBody')
@@ -116,6 +171,7 @@ module Aws::Transfer
116
171
  StartServerRequest = Shapes::StructureShape.new(name: 'StartServerRequest')
117
172
  State = Shapes::StringShape.new(name: 'State')
118
173
  StatusCode = Shapes::IntegerShape.new(name: 'StatusCode')
174
+ StepResultOutputsJson = Shapes::StringShape.new(name: 'StepResultOutputsJson')
119
175
  StopServerRequest = Shapes::StructureShape.new(name: 'StopServerRequest')
120
176
  SubnetId = Shapes::StringShape.new(name: 'SubnetId')
121
177
  SubnetIds = Shapes::ListShape.new(name: 'SubnetIds')
@@ -123,6 +179,7 @@ module Aws::Transfer
123
179
  TagKey = Shapes::StringShape.new(name: 'TagKey')
124
180
  TagKeys = Shapes::ListShape.new(name: 'TagKeys')
125
181
  TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
182
+ TagStepDetails = Shapes::StructureShape.new(name: 'TagStepDetails')
126
183
  TagValue = Shapes::StringShape.new(name: 'TagValue')
127
184
  Tags = Shapes::ListShape.new(name: 'Tags')
128
185
  TestIdentityProviderRequest = Shapes::StructureShape.new(name: 'TestIdentityProviderRequest')
@@ -137,10 +194,19 @@ module Aws::Transfer
137
194
  UpdateUserResponse = Shapes::StructureShape.new(name: 'UpdateUserResponse')
138
195
  Url = Shapes::StringShape.new(name: 'Url')
139
196
  UserCount = Shapes::IntegerShape.new(name: 'UserCount')
197
+ UserDetails = Shapes::StructureShape.new(name: 'UserDetails')
140
198
  UserName = Shapes::StringShape.new(name: 'UserName')
141
199
  UserPassword = Shapes::StringShape.new(name: 'UserPassword')
142
200
  VpcEndpointId = Shapes::StringShape.new(name: 'VpcEndpointId')
143
201
  VpcId = Shapes::StringShape.new(name: 'VpcId')
202
+ WorkflowDescription = Shapes::StringShape.new(name: 'WorkflowDescription')
203
+ WorkflowDetail = Shapes::StructureShape.new(name: 'WorkflowDetail')
204
+ WorkflowDetails = Shapes::StructureShape.new(name: 'WorkflowDetails')
205
+ WorkflowId = Shapes::StringShape.new(name: 'WorkflowId')
206
+ WorkflowStep = Shapes::StructureShape.new(name: 'WorkflowStep')
207
+ WorkflowStepName = Shapes::StringShape.new(name: 'WorkflowStepName')
208
+ WorkflowStepType = Shapes::StringShape.new(name: 'WorkflowStepType')
209
+ WorkflowSteps = Shapes::ListShape.new(name: 'WorkflowSteps')
144
210
 
145
211
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ServiceErrorMessage, location_name: "Message"))
146
212
  AccessDeniedException.struct_class = Types::AccessDeniedException
@@ -150,6 +216,11 @@ module Aws::Transfer
150
216
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: Message, required: true, location_name: "Message"))
151
217
  ConflictException.struct_class = Types::ConflictException
152
218
 
219
+ CopyStepDetails.add_member(:name, Shapes::ShapeRef.new(shape: WorkflowStepName, location_name: "Name"))
220
+ CopyStepDetails.add_member(:destination_file_location, Shapes::ShapeRef.new(shape: InputFileLocation, location_name: "DestinationFileLocation"))
221
+ CopyStepDetails.add_member(:overwrite_existing, Shapes::ShapeRef.new(shape: OverwriteExisting, location_name: "OverwriteExisting"))
222
+ CopyStepDetails.struct_class = Types::CopyStepDetails
223
+
153
224
  CreateAccessRequest.add_member(:home_directory, Shapes::ShapeRef.new(shape: HomeDirectory, location_name: "HomeDirectory"))
154
225
  CreateAccessRequest.add_member(:home_directory_type, Shapes::ShapeRef.new(shape: HomeDirectoryType, location_name: "HomeDirectoryType"))
155
226
  CreateAccessRequest.add_member(:home_directory_mappings, Shapes::ShapeRef.new(shape: HomeDirectoryMappings, location_name: "HomeDirectoryMappings"))
@@ -175,6 +246,7 @@ module Aws::Transfer
175
246
  CreateServerRequest.add_member(:protocols, Shapes::ShapeRef.new(shape: Protocols, location_name: "Protocols"))
176
247
  CreateServerRequest.add_member(:security_policy_name, Shapes::ShapeRef.new(shape: SecurityPolicyName, location_name: "SecurityPolicyName"))
177
248
  CreateServerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
249
+ CreateServerRequest.add_member(:workflow_details, Shapes::ShapeRef.new(shape: WorkflowDetails, location_name: "WorkflowDetails"))
178
250
  CreateServerRequest.struct_class = Types::CreateServerRequest
179
251
 
180
252
  CreateServerResponse.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
@@ -196,6 +268,20 @@ module Aws::Transfer
196
268
  CreateUserResponse.add_member(:user_name, Shapes::ShapeRef.new(shape: UserName, required: true, location_name: "UserName"))
197
269
  CreateUserResponse.struct_class = Types::CreateUserResponse
198
270
 
271
+ CreateWorkflowRequest.add_member(:description, Shapes::ShapeRef.new(shape: WorkflowDescription, location_name: "Description"))
272
+ CreateWorkflowRequest.add_member(:steps, Shapes::ShapeRef.new(shape: WorkflowSteps, required: true, location_name: "Steps"))
273
+ CreateWorkflowRequest.add_member(:on_exception_steps, Shapes::ShapeRef.new(shape: WorkflowSteps, location_name: "OnExceptionSteps"))
274
+ CreateWorkflowRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
275
+ CreateWorkflowRequest.struct_class = Types::CreateWorkflowRequest
276
+
277
+ CreateWorkflowResponse.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location_name: "WorkflowId"))
278
+ CreateWorkflowResponse.struct_class = Types::CreateWorkflowResponse
279
+
280
+ CustomStepDetails.add_member(:name, Shapes::ShapeRef.new(shape: WorkflowStepName, location_name: "Name"))
281
+ CustomStepDetails.add_member(:target, Shapes::ShapeRef.new(shape: CustomStepTarget, location_name: "Target"))
282
+ CustomStepDetails.add_member(:timeout_seconds, Shapes::ShapeRef.new(shape: CustomStepTimeoutSeconds, location_name: "TimeoutSeconds"))
283
+ CustomStepDetails.struct_class = Types::CustomStepDetails
284
+
199
285
  DeleteAccessRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
200
286
  DeleteAccessRequest.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, required: true, location_name: "ExternalId"))
201
287
  DeleteAccessRequest.struct_class = Types::DeleteAccessRequest
@@ -208,10 +294,16 @@ module Aws::Transfer
208
294
  DeleteSshPublicKeyRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: UserName, required: true, location_name: "UserName"))
209
295
  DeleteSshPublicKeyRequest.struct_class = Types::DeleteSshPublicKeyRequest
210
296
 
297
+ DeleteStepDetails.add_member(:name, Shapes::ShapeRef.new(shape: WorkflowStepName, location_name: "Name"))
298
+ DeleteStepDetails.struct_class = Types::DeleteStepDetails
299
+
211
300
  DeleteUserRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
212
301
  DeleteUserRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: UserName, required: true, location_name: "UserName"))
213
302
  DeleteUserRequest.struct_class = Types::DeleteUserRequest
214
303
 
304
+ DeleteWorkflowRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location_name: "WorkflowId"))
305
+ DeleteWorkflowRequest.struct_class = Types::DeleteWorkflowRequest
306
+
215
307
  DescribeAccessRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
216
308
  DescribeAccessRequest.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, required: true, location_name: "ExternalId"))
217
309
  DescribeAccessRequest.struct_class = Types::DescribeAccessRequest
@@ -220,6 +312,14 @@ module Aws::Transfer
220
312
  DescribeAccessResponse.add_member(:access, Shapes::ShapeRef.new(shape: DescribedAccess, required: true, location_name: "Access"))
221
313
  DescribeAccessResponse.struct_class = Types::DescribeAccessResponse
222
314
 
315
+ DescribeExecutionRequest.add_member(:execution_id, Shapes::ShapeRef.new(shape: ExecutionId, required: true, location_name: "ExecutionId"))
316
+ DescribeExecutionRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location_name: "WorkflowId"))
317
+ DescribeExecutionRequest.struct_class = Types::DescribeExecutionRequest
318
+
319
+ DescribeExecutionResponse.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location_name: "WorkflowId"))
320
+ DescribeExecutionResponse.add_member(:execution, Shapes::ShapeRef.new(shape: DescribedExecution, required: true, location_name: "Execution"))
321
+ DescribeExecutionResponse.struct_class = Types::DescribeExecutionResponse
322
+
223
323
  DescribeSecurityPolicyRequest.add_member(:security_policy_name, Shapes::ShapeRef.new(shape: SecurityPolicyName, required: true, location_name: "SecurityPolicyName"))
224
324
  DescribeSecurityPolicyRequest.struct_class = Types::DescribeSecurityPolicyRequest
225
325
 
@@ -240,6 +340,12 @@ module Aws::Transfer
240
340
  DescribeUserResponse.add_member(:user, Shapes::ShapeRef.new(shape: DescribedUser, required: true, location_name: "User"))
241
341
  DescribeUserResponse.struct_class = Types::DescribeUserResponse
242
342
 
343
+ DescribeWorkflowRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location_name: "WorkflowId"))
344
+ DescribeWorkflowRequest.struct_class = Types::DescribeWorkflowRequest
345
+
346
+ DescribeWorkflowResponse.add_member(:workflow, Shapes::ShapeRef.new(shape: DescribedWorkflow, required: true, location_name: "Workflow"))
347
+ DescribeWorkflowResponse.struct_class = Types::DescribeWorkflowResponse
348
+
243
349
  DescribedAccess.add_member(:home_directory, Shapes::ShapeRef.new(shape: HomeDirectory, location_name: "HomeDirectory"))
244
350
  DescribedAccess.add_member(:home_directory_mappings, Shapes::ShapeRef.new(shape: HomeDirectoryMappings, location_name: "HomeDirectoryMappings"))
245
351
  DescribedAccess.add_member(:home_directory_type, Shapes::ShapeRef.new(shape: HomeDirectoryType, location_name: "HomeDirectoryType"))
@@ -249,6 +355,16 @@ module Aws::Transfer
249
355
  DescribedAccess.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "ExternalId"))
250
356
  DescribedAccess.struct_class = Types::DescribedAccess
251
357
 
358
+ DescribedExecution.add_member(:execution_id, Shapes::ShapeRef.new(shape: ExecutionId, location_name: "ExecutionId"))
359
+ DescribedExecution.add_member(:initial_file_location, Shapes::ShapeRef.new(shape: FileLocation, location_name: "InitialFileLocation"))
360
+ DescribedExecution.add_member(:service_metadata, Shapes::ShapeRef.new(shape: ServiceMetadata, location_name: "ServiceMetadata"))
361
+ DescribedExecution.add_member(:execution_role, Shapes::ShapeRef.new(shape: Role, location_name: "ExecutionRole"))
362
+ DescribedExecution.add_member(:logging_configuration, Shapes::ShapeRef.new(shape: LoggingConfiguration, location_name: "LoggingConfiguration"))
363
+ DescribedExecution.add_member(:posix_profile, Shapes::ShapeRef.new(shape: PosixProfile, location_name: "PosixProfile"))
364
+ DescribedExecution.add_member(:status, Shapes::ShapeRef.new(shape: ExecutionStatus, location_name: "Status"))
365
+ DescribedExecution.add_member(:results, Shapes::ShapeRef.new(shape: ExecutionResults, location_name: "Results"))
366
+ DescribedExecution.struct_class = Types::DescribedExecution
367
+
252
368
  DescribedSecurityPolicy.add_member(:fips, Shapes::ShapeRef.new(shape: Fips, location_name: "Fips"))
253
369
  DescribedSecurityPolicy.add_member(:security_policy_name, Shapes::ShapeRef.new(shape: SecurityPolicyName, required: true, location_name: "SecurityPolicyName"))
254
370
  DescribedSecurityPolicy.add_member(:ssh_ciphers, Shapes::ShapeRef.new(shape: SecurityPolicyOptions, location_name: "SshCiphers"))
@@ -273,6 +389,7 @@ module Aws::Transfer
273
389
  DescribedServer.add_member(:state, Shapes::ShapeRef.new(shape: State, location_name: "State"))
274
390
  DescribedServer.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
275
391
  DescribedServer.add_member(:user_count, Shapes::ShapeRef.new(shape: UserCount, location_name: "UserCount"))
392
+ DescribedServer.add_member(:workflow_details, Shapes::ShapeRef.new(shape: WorkflowDetails, location_name: "WorkflowDetails"))
276
393
  DescribedServer.struct_class = Types::DescribedServer
277
394
 
278
395
  DescribedUser.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
@@ -287,6 +404,18 @@ module Aws::Transfer
287
404
  DescribedUser.add_member(:user_name, Shapes::ShapeRef.new(shape: UserName, location_name: "UserName"))
288
405
  DescribedUser.struct_class = Types::DescribedUser
289
406
 
407
+ DescribedWorkflow.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
408
+ DescribedWorkflow.add_member(:description, Shapes::ShapeRef.new(shape: WorkflowDescription, location_name: "Description"))
409
+ DescribedWorkflow.add_member(:steps, Shapes::ShapeRef.new(shape: WorkflowSteps, location_name: "Steps"))
410
+ DescribedWorkflow.add_member(:on_exception_steps, Shapes::ShapeRef.new(shape: WorkflowSteps, location_name: "OnExceptionSteps"))
411
+ DescribedWorkflow.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, location_name: "WorkflowId"))
412
+ DescribedWorkflow.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
413
+ DescribedWorkflow.struct_class = Types::DescribedWorkflow
414
+
415
+ EfsFileLocation.add_member(:file_system_id, Shapes::ShapeRef.new(shape: EfsFileSystemId, location_name: "FileSystemId"))
416
+ EfsFileLocation.add_member(:path, Shapes::ShapeRef.new(shape: EfsPath, location_name: "Path"))
417
+ EfsFileLocation.struct_class = Types::EfsFileLocation
418
+
290
419
  EndpointDetails.add_member(:address_allocation_ids, Shapes::ShapeRef.new(shape: AddressAllocationIds, location_name: "AddressAllocationIds"))
291
420
  EndpointDetails.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, location_name: "SubnetIds"))
292
421
  EndpointDetails.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: VpcEndpointId, location_name: "VpcEndpointId"))
@@ -294,6 +423,25 @@ module Aws::Transfer
294
423
  EndpointDetails.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "SecurityGroupIds"))
295
424
  EndpointDetails.struct_class = Types::EndpointDetails
296
425
 
426
+ ExecutionError.add_member(:type, Shapes::ShapeRef.new(shape: ExecutionErrorType, required: true, location_name: "Type"))
427
+ ExecutionError.add_member(:message, Shapes::ShapeRef.new(shape: ExecutionErrorMessage, required: true, location_name: "Message"))
428
+ ExecutionError.struct_class = Types::ExecutionError
429
+
430
+ ExecutionResults.add_member(:steps, Shapes::ShapeRef.new(shape: ExecutionStepResults, location_name: "Steps"))
431
+ ExecutionResults.add_member(:on_exception_steps, Shapes::ShapeRef.new(shape: ExecutionStepResults, location_name: "OnExceptionSteps"))
432
+ ExecutionResults.struct_class = Types::ExecutionResults
433
+
434
+ ExecutionStepResult.add_member(:step_type, Shapes::ShapeRef.new(shape: WorkflowStepType, location_name: "StepType"))
435
+ ExecutionStepResult.add_member(:outputs, Shapes::ShapeRef.new(shape: StepResultOutputsJson, location_name: "Outputs"))
436
+ ExecutionStepResult.add_member(:error, Shapes::ShapeRef.new(shape: ExecutionError, location_name: "Error"))
437
+ ExecutionStepResult.struct_class = Types::ExecutionStepResult
438
+
439
+ ExecutionStepResults.member = Shapes::ShapeRef.new(shape: ExecutionStepResult)
440
+
441
+ FileLocation.add_member(:s3_file_location, Shapes::ShapeRef.new(shape: S3FileLocation, location_name: "S3FileLocation"))
442
+ FileLocation.add_member(:efs_file_location, Shapes::ShapeRef.new(shape: EfsFileLocation, location_name: "EfsFileLocation"))
443
+ FileLocation.struct_class = Types::FileLocation
444
+
297
445
  HomeDirectoryMapEntry.add_member(:entry, Shapes::ShapeRef.new(shape: MapEntry, required: true, location_name: "Entry"))
298
446
  HomeDirectoryMapEntry.add_member(:target, Shapes::ShapeRef.new(shape: MapTarget, required: true, location_name: "Target"))
299
447
  HomeDirectoryMapEntry.struct_class = Types::HomeDirectoryMapEntry
@@ -315,6 +463,10 @@ module Aws::Transfer
315
463
  ImportSshPublicKeyResponse.add_member(:user_name, Shapes::ShapeRef.new(shape: UserName, required: true, location_name: "UserName"))
316
464
  ImportSshPublicKeyResponse.struct_class = Types::ImportSshPublicKeyResponse
317
465
 
466
+ InputFileLocation.add_member(:s3_file_location, Shapes::ShapeRef.new(shape: S3InputFileLocation, location_name: "S3FileLocation"))
467
+ InputFileLocation.add_member(:efs_file_location, Shapes::ShapeRef.new(shape: EfsFileLocation, location_name: "EfsFileLocation"))
468
+ InputFileLocation.struct_class = Types::InputFileLocation
469
+
318
470
  InternalServiceError.add_member(:message, Shapes::ShapeRef.new(shape: Message, required: true, location_name: "Message"))
319
471
  InternalServiceError.struct_class = Types::InternalServiceError
320
472
 
@@ -334,6 +486,16 @@ module Aws::Transfer
334
486
  ListAccessesResponse.add_member(:accesses, Shapes::ShapeRef.new(shape: ListedAccesses, required: true, location_name: "Accesses"))
335
487
  ListAccessesResponse.struct_class = Types::ListAccessesResponse
336
488
 
489
+ ListExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
490
+ ListExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
491
+ ListExecutionsRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location_name: "WorkflowId"))
492
+ ListExecutionsRequest.struct_class = Types::ListExecutionsRequest
493
+
494
+ ListExecutionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
495
+ ListExecutionsResponse.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location_name: "WorkflowId"))
496
+ ListExecutionsResponse.add_member(:executions, Shapes::ShapeRef.new(shape: ListedExecutions, required: true, location_name: "Executions"))
497
+ ListExecutionsResponse.struct_class = Types::ListExecutionsResponse
498
+
337
499
  ListSecurityPoliciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
338
500
  ListSecurityPoliciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
339
501
  ListSecurityPoliciesRequest.struct_class = Types::ListSecurityPoliciesRequest
@@ -370,6 +532,14 @@ module Aws::Transfer
370
532
  ListUsersResponse.add_member(:users, Shapes::ShapeRef.new(shape: ListedUsers, required: true, location_name: "Users"))
371
533
  ListUsersResponse.struct_class = Types::ListUsersResponse
372
534
 
535
+ ListWorkflowsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
536
+ ListWorkflowsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
537
+ ListWorkflowsRequest.struct_class = Types::ListWorkflowsRequest
538
+
539
+ ListWorkflowsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
540
+ ListWorkflowsResponse.add_member(:workflows, Shapes::ShapeRef.new(shape: ListedWorkflows, required: true, location_name: "Workflows"))
541
+ ListWorkflowsResponse.struct_class = Types::ListWorkflowsResponse
542
+
373
543
  ListedAccess.add_member(:home_directory, Shapes::ShapeRef.new(shape: HomeDirectory, location_name: "HomeDirectory"))
374
544
  ListedAccess.add_member(:home_directory_type, Shapes::ShapeRef.new(shape: HomeDirectoryType, location_name: "HomeDirectoryType"))
375
545
  ListedAccess.add_member(:role, Shapes::ShapeRef.new(shape: Role, location_name: "Role"))
@@ -378,6 +548,14 @@ module Aws::Transfer
378
548
 
379
549
  ListedAccesses.member = Shapes::ShapeRef.new(shape: ListedAccess)
380
550
 
551
+ ListedExecution.add_member(:execution_id, Shapes::ShapeRef.new(shape: ExecutionId, location_name: "ExecutionId"))
552
+ ListedExecution.add_member(:initial_file_location, Shapes::ShapeRef.new(shape: FileLocation, location_name: "InitialFileLocation"))
553
+ ListedExecution.add_member(:service_metadata, Shapes::ShapeRef.new(shape: ServiceMetadata, location_name: "ServiceMetadata"))
554
+ ListedExecution.add_member(:status, Shapes::ShapeRef.new(shape: ExecutionStatus, location_name: "Status"))
555
+ ListedExecution.struct_class = Types::ListedExecution
556
+
557
+ ListedExecutions.member = Shapes::ShapeRef.new(shape: ListedExecution)
558
+
381
559
  ListedServer.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
382
560
  ListedServer.add_member(:domain, Shapes::ShapeRef.new(shape: Domain, location_name: "Domain"))
383
561
  ListedServer.add_member(:identity_provider_type, Shapes::ShapeRef.new(shape: IdentityProviderType, location_name: "IdentityProviderType"))
@@ -400,6 +578,19 @@ module Aws::Transfer
400
578
 
401
579
  ListedUsers.member = Shapes::ShapeRef.new(shape: ListedUser)
402
580
 
581
+ ListedWorkflow.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, location_name: "WorkflowId"))
582
+ ListedWorkflow.add_member(:description, Shapes::ShapeRef.new(shape: WorkflowDescription, location_name: "Description"))
583
+ ListedWorkflow.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
584
+ ListedWorkflow.struct_class = Types::ListedWorkflow
585
+
586
+ ListedWorkflows.member = Shapes::ShapeRef.new(shape: ListedWorkflow)
587
+
588
+ LoggingConfiguration.add_member(:logging_role, Shapes::ShapeRef.new(shape: Role, location_name: "LoggingRole"))
589
+ LoggingConfiguration.add_member(:log_group_name, Shapes::ShapeRef.new(shape: LogGroupName, location_name: "LogGroupName"))
590
+ LoggingConfiguration.struct_class = Types::LoggingConfiguration
591
+
592
+ OnUploadWorkflowDetails.member = Shapes::ShapeRef.new(shape: WorkflowDetail)
593
+
403
594
  PosixProfile.add_member(:uid, Shapes::ShapeRef.new(shape: PosixId, required: true, location_name: "Uid"))
404
595
  PosixProfile.add_member(:gid, Shapes::ShapeRef.new(shape: PosixId, required: true, location_name: "Gid"))
405
596
  PosixProfile.add_member(:secondary_gids, Shapes::ShapeRef.new(shape: SecondaryGids, location_name: "SecondaryGids"))
@@ -420,6 +611,22 @@ module Aws::Transfer
420
611
  ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
421
612
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
422
613
 
614
+ S3FileLocation.add_member(:bucket, Shapes::ShapeRef.new(shape: S3Bucket, location_name: "Bucket"))
615
+ S3FileLocation.add_member(:key, Shapes::ShapeRef.new(shape: S3Key, location_name: "Key"))
616
+ S3FileLocation.add_member(:version_id, Shapes::ShapeRef.new(shape: S3VersionId, location_name: "VersionId"))
617
+ S3FileLocation.add_member(:etag, Shapes::ShapeRef.new(shape: S3Etag, location_name: "Etag"))
618
+ S3FileLocation.struct_class = Types::S3FileLocation
619
+
620
+ S3InputFileLocation.add_member(:bucket, Shapes::ShapeRef.new(shape: S3Bucket, location_name: "Bucket"))
621
+ S3InputFileLocation.add_member(:key, Shapes::ShapeRef.new(shape: S3Key, location_name: "Key"))
622
+ S3InputFileLocation.struct_class = Types::S3InputFileLocation
623
+
624
+ S3Tag.add_member(:key, Shapes::ShapeRef.new(shape: S3TagKey, required: true, location_name: "Key"))
625
+ S3Tag.add_member(:value, Shapes::ShapeRef.new(shape: S3TagValue, required: true, location_name: "Value"))
626
+ S3Tag.struct_class = Types::S3Tag
627
+
628
+ S3Tags.member = Shapes::ShapeRef.new(shape: S3Tag)
629
+
423
630
  SecondaryGids.member = Shapes::ShapeRef.new(shape: PosixId)
424
631
 
425
632
  SecurityGroupIds.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
@@ -428,6 +635,17 @@ module Aws::Transfer
428
635
 
429
636
  SecurityPolicyOptions.member = Shapes::ShapeRef.new(shape: SecurityPolicyOption)
430
637
 
638
+ SendWorkflowStepStateRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location_name: "WorkflowId"))
639
+ SendWorkflowStepStateRequest.add_member(:execution_id, Shapes::ShapeRef.new(shape: ExecutionId, required: true, location_name: "ExecutionId"))
640
+ SendWorkflowStepStateRequest.add_member(:token, Shapes::ShapeRef.new(shape: CallbackToken, required: true, location_name: "Token"))
641
+ SendWorkflowStepStateRequest.add_member(:status, Shapes::ShapeRef.new(shape: CustomStepStatus, required: true, location_name: "Status"))
642
+ SendWorkflowStepStateRequest.struct_class = Types::SendWorkflowStepStateRequest
643
+
644
+ SendWorkflowStepStateResponse.struct_class = Types::SendWorkflowStepStateResponse
645
+
646
+ ServiceMetadata.add_member(:user_details, Shapes::ShapeRef.new(shape: UserDetails, required: true, location_name: "UserDetails"))
647
+ ServiceMetadata.struct_class = Types::ServiceMetadata
648
+
431
649
  ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: ServiceErrorMessage, location_name: "Message"))
432
650
  ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
433
651
 
@@ -456,6 +674,10 @@ module Aws::Transfer
456
674
  TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "Tags"))
457
675
  TagResourceRequest.struct_class = Types::TagResourceRequest
458
676
 
677
+ TagStepDetails.add_member(:name, Shapes::ShapeRef.new(shape: WorkflowStepName, location_name: "Name"))
678
+ TagStepDetails.add_member(:tags, Shapes::ShapeRef.new(shape: S3Tags, location_name: "Tags"))
679
+ TagStepDetails.struct_class = Types::TagStepDetails
680
+
459
681
  Tags.member = Shapes::ShapeRef.new(shape: Tag)
460
682
 
461
683
  TestIdentityProviderRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
@@ -502,6 +724,7 @@ module Aws::Transfer
502
724
  UpdateServerRequest.add_member(:protocols, Shapes::ShapeRef.new(shape: Protocols, location_name: "Protocols"))
503
725
  UpdateServerRequest.add_member(:security_policy_name, Shapes::ShapeRef.new(shape: SecurityPolicyName, location_name: "SecurityPolicyName"))
504
726
  UpdateServerRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
727
+ UpdateServerRequest.add_member(:workflow_details, Shapes::ShapeRef.new(shape: WorkflowDetails, location_name: "WorkflowDetails"))
505
728
  UpdateServerRequest.struct_class = Types::UpdateServerRequest
506
729
 
507
730
  UpdateServerResponse.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
@@ -521,6 +744,27 @@ module Aws::Transfer
521
744
  UpdateUserResponse.add_member(:user_name, Shapes::ShapeRef.new(shape: UserName, required: true, location_name: "UserName"))
522
745
  UpdateUserResponse.struct_class = Types::UpdateUserResponse
523
746
 
747
+ UserDetails.add_member(:user_name, Shapes::ShapeRef.new(shape: UserName, required: true, location_name: "UserName"))
748
+ UserDetails.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
749
+ UserDetails.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location_name: "SessionId"))
750
+ UserDetails.struct_class = Types::UserDetails
751
+
752
+ WorkflowDetail.add_member(:workflow_id, Shapes::ShapeRef.new(shape: WorkflowId, required: true, location_name: "WorkflowId"))
753
+ WorkflowDetail.add_member(:execution_role, Shapes::ShapeRef.new(shape: Role, required: true, location_name: "ExecutionRole"))
754
+ WorkflowDetail.struct_class = Types::WorkflowDetail
755
+
756
+ WorkflowDetails.add_member(:on_upload, Shapes::ShapeRef.new(shape: OnUploadWorkflowDetails, required: true, location_name: "OnUpload"))
757
+ WorkflowDetails.struct_class = Types::WorkflowDetails
758
+
759
+ WorkflowStep.add_member(:type, Shapes::ShapeRef.new(shape: WorkflowStepType, location_name: "Type"))
760
+ WorkflowStep.add_member(:copy_step_details, Shapes::ShapeRef.new(shape: CopyStepDetails, location_name: "CopyStepDetails"))
761
+ WorkflowStep.add_member(:custom_step_details, Shapes::ShapeRef.new(shape: CustomStepDetails, location_name: "CustomStepDetails"))
762
+ WorkflowStep.add_member(:delete_step_details, Shapes::ShapeRef.new(shape: DeleteStepDetails, location_name: "DeleteStepDetails"))
763
+ WorkflowStep.add_member(:tag_step_details, Shapes::ShapeRef.new(shape: TagStepDetails, location_name: "TagStepDetails"))
764
+ WorkflowStep.struct_class = Types::WorkflowStep
765
+
766
+ WorkflowSteps.member = Shapes::ShapeRef.new(shape: WorkflowStep)
767
+
524
768
 
525
769
  # @api private
526
770
  API = Seahorse::Model::Api.new.tap do |api|
@@ -565,6 +809,7 @@ module Aws::Transfer
565
809
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
566
810
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
567
811
  o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
812
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
568
813
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
569
814
  end)
570
815
 
@@ -581,6 +826,20 @@ module Aws::Transfer
581
826
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
582
827
  end)
583
828
 
829
+ api.add_operation(:create_workflow, Seahorse::Model::Operation.new.tap do |o|
830
+ o.name = "CreateWorkflow"
831
+ o.http_method = "POST"
832
+ o.http_request_uri = "/"
833
+ o.input = Shapes::ShapeRef.new(shape: CreateWorkflowRequest)
834
+ o.output = Shapes::ShapeRef.new(shape: CreateWorkflowResponse)
835
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
836
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
837
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
838
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
839
+ o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
840
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
841
+ end)
842
+
584
843
  api.add_operation(:delete_access, Seahorse::Model::Operation.new.tap do |o|
585
844
  o.name = "DeleteAccess"
586
845
  o.http_method = "POST"
@@ -631,6 +890,19 @@ module Aws::Transfer
631
890
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
632
891
  end)
633
892
 
893
+ api.add_operation(:delete_workflow, Seahorse::Model::Operation.new.tap do |o|
894
+ o.name = "DeleteWorkflow"
895
+ o.http_method = "POST"
896
+ o.http_request_uri = "/"
897
+ o.input = Shapes::ShapeRef.new(shape: DeleteWorkflowRequest)
898
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
899
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
900
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
901
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
902
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
903
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
904
+ end)
905
+
634
906
  api.add_operation(:describe_access, Seahorse::Model::Operation.new.tap do |o|
635
907
  o.name = "DescribeAccess"
636
908
  o.http_method = "POST"
@@ -643,6 +915,18 @@ module Aws::Transfer
643
915
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
644
916
  end)
645
917
 
918
+ api.add_operation(:describe_execution, Seahorse::Model::Operation.new.tap do |o|
919
+ o.name = "DescribeExecution"
920
+ o.http_method = "POST"
921
+ o.http_request_uri = "/"
922
+ o.input = Shapes::ShapeRef.new(shape: DescribeExecutionRequest)
923
+ o.output = Shapes::ShapeRef.new(shape: DescribeExecutionResponse)
924
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
925
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
926
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
927
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
928
+ end)
929
+
646
930
  api.add_operation(:describe_security_policy, Seahorse::Model::Operation.new.tap do |o|
647
931
  o.name = "DescribeSecurityPolicy"
648
932
  o.http_method = "POST"
@@ -679,6 +963,18 @@ module Aws::Transfer
679
963
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
680
964
  end)
681
965
 
966
+ api.add_operation(:describe_workflow, Seahorse::Model::Operation.new.tap do |o|
967
+ o.name = "DescribeWorkflow"
968
+ o.http_method = "POST"
969
+ o.http_request_uri = "/"
970
+ o.input = Shapes::ShapeRef.new(shape: DescribeWorkflowRequest)
971
+ o.output = Shapes::ShapeRef.new(shape: DescribeWorkflowResponse)
972
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
973
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
974
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
975
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
976
+ end)
977
+
682
978
  api.add_operation(:import_ssh_public_key, Seahorse::Model::Operation.new.tap do |o|
683
979
  o.name = "ImportSshPublicKey"
684
980
  o.http_method = "POST"
@@ -712,6 +1008,25 @@ module Aws::Transfer
712
1008
  )
713
1009
  end)
714
1010
 
1011
+ api.add_operation(:list_executions, Seahorse::Model::Operation.new.tap do |o|
1012
+ o.name = "ListExecutions"
1013
+ o.http_method = "POST"
1014
+ o.http_request_uri = "/"
1015
+ o.input = Shapes::ShapeRef.new(shape: ListExecutionsRequest)
1016
+ o.output = Shapes::ShapeRef.new(shape: ListExecutionsResponse)
1017
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1018
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1019
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1020
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1021
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1022
+ o[:pager] = Aws::Pager.new(
1023
+ limit_key: "max_results",
1024
+ tokens: {
1025
+ "next_token" => "next_token"
1026
+ }
1027
+ )
1028
+ end)
1029
+
715
1030
  api.add_operation(:list_security_policies, Seahorse::Model::Operation.new.tap do |o|
716
1031
  o.name = "ListSecurityPolicies"
717
1032
  o.http_method = "POST"
@@ -785,6 +1100,38 @@ module Aws::Transfer
785
1100
  )
786
1101
  end)
787
1102
 
1103
+ api.add_operation(:list_workflows, Seahorse::Model::Operation.new.tap do |o|
1104
+ o.name = "ListWorkflows"
1105
+ o.http_method = "POST"
1106
+ o.http_request_uri = "/"
1107
+ o.input = Shapes::ShapeRef.new(shape: ListWorkflowsRequest)
1108
+ o.output = Shapes::ShapeRef.new(shape: ListWorkflowsResponse)
1109
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1110
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1111
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1112
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1113
+ o[:pager] = Aws::Pager.new(
1114
+ limit_key: "max_results",
1115
+ tokens: {
1116
+ "next_token" => "next_token"
1117
+ }
1118
+ )
1119
+ end)
1120
+
1121
+ api.add_operation(:send_workflow_step_state, Seahorse::Model::Operation.new.tap do |o|
1122
+ o.name = "SendWorkflowStepState"
1123
+ o.http_method = "POST"
1124
+ o.http_request_uri = "/"
1125
+ o.input = Shapes::ShapeRef.new(shape: SendWorkflowStepStateRequest)
1126
+ o.output = Shapes::ShapeRef.new(shape: SendWorkflowStepStateResponse)
1127
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1128
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1129
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1130
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1131
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1132
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1133
+ end)
1134
+
788
1135
  api.add_operation(:start_server, Seahorse::Model::Operation.new.tap do |o|
789
1136
  o.name = "StartServer"
790
1137
  o.http_method = "POST"