aws-sdk-transfer 1.62.0 → 1.64.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.
- checksums.yaml +4 -4
 - data/CHANGELOG.md +10 -0
 - data/VERSION +1 -1
 - data/lib/aws-sdk-transfer/client.rb +58 -10
 - data/lib/aws-sdk-transfer/client_api.rb +10 -8
 - data/lib/aws-sdk-transfer/endpoint_parameters.rb +3 -0
 - data/lib/aws-sdk-transfer/endpoint_provider.rb +76 -76
 - data/lib/aws-sdk-transfer/types.rb +32 -1009
 - data/lib/aws-sdk-transfer.rb +1 -1
 - metadata +2 -2
 
| 
         @@ -27,20 +27,6 @@ module Aws::Transfer 
     | 
|
| 
       27 
27 
     | 
    
         
             
                # used for AS2 outbound processes, to connect the Transfer Family
         
     | 
| 
       28 
28 
     | 
    
         
             
                # customer with the trading partner.
         
     | 
| 
       29 
29 
     | 
    
         
             
                #
         
     | 
| 
       30 
     | 
    
         
            -
                # @note When making an API call, you may pass As2ConnectorConfig
         
     | 
| 
       31 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       32 
     | 
    
         
            -
                #
         
     | 
| 
       33 
     | 
    
         
            -
                #       {
         
     | 
| 
       34 
     | 
    
         
            -
                #         local_profile_id: "ProfileId",
         
     | 
| 
       35 
     | 
    
         
            -
                #         partner_profile_id: "ProfileId",
         
     | 
| 
       36 
     | 
    
         
            -
                #         message_subject: "MessageSubject",
         
     | 
| 
       37 
     | 
    
         
            -
                #         compression: "ZLIB", # accepts ZLIB, DISABLED
         
     | 
| 
       38 
     | 
    
         
            -
                #         encryption_algorithm: "AES128_CBC", # accepts AES128_CBC, AES192_CBC, AES256_CBC
         
     | 
| 
       39 
     | 
    
         
            -
                #         signing_algorithm: "SHA256", # accepts SHA256, SHA384, SHA512, SHA1, NONE
         
     | 
| 
       40 
     | 
    
         
            -
                #         mdn_signing_algorithm: "SHA256", # accepts SHA256, SHA384, SHA512, SHA1, NONE, DEFAULT
         
     | 
| 
       41 
     | 
    
         
            -
                #         mdn_response: "SYNC", # accepts SYNC, NONE
         
     | 
| 
       42 
     | 
    
         
            -
                #       }
         
     | 
| 
       43 
     | 
    
         
            -
                #
         
     | 
| 
       44 
30 
     | 
    
         
             
                # @!attribute [rw] local_profile_id
         
     | 
| 
       45 
31 
     | 
    
         
             
                #   A unique identifier for the AS2 local profile.
         
     | 
| 
       46 
32 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -120,25 +106,6 @@ module Aws::Transfer 
     | 
|
| 
       120 
106 
     | 
    
         | 
| 
       121 
107 
     | 
    
         
             
                # Each step type has its own `StepDetails` structure.
         
     | 
| 
       122 
108 
     | 
    
         
             
                #
         
     | 
| 
       123 
     | 
    
         
            -
                # @note When making an API call, you may pass CopyStepDetails
         
     | 
| 
       124 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       125 
     | 
    
         
            -
                #
         
     | 
| 
       126 
     | 
    
         
            -
                #       {
         
     | 
| 
       127 
     | 
    
         
            -
                #         name: "WorkflowStepName",
         
     | 
| 
       128 
     | 
    
         
            -
                #         destination_file_location: {
         
     | 
| 
       129 
     | 
    
         
            -
                #           s3_file_location: {
         
     | 
| 
       130 
     | 
    
         
            -
                #             bucket: "S3Bucket",
         
     | 
| 
       131 
     | 
    
         
            -
                #             key: "S3Key",
         
     | 
| 
       132 
     | 
    
         
            -
                #           },
         
     | 
| 
       133 
     | 
    
         
            -
                #           efs_file_location: {
         
     | 
| 
       134 
     | 
    
         
            -
                #             file_system_id: "EfsFileSystemId",
         
     | 
| 
       135 
     | 
    
         
            -
                #             path: "EfsPath",
         
     | 
| 
       136 
     | 
    
         
            -
                #           },
         
     | 
| 
       137 
     | 
    
         
            -
                #         },
         
     | 
| 
       138 
     | 
    
         
            -
                #         overwrite_existing: "TRUE", # accepts TRUE, FALSE
         
     | 
| 
       139 
     | 
    
         
            -
                #         source_file_location: "SourceFileLocation",
         
     | 
| 
       140 
     | 
    
         
            -
                #       }
         
     | 
| 
       141 
     | 
    
         
            -
                #
         
     | 
| 
       142 
109 
     | 
    
         
             
                # @!attribute [rw] name
         
     | 
| 
       143 
110 
     | 
    
         
             
                #   The name of the step, used as an identifier.
         
     | 
| 
       144 
111 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -178,29 +145,6 @@ module Aws::Transfer 
     | 
|
| 
       178 
145 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       179 
146 
     | 
    
         
             
                end
         
     | 
| 
       180 
147 
     | 
    
         | 
| 
       181 
     | 
    
         
            -
                # @note When making an API call, you may pass CreateAccessRequest
         
     | 
| 
       182 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       183 
     | 
    
         
            -
                #
         
     | 
| 
       184 
     | 
    
         
            -
                #       {
         
     | 
| 
       185 
     | 
    
         
            -
                #         home_directory: "HomeDirectory",
         
     | 
| 
       186 
     | 
    
         
            -
                #         home_directory_type: "PATH", # accepts PATH, LOGICAL
         
     | 
| 
       187 
     | 
    
         
            -
                #         home_directory_mappings: [
         
     | 
| 
       188 
     | 
    
         
            -
                #           {
         
     | 
| 
       189 
     | 
    
         
            -
                #             entry: "MapEntry", # required
         
     | 
| 
       190 
     | 
    
         
            -
                #             target: "MapTarget", # required
         
     | 
| 
       191 
     | 
    
         
            -
                #           },
         
     | 
| 
       192 
     | 
    
         
            -
                #         ],
         
     | 
| 
       193 
     | 
    
         
            -
                #         policy: "Policy",
         
     | 
| 
       194 
     | 
    
         
            -
                #         posix_profile: {
         
     | 
| 
       195 
     | 
    
         
            -
                #           uid: 1, # required
         
     | 
| 
       196 
     | 
    
         
            -
                #           gid: 1, # required
         
     | 
| 
       197 
     | 
    
         
            -
                #           secondary_gids: [1],
         
     | 
| 
       198 
     | 
    
         
            -
                #         },
         
     | 
| 
       199 
     | 
    
         
            -
                #         role: "Role", # required
         
     | 
| 
       200 
     | 
    
         
            -
                #         server_id: "ServerId", # required
         
     | 
| 
       201 
     | 
    
         
            -
                #         external_id: "ExternalId", # required
         
     | 
| 
       202 
     | 
    
         
            -
                #       }
         
     | 
| 
       203 
     | 
    
         
            -
                #
         
     | 
| 
       204 
148 
     | 
    
         
             
                # @!attribute [rw] home_directory
         
     | 
| 
       205 
149 
     | 
    
         
             
                #   The landing directory (folder) for a user when they log in to the
         
     | 
| 
       206 
150 
     | 
    
         
             
                #   server using the client.
         
     | 
| 
         @@ -351,25 +295,6 @@ module Aws::Transfer 
     | 
|
| 
       351 
295 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       352 
296 
     | 
    
         
             
                end
         
     | 
| 
       353 
297 
     | 
    
         | 
| 
       354 
     | 
    
         
            -
                # @note When making an API call, you may pass CreateAgreementRequest
         
     | 
| 
       355 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       356 
     | 
    
         
            -
                #
         
     | 
| 
       357 
     | 
    
         
            -
                #       {
         
     | 
| 
       358 
     | 
    
         
            -
                #         description: "Description",
         
     | 
| 
       359 
     | 
    
         
            -
                #         server_id: "ServerId", # required
         
     | 
| 
       360 
     | 
    
         
            -
                #         local_profile_id: "ProfileId", # required
         
     | 
| 
       361 
     | 
    
         
            -
                #         partner_profile_id: "ProfileId", # required
         
     | 
| 
       362 
     | 
    
         
            -
                #         base_directory: "HomeDirectory", # required
         
     | 
| 
       363 
     | 
    
         
            -
                #         access_role: "Role", # required
         
     | 
| 
       364 
     | 
    
         
            -
                #         status: "ACTIVE", # accepts ACTIVE, INACTIVE
         
     | 
| 
       365 
     | 
    
         
            -
                #         tags: [
         
     | 
| 
       366 
     | 
    
         
            -
                #           {
         
     | 
| 
       367 
     | 
    
         
            -
                #             key: "TagKey", # required
         
     | 
| 
       368 
     | 
    
         
            -
                #             value: "TagValue", # required
         
     | 
| 
       369 
     | 
    
         
            -
                #           },
         
     | 
| 
       370 
     | 
    
         
            -
                #         ],
         
     | 
| 
       371 
     | 
    
         
            -
                #       }
         
     | 
| 
       372 
     | 
    
         
            -
                #
         
     | 
| 
       373 
298 
     | 
    
         
             
                # @!attribute [rw] description
         
     | 
| 
       374 
299 
     | 
    
         
             
                #   A name or short description to identify the agreement.
         
     | 
| 
       375 
300 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -448,31 +373,6 @@ module Aws::Transfer 
     | 
|
| 
       448 
373 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       449 
374 
     | 
    
         
             
                end
         
     | 
| 
       450 
375 
     | 
    
         | 
| 
       451 
     | 
    
         
            -
                # @note When making an API call, you may pass CreateConnectorRequest
         
     | 
| 
       452 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       453 
     | 
    
         
            -
                #
         
     | 
| 
       454 
     | 
    
         
            -
                #       {
         
     | 
| 
       455 
     | 
    
         
            -
                #         url: "Url", # required
         
     | 
| 
       456 
     | 
    
         
            -
                #         as_2_config: { # required
         
     | 
| 
       457 
     | 
    
         
            -
                #           local_profile_id: "ProfileId",
         
     | 
| 
       458 
     | 
    
         
            -
                #           partner_profile_id: "ProfileId",
         
     | 
| 
       459 
     | 
    
         
            -
                #           message_subject: "MessageSubject",
         
     | 
| 
       460 
     | 
    
         
            -
                #           compression: "ZLIB", # accepts ZLIB, DISABLED
         
     | 
| 
       461 
     | 
    
         
            -
                #           encryption_algorithm: "AES128_CBC", # accepts AES128_CBC, AES192_CBC, AES256_CBC
         
     | 
| 
       462 
     | 
    
         
            -
                #           signing_algorithm: "SHA256", # accepts SHA256, SHA384, SHA512, SHA1, NONE
         
     | 
| 
       463 
     | 
    
         
            -
                #           mdn_signing_algorithm: "SHA256", # accepts SHA256, SHA384, SHA512, SHA1, NONE, DEFAULT
         
     | 
| 
       464 
     | 
    
         
            -
                #           mdn_response: "SYNC", # accepts SYNC, NONE
         
     | 
| 
       465 
     | 
    
         
            -
                #         },
         
     | 
| 
       466 
     | 
    
         
            -
                #         access_role: "Role", # required
         
     | 
| 
       467 
     | 
    
         
            -
                #         logging_role: "Role",
         
     | 
| 
       468 
     | 
    
         
            -
                #         tags: [
         
     | 
| 
       469 
     | 
    
         
            -
                #           {
         
     | 
| 
       470 
     | 
    
         
            -
                #             key: "TagKey", # required
         
     | 
| 
       471 
     | 
    
         
            -
                #             value: "TagValue", # required
         
     | 
| 
       472 
     | 
    
         
            -
                #           },
         
     | 
| 
       473 
     | 
    
         
            -
                #         ],
         
     | 
| 
       474 
     | 
    
         
            -
                #       }
         
     | 
| 
       475 
     | 
    
         
            -
                #
         
     | 
| 
       476 
376 
     | 
    
         
             
                # @!attribute [rw] url
         
     | 
| 
       477 
377 
     | 
    
         
             
                #   The URL of the partner's AS2 endpoint.
         
     | 
| 
       478 
378 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -533,21 +433,6 @@ module Aws::Transfer 
     | 
|
| 
       533 
433 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       534 
434 
     | 
    
         
             
                end
         
     | 
| 
       535 
435 
     | 
    
         | 
| 
       536 
     | 
    
         
            -
                # @note When making an API call, you may pass CreateProfileRequest
         
     | 
| 
       537 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       538 
     | 
    
         
            -
                #
         
     | 
| 
       539 
     | 
    
         
            -
                #       {
         
     | 
| 
       540 
     | 
    
         
            -
                #         as_2_id: "As2Id", # required
         
     | 
| 
       541 
     | 
    
         
            -
                #         profile_type: "LOCAL", # required, accepts LOCAL, PARTNER
         
     | 
| 
       542 
     | 
    
         
            -
                #         certificate_ids: ["CertificateId"],
         
     | 
| 
       543 
     | 
    
         
            -
                #         tags: [
         
     | 
| 
       544 
     | 
    
         
            -
                #           {
         
     | 
| 
       545 
     | 
    
         
            -
                #             key: "TagKey", # required
         
     | 
| 
       546 
     | 
    
         
            -
                #             value: "TagValue", # required
         
     | 
| 
       547 
     | 
    
         
            -
                #           },
         
     | 
| 
       548 
     | 
    
         
            -
                #         ],
         
     | 
| 
       549 
     | 
    
         
            -
                #       }
         
     | 
| 
       550 
     | 
    
         
            -
                #
         
     | 
| 
       551 
436 
     | 
    
         
             
                # @!attribute [rw] as_2_id
         
     | 
| 
       552 
437 
     | 
    
         
             
                #   The `As2Id` is the *AS2-name*, as defined in the [RFC 4130][1]. For
         
     | 
| 
       553 
438 
     | 
    
         
             
                #   inbound transfers, this is the `AS2-From` header for the AS2
         
     | 
| 
         @@ -605,61 +490,6 @@ module Aws::Transfer 
     | 
|
| 
       605 
490 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       606 
491 
     | 
    
         
             
                end
         
     | 
| 
       607 
492 
     | 
    
         | 
| 
       608 
     | 
    
         
            -
                # @note When making an API call, you may pass CreateServerRequest
         
     | 
| 
       609 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       610 
     | 
    
         
            -
                #
         
     | 
| 
       611 
     | 
    
         
            -
                #       {
         
     | 
| 
       612 
     | 
    
         
            -
                #         certificate: "Certificate",
         
     | 
| 
       613 
     | 
    
         
            -
                #         domain: "S3", # accepts S3, EFS
         
     | 
| 
       614 
     | 
    
         
            -
                #         endpoint_details: {
         
     | 
| 
       615 
     | 
    
         
            -
                #           address_allocation_ids: ["AddressAllocationId"],
         
     | 
| 
       616 
     | 
    
         
            -
                #           subnet_ids: ["SubnetId"],
         
     | 
| 
       617 
     | 
    
         
            -
                #           vpc_endpoint_id: "VpcEndpointId",
         
     | 
| 
       618 
     | 
    
         
            -
                #           vpc_id: "VpcId",
         
     | 
| 
       619 
     | 
    
         
            -
                #           security_group_ids: ["SecurityGroupId"],
         
     | 
| 
       620 
     | 
    
         
            -
                #         },
         
     | 
| 
       621 
     | 
    
         
            -
                #         endpoint_type: "PUBLIC", # accepts PUBLIC, VPC, VPC_ENDPOINT
         
     | 
| 
       622 
     | 
    
         
            -
                #         host_key: "HostKey",
         
     | 
| 
       623 
     | 
    
         
            -
                #         identity_provider_details: {
         
     | 
| 
       624 
     | 
    
         
            -
                #           url: "Url",
         
     | 
| 
       625 
     | 
    
         
            -
                #           invocation_role: "Role",
         
     | 
| 
       626 
     | 
    
         
            -
                #           directory_id: "DirectoryId",
         
     | 
| 
       627 
     | 
    
         
            -
                #           function: "Function",
         
     | 
| 
       628 
     | 
    
         
            -
                #         },
         
     | 
| 
       629 
     | 
    
         
            -
                #         identity_provider_type: "SERVICE_MANAGED", # accepts SERVICE_MANAGED, API_GATEWAY, AWS_DIRECTORY_SERVICE, AWS_LAMBDA
         
     | 
| 
       630 
     | 
    
         
            -
                #         logging_role: "Role",
         
     | 
| 
       631 
     | 
    
         
            -
                #         post_authentication_login_banner: "PostAuthenticationLoginBanner",
         
     | 
| 
       632 
     | 
    
         
            -
                #         pre_authentication_login_banner: "PreAuthenticationLoginBanner",
         
     | 
| 
       633 
     | 
    
         
            -
                #         protocols: ["SFTP"], # accepts SFTP, FTP, FTPS, AS2
         
     | 
| 
       634 
     | 
    
         
            -
                #         protocol_details: {
         
     | 
| 
       635 
     | 
    
         
            -
                #           passive_ip: "PassiveIp",
         
     | 
| 
       636 
     | 
    
         
            -
                #           tls_session_resumption_mode: "DISABLED", # accepts DISABLED, ENABLED, ENFORCED
         
     | 
| 
       637 
     | 
    
         
            -
                #           set_stat_option: "DEFAULT", # accepts DEFAULT, ENABLE_NO_OP
         
     | 
| 
       638 
     | 
    
         
            -
                #           as_2_transports: ["HTTP"], # accepts HTTP
         
     | 
| 
       639 
     | 
    
         
            -
                #         },
         
     | 
| 
       640 
     | 
    
         
            -
                #         security_policy_name: "SecurityPolicyName",
         
     | 
| 
       641 
     | 
    
         
            -
                #         tags: [
         
     | 
| 
       642 
     | 
    
         
            -
                #           {
         
     | 
| 
       643 
     | 
    
         
            -
                #             key: "TagKey", # required
         
     | 
| 
       644 
     | 
    
         
            -
                #             value: "TagValue", # required
         
     | 
| 
       645 
     | 
    
         
            -
                #           },
         
     | 
| 
       646 
     | 
    
         
            -
                #         ],
         
     | 
| 
       647 
     | 
    
         
            -
                #         workflow_details: {
         
     | 
| 
       648 
     | 
    
         
            -
                #           on_upload: [
         
     | 
| 
       649 
     | 
    
         
            -
                #             {
         
     | 
| 
       650 
     | 
    
         
            -
                #               workflow_id: "WorkflowId", # required
         
     | 
| 
       651 
     | 
    
         
            -
                #               execution_role: "Role", # required
         
     | 
| 
       652 
     | 
    
         
            -
                #             },
         
     | 
| 
       653 
     | 
    
         
            -
                #           ],
         
     | 
| 
       654 
     | 
    
         
            -
                #           on_partial_upload: [
         
     | 
| 
       655 
     | 
    
         
            -
                #             {
         
     | 
| 
       656 
     | 
    
         
            -
                #               workflow_id: "WorkflowId", # required
         
     | 
| 
       657 
     | 
    
         
            -
                #               execution_role: "Role", # required
         
     | 
| 
       658 
     | 
    
         
            -
                #             },
         
     | 
| 
       659 
     | 
    
         
            -
                #           ],
         
     | 
| 
       660 
     | 
    
         
            -
                #         },
         
     | 
| 
       661 
     | 
    
         
            -
                #       }
         
     | 
| 
       662 
     | 
    
         
            -
                #
         
     | 
| 
       663 
493 
     | 
    
         
             
                # @!attribute [rw] certificate
         
     | 
| 
       664 
494 
     | 
    
         
             
                #   The Amazon Resource Name (ARN) of the Certificate Manager (ACM)
         
     | 
| 
       665 
495 
     | 
    
         
             
                #   certificate. Required when `Protocols` is set to `FTPS`.
         
     | 
| 
         @@ -964,36 +794,6 @@ module Aws::Transfer 
     | 
|
| 
       964 
794 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       965 
795 
     | 
    
         
             
                end
         
     | 
| 
       966 
796 
     | 
    
         | 
| 
       967 
     | 
    
         
            -
                # @note When making an API call, you may pass CreateUserRequest
         
     | 
| 
       968 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       969 
     | 
    
         
            -
                #
         
     | 
| 
       970 
     | 
    
         
            -
                #       {
         
     | 
| 
       971 
     | 
    
         
            -
                #         home_directory: "HomeDirectory",
         
     | 
| 
       972 
     | 
    
         
            -
                #         home_directory_type: "PATH", # accepts PATH, LOGICAL
         
     | 
| 
       973 
     | 
    
         
            -
                #         home_directory_mappings: [
         
     | 
| 
       974 
     | 
    
         
            -
                #           {
         
     | 
| 
       975 
     | 
    
         
            -
                #             entry: "MapEntry", # required
         
     | 
| 
       976 
     | 
    
         
            -
                #             target: "MapTarget", # required
         
     | 
| 
       977 
     | 
    
         
            -
                #           },
         
     | 
| 
       978 
     | 
    
         
            -
                #         ],
         
     | 
| 
       979 
     | 
    
         
            -
                #         policy: "Policy",
         
     | 
| 
       980 
     | 
    
         
            -
                #         posix_profile: {
         
     | 
| 
       981 
     | 
    
         
            -
                #           uid: 1, # required
         
     | 
| 
       982 
     | 
    
         
            -
                #           gid: 1, # required
         
     | 
| 
       983 
     | 
    
         
            -
                #           secondary_gids: [1],
         
     | 
| 
       984 
     | 
    
         
            -
                #         },
         
     | 
| 
       985 
     | 
    
         
            -
                #         role: "Role", # required
         
     | 
| 
       986 
     | 
    
         
            -
                #         server_id: "ServerId", # required
         
     | 
| 
       987 
     | 
    
         
            -
                #         ssh_public_key_body: "SshPublicKeyBody",
         
     | 
| 
       988 
     | 
    
         
            -
                #         tags: [
         
     | 
| 
       989 
     | 
    
         
            -
                #           {
         
     | 
| 
       990 
     | 
    
         
            -
                #             key: "TagKey", # required
         
     | 
| 
       991 
     | 
    
         
            -
                #             value: "TagValue", # required
         
     | 
| 
       992 
     | 
    
         
            -
                #           },
         
     | 
| 
       993 
     | 
    
         
            -
                #         ],
         
     | 
| 
       994 
     | 
    
         
            -
                #         user_name: "UserName", # required
         
     | 
| 
       995 
     | 
    
         
            -
                #       }
         
     | 
| 
       996 
     | 
    
         
            -
                #
         
     | 
| 
       997 
797 
     | 
    
         
             
                # @!attribute [rw] home_directory
         
     | 
| 
       998 
798 
     | 
    
         
             
                #   The landing directory (folder) for a user when they log in to the
         
     | 
| 
       999 
799 
     | 
    
         
             
                #   server using the client.
         
     | 
| 
         @@ -1145,99 +945,6 @@ module Aws::Transfer 
     | 
|
| 
       1145 
945 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1146 
946 
     | 
    
         
             
                end
         
     | 
| 
       1147 
947 
     | 
    
         | 
| 
       1148 
     | 
    
         
            -
                # @note When making an API call, you may pass CreateWorkflowRequest
         
     | 
| 
       1149 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1150 
     | 
    
         
            -
                #
         
     | 
| 
       1151 
     | 
    
         
            -
                #       {
         
     | 
| 
       1152 
     | 
    
         
            -
                #         description: "WorkflowDescription",
         
     | 
| 
       1153 
     | 
    
         
            -
                #         steps: [ # required
         
     | 
| 
       1154 
     | 
    
         
            -
                #           {
         
     | 
| 
       1155 
     | 
    
         
            -
                #             type: "COPY", # accepts COPY, CUSTOM, TAG, DELETE
         
     | 
| 
       1156 
     | 
    
         
            -
                #             copy_step_details: {
         
     | 
| 
       1157 
     | 
    
         
            -
                #               name: "WorkflowStepName",
         
     | 
| 
       1158 
     | 
    
         
            -
                #               destination_file_location: {
         
     | 
| 
       1159 
     | 
    
         
            -
                #                 s3_file_location: {
         
     | 
| 
       1160 
     | 
    
         
            -
                #                   bucket: "S3Bucket",
         
     | 
| 
       1161 
     | 
    
         
            -
                #                   key: "S3Key",
         
     | 
| 
       1162 
     | 
    
         
            -
                #                 },
         
     | 
| 
       1163 
     | 
    
         
            -
                #                 efs_file_location: {
         
     | 
| 
       1164 
     | 
    
         
            -
                #                   file_system_id: "EfsFileSystemId",
         
     | 
| 
       1165 
     | 
    
         
            -
                #                   path: "EfsPath",
         
     | 
| 
       1166 
     | 
    
         
            -
                #                 },
         
     | 
| 
       1167 
     | 
    
         
            -
                #               },
         
     | 
| 
       1168 
     | 
    
         
            -
                #               overwrite_existing: "TRUE", # accepts TRUE, FALSE
         
     | 
| 
       1169 
     | 
    
         
            -
                #               source_file_location: "SourceFileLocation",
         
     | 
| 
       1170 
     | 
    
         
            -
                #             },
         
     | 
| 
       1171 
     | 
    
         
            -
                #             custom_step_details: {
         
     | 
| 
       1172 
     | 
    
         
            -
                #               name: "WorkflowStepName",
         
     | 
| 
       1173 
     | 
    
         
            -
                #               target: "CustomStepTarget",
         
     | 
| 
       1174 
     | 
    
         
            -
                #               timeout_seconds: 1,
         
     | 
| 
       1175 
     | 
    
         
            -
                #               source_file_location: "SourceFileLocation",
         
     | 
| 
       1176 
     | 
    
         
            -
                #             },
         
     | 
| 
       1177 
     | 
    
         
            -
                #             delete_step_details: {
         
     | 
| 
       1178 
     | 
    
         
            -
                #               name: "WorkflowStepName",
         
     | 
| 
       1179 
     | 
    
         
            -
                #               source_file_location: "SourceFileLocation",
         
     | 
| 
       1180 
     | 
    
         
            -
                #             },
         
     | 
| 
       1181 
     | 
    
         
            -
                #             tag_step_details: {
         
     | 
| 
       1182 
     | 
    
         
            -
                #               name: "WorkflowStepName",
         
     | 
| 
       1183 
     | 
    
         
            -
                #               tags: [
         
     | 
| 
       1184 
     | 
    
         
            -
                #                 {
         
     | 
| 
       1185 
     | 
    
         
            -
                #                   key: "S3TagKey", # required
         
     | 
| 
       1186 
     | 
    
         
            -
                #                   value: "S3TagValue", # required
         
     | 
| 
       1187 
     | 
    
         
            -
                #                 },
         
     | 
| 
       1188 
     | 
    
         
            -
                #               ],
         
     | 
| 
       1189 
     | 
    
         
            -
                #               source_file_location: "SourceFileLocation",
         
     | 
| 
       1190 
     | 
    
         
            -
                #             },
         
     | 
| 
       1191 
     | 
    
         
            -
                #           },
         
     | 
| 
       1192 
     | 
    
         
            -
                #         ],
         
     | 
| 
       1193 
     | 
    
         
            -
                #         on_exception_steps: [
         
     | 
| 
       1194 
     | 
    
         
            -
                #           {
         
     | 
| 
       1195 
     | 
    
         
            -
                #             type: "COPY", # accepts COPY, CUSTOM, TAG, DELETE
         
     | 
| 
       1196 
     | 
    
         
            -
                #             copy_step_details: {
         
     | 
| 
       1197 
     | 
    
         
            -
                #               name: "WorkflowStepName",
         
     | 
| 
       1198 
     | 
    
         
            -
                #               destination_file_location: {
         
     | 
| 
       1199 
     | 
    
         
            -
                #                 s3_file_location: {
         
     | 
| 
       1200 
     | 
    
         
            -
                #                   bucket: "S3Bucket",
         
     | 
| 
       1201 
     | 
    
         
            -
                #                   key: "S3Key",
         
     | 
| 
       1202 
     | 
    
         
            -
                #                 },
         
     | 
| 
       1203 
     | 
    
         
            -
                #                 efs_file_location: {
         
     | 
| 
       1204 
     | 
    
         
            -
                #                   file_system_id: "EfsFileSystemId",
         
     | 
| 
       1205 
     | 
    
         
            -
                #                   path: "EfsPath",
         
     | 
| 
       1206 
     | 
    
         
            -
                #                 },
         
     | 
| 
       1207 
     | 
    
         
            -
                #               },
         
     | 
| 
       1208 
     | 
    
         
            -
                #               overwrite_existing: "TRUE", # accepts TRUE, FALSE
         
     | 
| 
       1209 
     | 
    
         
            -
                #               source_file_location: "SourceFileLocation",
         
     | 
| 
       1210 
     | 
    
         
            -
                #             },
         
     | 
| 
       1211 
     | 
    
         
            -
                #             custom_step_details: {
         
     | 
| 
       1212 
     | 
    
         
            -
                #               name: "WorkflowStepName",
         
     | 
| 
       1213 
     | 
    
         
            -
                #               target: "CustomStepTarget",
         
     | 
| 
       1214 
     | 
    
         
            -
                #               timeout_seconds: 1,
         
     | 
| 
       1215 
     | 
    
         
            -
                #               source_file_location: "SourceFileLocation",
         
     | 
| 
       1216 
     | 
    
         
            -
                #             },
         
     | 
| 
       1217 
     | 
    
         
            -
                #             delete_step_details: {
         
     | 
| 
       1218 
     | 
    
         
            -
                #               name: "WorkflowStepName",
         
     | 
| 
       1219 
     | 
    
         
            -
                #               source_file_location: "SourceFileLocation",
         
     | 
| 
       1220 
     | 
    
         
            -
                #             },
         
     | 
| 
       1221 
     | 
    
         
            -
                #             tag_step_details: {
         
     | 
| 
       1222 
     | 
    
         
            -
                #               name: "WorkflowStepName",
         
     | 
| 
       1223 
     | 
    
         
            -
                #               tags: [
         
     | 
| 
       1224 
     | 
    
         
            -
                #                 {
         
     | 
| 
       1225 
     | 
    
         
            -
                #                   key: "S3TagKey", # required
         
     | 
| 
       1226 
     | 
    
         
            -
                #                   value: "S3TagValue", # required
         
     | 
| 
       1227 
     | 
    
         
            -
                #                 },
         
     | 
| 
       1228 
     | 
    
         
            -
                #               ],
         
     | 
| 
       1229 
     | 
    
         
            -
                #               source_file_location: "SourceFileLocation",
         
     | 
| 
       1230 
     | 
    
         
            -
                #             },
         
     | 
| 
       1231 
     | 
    
         
            -
                #           },
         
     | 
| 
       1232 
     | 
    
         
            -
                #         ],
         
     | 
| 
       1233 
     | 
    
         
            -
                #         tags: [
         
     | 
| 
       1234 
     | 
    
         
            -
                #           {
         
     | 
| 
       1235 
     | 
    
         
            -
                #             key: "TagKey", # required
         
     | 
| 
       1236 
     | 
    
         
            -
                #             value: "TagValue", # required
         
     | 
| 
       1237 
     | 
    
         
            -
                #           },
         
     | 
| 
       1238 
     | 
    
         
            -
                #         ],
         
     | 
| 
       1239 
     | 
    
         
            -
                #       }
         
     | 
| 
       1240 
     | 
    
         
            -
                #
         
     | 
| 
       1241 
948 
     | 
    
         
             
                # @!attribute [rw] description
         
     | 
| 
       1242 
949 
     | 
    
         
             
                #   A textual description for the workflow.
         
     | 
| 
       1243 
950 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1307,16 +1014,6 @@ module Aws::Transfer 
     | 
|
| 
       1307 
1014 
     | 
    
         | 
| 
       1308 
1015 
     | 
    
         
             
                # Each step type has its own `StepDetails` structure.
         
     | 
| 
       1309 
1016 
     | 
    
         
             
                #
         
     | 
| 
       1310 
     | 
    
         
            -
                # @note When making an API call, you may pass CustomStepDetails
         
     | 
| 
       1311 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1312 
     | 
    
         
            -
                #
         
     | 
| 
       1313 
     | 
    
         
            -
                #       {
         
     | 
| 
       1314 
     | 
    
         
            -
                #         name: "WorkflowStepName",
         
     | 
| 
       1315 
     | 
    
         
            -
                #         target: "CustomStepTarget",
         
     | 
| 
       1316 
     | 
    
         
            -
                #         timeout_seconds: 1,
         
     | 
| 
       1317 
     | 
    
         
            -
                #         source_file_location: "SourceFileLocation",
         
     | 
| 
       1318 
     | 
    
         
            -
                #       }
         
     | 
| 
       1319 
     | 
    
         
            -
                #
         
     | 
| 
       1320 
1017 
     | 
    
         
             
                # @!attribute [rw] name
         
     | 
| 
       1321 
1018 
     | 
    
         
             
                #   The name of the step, used as an identifier.
         
     | 
| 
       1322 
1019 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1353,14 +1050,35 @@ module Aws::Transfer 
     | 
|
| 
       1353 
1050 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1354 
1051 
     | 
    
         
             
                end
         
     | 
| 
       1355 
1052 
     | 
    
         | 
| 
       1356 
     | 
    
         
            -
                #  
     | 
| 
       1357 
     | 
    
         
            -
                #    
     | 
| 
      
 1053 
     | 
    
         
            +
                # @!attribute [rw] name
         
     | 
| 
      
 1054 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
       1358 
1055 
     | 
    
         
             
                #
         
     | 
| 
       1359 
     | 
    
         
            -
                # 
     | 
| 
       1360 
     | 
    
         
            -
                # 
     | 
| 
       1361 
     | 
    
         
            -
                # 
     | 
| 
       1362 
     | 
    
         
            -
                # 
     | 
| 
      
 1056 
     | 
    
         
            +
                # @!attribute [rw] type
         
     | 
| 
      
 1057 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 1058 
     | 
    
         
            +
                #
         
     | 
| 
      
 1059 
     | 
    
         
            +
                # @!attribute [rw] source_file_location
         
     | 
| 
      
 1060 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
       1363 
1061 
     | 
    
         
             
                #
         
     | 
| 
      
 1062 
     | 
    
         
            +
                # @!attribute [rw] overwrite_existing
         
     | 
| 
      
 1063 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 1064 
     | 
    
         
            +
                #
         
     | 
| 
      
 1065 
     | 
    
         
            +
                # @!attribute [rw] destination_file_location
         
     | 
| 
      
 1066 
     | 
    
         
            +
                #   Specifies the location for the file being copied. Only applicable
         
     | 
| 
      
 1067 
     | 
    
         
            +
                #   for the Copy type of workflow steps.
         
     | 
| 
      
 1068 
     | 
    
         
            +
                #   @return [Types::InputFileLocation]
         
     | 
| 
      
 1069 
     | 
    
         
            +
                #
         
     | 
| 
      
 1070 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/DecryptStepDetails AWS API Documentation
         
     | 
| 
      
 1071 
     | 
    
         
            +
                #
         
     | 
| 
      
 1072 
     | 
    
         
            +
                class DecryptStepDetails < Struct.new(
         
     | 
| 
      
 1073 
     | 
    
         
            +
                  :name,
         
     | 
| 
      
 1074 
     | 
    
         
            +
                  :type,
         
     | 
| 
      
 1075 
     | 
    
         
            +
                  :source_file_location,
         
     | 
| 
      
 1076 
     | 
    
         
            +
                  :overwrite_existing,
         
     | 
| 
      
 1077 
     | 
    
         
            +
                  :destination_file_location)
         
     | 
| 
      
 1078 
     | 
    
         
            +
                  SENSITIVE = []
         
     | 
| 
      
 1079 
     | 
    
         
            +
                  include Aws::Structure
         
     | 
| 
      
 1080 
     | 
    
         
            +
                end
         
     | 
| 
      
 1081 
     | 
    
         
            +
             
     | 
| 
       1364 
1082 
     | 
    
         
             
                # @!attribute [rw] server_id
         
     | 
| 
       1365 
1083 
     | 
    
         
             
                #   A system-assigned unique identifier for a server that has this user
         
     | 
| 
       1366 
1084 
     | 
    
         
             
                #   assigned.
         
     | 
| 
         @@ -1395,14 +1113,6 @@ module Aws::Transfer 
     | 
|
| 
       1395 
1113 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1396 
1114 
     | 
    
         
             
                end
         
     | 
| 
       1397 
1115 
     | 
    
         | 
| 
       1398 
     | 
    
         
            -
                # @note When making an API call, you may pass DeleteAgreementRequest
         
     | 
| 
       1399 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1400 
     | 
    
         
            -
                #
         
     | 
| 
       1401 
     | 
    
         
            -
                #       {
         
     | 
| 
       1402 
     | 
    
         
            -
                #         agreement_id: "AgreementId", # required
         
     | 
| 
       1403 
     | 
    
         
            -
                #         server_id: "ServerId", # required
         
     | 
| 
       1404 
     | 
    
         
            -
                #       }
         
     | 
| 
       1405 
     | 
    
         
            -
                #
         
     | 
| 
       1406 
1116 
     | 
    
         
             
                # @!attribute [rw] agreement_id
         
     | 
| 
       1407 
1117 
     | 
    
         
             
                #   A unique identifier for the agreement. This identifier is returned
         
     | 
| 
       1408 
1118 
     | 
    
         
             
                #   when you create an agreement.
         
     | 
| 
         @@ -1422,13 +1132,6 @@ module Aws::Transfer 
     | 
|
| 
       1422 
1132 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1423 
1133 
     | 
    
         
             
                end
         
     | 
| 
       1424 
1134 
     | 
    
         | 
| 
       1425 
     | 
    
         
            -
                # @note When making an API call, you may pass DeleteCertificateRequest
         
     | 
| 
       1426 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1427 
     | 
    
         
            -
                #
         
     | 
| 
       1428 
     | 
    
         
            -
                #       {
         
     | 
| 
       1429 
     | 
    
         
            -
                #         certificate_id: "CertificateId", # required
         
     | 
| 
       1430 
     | 
    
         
            -
                #       }
         
     | 
| 
       1431 
     | 
    
         
            -
                #
         
     | 
| 
       1432 
1135 
     | 
    
         
             
                # @!attribute [rw] certificate_id
         
     | 
| 
       1433 
1136 
     | 
    
         
             
                #   The identifier of the certificate object that you are deleting.
         
     | 
| 
       1434 
1137 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1441,13 +1144,6 @@ module Aws::Transfer 
     | 
|
| 
       1441 
1144 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1442 
1145 
     | 
    
         
             
                end
         
     | 
| 
       1443 
1146 
     | 
    
         | 
| 
       1444 
     | 
    
         
            -
                # @note When making an API call, you may pass DeleteConnectorRequest
         
     | 
| 
       1445 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1446 
     | 
    
         
            -
                #
         
     | 
| 
       1447 
     | 
    
         
            -
                #       {
         
     | 
| 
       1448 
     | 
    
         
            -
                #         connector_id: "ConnectorId", # required
         
     | 
| 
       1449 
     | 
    
         
            -
                #       }
         
     | 
| 
       1450 
     | 
    
         
            -
                #
         
     | 
| 
       1451 
1147 
     | 
    
         
             
                # @!attribute [rw] connector_id
         
     | 
| 
       1452 
1148 
     | 
    
         
             
                #   The unique identifier for the connector.
         
     | 
| 
       1453 
1149 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1460,14 +1156,6 @@ module Aws::Transfer 
     | 
|
| 
       1460 
1156 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1461 
1157 
     | 
    
         
             
                end
         
     | 
| 
       1462 
1158 
     | 
    
         | 
| 
       1463 
     | 
    
         
            -
                # @note When making an API call, you may pass DeleteHostKeyRequest
         
     | 
| 
       1464 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1465 
     | 
    
         
            -
                #
         
     | 
| 
       1466 
     | 
    
         
            -
                #       {
         
     | 
| 
       1467 
     | 
    
         
            -
                #         server_id: "ServerId", # required
         
     | 
| 
       1468 
     | 
    
         
            -
                #         host_key_id: "HostKeyId", # required
         
     | 
| 
       1469 
     | 
    
         
            -
                #       }
         
     | 
| 
       1470 
     | 
    
         
            -
                #
         
     | 
| 
       1471 
1159 
     | 
    
         
             
                # @!attribute [rw] server_id
         
     | 
| 
       1472 
1160 
     | 
    
         
             
                #   The identifier of the server that contains the host key that you are
         
     | 
| 
       1473 
1161 
     | 
    
         
             
                #   deleting.
         
     | 
| 
         @@ -1486,13 +1174,6 @@ module Aws::Transfer 
     | 
|
| 
       1486 
1174 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1487 
1175 
     | 
    
         
             
                end
         
     | 
| 
       1488 
1176 
     | 
    
         | 
| 
       1489 
     | 
    
         
            -
                # @note When making an API call, you may pass DeleteProfileRequest
         
     | 
| 
       1490 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1491 
     | 
    
         
            -
                #
         
     | 
| 
       1492 
     | 
    
         
            -
                #       {
         
     | 
| 
       1493 
     | 
    
         
            -
                #         profile_id: "ProfileId", # required
         
     | 
| 
       1494 
     | 
    
         
            -
                #       }
         
     | 
| 
       1495 
     | 
    
         
            -
                #
         
     | 
| 
       1496 
1177 
     | 
    
         
             
                # @!attribute [rw] profile_id
         
     | 
| 
       1497 
1178 
     | 
    
         
             
                #   The identifier of the profile that you are deleting.
         
     | 
| 
       1498 
1179 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1505,13 +1186,6 @@ module Aws::Transfer 
     | 
|
| 
       1505 
1186 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1506 
1187 
     | 
    
         
             
                end
         
     | 
| 
       1507 
1188 
     | 
    
         | 
| 
       1508 
     | 
    
         
            -
                # @note When making an API call, you may pass DeleteServerRequest
         
     | 
| 
       1509 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1510 
     | 
    
         
            -
                #
         
     | 
| 
       1511 
     | 
    
         
            -
                #       {
         
     | 
| 
       1512 
     | 
    
         
            -
                #         server_id: "ServerId", # required
         
     | 
| 
       1513 
     | 
    
         
            -
                #       }
         
     | 
| 
       1514 
     | 
    
         
            -
                #
         
     | 
| 
       1515 
1189 
     | 
    
         
             
                # @!attribute [rw] server_id
         
     | 
| 
       1516 
1190 
     | 
    
         
             
                #   A unique system-assigned identifier for a server instance.
         
     | 
| 
       1517 
1191 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1524,15 +1198,6 @@ module Aws::Transfer 
     | 
|
| 
       1524 
1198 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1525 
1199 
     | 
    
         
             
                end
         
     | 
| 
       1526 
1200 
     | 
    
         | 
| 
       1527 
     | 
    
         
            -
                # @note When making an API call, you may pass DeleteSshPublicKeyRequest
         
     | 
| 
       1528 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1529 
     | 
    
         
            -
                #
         
     | 
| 
       1530 
     | 
    
         
            -
                #       {
         
     | 
| 
       1531 
     | 
    
         
            -
                #         server_id: "ServerId", # required
         
     | 
| 
       1532 
     | 
    
         
            -
                #         ssh_public_key_id: "SshPublicKeyId", # required
         
     | 
| 
       1533 
     | 
    
         
            -
                #         user_name: "UserName", # required
         
     | 
| 
       1534 
     | 
    
         
            -
                #       }
         
     | 
| 
       1535 
     | 
    
         
            -
                #
         
     | 
| 
       1536 
1201 
     | 
    
         
             
                # @!attribute [rw] server_id
         
     | 
| 
       1537 
1202 
     | 
    
         
             
                #   A system-assigned unique identifier for a file transfer
         
     | 
| 
       1538 
1203 
     | 
    
         
             
                #   protocol-enabled server instance that has the user assigned to it.
         
     | 
| 
         @@ -1559,14 +1224,6 @@ module Aws::Transfer 
     | 
|
| 
       1559 
1224 
     | 
    
         | 
| 
       1560 
1225 
     | 
    
         
             
                # The name of the step, used to identify the delete step.
         
     | 
| 
       1561 
1226 
     | 
    
         
             
                #
         
     | 
| 
       1562 
     | 
    
         
            -
                # @note When making an API call, you may pass DeleteStepDetails
         
     | 
| 
       1563 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1564 
     | 
    
         
            -
                #
         
     | 
| 
       1565 
     | 
    
         
            -
                #       {
         
     | 
| 
       1566 
     | 
    
         
            -
                #         name: "WorkflowStepName",
         
     | 
| 
       1567 
     | 
    
         
            -
                #         source_file_location: "SourceFileLocation",
         
     | 
| 
       1568 
     | 
    
         
            -
                #       }
         
     | 
| 
       1569 
     | 
    
         
            -
                #
         
     | 
| 
       1570 
1227 
     | 
    
         
             
                # @!attribute [rw] name
         
     | 
| 
       1571 
1228 
     | 
    
         
             
                #   The name of the step, used as an identifier.
         
     | 
| 
       1572 
1229 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1593,14 +1250,6 @@ module Aws::Transfer 
     | 
|
| 
       1593 
1250 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1594 
1251 
     | 
    
         
             
                end
         
     | 
| 
       1595 
1252 
     | 
    
         | 
| 
       1596 
     | 
    
         
            -
                # @note When making an API call, you may pass DeleteUserRequest
         
     | 
| 
       1597 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1598 
     | 
    
         
            -
                #
         
     | 
| 
       1599 
     | 
    
         
            -
                #       {
         
     | 
| 
       1600 
     | 
    
         
            -
                #         server_id: "ServerId", # required
         
     | 
| 
       1601 
     | 
    
         
            -
                #         user_name: "UserName", # required
         
     | 
| 
       1602 
     | 
    
         
            -
                #       }
         
     | 
| 
       1603 
     | 
    
         
            -
                #
         
     | 
| 
       1604 
1253 
     | 
    
         
             
                # @!attribute [rw] server_id
         
     | 
| 
       1605 
1254 
     | 
    
         
             
                #   A system-assigned unique identifier for a server instance that has
         
     | 
| 
       1606 
1255 
     | 
    
         
             
                #   the user assigned to it.
         
     | 
| 
         @@ -1620,13 +1269,6 @@ module Aws::Transfer 
     | 
|
| 
       1620 
1269 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1621 
1270 
     | 
    
         
             
                end
         
     | 
| 
       1622 
1271 
     | 
    
         | 
| 
       1623 
     | 
    
         
            -
                # @note When making an API call, you may pass DeleteWorkflowRequest
         
     | 
| 
       1624 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1625 
     | 
    
         
            -
                #
         
     | 
| 
       1626 
     | 
    
         
            -
                #       {
         
     | 
| 
       1627 
     | 
    
         
            -
                #         workflow_id: "WorkflowId", # required
         
     | 
| 
       1628 
     | 
    
         
            -
                #       }
         
     | 
| 
       1629 
     | 
    
         
            -
                #
         
     | 
| 
       1630 
1272 
     | 
    
         
             
                # @!attribute [rw] workflow_id
         
     | 
| 
       1631 
1273 
     | 
    
         
             
                #   A unique identifier for the workflow.
         
     | 
| 
       1632 
1274 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1639,14 +1281,6 @@ module Aws::Transfer 
     | 
|
| 
       1639 
1281 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1640 
1282 
     | 
    
         
             
                end
         
     | 
| 
       1641 
1283 
     | 
    
         | 
| 
       1642 
     | 
    
         
            -
                # @note When making an API call, you may pass DescribeAccessRequest
         
     | 
| 
       1643 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1644 
     | 
    
         
            -
                #
         
     | 
| 
       1645 
     | 
    
         
            -
                #       {
         
     | 
| 
       1646 
     | 
    
         
            -
                #         server_id: "ServerId", # required
         
     | 
| 
       1647 
     | 
    
         
            -
                #         external_id: "ExternalId", # required
         
     | 
| 
       1648 
     | 
    
         
            -
                #       }
         
     | 
| 
       1649 
     | 
    
         
            -
                #
         
     | 
| 
       1650 
1284 
     | 
    
         
             
                # @!attribute [rw] server_id
         
     | 
| 
       1651 
1285 
     | 
    
         
             
                #   A system-assigned unique identifier for a server that has this
         
     | 
| 
       1652 
1286 
     | 
    
         
             
                #   access assigned.
         
     | 
| 
         @@ -1700,14 +1334,6 @@ module Aws::Transfer 
     | 
|
| 
       1700 
1334 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1701 
1335 
     | 
    
         
             
                end
         
     | 
| 
       1702 
1336 
     | 
    
         | 
| 
       1703 
     | 
    
         
            -
                # @note When making an API call, you may pass DescribeAgreementRequest
         
     | 
| 
       1704 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1705 
     | 
    
         
            -
                #
         
     | 
| 
       1706 
     | 
    
         
            -
                #       {
         
     | 
| 
       1707 
     | 
    
         
            -
                #         agreement_id: "AgreementId", # required
         
     | 
| 
       1708 
     | 
    
         
            -
                #         server_id: "ServerId", # required
         
     | 
| 
       1709 
     | 
    
         
            -
                #       }
         
     | 
| 
       1710 
     | 
    
         
            -
                #
         
     | 
| 
       1711 
1337 
     | 
    
         
             
                # @!attribute [rw] agreement_id
         
     | 
| 
       1712 
1338 
     | 
    
         
             
                #   A unique identifier for the agreement. This identifier is returned
         
     | 
| 
       1713 
1339 
     | 
    
         
             
                #   when you create an agreement.
         
     | 
| 
         @@ -1739,13 +1365,6 @@ module Aws::Transfer 
     | 
|
| 
       1739 
1365 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1740 
1366 
     | 
    
         
             
                end
         
     | 
| 
       1741 
1367 
     | 
    
         | 
| 
       1742 
     | 
    
         
            -
                # @note When making an API call, you may pass DescribeCertificateRequest
         
     | 
| 
       1743 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1744 
     | 
    
         
            -
                #
         
     | 
| 
       1745 
     | 
    
         
            -
                #       {
         
     | 
| 
       1746 
     | 
    
         
            -
                #         certificate_id: "CertificateId", # required
         
     | 
| 
       1747 
     | 
    
         
            -
                #       }
         
     | 
| 
       1748 
     | 
    
         
            -
                #
         
     | 
| 
       1749 
1368 
     | 
    
         
             
                # @!attribute [rw] certificate_id
         
     | 
| 
       1750 
1369 
     | 
    
         
             
                #   An array of identifiers for the imported certificates. You use this
         
     | 
| 
       1751 
1370 
     | 
    
         
             
                #   identifier for working with profiles and partner profiles.
         
     | 
| 
         @@ -1771,13 +1390,6 @@ module Aws::Transfer 
     | 
|
| 
       1771 
1390 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1772 
1391 
     | 
    
         
             
                end
         
     | 
| 
       1773 
1392 
     | 
    
         | 
| 
       1774 
     | 
    
         
            -
                # @note When making an API call, you may pass DescribeConnectorRequest
         
     | 
| 
       1775 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1776 
     | 
    
         
            -
                #
         
     | 
| 
       1777 
     | 
    
         
            -
                #       {
         
     | 
| 
       1778 
     | 
    
         
            -
                #         connector_id: "ConnectorId", # required
         
     | 
| 
       1779 
     | 
    
         
            -
                #       }
         
     | 
| 
       1780 
     | 
    
         
            -
                #
         
     | 
| 
       1781 
1393 
     | 
    
         
             
                # @!attribute [rw] connector_id
         
     | 
| 
       1782 
1394 
     | 
    
         
             
                #   The unique identifier for the connector.
         
     | 
| 
       1783 
1395 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1802,14 +1414,6 @@ module Aws::Transfer 
     | 
|
| 
       1802 
1414 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1803 
1415 
     | 
    
         
             
                end
         
     | 
| 
       1804 
1416 
     | 
    
         | 
| 
       1805 
     | 
    
         
            -
                # @note When making an API call, you may pass DescribeExecutionRequest
         
     | 
| 
       1806 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1807 
     | 
    
         
            -
                #
         
     | 
| 
       1808 
     | 
    
         
            -
                #       {
         
     | 
| 
       1809 
     | 
    
         
            -
                #         execution_id: "ExecutionId", # required
         
     | 
| 
       1810 
     | 
    
         
            -
                #         workflow_id: "WorkflowId", # required
         
     | 
| 
       1811 
     | 
    
         
            -
                #       }
         
     | 
| 
       1812 
     | 
    
         
            -
                #
         
     | 
| 
       1813 
1417 
     | 
    
         
             
                # @!attribute [rw] execution_id
         
     | 
| 
       1814 
1418 
     | 
    
         
             
                #   A unique identifier for the execution of a workflow.
         
     | 
| 
       1815 
1419 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1844,14 +1448,6 @@ module Aws::Transfer 
     | 
|
| 
       1844 
1448 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1845 
1449 
     | 
    
         
             
                end
         
     | 
| 
       1846 
1450 
     | 
    
         | 
| 
       1847 
     | 
    
         
            -
                # @note When making an API call, you may pass DescribeHostKeyRequest
         
     | 
| 
       1848 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1849 
     | 
    
         
            -
                #
         
     | 
| 
       1850 
     | 
    
         
            -
                #       {
         
     | 
| 
       1851 
     | 
    
         
            -
                #         server_id: "ServerId", # required
         
     | 
| 
       1852 
     | 
    
         
            -
                #         host_key_id: "HostKeyId", # required
         
     | 
| 
       1853 
     | 
    
         
            -
                #       }
         
     | 
| 
       1854 
     | 
    
         
            -
                #
         
     | 
| 
       1855 
1451 
     | 
    
         
             
                # @!attribute [rw] server_id
         
     | 
| 
       1856 
1452 
     | 
    
         
             
                #   The identifier of the server that contains the host key that you
         
     | 
| 
       1857 
1453 
     | 
    
         
             
                #   want described.
         
     | 
| 
         @@ -1882,13 +1478,6 @@ module Aws::Transfer 
     | 
|
| 
       1882 
1478 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1883 
1479 
     | 
    
         
             
                end
         
     | 
| 
       1884 
1480 
     | 
    
         | 
| 
       1885 
     | 
    
         
            -
                # @note When making an API call, you may pass DescribeProfileRequest
         
     | 
| 
       1886 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1887 
     | 
    
         
            -
                #
         
     | 
| 
       1888 
     | 
    
         
            -
                #       {
         
     | 
| 
       1889 
     | 
    
         
            -
                #         profile_id: "ProfileId", # required
         
     | 
| 
       1890 
     | 
    
         
            -
                #       }
         
     | 
| 
       1891 
     | 
    
         
            -
                #
         
     | 
| 
       1892 
1481 
     | 
    
         
             
                # @!attribute [rw] profile_id
         
     | 
| 
       1893 
1482 
     | 
    
         
             
                #   The identifier of the profile that you want described.
         
     | 
| 
       1894 
1483 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1913,13 +1502,6 @@ module Aws::Transfer 
     | 
|
| 
       1913 
1502 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1914 
1503 
     | 
    
         
             
                end
         
     | 
| 
       1915 
1504 
     | 
    
         | 
| 
       1916 
     | 
    
         
            -
                # @note When making an API call, you may pass DescribeSecurityPolicyRequest
         
     | 
| 
       1917 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1918 
     | 
    
         
            -
                #
         
     | 
| 
       1919 
     | 
    
         
            -
                #       {
         
     | 
| 
       1920 
     | 
    
         
            -
                #         security_policy_name: "SecurityPolicyName", # required
         
     | 
| 
       1921 
     | 
    
         
            -
                #       }
         
     | 
| 
       1922 
     | 
    
         
            -
                #
         
     | 
| 
       1923 
1505 
     | 
    
         
             
                # @!attribute [rw] security_policy_name
         
     | 
| 
       1924 
1506 
     | 
    
         
             
                #   Specifies the name of the security policy that is attached to the
         
     | 
| 
       1925 
1507 
     | 
    
         
             
                #   server.
         
     | 
| 
         @@ -1945,13 +1527,6 @@ module Aws::Transfer 
     | 
|
| 
       1945 
1527 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1946 
1528 
     | 
    
         
             
                end
         
     | 
| 
       1947 
1529 
     | 
    
         | 
| 
       1948 
     | 
    
         
            -
                # @note When making an API call, you may pass DescribeServerRequest
         
     | 
| 
       1949 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1950 
     | 
    
         
            -
                #
         
     | 
| 
       1951 
     | 
    
         
            -
                #       {
         
     | 
| 
       1952 
     | 
    
         
            -
                #         server_id: "ServerId", # required
         
     | 
| 
       1953 
     | 
    
         
            -
                #       }
         
     | 
| 
       1954 
     | 
    
         
            -
                #
         
     | 
| 
       1955 
1530 
     | 
    
         
             
                # @!attribute [rw] server_id
         
     | 
| 
       1956 
1531 
     | 
    
         
             
                #   A system-assigned unique identifier for a server.
         
     | 
| 
       1957 
1532 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -1977,14 +1552,6 @@ module Aws::Transfer 
     | 
|
| 
       1977 
1552 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       1978 
1553 
     | 
    
         
             
                end
         
     | 
| 
       1979 
1554 
     | 
    
         | 
| 
       1980 
     | 
    
         
            -
                # @note When making an API call, you may pass DescribeUserRequest
         
     | 
| 
       1981 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       1982 
     | 
    
         
            -
                #
         
     | 
| 
       1983 
     | 
    
         
            -
                #       {
         
     | 
| 
       1984 
     | 
    
         
            -
                #         server_id: "ServerId", # required
         
     | 
| 
       1985 
     | 
    
         
            -
                #         user_name: "UserName", # required
         
     | 
| 
       1986 
     | 
    
         
            -
                #       }
         
     | 
| 
       1987 
     | 
    
         
            -
                #
         
     | 
| 
       1988 
1555 
     | 
    
         
             
                # @!attribute [rw] server_id
         
     | 
| 
       1989 
1556 
     | 
    
         
             
                #   A system-assigned unique identifier for a server that has this user
         
     | 
| 
       1990 
1557 
     | 
    
         
             
                #   assigned.
         
     | 
| 
         @@ -2024,13 +1591,6 @@ module Aws::Transfer 
     | 
|
| 
       2024 
1591 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       2025 
1592 
     | 
    
         
             
                end
         
     | 
| 
       2026 
1593 
     | 
    
         | 
| 
       2027 
     | 
    
         
            -
                # @note When making an API call, you may pass DescribeWorkflowRequest
         
     | 
| 
       2028 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       2029 
     | 
    
         
            -
                #
         
     | 
| 
       2030 
     | 
    
         
            -
                #       {
         
     | 
| 
       2031 
     | 
    
         
            -
                #         workflow_id: "WorkflowId", # required
         
     | 
| 
       2032 
     | 
    
         
            -
                #       }
         
     | 
| 
       2033 
     | 
    
         
            -
                #
         
     | 
| 
       2034 
1594 
     | 
    
         
             
                # @!attribute [rw] workflow_id
         
     | 
| 
       2035 
1595 
     | 
    
         
             
                #   A unique identifier for the workflow.
         
     | 
| 
       2036 
1596 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -2969,14 +2529,6 @@ module Aws::Transfer 
     | 
|
| 
       2969 
2529 
     | 
    
         | 
| 
       2970 
2530 
     | 
    
         
             
                # Reserved for future use.
         
     | 
| 
       2971 
2531 
     | 
    
         
             
                #
         
     | 
| 
       2972 
     | 
    
         
            -
                # @note When making an API call, you may pass EfsFileLocation
         
     | 
| 
       2973 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       2974 
     | 
    
         
            -
                #
         
     | 
| 
       2975 
     | 
    
         
            -
                #       {
         
     | 
| 
       2976 
     | 
    
         
            -
                #         file_system_id: "EfsFileSystemId",
         
     | 
| 
       2977 
     | 
    
         
            -
                #         path: "EfsPath",
         
     | 
| 
       2978 
     | 
    
         
            -
                #       }
         
     | 
| 
       2979 
     | 
    
         
            -
                #
         
     | 
| 
       2980 
2532 
     | 
    
         
             
                # @!attribute [rw] file_system_id
         
     | 
| 
       2981 
2533 
     | 
    
         
             
                #   The identifier of the file system, assigned by Amazon EFS.
         
     | 
| 
       2982 
2534 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -3012,17 +2564,6 @@ module Aws::Transfer 
     | 
|
| 
       3012 
2564 
     | 
    
         
             
                #
         
     | 
| 
       3013 
2565 
     | 
    
         
             
                #  </note>
         
     | 
| 
       3014 
2566 
     | 
    
         
             
                #
         
     | 
| 
       3015 
     | 
    
         
            -
                # @note When making an API call, you may pass EndpointDetails
         
     | 
| 
       3016 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       3017 
     | 
    
         
            -
                #
         
     | 
| 
       3018 
     | 
    
         
            -
                #       {
         
     | 
| 
       3019 
     | 
    
         
            -
                #         address_allocation_ids: ["AddressAllocationId"],
         
     | 
| 
       3020 
     | 
    
         
            -
                #         subnet_ids: ["SubnetId"],
         
     | 
| 
       3021 
     | 
    
         
            -
                #         vpc_endpoint_id: "VpcEndpointId",
         
     | 
| 
       3022 
     | 
    
         
            -
                #         vpc_id: "VpcId",
         
     | 
| 
       3023 
     | 
    
         
            -
                #         security_group_ids: ["SecurityGroupId"],
         
     | 
| 
       3024 
     | 
    
         
            -
                #       }
         
     | 
| 
       3025 
     | 
    
         
            -
                #
         
     | 
| 
       3026 
2567 
     | 
    
         
             
                # @!attribute [rw] address_allocation_ids
         
     | 
| 
       3027 
2568 
     | 
    
         
             
                #   A list of address allocation IDs that are required to attach an
         
     | 
| 
       3028 
2569 
     | 
    
         
             
                #   Elastic IP address to your server's endpoint.
         
     | 
| 
         @@ -3232,14 +2773,6 @@ module Aws::Transfer 
     | 
|
| 
       3232 
2773 
     | 
    
         
             
                #
         
     | 
| 
       3233 
2774 
     | 
    
         
             
                # `[ \{ "Entry": "/", "Target": "/bucket_name/home/mydirectory" \} ]`
         
     | 
| 
       3234 
2775 
     | 
    
         
             
                #
         
     | 
| 
       3235 
     | 
    
         
            -
                # @note When making an API call, you may pass HomeDirectoryMapEntry
         
     | 
| 
       3236 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       3237 
     | 
    
         
            -
                #
         
     | 
| 
       3238 
     | 
    
         
            -
                #       {
         
     | 
| 
       3239 
     | 
    
         
            -
                #         entry: "MapEntry", # required
         
     | 
| 
       3240 
     | 
    
         
            -
                #         target: "MapTarget", # required
         
     | 
| 
       3241 
     | 
    
         
            -
                #       }
         
     | 
| 
       3242 
     | 
    
         
            -
                #
         
     | 
| 
       3243 
2776 
     | 
    
         
             
                # @!attribute [rw] entry
         
     | 
| 
       3244 
2777 
     | 
    
         
             
                #   Represents an entry for `HomeDirectoryMappings`.
         
     | 
| 
       3245 
2778 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -3261,16 +2794,6 @@ module Aws::Transfer 
     | 
|
| 
       3261 
2794 
     | 
    
         
             
                # in use for a file transfer protocol-enabled server's users. A server
         
     | 
| 
       3262 
2795 
     | 
    
         
             
                # can have only one method of authentication.
         
     | 
| 
       3263 
2796 
     | 
    
         
             
                #
         
     | 
| 
       3264 
     | 
    
         
            -
                # @note When making an API call, you may pass IdentityProviderDetails
         
     | 
| 
       3265 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       3266 
     | 
    
         
            -
                #
         
     | 
| 
       3267 
     | 
    
         
            -
                #       {
         
     | 
| 
       3268 
     | 
    
         
            -
                #         url: "Url",
         
     | 
| 
       3269 
     | 
    
         
            -
                #         invocation_role: "Role",
         
     | 
| 
       3270 
     | 
    
         
            -
                #         directory_id: "DirectoryId",
         
     | 
| 
       3271 
     | 
    
         
            -
                #         function: "Function",
         
     | 
| 
       3272 
     | 
    
         
            -
                #       }
         
     | 
| 
       3273 
     | 
    
         
            -
                #
         
     | 
| 
       3274 
2797 
     | 
    
         
             
                # @!attribute [rw] url
         
     | 
| 
       3275 
2798 
     | 
    
         
             
                #   Provides the location of the service endpoint used to authenticate
         
     | 
| 
       3276 
2799 
     | 
    
         
             
                #   users.
         
     | 
| 
         @@ -3301,25 +2824,6 @@ module Aws::Transfer 
     | 
|
| 
       3301 
2824 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       3302 
2825 
     | 
    
         
             
                end
         
     | 
| 
       3303 
2826 
     | 
    
         | 
| 
       3304 
     | 
    
         
            -
                # @note When making an API call, you may pass ImportCertificateRequest
         
     | 
| 
       3305 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       3306 
     | 
    
         
            -
                #
         
     | 
| 
       3307 
     | 
    
         
            -
                #       {
         
     | 
| 
       3308 
     | 
    
         
            -
                #         usage: "SIGNING", # required, accepts SIGNING, ENCRYPTION
         
     | 
| 
       3309 
     | 
    
         
            -
                #         certificate: "CertificateBodyType", # required
         
     | 
| 
       3310 
     | 
    
         
            -
                #         certificate_chain: "CertificateChainType",
         
     | 
| 
       3311 
     | 
    
         
            -
                #         private_key: "PrivateKeyType",
         
     | 
| 
       3312 
     | 
    
         
            -
                #         active_date: Time.now,
         
     | 
| 
       3313 
     | 
    
         
            -
                #         inactive_date: Time.now,
         
     | 
| 
       3314 
     | 
    
         
            -
                #         description: "Description",
         
     | 
| 
       3315 
     | 
    
         
            -
                #         tags: [
         
     | 
| 
       3316 
     | 
    
         
            -
                #           {
         
     | 
| 
       3317 
     | 
    
         
            -
                #             key: "TagKey", # required
         
     | 
| 
       3318 
     | 
    
         
            -
                #             value: "TagValue", # required
         
     | 
| 
       3319 
     | 
    
         
            -
                #           },
         
     | 
| 
       3320 
     | 
    
         
            -
                #         ],
         
     | 
| 
       3321 
     | 
    
         
            -
                #       }
         
     | 
| 
       3322 
     | 
    
         
            -
                #
         
     | 
| 
       3323 
2827 
     | 
    
         
             
                # @!attribute [rw] usage
         
     | 
| 
       3324 
2828 
     | 
    
         
             
                #   Specifies whether this certificate is used for signing or
         
     | 
| 
       3325 
2829 
     | 
    
         
             
                #   encryption.
         
     | 
| 
         @@ -3385,21 +2889,6 @@ module Aws::Transfer 
     | 
|
| 
       3385 
2889 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       3386 
2890 
     | 
    
         
             
                end
         
     | 
| 
       3387 
2891 
     | 
    
         | 
| 
       3388 
     | 
    
         
            -
                # @note When making an API call, you may pass ImportHostKeyRequest
         
     | 
| 
       3389 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       3390 
     | 
    
         
            -
                #
         
     | 
| 
       3391 
     | 
    
         
            -
                #       {
         
     | 
| 
       3392 
     | 
    
         
            -
                #         server_id: "ServerId", # required
         
     | 
| 
       3393 
     | 
    
         
            -
                #         host_key_body: "HostKey", # required
         
     | 
| 
       3394 
     | 
    
         
            -
                #         description: "HostKeyDescription",
         
     | 
| 
       3395 
     | 
    
         
            -
                #         tags: [
         
     | 
| 
       3396 
     | 
    
         
            -
                #           {
         
     | 
| 
       3397 
     | 
    
         
            -
                #             key: "TagKey", # required
         
     | 
| 
       3398 
     | 
    
         
            -
                #             value: "TagValue", # required
         
     | 
| 
       3399 
     | 
    
         
            -
                #           },
         
     | 
| 
       3400 
     | 
    
         
            -
                #         ],
         
     | 
| 
       3401 
     | 
    
         
            -
                #       }
         
     | 
| 
       3402 
     | 
    
         
            -
                #
         
     | 
| 
       3403 
2892 
     | 
    
         
             
                # @!attribute [rw] server_id
         
     | 
| 
       3404 
2893 
     | 
    
         
             
                #   The identifier of the server that contains the host key that you are
         
     | 
| 
       3405 
2894 
     | 
    
         
             
                #   importing.
         
     | 
| 
         @@ -3447,15 +2936,6 @@ module Aws::Transfer 
     | 
|
| 
       3447 
2936 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       3448 
2937 
     | 
    
         
             
                end
         
     | 
| 
       3449 
2938 
     | 
    
         | 
| 
       3450 
     | 
    
         
            -
                # @note When making an API call, you may pass ImportSshPublicKeyRequest
         
     | 
| 
       3451 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       3452 
     | 
    
         
            -
                #
         
     | 
| 
       3453 
     | 
    
         
            -
                #       {
         
     | 
| 
       3454 
     | 
    
         
            -
                #         server_id: "ServerId", # required
         
     | 
| 
       3455 
     | 
    
         
            -
                #         ssh_public_key_body: "SshPublicKeyBody", # required
         
     | 
| 
       3456 
     | 
    
         
            -
                #         user_name: "UserName", # required
         
     | 
| 
       3457 
     | 
    
         
            -
                #       }
         
     | 
| 
       3458 
     | 
    
         
            -
                #
         
     | 
| 
       3459 
2939 
     | 
    
         
             
                # @!attribute [rw] server_id
         
     | 
| 
       3460 
2940 
     | 
    
         
             
                #   A system-assigned unique identifier for a server.
         
     | 
| 
       3461 
2941 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -3510,20 +2990,6 @@ module Aws::Transfer 
     | 
|
| 
       3510 
2990 
     | 
    
         
             
                # Specifies the location for the file being copied. Only applicable for
         
     | 
| 
       3511 
2991 
     | 
    
         
             
                # the Copy type of workflow steps.
         
     | 
| 
       3512 
2992 
     | 
    
         
             
                #
         
     | 
| 
       3513 
     | 
    
         
            -
                # @note When making an API call, you may pass InputFileLocation
         
     | 
| 
       3514 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       3515 
     | 
    
         
            -
                #
         
     | 
| 
       3516 
     | 
    
         
            -
                #       {
         
     | 
| 
       3517 
     | 
    
         
            -
                #         s3_file_location: {
         
     | 
| 
       3518 
     | 
    
         
            -
                #           bucket: "S3Bucket",
         
     | 
| 
       3519 
     | 
    
         
            -
                #           key: "S3Key",
         
     | 
| 
       3520 
     | 
    
         
            -
                #         },
         
     | 
| 
       3521 
     | 
    
         
            -
                #         efs_file_location: {
         
     | 
| 
       3522 
     | 
    
         
            -
                #           file_system_id: "EfsFileSystemId",
         
     | 
| 
       3523 
     | 
    
         
            -
                #           path: "EfsPath",
         
     | 
| 
       3524 
     | 
    
         
            -
                #         },
         
     | 
| 
       3525 
     | 
    
         
            -
                #       }
         
     | 
| 
       3526 
     | 
    
         
            -
                #
         
     | 
| 
       3527 
2993 
     | 
    
         
             
                # @!attribute [rw] s3_file_location
         
     | 
| 
       3528 
2994 
     | 
    
         
             
                #   Specifies the details for the S3 file being copied.
         
     | 
| 
       3529 
2995 
     | 
    
         
             
                #   @return [Types::S3InputFileLocation]
         
     | 
| 
         @@ -3581,15 +3047,6 @@ module Aws::Transfer 
     | 
|
| 
       3581 
3047 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       3582 
3048 
     | 
    
         
             
                end
         
     | 
| 
       3583 
3049 
     | 
    
         | 
| 
       3584 
     | 
    
         
            -
                # @note When making an API call, you may pass ListAccessesRequest
         
     | 
| 
       3585 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       3586 
     | 
    
         
            -
                #
         
     | 
| 
       3587 
     | 
    
         
            -
                #       {
         
     | 
| 
       3588 
     | 
    
         
            -
                #         max_results: 1,
         
     | 
| 
       3589 
     | 
    
         
            -
                #         next_token: "NextToken",
         
     | 
| 
       3590 
     | 
    
         
            -
                #         server_id: "ServerId", # required
         
     | 
| 
       3591 
     | 
    
         
            -
                #       }
         
     | 
| 
       3592 
     | 
    
         
            -
                #
         
     | 
| 
       3593 
3050 
     | 
    
         
             
                # @!attribute [rw] max_results
         
     | 
| 
       3594 
3051 
     | 
    
         
             
                #   Specifies the maximum number of access SIDs to return.
         
     | 
| 
       3595 
3052 
     | 
    
         
             
                #   @return [Integer]
         
     | 
| 
         @@ -3643,15 +3100,6 @@ module Aws::Transfer 
     | 
|
| 
       3643 
3100 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       3644 
3101 
     | 
    
         
             
                end
         
     | 
| 
       3645 
3102 
     | 
    
         | 
| 
       3646 
     | 
    
         
            -
                # @note When making an API call, you may pass ListAgreementsRequest
         
     | 
| 
       3647 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       3648 
     | 
    
         
            -
                #
         
     | 
| 
       3649 
     | 
    
         
            -
                #       {
         
     | 
| 
       3650 
     | 
    
         
            -
                #         max_results: 1,
         
     | 
| 
       3651 
     | 
    
         
            -
                #         next_token: "NextToken",
         
     | 
| 
       3652 
     | 
    
         
            -
                #         server_id: "ServerId", # required
         
     | 
| 
       3653 
     | 
    
         
            -
                #       }
         
     | 
| 
       3654 
     | 
    
         
            -
                #
         
     | 
| 
       3655 
3103 
     | 
    
         
             
                # @!attribute [rw] max_results
         
     | 
| 
       3656 
3104 
     | 
    
         
             
                #   The maximum number of agreements to return.
         
     | 
| 
       3657 
3105 
     | 
    
         
             
                #   @return [Integer]
         
     | 
| 
         @@ -3697,14 +3145,6 @@ module Aws::Transfer 
     | 
|
| 
       3697 
3145 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       3698 
3146 
     | 
    
         
             
                end
         
     | 
| 
       3699 
3147 
     | 
    
         | 
| 
       3700 
     | 
    
         
            -
                # @note When making an API call, you may pass ListCertificatesRequest
         
     | 
| 
       3701 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       3702 
     | 
    
         
            -
                #
         
     | 
| 
       3703 
     | 
    
         
            -
                #       {
         
     | 
| 
       3704 
     | 
    
         
            -
                #         max_results: 1,
         
     | 
| 
       3705 
     | 
    
         
            -
                #         next_token: "NextToken",
         
     | 
| 
       3706 
     | 
    
         
            -
                #       }
         
     | 
| 
       3707 
     | 
    
         
            -
                #
         
     | 
| 
       3708 
3148 
     | 
    
         
             
                # @!attribute [rw] max_results
         
     | 
| 
       3709 
3149 
     | 
    
         
             
                #   The maximum number of certificates to return.
         
     | 
| 
       3710 
3150 
     | 
    
         
             
                #   @return [Integer]
         
     | 
| 
         @@ -3744,14 +3184,6 @@ module Aws::Transfer 
     | 
|
| 
       3744 
3184 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       3745 
3185 
     | 
    
         
             
                end
         
     | 
| 
       3746 
3186 
     | 
    
         | 
| 
       3747 
     | 
    
         
            -
                # @note When making an API call, you may pass ListConnectorsRequest
         
     | 
| 
       3748 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       3749 
     | 
    
         
            -
                #
         
     | 
| 
       3750 
     | 
    
         
            -
                #       {
         
     | 
| 
       3751 
     | 
    
         
            -
                #         max_results: 1,
         
     | 
| 
       3752 
     | 
    
         
            -
                #         next_token: "NextToken",
         
     | 
| 
       3753 
     | 
    
         
            -
                #       }
         
     | 
| 
       3754 
     | 
    
         
            -
                #
         
     | 
| 
       3755 
3187 
     | 
    
         
             
                # @!attribute [rw] max_results
         
     | 
| 
       3756 
3188 
     | 
    
         
             
                #   The maximum number of connectors to return.
         
     | 
| 
       3757 
3189 
     | 
    
         
             
                #   @return [Integer]
         
     | 
| 
         @@ -3791,15 +3223,6 @@ module Aws::Transfer 
     | 
|
| 
       3791 
3223 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       3792 
3224 
     | 
    
         
             
                end
         
     | 
| 
       3793 
3225 
     | 
    
         | 
| 
       3794 
     | 
    
         
            -
                # @note When making an API call, you may pass ListExecutionsRequest
         
     | 
| 
       3795 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       3796 
     | 
    
         
            -
                #
         
     | 
| 
       3797 
     | 
    
         
            -
                #       {
         
     | 
| 
       3798 
     | 
    
         
            -
                #         max_results: 1,
         
     | 
| 
       3799 
     | 
    
         
            -
                #         next_token: "NextToken",
         
     | 
| 
       3800 
     | 
    
         
            -
                #         workflow_id: "WorkflowId", # required
         
     | 
| 
       3801 
     | 
    
         
            -
                #       }
         
     | 
| 
       3802 
     | 
    
         
            -
                #
         
     | 
| 
       3803 
3226 
     | 
    
         
             
                # @!attribute [rw] max_results
         
     | 
| 
       3804 
3227 
     | 
    
         
             
                #   Specifies the maximum number of executions to return.
         
     | 
| 
       3805 
3228 
     | 
    
         
             
                #   @return [Integer]
         
     | 
| 
         @@ -3877,15 +3300,6 @@ module Aws::Transfer 
     | 
|
| 
       3877 
3300 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       3878 
3301 
     | 
    
         
             
                end
         
     | 
| 
       3879 
3302 
     | 
    
         | 
| 
       3880 
     | 
    
         
            -
                # @note When making an API call, you may pass ListHostKeysRequest
         
     | 
| 
       3881 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       3882 
     | 
    
         
            -
                #
         
     | 
| 
       3883 
     | 
    
         
            -
                #       {
         
     | 
| 
       3884 
     | 
    
         
            -
                #         max_results: 1,
         
     | 
| 
       3885 
     | 
    
         
            -
                #         next_token: "NextToken",
         
     | 
| 
       3886 
     | 
    
         
            -
                #         server_id: "ServerId", # required
         
     | 
| 
       3887 
     | 
    
         
            -
                #       }
         
     | 
| 
       3888 
     | 
    
         
            -
                #
         
     | 
| 
       3889 
3303 
     | 
    
         
             
                # @!attribute [rw] max_results
         
     | 
| 
       3890 
3304 
     | 
    
         
             
                #   The maximum number of host keys to return.
         
     | 
| 
       3891 
3305 
     | 
    
         
             
                #   @return [Integer]
         
     | 
| 
         @@ -3935,15 +3349,6 @@ module Aws::Transfer 
     | 
|
| 
       3935 
3349 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       3936 
3350 
     | 
    
         
             
                end
         
     | 
| 
       3937 
3351 
     | 
    
         | 
| 
       3938 
     | 
    
         
            -
                # @note When making an API call, you may pass ListProfilesRequest
         
     | 
| 
       3939 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       3940 
     | 
    
         
            -
                #
         
     | 
| 
       3941 
     | 
    
         
            -
                #       {
         
     | 
| 
       3942 
     | 
    
         
            -
                #         max_results: 1,
         
     | 
| 
       3943 
     | 
    
         
            -
                #         next_token: "NextToken",
         
     | 
| 
       3944 
     | 
    
         
            -
                #         profile_type: "LOCAL", # accepts LOCAL, PARTNER
         
     | 
| 
       3945 
     | 
    
         
            -
                #       }
         
     | 
| 
       3946 
     | 
    
         
            -
                #
         
     | 
| 
       3947 
3352 
     | 
    
         
             
                # @!attribute [rw] max_results
         
     | 
| 
       3948 
3353 
     | 
    
         
             
                #   The maximum number of profiles to return.
         
     | 
| 
       3949 
3354 
     | 
    
         
             
                #   @return [Integer]
         
     | 
| 
         @@ -3988,14 +3393,6 @@ module Aws::Transfer 
     | 
|
| 
       3988 
3393 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       3989 
3394 
     | 
    
         
             
                end
         
     | 
| 
       3990 
3395 
     | 
    
         | 
| 
       3991 
     | 
    
         
            -
                # @note When making an API call, you may pass ListSecurityPoliciesRequest
         
     | 
| 
       3992 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       3993 
     | 
    
         
            -
                #
         
     | 
| 
       3994 
     | 
    
         
            -
                #       {
         
     | 
| 
       3995 
     | 
    
         
            -
                #         max_results: 1,
         
     | 
| 
       3996 
     | 
    
         
            -
                #         next_token: "NextToken",
         
     | 
| 
       3997 
     | 
    
         
            -
                #       }
         
     | 
| 
       3998 
     | 
    
         
            -
                #
         
     | 
| 
       3999 
3396 
     | 
    
         
             
                # @!attribute [rw] max_results
         
     | 
| 
       4000 
3397 
     | 
    
         
             
                #   Specifies the number of security policies to return as a response to
         
     | 
| 
       4001 
3398 
     | 
    
         
             
                #   the `ListSecurityPolicies` query.
         
     | 
| 
         @@ -4037,14 +3434,6 @@ module Aws::Transfer 
     | 
|
| 
       4037 
3434 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       4038 
3435 
     | 
    
         
             
                end
         
     | 
| 
       4039 
3436 
     | 
    
         | 
| 
       4040 
     | 
    
         
            -
                # @note When making an API call, you may pass ListServersRequest
         
     | 
| 
       4041 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       4042 
     | 
    
         
            -
                #
         
     | 
| 
       4043 
     | 
    
         
            -
                #       {
         
     | 
| 
       4044 
     | 
    
         
            -
                #         max_results: 1,
         
     | 
| 
       4045 
     | 
    
         
            -
                #         next_token: "NextToken",
         
     | 
| 
       4046 
     | 
    
         
            -
                #       }
         
     | 
| 
       4047 
     | 
    
         
            -
                #
         
     | 
| 
       4048 
3437 
     | 
    
         
             
                # @!attribute [rw] max_results
         
     | 
| 
       4049 
3438 
     | 
    
         
             
                #   Specifies the number of servers to return as a response to the
         
     | 
| 
       4050 
3439 
     | 
    
         
             
                #   `ListServers` query.
         
     | 
| 
         @@ -4086,15 +3475,6 @@ module Aws::Transfer 
     | 
|
| 
       4086 
3475 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       4087 
3476 
     | 
    
         
             
                end
         
     | 
| 
       4088 
3477 
     | 
    
         | 
| 
       4089 
     | 
    
         
            -
                # @note When making an API call, you may pass ListTagsForResourceRequest
         
     | 
| 
       4090 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       4091 
     | 
    
         
            -
                #
         
     | 
| 
       4092 
     | 
    
         
            -
                #       {
         
     | 
| 
       4093 
     | 
    
         
            -
                #         arn: "Arn", # required
         
     | 
| 
       4094 
     | 
    
         
            -
                #         max_results: 1,
         
     | 
| 
       4095 
     | 
    
         
            -
                #         next_token: "NextToken",
         
     | 
| 
       4096 
     | 
    
         
            -
                #       }
         
     | 
| 
       4097 
     | 
    
         
            -
                #
         
     | 
| 
       4098 
3478 
     | 
    
         
             
                # @!attribute [rw] arn
         
     | 
| 
       4099 
3479 
     | 
    
         
             
                #   Requests the tags associated with a particular Amazon Resource Name
         
     | 
| 
       4100 
3480 
     | 
    
         
             
                #   (ARN). An ARN is an identifier for a specific Amazon Web Services
         
     | 
| 
         @@ -4150,15 +3530,6 @@ module Aws::Transfer 
     | 
|
| 
       4150 
3530 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       4151 
3531 
     | 
    
         
             
                end
         
     | 
| 
       4152 
3532 
     | 
    
         | 
| 
       4153 
     | 
    
         
            -
                # @note When making an API call, you may pass ListUsersRequest
         
     | 
| 
       4154 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       4155 
     | 
    
         
            -
                #
         
     | 
| 
       4156 
     | 
    
         
            -
                #       {
         
     | 
| 
       4157 
     | 
    
         
            -
                #         max_results: 1,
         
     | 
| 
       4158 
     | 
    
         
            -
                #         next_token: "NextToken",
         
     | 
| 
       4159 
     | 
    
         
            -
                #         server_id: "ServerId", # required
         
     | 
| 
       4160 
     | 
    
         
            -
                #       }
         
     | 
| 
       4161 
     | 
    
         
            -
                #
         
     | 
| 
       4162 
3533 
     | 
    
         
             
                # @!attribute [rw] max_results
         
     | 
| 
       4163 
3534 
     | 
    
         
             
                #   Specifies the number of users to return as a response to the
         
     | 
| 
       4164 
3535 
     | 
    
         
             
                #   `ListUsers` request.
         
     | 
| 
         @@ -4213,14 +3584,6 @@ module Aws::Transfer 
     | 
|
| 
       4213 
3584 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       4214 
3585 
     | 
    
         
             
                end
         
     | 
| 
       4215 
3586 
     | 
    
         | 
| 
       4216 
     | 
    
         
            -
                # @note When making an API call, you may pass ListWorkflowsRequest
         
     | 
| 
       4217 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       4218 
     | 
    
         
            -
                #
         
     | 
| 
       4219 
     | 
    
         
            -
                #       {
         
     | 
| 
       4220 
     | 
    
         
            -
                #         max_results: 1,
         
     | 
| 
       4221 
     | 
    
         
            -
                #         next_token: "NextToken",
         
     | 
| 
       4222 
     | 
    
         
            -
                #       }
         
     | 
| 
       4223 
     | 
    
         
            -
                #
         
     | 
| 
       4224 
3587 
     | 
    
         
             
                # @!attribute [rw] max_results
         
     | 
| 
       4225 
3588 
     | 
    
         
             
                #   Specifies the maximum number of workflows to return.
         
     | 
| 
       4226 
3589 
     | 
    
         
             
                #   @return [Integer]
         
     | 
| 
         @@ -4784,15 +4147,6 @@ module Aws::Transfer 
     | 
|
| 
       4784 
4147 
     | 
    
         
             
                # the level of access your users get when transferring files into and
         
     | 
| 
       4785 
4148 
     | 
    
         
             
                # out of your Amazon EFS file systems.
         
     | 
| 
       4786 
4149 
     | 
    
         
             
                #
         
     | 
| 
       4787 
     | 
    
         
            -
                # @note When making an API call, you may pass PosixProfile
         
     | 
| 
       4788 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       4789 
     | 
    
         
            -
                #
         
     | 
| 
       4790 
     | 
    
         
            -
                #       {
         
     | 
| 
       4791 
     | 
    
         
            -
                #         uid: 1, # required
         
     | 
| 
       4792 
     | 
    
         
            -
                #         gid: 1, # required
         
     | 
| 
       4793 
     | 
    
         
            -
                #         secondary_gids: [1],
         
     | 
| 
       4794 
     | 
    
         
            -
                #       }
         
     | 
| 
       4795 
     | 
    
         
            -
                #
         
     | 
| 
       4796 
4150 
     | 
    
         
             
                # @!attribute [rw] uid
         
     | 
| 
       4797 
4151 
     | 
    
         
             
                #   The POSIX user ID used for all EFS operations by this user.
         
     | 
| 
       4798 
4152 
     | 
    
         
             
                #   @return [Integer]
         
     | 
| 
         @@ -4818,16 +4172,6 @@ module Aws::Transfer 
     | 
|
| 
       4818 
4172 
     | 
    
         | 
| 
       4819 
4173 
     | 
    
         
             
                # The protocol settings that are configured for your server.
         
     | 
| 
       4820 
4174 
     | 
    
         
             
                #
         
     | 
| 
       4821 
     | 
    
         
            -
                # @note When making an API call, you may pass ProtocolDetails
         
     | 
| 
       4822 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       4823 
     | 
    
         
            -
                #
         
     | 
| 
       4824 
     | 
    
         
            -
                #       {
         
     | 
| 
       4825 
     | 
    
         
            -
                #         passive_ip: "PassiveIp",
         
     | 
| 
       4826 
     | 
    
         
            -
                #         tls_session_resumption_mode: "DISABLED", # accepts DISABLED, ENABLED, ENFORCED
         
     | 
| 
       4827 
     | 
    
         
            -
                #         set_stat_option: "DEFAULT", # accepts DEFAULT, ENABLE_NO_OP
         
     | 
| 
       4828 
     | 
    
         
            -
                #         as_2_transports: ["HTTP"], # accepts HTTP
         
     | 
| 
       4829 
     | 
    
         
            -
                #       }
         
     | 
| 
       4830 
     | 
    
         
            -
                #
         
     | 
| 
       4831 
4175 
     | 
    
         
             
                # @!attribute [rw] passive_ip
         
     | 
| 
       4832 
4176 
     | 
    
         
             
                #   Indicates passive mode, for FTP and FTPS protocols. Enter a single
         
     | 
| 
       4833 
4177 
     | 
    
         
             
                #   IPv4 address, such as the public IP address of a firewall, router,
         
     | 
| 
         @@ -5039,14 +4383,6 @@ module Aws::Transfer 
     | 
|
| 
       5039 
4383 
     | 
    
         
             
                # `shared-files` folder and named `today`\: each upload overwrites the
         
     | 
| 
       5040 
4384 
     | 
    
         
             
                # previous version of the *bob* file.
         
     | 
| 
       5041 
4385 
     | 
    
         
             
                #
         
     | 
| 
       5042 
     | 
    
         
            -
                # @note When making an API call, you may pass S3InputFileLocation
         
     | 
| 
       5043 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       5044 
     | 
    
         
            -
                #
         
     | 
| 
       5045 
     | 
    
         
            -
                #       {
         
     | 
| 
       5046 
     | 
    
         
            -
                #         bucket: "S3Bucket",
         
     | 
| 
       5047 
     | 
    
         
            -
                #         key: "S3Key",
         
     | 
| 
       5048 
     | 
    
         
            -
                #       }
         
     | 
| 
       5049 
     | 
    
         
            -
                #
         
     | 
| 
       5050 
4386 
     | 
    
         
             
                # @!attribute [rw] bucket
         
     | 
| 
       5051 
4387 
     | 
    
         
             
                #   Specifies the S3 bucket for the customer input file.
         
     | 
| 
       5052 
4388 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -5068,14 +4404,6 @@ module Aws::Transfer 
     | 
|
| 
       5068 
4404 
     | 
    
         
             
                # Specifies the key-value pair that are assigned to a file during the
         
     | 
| 
       5069 
4405 
     | 
    
         
             
                # execution of a Tagging step.
         
     | 
| 
       5070 
4406 
     | 
    
         
             
                #
         
     | 
| 
       5071 
     | 
    
         
            -
                # @note When making an API call, you may pass S3Tag
         
     | 
| 
       5072 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       5073 
     | 
    
         
            -
                #
         
     | 
| 
       5074 
     | 
    
         
            -
                #       {
         
     | 
| 
       5075 
     | 
    
         
            -
                #         key: "S3TagKey", # required
         
     | 
| 
       5076 
     | 
    
         
            -
                #         value: "S3TagValue", # required
         
     | 
| 
       5077 
     | 
    
         
            -
                #       }
         
     | 
| 
       5078 
     | 
    
         
            -
                #
         
     | 
| 
       5079 
4407 
     | 
    
         
             
                # @!attribute [rw] key
         
     | 
| 
       5080 
4408 
     | 
    
         
             
                #   The name assigned to the tag that you create.
         
     | 
| 
       5081 
4409 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -5093,16 +4421,6 @@ module Aws::Transfer 
     | 
|
| 
       5093 
4421 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       5094 
4422 
     | 
    
         
             
                end
         
     | 
| 
       5095 
4423 
     | 
    
         | 
| 
       5096 
     | 
    
         
            -
                # @note When making an API call, you may pass SendWorkflowStepStateRequest
         
     | 
| 
       5097 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       5098 
     | 
    
         
            -
                #
         
     | 
| 
       5099 
     | 
    
         
            -
                #       {
         
     | 
| 
       5100 
     | 
    
         
            -
                #         workflow_id: "WorkflowId", # required
         
     | 
| 
       5101 
     | 
    
         
            -
                #         execution_id: "ExecutionId", # required
         
     | 
| 
       5102 
     | 
    
         
            -
                #         token: "CallbackToken", # required
         
     | 
| 
       5103 
     | 
    
         
            -
                #         status: "SUCCESS", # required, accepts SUCCESS, FAILURE
         
     | 
| 
       5104 
     | 
    
         
            -
                #       }
         
     | 
| 
       5105 
     | 
    
         
            -
                #
         
     | 
| 
       5106 
4424 
     | 
    
         
             
                # @!attribute [rw] workflow_id
         
     | 
| 
       5107 
4425 
     | 
    
         
             
                #   A unique identifier for the workflow.
         
     | 
| 
       5108 
4426 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -5199,14 +4517,6 @@ module Aws::Transfer 
     | 
|
| 
       5199 
4517 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       5200 
4518 
     | 
    
         
             
                end
         
     | 
| 
       5201 
4519 
     | 
    
         | 
| 
       5202 
     | 
    
         
            -
                # @note When making an API call, you may pass StartFileTransferRequest
         
     | 
| 
       5203 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       5204 
     | 
    
         
            -
                #
         
     | 
| 
       5205 
     | 
    
         
            -
                #       {
         
     | 
| 
       5206 
     | 
    
         
            -
                #         connector_id: "ConnectorId", # required
         
     | 
| 
       5207 
     | 
    
         
            -
                #         send_file_paths: ["FilePath"], # required
         
     | 
| 
       5208 
     | 
    
         
            -
                #       }
         
     | 
| 
       5209 
     | 
    
         
            -
                #
         
     | 
| 
       5210 
4520 
     | 
    
         
             
                # @!attribute [rw] connector_id
         
     | 
| 
       5211 
4521 
     | 
    
         
             
                #   The unique identifier for the connector.
         
     | 
| 
       5212 
4522 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -5238,13 +4548,6 @@ module Aws::Transfer 
     | 
|
| 
       5238 
4548 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       5239 
4549 
     | 
    
         
             
                end
         
     | 
| 
       5240 
4550 
     | 
    
         | 
| 
       5241 
     | 
    
         
            -
                # @note When making an API call, you may pass StartServerRequest
         
     | 
| 
       5242 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       5243 
     | 
    
         
            -
                #
         
     | 
| 
       5244 
     | 
    
         
            -
                #       {
         
     | 
| 
       5245 
     | 
    
         
            -
                #         server_id: "ServerId", # required
         
     | 
| 
       5246 
     | 
    
         
            -
                #       }
         
     | 
| 
       5247 
     | 
    
         
            -
                #
         
     | 
| 
       5248 
4551 
     | 
    
         
             
                # @!attribute [rw] server_id
         
     | 
| 
       5249 
4552 
     | 
    
         
             
                #   A system-assigned unique identifier for a server that you start.
         
     | 
| 
       5250 
4553 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -5257,13 +4560,6 @@ module Aws::Transfer 
     | 
|
| 
       5257 
4560 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       5258 
4561 
     | 
    
         
             
                end
         
     | 
| 
       5259 
4562 
     | 
    
         | 
| 
       5260 
     | 
    
         
            -
                # @note When making an API call, you may pass StopServerRequest
         
     | 
| 
       5261 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       5262 
     | 
    
         
            -
                #
         
     | 
| 
       5263 
     | 
    
         
            -
                #       {
         
     | 
| 
       5264 
     | 
    
         
            -
                #         server_id: "ServerId", # required
         
     | 
| 
       5265 
     | 
    
         
            -
                #       }
         
     | 
| 
       5266 
     | 
    
         
            -
                #
         
     | 
| 
       5267 
4563 
     | 
    
         
             
                # @!attribute [rw] server_id
         
     | 
| 
       5268 
4564 
     | 
    
         
             
                #   A system-assigned unique identifier for a server that you stopped.
         
     | 
| 
       5269 
4565 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -5283,14 +4579,6 @@ module Aws::Transfer 
     | 
|
| 
       5283 
4579 
     | 
    
         
             
                # accounting purposes, you might create a tag called `Group` and assign
         
     | 
| 
       5284 
4580 
     | 
    
         
             
                # the values `Research` and `Accounting` to that group.
         
     | 
| 
       5285 
4581 
     | 
    
         
             
                #
         
     | 
| 
       5286 
     | 
    
         
            -
                # @note When making an API call, you may pass Tag
         
     | 
| 
       5287 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       5288 
     | 
    
         
            -
                #
         
     | 
| 
       5289 
     | 
    
         
            -
                #       {
         
     | 
| 
       5290 
     | 
    
         
            -
                #         key: "TagKey", # required
         
     | 
| 
       5291 
     | 
    
         
            -
                #         value: "TagValue", # required
         
     | 
| 
       5292 
     | 
    
         
            -
                #       }
         
     | 
| 
       5293 
     | 
    
         
            -
                #
         
     | 
| 
       5294 
4582 
     | 
    
         
             
                # @!attribute [rw] key
         
     | 
| 
       5295 
4583 
     | 
    
         
             
                #   The name assigned to the tag that you create.
         
     | 
| 
       5296 
4584 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -5309,19 +4597,6 @@ module Aws::Transfer 
     | 
|
| 
       5309 
4597 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       5310 
4598 
     | 
    
         
             
                end
         
     | 
| 
       5311 
4599 
     | 
    
         | 
| 
       5312 
     | 
    
         
            -
                # @note When making an API call, you may pass TagResourceRequest
         
     | 
| 
       5313 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       5314 
     | 
    
         
            -
                #
         
     | 
| 
       5315 
     | 
    
         
            -
                #       {
         
     | 
| 
       5316 
     | 
    
         
            -
                #         arn: "Arn", # required
         
     | 
| 
       5317 
     | 
    
         
            -
                #         tags: [ # required
         
     | 
| 
       5318 
     | 
    
         
            -
                #           {
         
     | 
| 
       5319 
     | 
    
         
            -
                #             key: "TagKey", # required
         
     | 
| 
       5320 
     | 
    
         
            -
                #             value: "TagValue", # required
         
     | 
| 
       5321 
     | 
    
         
            -
                #           },
         
     | 
| 
       5322 
     | 
    
         
            -
                #         ],
         
     | 
| 
       5323 
     | 
    
         
            -
                #       }
         
     | 
| 
       5324 
     | 
    
         
            -
                #
         
     | 
| 
       5325 
4600 
     | 
    
         
             
                # @!attribute [rw] arn
         
     | 
| 
       5326 
4601 
     | 
    
         
             
                #   An Amazon Resource Name (ARN) for a specific Amazon Web Services
         
     | 
| 
       5327 
4602 
     | 
    
         
             
                #   resource, such as a server, user, or role.
         
     | 
| 
         @@ -5347,20 +4622,6 @@ module Aws::Transfer 
     | 
|
| 
       5347 
4622 
     | 
    
         
             
                # The key/value pairs used to tag a file during the execution of a
         
     | 
| 
       5348 
4623 
     | 
    
         
             
                # workflow step.
         
     | 
| 
       5349 
4624 
     | 
    
         
             
                #
         
     | 
| 
       5350 
     | 
    
         
            -
                # @note When making an API call, you may pass TagStepDetails
         
     | 
| 
       5351 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       5352 
     | 
    
         
            -
                #
         
     | 
| 
       5353 
     | 
    
         
            -
                #       {
         
     | 
| 
       5354 
     | 
    
         
            -
                #         name: "WorkflowStepName",
         
     | 
| 
       5355 
     | 
    
         
            -
                #         tags: [
         
     | 
| 
       5356 
     | 
    
         
            -
                #           {
         
     | 
| 
       5357 
     | 
    
         
            -
                #             key: "S3TagKey", # required
         
     | 
| 
       5358 
     | 
    
         
            -
                #             value: "S3TagValue", # required
         
     | 
| 
       5359 
     | 
    
         
            -
                #           },
         
     | 
| 
       5360 
     | 
    
         
            -
                #         ],
         
     | 
| 
       5361 
     | 
    
         
            -
                #         source_file_location: "SourceFileLocation",
         
     | 
| 
       5362 
     | 
    
         
            -
                #       }
         
     | 
| 
       5363 
     | 
    
         
            -
                #
         
     | 
| 
       5364 
4625 
     | 
    
         
             
                # @!attribute [rw] name
         
     | 
| 
       5365 
4626 
     | 
    
         
             
                #   The name of the step, used as an identifier.
         
     | 
| 
       5366 
4627 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -5392,17 +4653,6 @@ module Aws::Transfer 
     | 
|
| 
       5392 
4653 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       5393 
4654 
     | 
    
         
             
                end
         
     | 
| 
       5394 
4655 
     | 
    
         | 
| 
       5395 
     | 
    
         
            -
                # @note When making an API call, you may pass TestIdentityProviderRequest
         
     | 
| 
       5396 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       5397 
     | 
    
         
            -
                #
         
     | 
| 
       5398 
     | 
    
         
            -
                #       {
         
     | 
| 
       5399 
     | 
    
         
            -
                #         server_id: "ServerId", # required
         
     | 
| 
       5400 
     | 
    
         
            -
                #         server_protocol: "SFTP", # accepts SFTP, FTP, FTPS, AS2
         
     | 
| 
       5401 
     | 
    
         
            -
                #         source_ip: "SourceIp",
         
     | 
| 
       5402 
     | 
    
         
            -
                #         user_name: "UserName", # required
         
     | 
| 
       5403 
     | 
    
         
            -
                #         user_password: "UserPassword",
         
     | 
| 
       5404 
     | 
    
         
            -
                #       }
         
     | 
| 
       5405 
     | 
    
         
            -
                #
         
     | 
| 
       5406 
4656 
     | 
    
         
             
                # @!attribute [rw] server_id
         
     | 
| 
       5407 
4657 
     | 
    
         
             
                #   A system-assigned identifier for a specific server. That server's
         
     | 
| 
       5408 
4658 
     | 
    
         
             
                #   user authentication method is tested with a user name and password.
         
     | 
| 
         @@ -5489,14 +4739,6 @@ module Aws::Transfer 
     | 
|
| 
       5489 
4739 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       5490 
4740 
     | 
    
         
             
                end
         
     | 
| 
       5491 
4741 
     | 
    
         | 
| 
       5492 
     | 
    
         
            -
                # @note When making an API call, you may pass UntagResourceRequest
         
     | 
| 
       5493 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       5494 
     | 
    
         
            -
                #
         
     | 
| 
       5495 
     | 
    
         
            -
                #       {
         
     | 
| 
       5496 
     | 
    
         
            -
                #         arn: "Arn", # required
         
     | 
| 
       5497 
     | 
    
         
            -
                #         tag_keys: ["TagKey"], # required
         
     | 
| 
       5498 
     | 
    
         
            -
                #       }
         
     | 
| 
       5499 
     | 
    
         
            -
                #
         
     | 
| 
       5500 
4742 
     | 
    
         
             
                # @!attribute [rw] arn
         
     | 
| 
       5501 
4743 
     | 
    
         
             
                #   The value of the resource that will have the tag removed. An Amazon
         
     | 
| 
       5502 
4744 
     | 
    
         
             
                #   Resource Name (ARN) is an identifier for a specific Amazon Web
         
     | 
| 
         @@ -5518,29 +4760,6 @@ module Aws::Transfer 
     | 
|
| 
       5518 
4760 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       5519 
4761 
     | 
    
         
             
                end
         
     | 
| 
       5520 
4762 
     | 
    
         | 
| 
       5521 
     | 
    
         
            -
                # @note When making an API call, you may pass UpdateAccessRequest
         
     | 
| 
       5522 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       5523 
     | 
    
         
            -
                #
         
     | 
| 
       5524 
     | 
    
         
            -
                #       {
         
     | 
| 
       5525 
     | 
    
         
            -
                #         home_directory: "HomeDirectory",
         
     | 
| 
       5526 
     | 
    
         
            -
                #         home_directory_type: "PATH", # accepts PATH, LOGICAL
         
     | 
| 
       5527 
     | 
    
         
            -
                #         home_directory_mappings: [
         
     | 
| 
       5528 
     | 
    
         
            -
                #           {
         
     | 
| 
       5529 
     | 
    
         
            -
                #             entry: "MapEntry", # required
         
     | 
| 
       5530 
     | 
    
         
            -
                #             target: "MapTarget", # required
         
     | 
| 
       5531 
     | 
    
         
            -
                #           },
         
     | 
| 
       5532 
     | 
    
         
            -
                #         ],
         
     | 
| 
       5533 
     | 
    
         
            -
                #         policy: "Policy",
         
     | 
| 
       5534 
     | 
    
         
            -
                #         posix_profile: {
         
     | 
| 
       5535 
     | 
    
         
            -
                #           uid: 1, # required
         
     | 
| 
       5536 
     | 
    
         
            -
                #           gid: 1, # required
         
     | 
| 
       5537 
     | 
    
         
            -
                #           secondary_gids: [1],
         
     | 
| 
       5538 
     | 
    
         
            -
                #         },
         
     | 
| 
       5539 
     | 
    
         
            -
                #         role: "Role",
         
     | 
| 
       5540 
     | 
    
         
            -
                #         server_id: "ServerId", # required
         
     | 
| 
       5541 
     | 
    
         
            -
                #         external_id: "ExternalId", # required
         
     | 
| 
       5542 
     | 
    
         
            -
                #       }
         
     | 
| 
       5543 
     | 
    
         
            -
                #
         
     | 
| 
       5544 
4763 
     | 
    
         
             
                # @!attribute [rw] home_directory
         
     | 
| 
       5545 
4764 
     | 
    
         
             
                #   The landing directory (folder) for a user when they log in to the
         
     | 
| 
       5546 
4765 
     | 
    
         
             
                #   server using the client.
         
     | 
| 
         @@ -5691,20 +4910,6 @@ module Aws::Transfer 
     | 
|
| 
       5691 
4910 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       5692 
4911 
     | 
    
         
             
                end
         
     | 
| 
       5693 
4912 
     | 
    
         | 
| 
       5694 
     | 
    
         
            -
                # @note When making an API call, you may pass UpdateAgreementRequest
         
     | 
| 
       5695 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       5696 
     | 
    
         
            -
                #
         
     | 
| 
       5697 
     | 
    
         
            -
                #       {
         
     | 
| 
       5698 
     | 
    
         
            -
                #         agreement_id: "AgreementId", # required
         
     | 
| 
       5699 
     | 
    
         
            -
                #         server_id: "ServerId", # required
         
     | 
| 
       5700 
     | 
    
         
            -
                #         description: "Description",
         
     | 
| 
       5701 
     | 
    
         
            -
                #         status: "ACTIVE", # accepts ACTIVE, INACTIVE
         
     | 
| 
       5702 
     | 
    
         
            -
                #         local_profile_id: "ProfileId",
         
     | 
| 
       5703 
     | 
    
         
            -
                #         partner_profile_id: "ProfileId",
         
     | 
| 
       5704 
     | 
    
         
            -
                #         base_directory: "HomeDirectory",
         
     | 
| 
       5705 
     | 
    
         
            -
                #         access_role: "Role",
         
     | 
| 
       5706 
     | 
    
         
            -
                #       }
         
     | 
| 
       5707 
     | 
    
         
            -
                #
         
     | 
| 
       5708 
4913 
     | 
    
         
             
                # @!attribute [rw] agreement_id
         
     | 
| 
       5709 
4914 
     | 
    
         
             
                #   A unique identifier for the agreement. This identifier is returned
         
     | 
| 
       5710 
4915 
     | 
    
         
             
                #   when you create an agreement.
         
     | 
| 
         @@ -5785,16 +4990,6 @@ module Aws::Transfer 
     | 
|
| 
       5785 
4990 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       5786 
4991 
     | 
    
         
             
                end
         
     | 
| 
       5787 
4992 
     | 
    
         | 
| 
       5788 
     | 
    
         
            -
                # @note When making an API call, you may pass UpdateCertificateRequest
         
     | 
| 
       5789 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       5790 
     | 
    
         
            -
                #
         
     | 
| 
       5791 
     | 
    
         
            -
                #       {
         
     | 
| 
       5792 
     | 
    
         
            -
                #         certificate_id: "CertificateId", # required
         
     | 
| 
       5793 
     | 
    
         
            -
                #         active_date: Time.now,
         
     | 
| 
       5794 
     | 
    
         
            -
                #         inactive_date: Time.now,
         
     | 
| 
       5795 
     | 
    
         
            -
                #         description: "Description",
         
     | 
| 
       5796 
     | 
    
         
            -
                #       }
         
     | 
| 
       5797 
     | 
    
         
            -
                #
         
     | 
| 
       5798 
4993 
     | 
    
         
             
                # @!attribute [rw] certificate_id
         
     | 
| 
       5799 
4994 
     | 
    
         
             
                #   The identifier of the certificate object that you are updating.
         
     | 
| 
       5800 
4995 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -5836,26 +5031,6 @@ module Aws::Transfer 
     | 
|
| 
       5836 
5031 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       5837 
5032 
     | 
    
         
             
                end
         
     | 
| 
       5838 
5033 
     | 
    
         | 
| 
       5839 
     | 
    
         
            -
                # @note When making an API call, you may pass UpdateConnectorRequest
         
     | 
| 
       5840 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       5841 
     | 
    
         
            -
                #
         
     | 
| 
       5842 
     | 
    
         
            -
                #       {
         
     | 
| 
       5843 
     | 
    
         
            -
                #         connector_id: "ConnectorId", # required
         
     | 
| 
       5844 
     | 
    
         
            -
                #         url: "Url",
         
     | 
| 
       5845 
     | 
    
         
            -
                #         as_2_config: {
         
     | 
| 
       5846 
     | 
    
         
            -
                #           local_profile_id: "ProfileId",
         
     | 
| 
       5847 
     | 
    
         
            -
                #           partner_profile_id: "ProfileId",
         
     | 
| 
       5848 
     | 
    
         
            -
                #           message_subject: "MessageSubject",
         
     | 
| 
       5849 
     | 
    
         
            -
                #           compression: "ZLIB", # accepts ZLIB, DISABLED
         
     | 
| 
       5850 
     | 
    
         
            -
                #           encryption_algorithm: "AES128_CBC", # accepts AES128_CBC, AES192_CBC, AES256_CBC
         
     | 
| 
       5851 
     | 
    
         
            -
                #           signing_algorithm: "SHA256", # accepts SHA256, SHA384, SHA512, SHA1, NONE
         
     | 
| 
       5852 
     | 
    
         
            -
                #           mdn_signing_algorithm: "SHA256", # accepts SHA256, SHA384, SHA512, SHA1, NONE, DEFAULT
         
     | 
| 
       5853 
     | 
    
         
            -
                #           mdn_response: "SYNC", # accepts SYNC, NONE
         
     | 
| 
       5854 
     | 
    
         
            -
                #         },
         
     | 
| 
       5855 
     | 
    
         
            -
                #         access_role: "Role",
         
     | 
| 
       5856 
     | 
    
         
            -
                #         logging_role: "Role",
         
     | 
| 
       5857 
     | 
    
         
            -
                #       }
         
     | 
| 
       5858 
     | 
    
         
            -
                #
         
     | 
| 
       5859 
5034 
     | 
    
         
             
                # @!attribute [rw] connector_id
         
     | 
| 
       5860 
5035 
     | 
    
         
             
                #   The unique identifier for the connector.
         
     | 
| 
       5861 
5036 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -5915,15 +5090,6 @@ module Aws::Transfer 
     | 
|
| 
       5915 
5090 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       5916 
5091 
     | 
    
         
             
                end
         
     | 
| 
       5917 
5092 
     | 
    
         | 
| 
       5918 
     | 
    
         
            -
                # @note When making an API call, you may pass UpdateHostKeyRequest
         
     | 
| 
       5919 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       5920 
     | 
    
         
            -
                #
         
     | 
| 
       5921 
     | 
    
         
            -
                #       {
         
     | 
| 
       5922 
     | 
    
         
            -
                #         server_id: "ServerId", # required
         
     | 
| 
       5923 
     | 
    
         
            -
                #         host_key_id: "HostKeyId", # required
         
     | 
| 
       5924 
     | 
    
         
            -
                #         description: "HostKeyDescription", # required
         
     | 
| 
       5925 
     | 
    
         
            -
                #       }
         
     | 
| 
       5926 
     | 
    
         
            -
                #
         
     | 
| 
       5927 
5093 
     | 
    
         
             
                # @!attribute [rw] server_id
         
     | 
| 
       5928 
5094 
     | 
    
         
             
                #   The identifier of the server that contains the host key that you are
         
     | 
| 
       5929 
5095 
     | 
    
         
             
                #   updating.
         
     | 
| 
         @@ -5965,14 +5131,6 @@ module Aws::Transfer 
     | 
|
| 
       5965 
5131 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       5966 
5132 
     | 
    
         
             
                end
         
     | 
| 
       5967 
5133 
     | 
    
         | 
| 
       5968 
     | 
    
         
            -
                # @note When making an API call, you may pass UpdateProfileRequest
         
     | 
| 
       5969 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       5970 
     | 
    
         
            -
                #
         
     | 
| 
       5971 
     | 
    
         
            -
                #       {
         
     | 
| 
       5972 
     | 
    
         
            -
                #         profile_id: "ProfileId", # required
         
     | 
| 
       5973 
     | 
    
         
            -
                #         certificate_ids: ["CertificateId"],
         
     | 
| 
       5974 
     | 
    
         
            -
                #       }
         
     | 
| 
       5975 
     | 
    
         
            -
                #
         
     | 
| 
       5976 
5134 
     | 
    
         
             
                # @!attribute [rw] profile_id
         
     | 
| 
       5977 
5135 
     | 
    
         
             
                #   The identifier of the profile object that you are updating.
         
     | 
| 
       5978 
5136 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -6003,54 +5161,6 @@ module Aws::Transfer 
     | 
|
| 
       6003 
5161 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       6004 
5162 
     | 
    
         
             
                end
         
     | 
| 
       6005 
5163 
     | 
    
         | 
| 
       6006 
     | 
    
         
            -
                # @note When making an API call, you may pass UpdateServerRequest
         
     | 
| 
       6007 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       6008 
     | 
    
         
            -
                #
         
     | 
| 
       6009 
     | 
    
         
            -
                #       {
         
     | 
| 
       6010 
     | 
    
         
            -
                #         certificate: "Certificate",
         
     | 
| 
       6011 
     | 
    
         
            -
                #         protocol_details: {
         
     | 
| 
       6012 
     | 
    
         
            -
                #           passive_ip: "PassiveIp",
         
     | 
| 
       6013 
     | 
    
         
            -
                #           tls_session_resumption_mode: "DISABLED", # accepts DISABLED, ENABLED, ENFORCED
         
     | 
| 
       6014 
     | 
    
         
            -
                #           set_stat_option: "DEFAULT", # accepts DEFAULT, ENABLE_NO_OP
         
     | 
| 
       6015 
     | 
    
         
            -
                #           as_2_transports: ["HTTP"], # accepts HTTP
         
     | 
| 
       6016 
     | 
    
         
            -
                #         },
         
     | 
| 
       6017 
     | 
    
         
            -
                #         endpoint_details: {
         
     | 
| 
       6018 
     | 
    
         
            -
                #           address_allocation_ids: ["AddressAllocationId"],
         
     | 
| 
       6019 
     | 
    
         
            -
                #           subnet_ids: ["SubnetId"],
         
     | 
| 
       6020 
     | 
    
         
            -
                #           vpc_endpoint_id: "VpcEndpointId",
         
     | 
| 
       6021 
     | 
    
         
            -
                #           vpc_id: "VpcId",
         
     | 
| 
       6022 
     | 
    
         
            -
                #           security_group_ids: ["SecurityGroupId"],
         
     | 
| 
       6023 
     | 
    
         
            -
                #         },
         
     | 
| 
       6024 
     | 
    
         
            -
                #         endpoint_type: "PUBLIC", # accepts PUBLIC, VPC, VPC_ENDPOINT
         
     | 
| 
       6025 
     | 
    
         
            -
                #         host_key: "HostKey",
         
     | 
| 
       6026 
     | 
    
         
            -
                #         identity_provider_details: {
         
     | 
| 
       6027 
     | 
    
         
            -
                #           url: "Url",
         
     | 
| 
       6028 
     | 
    
         
            -
                #           invocation_role: "Role",
         
     | 
| 
       6029 
     | 
    
         
            -
                #           directory_id: "DirectoryId",
         
     | 
| 
       6030 
     | 
    
         
            -
                #           function: "Function",
         
     | 
| 
       6031 
     | 
    
         
            -
                #         },
         
     | 
| 
       6032 
     | 
    
         
            -
                #         logging_role: "NullableRole",
         
     | 
| 
       6033 
     | 
    
         
            -
                #         post_authentication_login_banner: "PostAuthenticationLoginBanner",
         
     | 
| 
       6034 
     | 
    
         
            -
                #         pre_authentication_login_banner: "PreAuthenticationLoginBanner",
         
     | 
| 
       6035 
     | 
    
         
            -
                #         protocols: ["SFTP"], # accepts SFTP, FTP, FTPS, AS2
         
     | 
| 
       6036 
     | 
    
         
            -
                #         security_policy_name: "SecurityPolicyName",
         
     | 
| 
       6037 
     | 
    
         
            -
                #         server_id: "ServerId", # required
         
     | 
| 
       6038 
     | 
    
         
            -
                #         workflow_details: {
         
     | 
| 
       6039 
     | 
    
         
            -
                #           on_upload: [
         
     | 
| 
       6040 
     | 
    
         
            -
                #             {
         
     | 
| 
       6041 
     | 
    
         
            -
                #               workflow_id: "WorkflowId", # required
         
     | 
| 
       6042 
     | 
    
         
            -
                #               execution_role: "Role", # required
         
     | 
| 
       6043 
     | 
    
         
            -
                #             },
         
     | 
| 
       6044 
     | 
    
         
            -
                #           ],
         
     | 
| 
       6045 
     | 
    
         
            -
                #           on_partial_upload: [
         
     | 
| 
       6046 
     | 
    
         
            -
                #             {
         
     | 
| 
       6047 
     | 
    
         
            -
                #               workflow_id: "WorkflowId", # required
         
     | 
| 
       6048 
     | 
    
         
            -
                #               execution_role: "Role", # required
         
     | 
| 
       6049 
     | 
    
         
            -
                #             },
         
     | 
| 
       6050 
     | 
    
         
            -
                #           ],
         
     | 
| 
       6051 
     | 
    
         
            -
                #         },
         
     | 
| 
       6052 
     | 
    
         
            -
                #       }
         
     | 
| 
       6053 
     | 
    
         
            -
                #
         
     | 
| 
       6054 
5164 
     | 
    
         
             
                # @!attribute [rw] certificate
         
     | 
| 
       6055 
5165 
     | 
    
         
             
                #   The Amazon Resource Name (ARN) of the Amazon Web ServicesCertificate
         
     | 
| 
       6056 
5166 
     | 
    
         
             
                #   Manager (ACM) certificate. Required when `Protocols` is set to
         
     | 
| 
         @@ -6326,29 +5436,6 @@ module Aws::Transfer 
     | 
|
| 
       6326 
5436 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       6327 
5437 
     | 
    
         
             
                end
         
     | 
| 
       6328 
5438 
     | 
    
         | 
| 
       6329 
     | 
    
         
            -
                # @note When making an API call, you may pass UpdateUserRequest
         
     | 
| 
       6330 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       6331 
     | 
    
         
            -
                #
         
     | 
| 
       6332 
     | 
    
         
            -
                #       {
         
     | 
| 
       6333 
     | 
    
         
            -
                #         home_directory: "HomeDirectory",
         
     | 
| 
       6334 
     | 
    
         
            -
                #         home_directory_type: "PATH", # accepts PATH, LOGICAL
         
     | 
| 
       6335 
     | 
    
         
            -
                #         home_directory_mappings: [
         
     | 
| 
       6336 
     | 
    
         
            -
                #           {
         
     | 
| 
       6337 
     | 
    
         
            -
                #             entry: "MapEntry", # required
         
     | 
| 
       6338 
     | 
    
         
            -
                #             target: "MapTarget", # required
         
     | 
| 
       6339 
     | 
    
         
            -
                #           },
         
     | 
| 
       6340 
     | 
    
         
            -
                #         ],
         
     | 
| 
       6341 
     | 
    
         
            -
                #         policy: "Policy",
         
     | 
| 
       6342 
     | 
    
         
            -
                #         posix_profile: {
         
     | 
| 
       6343 
     | 
    
         
            -
                #           uid: 1, # required
         
     | 
| 
       6344 
     | 
    
         
            -
                #           gid: 1, # required
         
     | 
| 
       6345 
     | 
    
         
            -
                #           secondary_gids: [1],
         
     | 
| 
       6346 
     | 
    
         
            -
                #         },
         
     | 
| 
       6347 
     | 
    
         
            -
                #         role: "Role",
         
     | 
| 
       6348 
     | 
    
         
            -
                #         server_id: "ServerId", # required
         
     | 
| 
       6349 
     | 
    
         
            -
                #         user_name: "UserName", # required
         
     | 
| 
       6350 
     | 
    
         
            -
                #       }
         
     | 
| 
       6351 
     | 
    
         
            -
                #
         
     | 
| 
       6352 
5439 
     | 
    
         
             
                # @!attribute [rw] home_directory
         
     | 
| 
       6353 
5440 
     | 
    
         
             
                #   The landing directory (folder) for a user when they log in to the
         
     | 
| 
       6354 
5441 
     | 
    
         
             
                #   server using the client.
         
     | 
| 
         @@ -6528,14 +5615,6 @@ module Aws::Transfer 
     | 
|
| 
       6528 
5615 
     | 
    
         
             
                # execution role) for a workflow to execute on partial upload. A partial
         
     | 
| 
       6529 
5616 
     | 
    
         
             
                # upload occurs when a file is open when the session disconnects.
         
     | 
| 
       6530 
5617 
     | 
    
         
             
                #
         
     | 
| 
       6531 
     | 
    
         
            -
                # @note When making an API call, you may pass WorkflowDetail
         
     | 
| 
       6532 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       6533 
     | 
    
         
            -
                #
         
     | 
| 
       6534 
     | 
    
         
            -
                #       {
         
     | 
| 
       6535 
     | 
    
         
            -
                #         workflow_id: "WorkflowId", # required
         
     | 
| 
       6536 
     | 
    
         
            -
                #         execution_role: "Role", # required
         
     | 
| 
       6537 
     | 
    
         
            -
                #       }
         
     | 
| 
       6538 
     | 
    
         
            -
                #
         
     | 
| 
       6539 
5618 
     | 
    
         
             
                # @!attribute [rw] workflow_id
         
     | 
| 
       6540 
5619 
     | 
    
         
             
                #   A unique identifier for the workflow.
         
     | 
| 
       6541 
5620 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -6558,24 +5637,6 @@ module Aws::Transfer 
     | 
|
| 
       6558 
5637 
     | 
    
         
             
                # Container for the `WorkflowDetail` data type. It is used by actions
         
     | 
| 
       6559 
5638 
     | 
    
         
             
                # that trigger a workflow to begin execution.
         
     | 
| 
       6560 
5639 
     | 
    
         
             
                #
         
     | 
| 
       6561 
     | 
    
         
            -
                # @note When making an API call, you may pass WorkflowDetails
         
     | 
| 
       6562 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       6563 
     | 
    
         
            -
                #
         
     | 
| 
       6564 
     | 
    
         
            -
                #       {
         
     | 
| 
       6565 
     | 
    
         
            -
                #         on_upload: [
         
     | 
| 
       6566 
     | 
    
         
            -
                #           {
         
     | 
| 
       6567 
     | 
    
         
            -
                #             workflow_id: "WorkflowId", # required
         
     | 
| 
       6568 
     | 
    
         
            -
                #             execution_role: "Role", # required
         
     | 
| 
       6569 
     | 
    
         
            -
                #           },
         
     | 
| 
       6570 
     | 
    
         
            -
                #         ],
         
     | 
| 
       6571 
     | 
    
         
            -
                #         on_partial_upload: [
         
     | 
| 
       6572 
     | 
    
         
            -
                #           {
         
     | 
| 
       6573 
     | 
    
         
            -
                #             workflow_id: "WorkflowId", # required
         
     | 
| 
       6574 
     | 
    
         
            -
                #             execution_role: "Role", # required
         
     | 
| 
       6575 
     | 
    
         
            -
                #           },
         
     | 
| 
       6576 
     | 
    
         
            -
                #         ],
         
     | 
| 
       6577 
     | 
    
         
            -
                #       }
         
     | 
| 
       6578 
     | 
    
         
            -
                #
         
     | 
| 
       6579 
5640 
     | 
    
         
             
                # @!attribute [rw] on_upload
         
     | 
| 
       6580 
5641 
     | 
    
         
             
                #   A trigger that starts a workflow: the workflow begins to execute
         
     | 
| 
       6581 
5642 
     | 
    
         
             
                #   after a file is uploaded.
         
     | 
| 
         @@ -6607,48 +5668,6 @@ module Aws::Transfer 
     | 
|
| 
       6607 
5668 
     | 
    
         | 
| 
       6608 
5669 
     | 
    
         
             
                # The basic building block of a workflow.
         
     | 
| 
       6609 
5670 
     | 
    
         
             
                #
         
     | 
| 
       6610 
     | 
    
         
            -
                # @note When making an API call, you may pass WorkflowStep
         
     | 
| 
       6611 
     | 
    
         
            -
                #   data as a hash:
         
     | 
| 
       6612 
     | 
    
         
            -
                #
         
     | 
| 
       6613 
     | 
    
         
            -
                #       {
         
     | 
| 
       6614 
     | 
    
         
            -
                #         type: "COPY", # accepts COPY, CUSTOM, TAG, DELETE
         
     | 
| 
       6615 
     | 
    
         
            -
                #         copy_step_details: {
         
     | 
| 
       6616 
     | 
    
         
            -
                #           name: "WorkflowStepName",
         
     | 
| 
       6617 
     | 
    
         
            -
                #           destination_file_location: {
         
     | 
| 
       6618 
     | 
    
         
            -
                #             s3_file_location: {
         
     | 
| 
       6619 
     | 
    
         
            -
                #               bucket: "S3Bucket",
         
     | 
| 
       6620 
     | 
    
         
            -
                #               key: "S3Key",
         
     | 
| 
       6621 
     | 
    
         
            -
                #             },
         
     | 
| 
       6622 
     | 
    
         
            -
                #             efs_file_location: {
         
     | 
| 
       6623 
     | 
    
         
            -
                #               file_system_id: "EfsFileSystemId",
         
     | 
| 
       6624 
     | 
    
         
            -
                #               path: "EfsPath",
         
     | 
| 
       6625 
     | 
    
         
            -
                #             },
         
     | 
| 
       6626 
     | 
    
         
            -
                #           },
         
     | 
| 
       6627 
     | 
    
         
            -
                #           overwrite_existing: "TRUE", # accepts TRUE, FALSE
         
     | 
| 
       6628 
     | 
    
         
            -
                #           source_file_location: "SourceFileLocation",
         
     | 
| 
       6629 
     | 
    
         
            -
                #         },
         
     | 
| 
       6630 
     | 
    
         
            -
                #         custom_step_details: {
         
     | 
| 
       6631 
     | 
    
         
            -
                #           name: "WorkflowStepName",
         
     | 
| 
       6632 
     | 
    
         
            -
                #           target: "CustomStepTarget",
         
     | 
| 
       6633 
     | 
    
         
            -
                #           timeout_seconds: 1,
         
     | 
| 
       6634 
     | 
    
         
            -
                #           source_file_location: "SourceFileLocation",
         
     | 
| 
       6635 
     | 
    
         
            -
                #         },
         
     | 
| 
       6636 
     | 
    
         
            -
                #         delete_step_details: {
         
     | 
| 
       6637 
     | 
    
         
            -
                #           name: "WorkflowStepName",
         
     | 
| 
       6638 
     | 
    
         
            -
                #           source_file_location: "SourceFileLocation",
         
     | 
| 
       6639 
     | 
    
         
            -
                #         },
         
     | 
| 
       6640 
     | 
    
         
            -
                #         tag_step_details: {
         
     | 
| 
       6641 
     | 
    
         
            -
                #           name: "WorkflowStepName",
         
     | 
| 
       6642 
     | 
    
         
            -
                #           tags: [
         
     | 
| 
       6643 
     | 
    
         
            -
                #             {
         
     | 
| 
       6644 
     | 
    
         
            -
                #               key: "S3TagKey", # required
         
     | 
| 
       6645 
     | 
    
         
            -
                #               value: "S3TagValue", # required
         
     | 
| 
       6646 
     | 
    
         
            -
                #             },
         
     | 
| 
       6647 
     | 
    
         
            -
                #           ],
         
     | 
| 
       6648 
     | 
    
         
            -
                #           source_file_location: "SourceFileLocation",
         
     | 
| 
       6649 
     | 
    
         
            -
                #         },
         
     | 
| 
       6650 
     | 
    
         
            -
                #       }
         
     | 
| 
       6651 
     | 
    
         
            -
                #
         
     | 
| 
       6652 
5671 
     | 
    
         
             
                # @!attribute [rw] type
         
     | 
| 
       6653 
5672 
     | 
    
         
             
                #   Currently, the following step types are supported.
         
     | 
| 
       6654 
5673 
     | 
    
         
             
                #
         
     | 
| 
         @@ -6691,6 +5710,9 @@ module Aws::Transfer 
     | 
|
| 
       6691 
5710 
     | 
    
         
             
                #   You specify one or more tags: each tag contains a key/value pair.
         
     | 
| 
       6692 
5711 
     | 
    
         
             
                #   @return [Types::TagStepDetails]
         
     | 
| 
       6693 
5712 
     | 
    
         
             
                #
         
     | 
| 
      
 5713 
     | 
    
         
            +
                # @!attribute [rw] decrypt_step_details
         
     | 
| 
      
 5714 
     | 
    
         
            +
                #   @return [Types::DecryptStepDetails]
         
     | 
| 
      
 5715 
     | 
    
         
            +
                #
         
     | 
| 
       6694 
5716 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/WorkflowStep AWS API Documentation
         
     | 
| 
       6695 
5717 
     | 
    
         
             
                #
         
     | 
| 
       6696 
5718 
     | 
    
         
             
                class WorkflowStep < Struct.new(
         
     | 
| 
         @@ -6698,7 +5720,8 @@ module Aws::Transfer 
     | 
|
| 
       6698 
5720 
     | 
    
         
             
                  :copy_step_details,
         
     | 
| 
       6699 
5721 
     | 
    
         
             
                  :custom_step_details,
         
     | 
| 
       6700 
5722 
     | 
    
         
             
                  :delete_step_details,
         
     | 
| 
       6701 
     | 
    
         
            -
                  :tag_step_details 
     | 
| 
      
 5723 
     | 
    
         
            +
                  :tag_step_details,
         
     | 
| 
      
 5724 
     | 
    
         
            +
                  :decrypt_step_details)
         
     | 
| 
       6702 
5725 
     | 
    
         
             
                  SENSITIVE = []
         
     | 
| 
       6703 
5726 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       6704 
5727 
     | 
    
         
             
                end
         
     |