aws-sdk-transfer 1.87.0 → 1.88.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.
data/sig/types.rbs ADDED
@@ -0,0 +1,1216 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::Transfer
9
+ module Types
10
+
11
+ class AccessDeniedException
12
+ attr_accessor message: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class As2ConnectorConfig
17
+ attr_accessor local_profile_id: ::String
18
+ attr_accessor partner_profile_id: ::String
19
+ attr_accessor message_subject: ::String
20
+ attr_accessor compression: ("ZLIB" | "DISABLED")
21
+ attr_accessor encryption_algorithm: ("AES128_CBC" | "AES192_CBC" | "AES256_CBC" | "NONE")
22
+ attr_accessor signing_algorithm: ("SHA256" | "SHA384" | "SHA512" | "SHA1" | "NONE")
23
+ attr_accessor mdn_signing_algorithm: ("SHA256" | "SHA384" | "SHA512" | "SHA1" | "NONE" | "DEFAULT")
24
+ attr_accessor mdn_response: ("SYNC" | "NONE")
25
+ attr_accessor basic_auth_secret_id: ::String
26
+ SENSITIVE: []
27
+ end
28
+
29
+ class ConflictException
30
+ attr_accessor message: ::String
31
+ SENSITIVE: []
32
+ end
33
+
34
+ class CopyStepDetails
35
+ attr_accessor name: ::String
36
+ attr_accessor destination_file_location: Types::InputFileLocation
37
+ attr_accessor overwrite_existing: ("TRUE" | "FALSE")
38
+ attr_accessor source_file_location: ::String
39
+ SENSITIVE: []
40
+ end
41
+
42
+ class CreateAccessRequest
43
+ attr_accessor home_directory: ::String
44
+ attr_accessor home_directory_type: ("PATH" | "LOGICAL")
45
+ attr_accessor home_directory_mappings: ::Array[Types::HomeDirectoryMapEntry]
46
+ attr_accessor policy: ::String
47
+ attr_accessor posix_profile: Types::PosixProfile
48
+ attr_accessor role: ::String
49
+ attr_accessor server_id: ::String
50
+ attr_accessor external_id: ::String
51
+ SENSITIVE: []
52
+ end
53
+
54
+ class CreateAccessResponse
55
+ attr_accessor server_id: ::String
56
+ attr_accessor external_id: ::String
57
+ SENSITIVE: []
58
+ end
59
+
60
+ class CreateAgreementRequest
61
+ attr_accessor description: ::String
62
+ attr_accessor server_id: ::String
63
+ attr_accessor local_profile_id: ::String
64
+ attr_accessor partner_profile_id: ::String
65
+ attr_accessor base_directory: ::String
66
+ attr_accessor access_role: ::String
67
+ attr_accessor status: ("ACTIVE" | "INACTIVE")
68
+ attr_accessor tags: ::Array[Types::Tag]
69
+ SENSITIVE: []
70
+ end
71
+
72
+ class CreateAgreementResponse
73
+ attr_accessor agreement_id: ::String
74
+ SENSITIVE: []
75
+ end
76
+
77
+ class CreateConnectorRequest
78
+ attr_accessor url: ::String
79
+ attr_accessor as_2_config: Types::As2ConnectorConfig
80
+ attr_accessor access_role: ::String
81
+ attr_accessor logging_role: ::String
82
+ attr_accessor tags: ::Array[Types::Tag]
83
+ attr_accessor sftp_config: Types::SftpConnectorConfig
84
+ SENSITIVE: []
85
+ end
86
+
87
+ class CreateConnectorResponse
88
+ attr_accessor connector_id: ::String
89
+ SENSITIVE: []
90
+ end
91
+
92
+ class CreateProfileRequest
93
+ attr_accessor as_2_id: ::String
94
+ attr_accessor profile_type: ("LOCAL" | "PARTNER")
95
+ attr_accessor certificate_ids: ::Array[::String]
96
+ attr_accessor tags: ::Array[Types::Tag]
97
+ SENSITIVE: []
98
+ end
99
+
100
+ class CreateProfileResponse
101
+ attr_accessor profile_id: ::String
102
+ SENSITIVE: []
103
+ end
104
+
105
+ class CreateServerRequest
106
+ attr_accessor certificate: ::String
107
+ attr_accessor domain: ("S3" | "EFS")
108
+ attr_accessor endpoint_details: Types::EndpointDetails
109
+ attr_accessor endpoint_type: ("PUBLIC" | "VPC" | "VPC_ENDPOINT")
110
+ attr_accessor host_key: ::String
111
+ attr_accessor identity_provider_details: Types::IdentityProviderDetails
112
+ attr_accessor identity_provider_type: ("SERVICE_MANAGED" | "API_GATEWAY" | "AWS_DIRECTORY_SERVICE" | "AWS_LAMBDA")
113
+ attr_accessor logging_role: ::String
114
+ attr_accessor post_authentication_login_banner: ::String
115
+ attr_accessor pre_authentication_login_banner: ::String
116
+ attr_accessor protocols: ::Array[("SFTP" | "FTP" | "FTPS" | "AS2")]
117
+ attr_accessor protocol_details: Types::ProtocolDetails
118
+ attr_accessor security_policy_name: ::String
119
+ attr_accessor tags: ::Array[Types::Tag]
120
+ attr_accessor workflow_details: Types::WorkflowDetails
121
+ attr_accessor structured_log_destinations: ::Array[::String]
122
+ attr_accessor s3_storage_options: Types::S3StorageOptions
123
+ SENSITIVE: [:host_key]
124
+ end
125
+
126
+ class CreateServerResponse
127
+ attr_accessor server_id: ::String
128
+ SENSITIVE: []
129
+ end
130
+
131
+ class CreateUserRequest
132
+ attr_accessor home_directory: ::String
133
+ attr_accessor home_directory_type: ("PATH" | "LOGICAL")
134
+ attr_accessor home_directory_mappings: ::Array[Types::HomeDirectoryMapEntry]
135
+ attr_accessor policy: ::String
136
+ attr_accessor posix_profile: Types::PosixProfile
137
+ attr_accessor role: ::String
138
+ attr_accessor server_id: ::String
139
+ attr_accessor ssh_public_key_body: ::String
140
+ attr_accessor tags: ::Array[Types::Tag]
141
+ attr_accessor user_name: ::String
142
+ SENSITIVE: []
143
+ end
144
+
145
+ class CreateUserResponse
146
+ attr_accessor server_id: ::String
147
+ attr_accessor user_name: ::String
148
+ SENSITIVE: []
149
+ end
150
+
151
+ class CreateWorkflowRequest
152
+ attr_accessor description: ::String
153
+ attr_accessor steps: ::Array[Types::WorkflowStep]
154
+ attr_accessor on_exception_steps: ::Array[Types::WorkflowStep]
155
+ attr_accessor tags: ::Array[Types::Tag]
156
+ SENSITIVE: []
157
+ end
158
+
159
+ class CreateWorkflowResponse
160
+ attr_accessor workflow_id: ::String
161
+ SENSITIVE: []
162
+ end
163
+
164
+ class CustomStepDetails
165
+ attr_accessor name: ::String
166
+ attr_accessor target: ::String
167
+ attr_accessor timeout_seconds: ::Integer
168
+ attr_accessor source_file_location: ::String
169
+ SENSITIVE: []
170
+ end
171
+
172
+ class DecryptStepDetails
173
+ attr_accessor name: ::String
174
+ attr_accessor type: ("PGP")
175
+ attr_accessor source_file_location: ::String
176
+ attr_accessor overwrite_existing: ("TRUE" | "FALSE")
177
+ attr_accessor destination_file_location: Types::InputFileLocation
178
+ SENSITIVE: []
179
+ end
180
+
181
+ class DeleteAccessRequest
182
+ attr_accessor server_id: ::String
183
+ attr_accessor external_id: ::String
184
+ SENSITIVE: []
185
+ end
186
+
187
+ class DeleteAgreementRequest
188
+ attr_accessor agreement_id: ::String
189
+ attr_accessor server_id: ::String
190
+ SENSITIVE: []
191
+ end
192
+
193
+ class DeleteCertificateRequest
194
+ attr_accessor certificate_id: ::String
195
+ SENSITIVE: []
196
+ end
197
+
198
+ class DeleteConnectorRequest
199
+ attr_accessor connector_id: ::String
200
+ SENSITIVE: []
201
+ end
202
+
203
+ class DeleteHostKeyRequest
204
+ attr_accessor server_id: ::String
205
+ attr_accessor host_key_id: ::String
206
+ SENSITIVE: []
207
+ end
208
+
209
+ class DeleteProfileRequest
210
+ attr_accessor profile_id: ::String
211
+ SENSITIVE: []
212
+ end
213
+
214
+ class DeleteServerRequest
215
+ attr_accessor server_id: ::String
216
+ SENSITIVE: []
217
+ end
218
+
219
+ class DeleteSshPublicKeyRequest
220
+ attr_accessor server_id: ::String
221
+ attr_accessor ssh_public_key_id: ::String
222
+ attr_accessor user_name: ::String
223
+ SENSITIVE: []
224
+ end
225
+
226
+ class DeleteStepDetails
227
+ attr_accessor name: ::String
228
+ attr_accessor source_file_location: ::String
229
+ SENSITIVE: []
230
+ end
231
+
232
+ class DeleteUserRequest
233
+ attr_accessor server_id: ::String
234
+ attr_accessor user_name: ::String
235
+ SENSITIVE: []
236
+ end
237
+
238
+ class DeleteWorkflowRequest
239
+ attr_accessor workflow_id: ::String
240
+ SENSITIVE: []
241
+ end
242
+
243
+ class DescribeAccessRequest
244
+ attr_accessor server_id: ::String
245
+ attr_accessor external_id: ::String
246
+ SENSITIVE: []
247
+ end
248
+
249
+ class DescribeAccessResponse
250
+ attr_accessor server_id: ::String
251
+ attr_accessor access: Types::DescribedAccess
252
+ SENSITIVE: []
253
+ end
254
+
255
+ class DescribeAgreementRequest
256
+ attr_accessor agreement_id: ::String
257
+ attr_accessor server_id: ::String
258
+ SENSITIVE: []
259
+ end
260
+
261
+ class DescribeAgreementResponse
262
+ attr_accessor agreement: Types::DescribedAgreement
263
+ SENSITIVE: []
264
+ end
265
+
266
+ class DescribeCertificateRequest
267
+ attr_accessor certificate_id: ::String
268
+ SENSITIVE: []
269
+ end
270
+
271
+ class DescribeCertificateResponse
272
+ attr_accessor certificate: Types::DescribedCertificate
273
+ SENSITIVE: []
274
+ end
275
+
276
+ class DescribeConnectorRequest
277
+ attr_accessor connector_id: ::String
278
+ SENSITIVE: []
279
+ end
280
+
281
+ class DescribeConnectorResponse
282
+ attr_accessor connector: Types::DescribedConnector
283
+ SENSITIVE: []
284
+ end
285
+
286
+ class DescribeExecutionRequest
287
+ attr_accessor execution_id: ::String
288
+ attr_accessor workflow_id: ::String
289
+ SENSITIVE: []
290
+ end
291
+
292
+ class DescribeExecutionResponse
293
+ attr_accessor workflow_id: ::String
294
+ attr_accessor execution: Types::DescribedExecution
295
+ SENSITIVE: []
296
+ end
297
+
298
+ class DescribeHostKeyRequest
299
+ attr_accessor server_id: ::String
300
+ attr_accessor host_key_id: ::String
301
+ SENSITIVE: []
302
+ end
303
+
304
+ class DescribeHostKeyResponse
305
+ attr_accessor host_key: Types::DescribedHostKey
306
+ SENSITIVE: []
307
+ end
308
+
309
+ class DescribeProfileRequest
310
+ attr_accessor profile_id: ::String
311
+ SENSITIVE: []
312
+ end
313
+
314
+ class DescribeProfileResponse
315
+ attr_accessor profile: Types::DescribedProfile
316
+ SENSITIVE: []
317
+ end
318
+
319
+ class DescribeSecurityPolicyRequest
320
+ attr_accessor security_policy_name: ::String
321
+ SENSITIVE: []
322
+ end
323
+
324
+ class DescribeSecurityPolicyResponse
325
+ attr_accessor security_policy: Types::DescribedSecurityPolicy
326
+ SENSITIVE: []
327
+ end
328
+
329
+ class DescribeServerRequest
330
+ attr_accessor server_id: ::String
331
+ SENSITIVE: []
332
+ end
333
+
334
+ class DescribeServerResponse
335
+ attr_accessor server: Types::DescribedServer
336
+ SENSITIVE: []
337
+ end
338
+
339
+ class DescribeUserRequest
340
+ attr_accessor server_id: ::String
341
+ attr_accessor user_name: ::String
342
+ SENSITIVE: []
343
+ end
344
+
345
+ class DescribeUserResponse
346
+ attr_accessor server_id: ::String
347
+ attr_accessor user: Types::DescribedUser
348
+ SENSITIVE: []
349
+ end
350
+
351
+ class DescribeWorkflowRequest
352
+ attr_accessor workflow_id: ::String
353
+ SENSITIVE: []
354
+ end
355
+
356
+ class DescribeWorkflowResponse
357
+ attr_accessor workflow: Types::DescribedWorkflow
358
+ SENSITIVE: []
359
+ end
360
+
361
+ class DescribedAccess
362
+ attr_accessor home_directory: ::String
363
+ attr_accessor home_directory_mappings: ::Array[Types::HomeDirectoryMapEntry]
364
+ attr_accessor home_directory_type: ("PATH" | "LOGICAL")
365
+ attr_accessor policy: ::String
366
+ attr_accessor posix_profile: Types::PosixProfile
367
+ attr_accessor role: ::String
368
+ attr_accessor external_id: ::String
369
+ SENSITIVE: []
370
+ end
371
+
372
+ class DescribedAgreement
373
+ attr_accessor arn: ::String
374
+ attr_accessor agreement_id: ::String
375
+ attr_accessor description: ::String
376
+ attr_accessor status: ("ACTIVE" | "INACTIVE")
377
+ attr_accessor server_id: ::String
378
+ attr_accessor local_profile_id: ::String
379
+ attr_accessor partner_profile_id: ::String
380
+ attr_accessor base_directory: ::String
381
+ attr_accessor access_role: ::String
382
+ attr_accessor tags: ::Array[Types::Tag]
383
+ SENSITIVE: []
384
+ end
385
+
386
+ class DescribedCertificate
387
+ attr_accessor arn: ::String
388
+ attr_accessor certificate_id: ::String
389
+ attr_accessor usage: ("SIGNING" | "ENCRYPTION")
390
+ attr_accessor status: ("ACTIVE" | "PENDING_ROTATION" | "INACTIVE")
391
+ attr_accessor certificate: ::String
392
+ attr_accessor certificate_chain: ::String
393
+ attr_accessor active_date: ::Time
394
+ attr_accessor inactive_date: ::Time
395
+ attr_accessor serial: ::String
396
+ attr_accessor not_before_date: ::Time
397
+ attr_accessor not_after_date: ::Time
398
+ attr_accessor type: ("CERTIFICATE" | "CERTIFICATE_WITH_PRIVATE_KEY")
399
+ attr_accessor description: ::String
400
+ attr_accessor tags: ::Array[Types::Tag]
401
+ SENSITIVE: [:certificate, :certificate_chain]
402
+ end
403
+
404
+ class DescribedConnector
405
+ attr_accessor arn: ::String
406
+ attr_accessor connector_id: ::String
407
+ attr_accessor url: ::String
408
+ attr_accessor as_2_config: Types::As2ConnectorConfig
409
+ attr_accessor access_role: ::String
410
+ attr_accessor logging_role: ::String
411
+ attr_accessor tags: ::Array[Types::Tag]
412
+ attr_accessor sftp_config: Types::SftpConnectorConfig
413
+ attr_accessor service_managed_egress_ip_addresses: ::Array[::String]
414
+ SENSITIVE: []
415
+ end
416
+
417
+ class DescribedExecution
418
+ attr_accessor execution_id: ::String
419
+ attr_accessor initial_file_location: Types::FileLocation
420
+ attr_accessor service_metadata: Types::ServiceMetadata
421
+ attr_accessor execution_role: ::String
422
+ attr_accessor logging_configuration: Types::LoggingConfiguration
423
+ attr_accessor posix_profile: Types::PosixProfile
424
+ attr_accessor status: ("IN_PROGRESS" | "COMPLETED" | "EXCEPTION" | "HANDLING_EXCEPTION")
425
+ attr_accessor results: Types::ExecutionResults
426
+ SENSITIVE: []
427
+ end
428
+
429
+ class DescribedHostKey
430
+ attr_accessor arn: ::String
431
+ attr_accessor host_key_id: ::String
432
+ attr_accessor host_key_fingerprint: ::String
433
+ attr_accessor description: ::String
434
+ attr_accessor type: ::String
435
+ attr_accessor date_imported: ::Time
436
+ attr_accessor tags: ::Array[Types::Tag]
437
+ SENSITIVE: []
438
+ end
439
+
440
+ class DescribedProfile
441
+ attr_accessor arn: ::String
442
+ attr_accessor profile_id: ::String
443
+ attr_accessor profile_type: ("LOCAL" | "PARTNER")
444
+ attr_accessor as_2_id: ::String
445
+ attr_accessor certificate_ids: ::Array[::String]
446
+ attr_accessor tags: ::Array[Types::Tag]
447
+ SENSITIVE: []
448
+ end
449
+
450
+ class DescribedSecurityPolicy
451
+ attr_accessor fips: bool
452
+ attr_accessor security_policy_name: ::String
453
+ attr_accessor ssh_ciphers: ::Array[::String]
454
+ attr_accessor ssh_kexs: ::Array[::String]
455
+ attr_accessor ssh_macs: ::Array[::String]
456
+ attr_accessor tls_ciphers: ::Array[::String]
457
+ SENSITIVE: []
458
+ end
459
+
460
+ class DescribedServer
461
+ attr_accessor arn: ::String
462
+ attr_accessor certificate: ::String
463
+ attr_accessor protocol_details: Types::ProtocolDetails
464
+ attr_accessor domain: ("S3" | "EFS")
465
+ attr_accessor endpoint_details: Types::EndpointDetails
466
+ attr_accessor endpoint_type: ("PUBLIC" | "VPC" | "VPC_ENDPOINT")
467
+ attr_accessor host_key_fingerprint: ::String
468
+ attr_accessor identity_provider_details: Types::IdentityProviderDetails
469
+ attr_accessor identity_provider_type: ("SERVICE_MANAGED" | "API_GATEWAY" | "AWS_DIRECTORY_SERVICE" | "AWS_LAMBDA")
470
+ attr_accessor logging_role: ::String
471
+ attr_accessor post_authentication_login_banner: ::String
472
+ attr_accessor pre_authentication_login_banner: ::String
473
+ attr_accessor protocols: ::Array[("SFTP" | "FTP" | "FTPS" | "AS2")]
474
+ attr_accessor security_policy_name: ::String
475
+ attr_accessor server_id: ::String
476
+ attr_accessor state: ("OFFLINE" | "ONLINE" | "STARTING" | "STOPPING" | "START_FAILED" | "STOP_FAILED")
477
+ attr_accessor tags: ::Array[Types::Tag]
478
+ attr_accessor user_count: ::Integer
479
+ attr_accessor workflow_details: Types::WorkflowDetails
480
+ attr_accessor structured_log_destinations: ::Array[::String]
481
+ attr_accessor s3_storage_options: Types::S3StorageOptions
482
+ attr_accessor as_2_service_managed_egress_ip_addresses: ::Array[::String]
483
+ SENSITIVE: []
484
+ end
485
+
486
+ class DescribedUser
487
+ attr_accessor arn: ::String
488
+ attr_accessor home_directory: ::String
489
+ attr_accessor home_directory_mappings: ::Array[Types::HomeDirectoryMapEntry]
490
+ attr_accessor home_directory_type: ("PATH" | "LOGICAL")
491
+ attr_accessor policy: ::String
492
+ attr_accessor posix_profile: Types::PosixProfile
493
+ attr_accessor role: ::String
494
+ attr_accessor ssh_public_keys: ::Array[Types::SshPublicKey]
495
+ attr_accessor tags: ::Array[Types::Tag]
496
+ attr_accessor user_name: ::String
497
+ SENSITIVE: []
498
+ end
499
+
500
+ class DescribedWorkflow
501
+ attr_accessor arn: ::String
502
+ attr_accessor description: ::String
503
+ attr_accessor steps: ::Array[Types::WorkflowStep]
504
+ attr_accessor on_exception_steps: ::Array[Types::WorkflowStep]
505
+ attr_accessor workflow_id: ::String
506
+ attr_accessor tags: ::Array[Types::Tag]
507
+ SENSITIVE: []
508
+ end
509
+
510
+ class EfsFileLocation
511
+ attr_accessor file_system_id: ::String
512
+ attr_accessor path: ::String
513
+ SENSITIVE: []
514
+ end
515
+
516
+ class EndpointDetails
517
+ attr_accessor address_allocation_ids: ::Array[::String]
518
+ attr_accessor subnet_ids: ::Array[::String]
519
+ attr_accessor vpc_endpoint_id: ::String
520
+ attr_accessor vpc_id: ::String
521
+ attr_accessor security_group_ids: ::Array[::String]
522
+ SENSITIVE: []
523
+ end
524
+
525
+ class ExecutionError
526
+ attr_accessor type: ("PERMISSION_DENIED" | "CUSTOM_STEP_FAILED" | "THROTTLED" | "ALREADY_EXISTS" | "NOT_FOUND" | "BAD_REQUEST" | "TIMEOUT" | "INTERNAL_SERVER_ERROR")
527
+ attr_accessor message: ::String
528
+ SENSITIVE: []
529
+ end
530
+
531
+ class ExecutionResults
532
+ attr_accessor steps: ::Array[Types::ExecutionStepResult]
533
+ attr_accessor on_exception_steps: ::Array[Types::ExecutionStepResult]
534
+ SENSITIVE: []
535
+ end
536
+
537
+ class ExecutionStepResult
538
+ attr_accessor step_type: ("COPY" | "CUSTOM" | "TAG" | "DELETE" | "DECRYPT")
539
+ attr_accessor outputs: ::String
540
+ attr_accessor error: Types::ExecutionError
541
+ SENSITIVE: []
542
+ end
543
+
544
+ class FileLocation
545
+ attr_accessor s3_file_location: Types::S3FileLocation
546
+ attr_accessor efs_file_location: Types::EfsFileLocation
547
+ SENSITIVE: []
548
+ end
549
+
550
+ class HomeDirectoryMapEntry
551
+ attr_accessor entry: ::String
552
+ attr_accessor target: ::String
553
+ attr_accessor type: ("FILE" | "DIRECTORY")
554
+ SENSITIVE: []
555
+ end
556
+
557
+ class IdentityProviderDetails
558
+ attr_accessor url: ::String
559
+ attr_accessor invocation_role: ::String
560
+ attr_accessor directory_id: ::String
561
+ attr_accessor function: ::String
562
+ attr_accessor sftp_authentication_methods: ("PASSWORD" | "PUBLIC_KEY" | "PUBLIC_KEY_OR_PASSWORD" | "PUBLIC_KEY_AND_PASSWORD")
563
+ SENSITIVE: []
564
+ end
565
+
566
+ class ImportCertificateRequest
567
+ attr_accessor usage: ("SIGNING" | "ENCRYPTION")
568
+ attr_accessor certificate: ::String
569
+ attr_accessor certificate_chain: ::String
570
+ attr_accessor private_key: ::String
571
+ attr_accessor active_date: ::Time
572
+ attr_accessor inactive_date: ::Time
573
+ attr_accessor description: ::String
574
+ attr_accessor tags: ::Array[Types::Tag]
575
+ SENSITIVE: [:certificate, :certificate_chain, :private_key]
576
+ end
577
+
578
+ class ImportCertificateResponse
579
+ attr_accessor certificate_id: ::String
580
+ SENSITIVE: []
581
+ end
582
+
583
+ class ImportHostKeyRequest
584
+ attr_accessor server_id: ::String
585
+ attr_accessor host_key_body: ::String
586
+ attr_accessor description: ::String
587
+ attr_accessor tags: ::Array[Types::Tag]
588
+ SENSITIVE: [:host_key_body]
589
+ end
590
+
591
+ class ImportHostKeyResponse
592
+ attr_accessor server_id: ::String
593
+ attr_accessor host_key_id: ::String
594
+ SENSITIVE: []
595
+ end
596
+
597
+ class ImportSshPublicKeyRequest
598
+ attr_accessor server_id: ::String
599
+ attr_accessor ssh_public_key_body: ::String
600
+ attr_accessor user_name: ::String
601
+ SENSITIVE: []
602
+ end
603
+
604
+ class ImportSshPublicKeyResponse
605
+ attr_accessor server_id: ::String
606
+ attr_accessor ssh_public_key_id: ::String
607
+ attr_accessor user_name: ::String
608
+ SENSITIVE: []
609
+ end
610
+
611
+ class InputFileLocation
612
+ attr_accessor s3_file_location: Types::S3InputFileLocation
613
+ attr_accessor efs_file_location: Types::EfsFileLocation
614
+ SENSITIVE: []
615
+ end
616
+
617
+ class InternalServiceError
618
+ attr_accessor message: ::String
619
+ SENSITIVE: []
620
+ end
621
+
622
+ class InvalidNextTokenException
623
+ attr_accessor message: ::String
624
+ SENSITIVE: []
625
+ end
626
+
627
+ class InvalidRequestException
628
+ attr_accessor message: ::String
629
+ SENSITIVE: []
630
+ end
631
+
632
+ class ListAccessesRequest
633
+ attr_accessor max_results: ::Integer
634
+ attr_accessor next_token: ::String
635
+ attr_accessor server_id: ::String
636
+ SENSITIVE: []
637
+ end
638
+
639
+ class ListAccessesResponse
640
+ attr_accessor next_token: ::String
641
+ attr_accessor server_id: ::String
642
+ attr_accessor accesses: ::Array[Types::ListedAccess]
643
+ SENSITIVE: []
644
+ end
645
+
646
+ class ListAgreementsRequest
647
+ attr_accessor max_results: ::Integer
648
+ attr_accessor next_token: ::String
649
+ attr_accessor server_id: ::String
650
+ SENSITIVE: []
651
+ end
652
+
653
+ class ListAgreementsResponse
654
+ attr_accessor next_token: ::String
655
+ attr_accessor agreements: ::Array[Types::ListedAgreement]
656
+ SENSITIVE: []
657
+ end
658
+
659
+ class ListCertificatesRequest
660
+ attr_accessor max_results: ::Integer
661
+ attr_accessor next_token: ::String
662
+ SENSITIVE: []
663
+ end
664
+
665
+ class ListCertificatesResponse
666
+ attr_accessor next_token: ::String
667
+ attr_accessor certificates: ::Array[Types::ListedCertificate]
668
+ SENSITIVE: []
669
+ end
670
+
671
+ class ListConnectorsRequest
672
+ attr_accessor max_results: ::Integer
673
+ attr_accessor next_token: ::String
674
+ SENSITIVE: []
675
+ end
676
+
677
+ class ListConnectorsResponse
678
+ attr_accessor next_token: ::String
679
+ attr_accessor connectors: ::Array[Types::ListedConnector]
680
+ SENSITIVE: []
681
+ end
682
+
683
+ class ListExecutionsRequest
684
+ attr_accessor max_results: ::Integer
685
+ attr_accessor next_token: ::String
686
+ attr_accessor workflow_id: ::String
687
+ SENSITIVE: []
688
+ end
689
+
690
+ class ListExecutionsResponse
691
+ attr_accessor next_token: ::String
692
+ attr_accessor workflow_id: ::String
693
+ attr_accessor executions: ::Array[Types::ListedExecution]
694
+ SENSITIVE: []
695
+ end
696
+
697
+ class ListHostKeysRequest
698
+ attr_accessor max_results: ::Integer
699
+ attr_accessor next_token: ::String
700
+ attr_accessor server_id: ::String
701
+ SENSITIVE: []
702
+ end
703
+
704
+ class ListHostKeysResponse
705
+ attr_accessor next_token: ::String
706
+ attr_accessor server_id: ::String
707
+ attr_accessor host_keys: ::Array[Types::ListedHostKey]
708
+ SENSITIVE: []
709
+ end
710
+
711
+ class ListProfilesRequest
712
+ attr_accessor max_results: ::Integer
713
+ attr_accessor next_token: ::String
714
+ attr_accessor profile_type: ("LOCAL" | "PARTNER")
715
+ SENSITIVE: []
716
+ end
717
+
718
+ class ListProfilesResponse
719
+ attr_accessor next_token: ::String
720
+ attr_accessor profiles: ::Array[Types::ListedProfile]
721
+ SENSITIVE: []
722
+ end
723
+
724
+ class ListSecurityPoliciesRequest
725
+ attr_accessor max_results: ::Integer
726
+ attr_accessor next_token: ::String
727
+ SENSITIVE: []
728
+ end
729
+
730
+ class ListSecurityPoliciesResponse
731
+ attr_accessor next_token: ::String
732
+ attr_accessor security_policy_names: ::Array[::String]
733
+ SENSITIVE: []
734
+ end
735
+
736
+ class ListServersRequest
737
+ attr_accessor max_results: ::Integer
738
+ attr_accessor next_token: ::String
739
+ SENSITIVE: []
740
+ end
741
+
742
+ class ListServersResponse
743
+ attr_accessor next_token: ::String
744
+ attr_accessor servers: ::Array[Types::ListedServer]
745
+ SENSITIVE: []
746
+ end
747
+
748
+ class ListTagsForResourceRequest
749
+ attr_accessor arn: ::String
750
+ attr_accessor max_results: ::Integer
751
+ attr_accessor next_token: ::String
752
+ SENSITIVE: []
753
+ end
754
+
755
+ class ListTagsForResourceResponse
756
+ attr_accessor arn: ::String
757
+ attr_accessor next_token: ::String
758
+ attr_accessor tags: ::Array[Types::Tag]
759
+ SENSITIVE: []
760
+ end
761
+
762
+ class ListUsersRequest
763
+ attr_accessor max_results: ::Integer
764
+ attr_accessor next_token: ::String
765
+ attr_accessor server_id: ::String
766
+ SENSITIVE: []
767
+ end
768
+
769
+ class ListUsersResponse
770
+ attr_accessor next_token: ::String
771
+ attr_accessor server_id: ::String
772
+ attr_accessor users: ::Array[Types::ListedUser]
773
+ SENSITIVE: []
774
+ end
775
+
776
+ class ListWorkflowsRequest
777
+ attr_accessor max_results: ::Integer
778
+ attr_accessor next_token: ::String
779
+ SENSITIVE: []
780
+ end
781
+
782
+ class ListWorkflowsResponse
783
+ attr_accessor next_token: ::String
784
+ attr_accessor workflows: ::Array[Types::ListedWorkflow]
785
+ SENSITIVE: []
786
+ end
787
+
788
+ class ListedAccess
789
+ attr_accessor home_directory: ::String
790
+ attr_accessor home_directory_type: ("PATH" | "LOGICAL")
791
+ attr_accessor role: ::String
792
+ attr_accessor external_id: ::String
793
+ SENSITIVE: []
794
+ end
795
+
796
+ class ListedAgreement
797
+ attr_accessor arn: ::String
798
+ attr_accessor agreement_id: ::String
799
+ attr_accessor description: ::String
800
+ attr_accessor status: ("ACTIVE" | "INACTIVE")
801
+ attr_accessor server_id: ::String
802
+ attr_accessor local_profile_id: ::String
803
+ attr_accessor partner_profile_id: ::String
804
+ SENSITIVE: []
805
+ end
806
+
807
+ class ListedCertificate
808
+ attr_accessor arn: ::String
809
+ attr_accessor certificate_id: ::String
810
+ attr_accessor usage: ("SIGNING" | "ENCRYPTION")
811
+ attr_accessor status: ("ACTIVE" | "PENDING_ROTATION" | "INACTIVE")
812
+ attr_accessor active_date: ::Time
813
+ attr_accessor inactive_date: ::Time
814
+ attr_accessor type: ("CERTIFICATE" | "CERTIFICATE_WITH_PRIVATE_KEY")
815
+ attr_accessor description: ::String
816
+ SENSITIVE: []
817
+ end
818
+
819
+ class ListedConnector
820
+ attr_accessor arn: ::String
821
+ attr_accessor connector_id: ::String
822
+ attr_accessor url: ::String
823
+ SENSITIVE: []
824
+ end
825
+
826
+ class ListedExecution
827
+ attr_accessor execution_id: ::String
828
+ attr_accessor initial_file_location: Types::FileLocation
829
+ attr_accessor service_metadata: Types::ServiceMetadata
830
+ attr_accessor status: ("IN_PROGRESS" | "COMPLETED" | "EXCEPTION" | "HANDLING_EXCEPTION")
831
+ SENSITIVE: []
832
+ end
833
+
834
+ class ListedHostKey
835
+ attr_accessor arn: ::String
836
+ attr_accessor host_key_id: ::String
837
+ attr_accessor fingerprint: ::String
838
+ attr_accessor description: ::String
839
+ attr_accessor type: ::String
840
+ attr_accessor date_imported: ::Time
841
+ SENSITIVE: []
842
+ end
843
+
844
+ class ListedProfile
845
+ attr_accessor arn: ::String
846
+ attr_accessor profile_id: ::String
847
+ attr_accessor as_2_id: ::String
848
+ attr_accessor profile_type: ("LOCAL" | "PARTNER")
849
+ SENSITIVE: []
850
+ end
851
+
852
+ class ListedServer
853
+ attr_accessor arn: ::String
854
+ attr_accessor domain: ("S3" | "EFS")
855
+ attr_accessor identity_provider_type: ("SERVICE_MANAGED" | "API_GATEWAY" | "AWS_DIRECTORY_SERVICE" | "AWS_LAMBDA")
856
+ attr_accessor endpoint_type: ("PUBLIC" | "VPC" | "VPC_ENDPOINT")
857
+ attr_accessor logging_role: ::String
858
+ attr_accessor server_id: ::String
859
+ attr_accessor state: ("OFFLINE" | "ONLINE" | "STARTING" | "STOPPING" | "START_FAILED" | "STOP_FAILED")
860
+ attr_accessor user_count: ::Integer
861
+ SENSITIVE: []
862
+ end
863
+
864
+ class ListedUser
865
+ attr_accessor arn: ::String
866
+ attr_accessor home_directory: ::String
867
+ attr_accessor home_directory_type: ("PATH" | "LOGICAL")
868
+ attr_accessor role: ::String
869
+ attr_accessor ssh_public_key_count: ::Integer
870
+ attr_accessor user_name: ::String
871
+ SENSITIVE: []
872
+ end
873
+
874
+ class ListedWorkflow
875
+ attr_accessor workflow_id: ::String
876
+ attr_accessor description: ::String
877
+ attr_accessor arn: ::String
878
+ SENSITIVE: []
879
+ end
880
+
881
+ class LoggingConfiguration
882
+ attr_accessor logging_role: ::String
883
+ attr_accessor log_group_name: ::String
884
+ SENSITIVE: []
885
+ end
886
+
887
+ class PosixProfile
888
+ attr_accessor uid: ::Integer
889
+ attr_accessor gid: ::Integer
890
+ attr_accessor secondary_gids: ::Array[::Integer]
891
+ SENSITIVE: []
892
+ end
893
+
894
+ class ProtocolDetails
895
+ attr_accessor passive_ip: ::String
896
+ attr_accessor tls_session_resumption_mode: ("DISABLED" | "ENABLED" | "ENFORCED")
897
+ attr_accessor set_stat_option: ("DEFAULT" | "ENABLE_NO_OP")
898
+ attr_accessor as_2_transports: ::Array[("HTTP")]
899
+ SENSITIVE: []
900
+ end
901
+
902
+ class ResourceExistsException
903
+ attr_accessor message: ::String
904
+ attr_accessor resource: ::String
905
+ attr_accessor resource_type: ::String
906
+ SENSITIVE: []
907
+ end
908
+
909
+ class ResourceNotFoundException
910
+ attr_accessor message: ::String
911
+ attr_accessor resource: ::String
912
+ attr_accessor resource_type: ::String
913
+ SENSITIVE: []
914
+ end
915
+
916
+ class S3FileLocation
917
+ attr_accessor bucket: ::String
918
+ attr_accessor key: ::String
919
+ attr_accessor version_id: ::String
920
+ attr_accessor etag: ::String
921
+ SENSITIVE: []
922
+ end
923
+
924
+ class S3InputFileLocation
925
+ attr_accessor bucket: ::String
926
+ attr_accessor key: ::String
927
+ SENSITIVE: []
928
+ end
929
+
930
+ class S3StorageOptions
931
+ attr_accessor directory_listing_optimization: ("ENABLED" | "DISABLED")
932
+ SENSITIVE: []
933
+ end
934
+
935
+ class S3Tag
936
+ attr_accessor key: ::String
937
+ attr_accessor value: ::String
938
+ SENSITIVE: []
939
+ end
940
+
941
+ class SendWorkflowStepStateRequest
942
+ attr_accessor workflow_id: ::String
943
+ attr_accessor execution_id: ::String
944
+ attr_accessor token: ::String
945
+ attr_accessor status: ("SUCCESS" | "FAILURE")
946
+ SENSITIVE: []
947
+ end
948
+
949
+ class SendWorkflowStepStateResponse < Aws::EmptyStructure
950
+ end
951
+
952
+ class ServiceMetadata
953
+ attr_accessor user_details: Types::UserDetails
954
+ SENSITIVE: []
955
+ end
956
+
957
+ class ServiceUnavailableException
958
+ attr_accessor message: ::String
959
+ SENSITIVE: []
960
+ end
961
+
962
+ class SftpConnectorConfig
963
+ attr_accessor user_secret_id: ::String
964
+ attr_accessor trusted_host_keys: ::Array[::String]
965
+ SENSITIVE: []
966
+ end
967
+
968
+ class SshPublicKey
969
+ attr_accessor date_imported: ::Time
970
+ attr_accessor ssh_public_key_body: ::String
971
+ attr_accessor ssh_public_key_id: ::String
972
+ SENSITIVE: []
973
+ end
974
+
975
+ class StartFileTransferRequest
976
+ attr_accessor connector_id: ::String
977
+ attr_accessor send_file_paths: ::Array[::String]
978
+ attr_accessor retrieve_file_paths: ::Array[::String]
979
+ attr_accessor local_directory_path: ::String
980
+ attr_accessor remote_directory_path: ::String
981
+ SENSITIVE: []
982
+ end
983
+
984
+ class StartFileTransferResponse
985
+ attr_accessor transfer_id: ::String
986
+ SENSITIVE: []
987
+ end
988
+
989
+ class StartServerRequest
990
+ attr_accessor server_id: ::String
991
+ SENSITIVE: []
992
+ end
993
+
994
+ class StopServerRequest
995
+ attr_accessor server_id: ::String
996
+ SENSITIVE: []
997
+ end
998
+
999
+ class Tag
1000
+ attr_accessor key: ::String
1001
+ attr_accessor value: ::String
1002
+ SENSITIVE: []
1003
+ end
1004
+
1005
+ class TagResourceRequest
1006
+ attr_accessor arn: ::String
1007
+ attr_accessor tags: ::Array[Types::Tag]
1008
+ SENSITIVE: []
1009
+ end
1010
+
1011
+ class TagStepDetails
1012
+ attr_accessor name: ::String
1013
+ attr_accessor tags: ::Array[Types::S3Tag]
1014
+ attr_accessor source_file_location: ::String
1015
+ SENSITIVE: []
1016
+ end
1017
+
1018
+ class TestConnectionRequest
1019
+ attr_accessor connector_id: ::String
1020
+ SENSITIVE: []
1021
+ end
1022
+
1023
+ class TestConnectionResponse
1024
+ attr_accessor connector_id: ::String
1025
+ attr_accessor status: ::String
1026
+ attr_accessor status_message: ::String
1027
+ SENSITIVE: []
1028
+ end
1029
+
1030
+ class TestIdentityProviderRequest
1031
+ attr_accessor server_id: ::String
1032
+ attr_accessor server_protocol: ("SFTP" | "FTP" | "FTPS" | "AS2")
1033
+ attr_accessor source_ip: ::String
1034
+ attr_accessor user_name: ::String
1035
+ attr_accessor user_password: ::String
1036
+ SENSITIVE: [:user_password]
1037
+ end
1038
+
1039
+ class TestIdentityProviderResponse
1040
+ attr_accessor response: ::String
1041
+ attr_accessor status_code: ::Integer
1042
+ attr_accessor message: ::String
1043
+ attr_accessor url: ::String
1044
+ SENSITIVE: []
1045
+ end
1046
+
1047
+ class ThrottlingException
1048
+ attr_accessor retry_after_seconds: ::String
1049
+ SENSITIVE: []
1050
+ end
1051
+
1052
+ class UntagResourceRequest
1053
+ attr_accessor arn: ::String
1054
+ attr_accessor tag_keys: ::Array[::String]
1055
+ SENSITIVE: []
1056
+ end
1057
+
1058
+ class UpdateAccessRequest
1059
+ attr_accessor home_directory: ::String
1060
+ attr_accessor home_directory_type: ("PATH" | "LOGICAL")
1061
+ attr_accessor home_directory_mappings: ::Array[Types::HomeDirectoryMapEntry]
1062
+ attr_accessor policy: ::String
1063
+ attr_accessor posix_profile: Types::PosixProfile
1064
+ attr_accessor role: ::String
1065
+ attr_accessor server_id: ::String
1066
+ attr_accessor external_id: ::String
1067
+ SENSITIVE: []
1068
+ end
1069
+
1070
+ class UpdateAccessResponse
1071
+ attr_accessor server_id: ::String
1072
+ attr_accessor external_id: ::String
1073
+ SENSITIVE: []
1074
+ end
1075
+
1076
+ class UpdateAgreementRequest
1077
+ attr_accessor agreement_id: ::String
1078
+ attr_accessor server_id: ::String
1079
+ attr_accessor description: ::String
1080
+ attr_accessor status: ("ACTIVE" | "INACTIVE")
1081
+ attr_accessor local_profile_id: ::String
1082
+ attr_accessor partner_profile_id: ::String
1083
+ attr_accessor base_directory: ::String
1084
+ attr_accessor access_role: ::String
1085
+ SENSITIVE: []
1086
+ end
1087
+
1088
+ class UpdateAgreementResponse
1089
+ attr_accessor agreement_id: ::String
1090
+ SENSITIVE: []
1091
+ end
1092
+
1093
+ class UpdateCertificateRequest
1094
+ attr_accessor certificate_id: ::String
1095
+ attr_accessor active_date: ::Time
1096
+ attr_accessor inactive_date: ::Time
1097
+ attr_accessor description: ::String
1098
+ SENSITIVE: []
1099
+ end
1100
+
1101
+ class UpdateCertificateResponse
1102
+ attr_accessor certificate_id: ::String
1103
+ SENSITIVE: []
1104
+ end
1105
+
1106
+ class UpdateConnectorRequest
1107
+ attr_accessor connector_id: ::String
1108
+ attr_accessor url: ::String
1109
+ attr_accessor as_2_config: Types::As2ConnectorConfig
1110
+ attr_accessor access_role: ::String
1111
+ attr_accessor logging_role: ::String
1112
+ attr_accessor sftp_config: Types::SftpConnectorConfig
1113
+ SENSITIVE: []
1114
+ end
1115
+
1116
+ class UpdateConnectorResponse
1117
+ attr_accessor connector_id: ::String
1118
+ SENSITIVE: []
1119
+ end
1120
+
1121
+ class UpdateHostKeyRequest
1122
+ attr_accessor server_id: ::String
1123
+ attr_accessor host_key_id: ::String
1124
+ attr_accessor description: ::String
1125
+ SENSITIVE: []
1126
+ end
1127
+
1128
+ class UpdateHostKeyResponse
1129
+ attr_accessor server_id: ::String
1130
+ attr_accessor host_key_id: ::String
1131
+ SENSITIVE: []
1132
+ end
1133
+
1134
+ class UpdateProfileRequest
1135
+ attr_accessor profile_id: ::String
1136
+ attr_accessor certificate_ids: ::Array[::String]
1137
+ SENSITIVE: []
1138
+ end
1139
+
1140
+ class UpdateProfileResponse
1141
+ attr_accessor profile_id: ::String
1142
+ SENSITIVE: []
1143
+ end
1144
+
1145
+ class UpdateServerRequest
1146
+ attr_accessor certificate: ::String
1147
+ attr_accessor protocol_details: Types::ProtocolDetails
1148
+ attr_accessor endpoint_details: Types::EndpointDetails
1149
+ attr_accessor endpoint_type: ("PUBLIC" | "VPC" | "VPC_ENDPOINT")
1150
+ attr_accessor host_key: ::String
1151
+ attr_accessor identity_provider_details: Types::IdentityProviderDetails
1152
+ attr_accessor logging_role: ::String
1153
+ attr_accessor post_authentication_login_banner: ::String
1154
+ attr_accessor pre_authentication_login_banner: ::String
1155
+ attr_accessor protocols: ::Array[("SFTP" | "FTP" | "FTPS" | "AS2")]
1156
+ attr_accessor security_policy_name: ::String
1157
+ attr_accessor server_id: ::String
1158
+ attr_accessor workflow_details: Types::WorkflowDetails
1159
+ attr_accessor structured_log_destinations: ::Array[::String]
1160
+ attr_accessor s3_storage_options: Types::S3StorageOptions
1161
+ SENSITIVE: [:host_key]
1162
+ end
1163
+
1164
+ class UpdateServerResponse
1165
+ attr_accessor server_id: ::String
1166
+ SENSITIVE: []
1167
+ end
1168
+
1169
+ class UpdateUserRequest
1170
+ attr_accessor home_directory: ::String
1171
+ attr_accessor home_directory_type: ("PATH" | "LOGICAL")
1172
+ attr_accessor home_directory_mappings: ::Array[Types::HomeDirectoryMapEntry]
1173
+ attr_accessor policy: ::String
1174
+ attr_accessor posix_profile: Types::PosixProfile
1175
+ attr_accessor role: ::String
1176
+ attr_accessor server_id: ::String
1177
+ attr_accessor user_name: ::String
1178
+ SENSITIVE: []
1179
+ end
1180
+
1181
+ class UpdateUserResponse
1182
+ attr_accessor server_id: ::String
1183
+ attr_accessor user_name: ::String
1184
+ SENSITIVE: []
1185
+ end
1186
+
1187
+ class UserDetails
1188
+ attr_accessor user_name: ::String
1189
+ attr_accessor server_id: ::String
1190
+ attr_accessor session_id: ::String
1191
+ SENSITIVE: []
1192
+ end
1193
+
1194
+ class WorkflowDetail
1195
+ attr_accessor workflow_id: ::String
1196
+ attr_accessor execution_role: ::String
1197
+ SENSITIVE: []
1198
+ end
1199
+
1200
+ class WorkflowDetails
1201
+ attr_accessor on_upload: ::Array[Types::WorkflowDetail]
1202
+ attr_accessor on_partial_upload: ::Array[Types::WorkflowDetail]
1203
+ SENSITIVE: []
1204
+ end
1205
+
1206
+ class WorkflowStep
1207
+ attr_accessor type: ("COPY" | "CUSTOM" | "TAG" | "DELETE" | "DECRYPT")
1208
+ attr_accessor copy_step_details: Types::CopyStepDetails
1209
+ attr_accessor custom_step_details: Types::CustomStepDetails
1210
+ attr_accessor delete_step_details: Types::DeleteStepDetails
1211
+ attr_accessor tag_step_details: Types::TagStepDetails
1212
+ attr_accessor decrypt_step_details: Types::DecryptStepDetails
1213
+ SENSITIVE: []
1214
+ end
1215
+ end
1216
+ end