aws-sdk-transfer 1.66.0 → 1.68.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.
@@ -46,6 +46,11 @@ module Aws::Transfer
46
46
  #
47
47
  # @!attribute [rw] encryption_algorithm
48
48
  # The algorithm that is used to encrypt the file.
49
+ #
50
+ # <note markdown="1"> You can only specify `NONE` if the URL for your connector uses
51
+ # HTTPS. This ensures that no traffic is sent in clear text.
52
+ #
53
+ # </note>
49
54
  # @return [String]
50
55
  #
51
56
  # @!attribute [rw] signing_algorithm
@@ -57,7 +62,7 @@ module Aws::Transfer
57
62
  # The signing algorithm for the MDN response.
58
63
  #
59
64
  # <note markdown="1"> If set to DEFAULT (or not set at all), the value for
60
- # `SigningAlogorithm` is used.
65
+ # `SigningAlgorithm` is used.
61
66
  #
62
67
  # </note>
63
68
  # @return [String]
@@ -68,10 +73,10 @@ module Aws::Transfer
68
73
  # transfers is synchronous or asynchronous. Specify either of the
69
74
  # following values:
70
75
  #
71
- # * `SYNC`\: The system expects a synchronous MDN response, confirming
76
+ # * `SYNC`: The system expects a synchronous MDN response, confirming
72
77
  # that the file was transferred successfully (or not).
73
78
  #
74
- # * `NONE`\: Specifies that no MDN response is required.
79
+ # * `NONE`: Specifies that no MDN response is required.
75
80
  # @return [String]
76
81
  #
77
82
  # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/As2ConnectorConfig AWS API Documentation
@@ -111,14 +116,37 @@ module Aws::Transfer
111
116
  # @return [String]
112
117
  #
113
118
  # @!attribute [rw] destination_file_location
114
- # Specifies the location for the file being copied. Only applicable
115
- # for Copy type workflow steps. Use `$\{Transfer:username\}` in this
116
- # field to parametrize the destination prefix by username.
119
+ # Specifies the location for the file being copied. Use
120
+ # `$\{Transfer:UserName\}` or `$\{Transfer:UploadDate\}` in this field
121
+ # to parametrize the destination prefix by username or uploaded date.
122
+ #
123
+ # * Set the value of `DestinationFileLocation` to
124
+ # `$\{Transfer:UserName\}` to copy uploaded files to an Amazon S3
125
+ # bucket that is prefixed with the name of the Transfer Family user
126
+ # that uploaded the file.
127
+ #
128
+ # * Set the value of `DestinationFileLocation` to
129
+ # `$\{Transfer:UploadDate\}` to copy uploaded files to an Amazon S3
130
+ # bucket that is prefixed with the date of the upload.
131
+ #
132
+ # <note markdown="1"> The system resolves `UploadDate` to a date format of *YYYY-MM-DD*,
133
+ # based on the date the file is uploaded in UTC.
134
+ #
135
+ # </note>
117
136
  # @return [Types::InputFileLocation]
118
137
  #
119
138
  # @!attribute [rw] overwrite_existing
120
- # A flag that indicates whether or not to overwrite an existing file
121
- # of the same name. The default is `FALSE`.
139
+ # A flag that indicates whether to overwrite an existing file of the
140
+ # same name. The default is `FALSE`.
141
+ #
142
+ # If the workflow is processing a file that has the same name as an
143
+ # existing file, the behavior is as follows:
144
+ #
145
+ # * If `OverwriteExisting` is `TRUE`, the existing file is replaced
146
+ # with the file being processed.
147
+ #
148
+ # * If `OverwriteExisting` is `FALSE`, nothing happens, and the
149
+ # workflow processing stops.
122
150
  # @return [String]
123
151
  #
124
152
  # @!attribute [rw] source_file_location
@@ -126,12 +154,12 @@ module Aws::Transfer
126
154
  # the output from the previous step, or the originally uploaded file
127
155
  # for the workflow.
128
156
  #
129
- # * Enter `$\{previous.file\}` to use the previous file as the input.
157
+ # * To use the previous file as the input, enter `$\{previous.file\}`.
130
158
  # In this case, this workflow step uses the output file from the
131
159
  # previous workflow step as input. This is the default value.
132
160
  #
133
- # * Enter `$\{original.file\}` to use the originally-uploaded file
134
- # location as input for this step.
161
+ # * To use the originally uploaded file location as input for this
162
+ # step, enter `$\{original.file\}`.
135
163
  # @return [String]
136
164
  #
137
165
  # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/CopyStepDetails AWS API Documentation
@@ -316,8 +344,7 @@ module Aws::Transfer
316
344
  # The landing directory (folder) for files transferred by using the
317
345
  # AS2 protocol.
318
346
  #
319
- # A `BaseDirectory` example is
320
- # *DOC-EXAMPLE-BUCKET*/*home*/*mydirectory*.
347
+ # A `BaseDirectory` example is `/DOC-EXAMPLE-BUCKET/home/mydirectory`.
321
348
  # @return [String]
322
349
  #
323
350
  # @!attribute [rw] access_role
@@ -609,7 +636,7 @@ module Aws::Transfer
609
636
  # SFTP-enabled server to a new server, don't update the host key.
610
637
  # Accidentally changing a server's host key can be disruptive.
611
638
  #
612
- # For more information, see [Update host keys for your SFTP-enabled
639
+ # For more information, see [Manage host keys for your SFTP-enabled
613
640
  # server][1] in the *Transfer Family User Guide*.
614
641
  #
615
642
  #
@@ -619,11 +646,12 @@ module Aws::Transfer
619
646
  #
620
647
  # @!attribute [rw] identity_provider_details
621
648
  # Required when `IdentityProviderType` is set to
622
- # `AWS_DIRECTORY_SERVICE` or `API_GATEWAY`. Accepts an array
623
- # containing all of the information required to use a directory in
624
- # `AWS_DIRECTORY_SERVICE` or invoke a customer-supplied authentication
625
- # API, including the API Gateway URL. Not required when
626
- # `IdentityProviderType` is set to `SERVICE_MANAGED`.
649
+ # `AWS_DIRECTORY_SERVICE`, `Amazon Web Services_LAMBDA` or
650
+ # `API_GATEWAY`. Accepts an array containing all of the information
651
+ # required to use a directory in `AWS_DIRECTORY_SERVICE` or invoke a
652
+ # customer-supplied authentication API, including the API Gateway URL.
653
+ # Not required when `IdentityProviderType` is set to
654
+ # `SERVICE_MANAGED`.
627
655
  # @return [Types::IdentityProviderDetails]
628
656
  #
629
657
  # @!attribute [rw] identity_provider_type
@@ -645,7 +673,7 @@ module Aws::Transfer
645
673
  #
646
674
  # Use the `AWS_LAMBDA` value to directly use an Lambda function as
647
675
  # your identity provider. If you choose this value, you must specify
648
- # the ARN for the Lambda function in the `Function` parameter or the
676
+ # the ARN for the Lambda function in the `Function` parameter for the
649
677
  # `IdentityProviderDetails` data type.
650
678
  # @return [String]
651
679
  #
@@ -699,14 +727,15 @@ module Aws::Transfer
699
727
  #
700
728
  # * If `Protocol` includes either `FTP` or `FTPS`, then the
701
729
  # `EndpointType` must be `VPC` and the `IdentityProviderType` must
702
- # be `AWS_DIRECTORY_SERVICE` or `API_GATEWAY`.
730
+ # be either `AWS_DIRECTORY_SERVICE`, `AWS_LAMBDA`, or `API_GATEWAY`.
703
731
  #
704
732
  # * If `Protocol` includes `FTP`, then `AddressAllocationIds` cannot
705
733
  # be associated.
706
734
  #
707
735
  # * If `Protocol` is set only to `SFTP`, the `EndpointType` can be set
708
- # to `PUBLIC` and the `IdentityProviderType` can be set to
709
- # `SERVICE_MANAGED`.
736
+ # to `PUBLIC` and the `IdentityProviderType` can be set any of the
737
+ # supported identity types: `SERVICE_MANAGED`,
738
+ # `AWS_DIRECTORY_SERVICE`, `AWS_LAMBDA`, or `API_GATEWAY`.
710
739
  #
711
740
  # * If `Protocol` includes `AS2`, then the `EndpointType` must be
712
741
  # `VPC`, and domain must be Amazon S3.
@@ -753,11 +782,11 @@ module Aws::Transfer
753
782
  # Specifies the workflow ID for the workflow to assign and the
754
783
  # execution role that's used for executing the workflow.
755
784
  #
756
- # In additon to a workflow to execute when a file is uploaded
757
- # completely, `WorkflowDeatails` can also contain a workflow ID (and
785
+ # In addition to a workflow to execute when a file is uploaded
786
+ # completely, `WorkflowDetails` can also contain a workflow ID (and
758
787
  # execution role) for a workflow to execute on partial upload. A
759
- # partial upload occurs when a file is open when the session
760
- # disconnects.
788
+ # partial upload occurs when the server session disconnects while the
789
+ # file is still being uploaded.
761
790
  # @return [Types::WorkflowDetails]
762
791
  #
763
792
  # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/CreateServerRequest AWS API Documentation
@@ -894,7 +923,19 @@ module Aws::Transfer
894
923
  # The public portion of the Secure Shell (SSH) key used to
895
924
  # authenticate the user to the server.
896
925
  #
926
+ # The three standard SSH public key format elements are `<key type>`,
927
+ # `<body base64>`, and an optional `<comment>`, with spaces between
928
+ # each element.
929
+ #
897
930
  # Transfer Family accepts RSA, ECDSA, and ED25519 keys.
931
+ #
932
+ # * For RSA keys, the key type is `ssh-rsa`.
933
+ #
934
+ # * For ED25519 keys, the key type is `ssh-ed25519`.
935
+ #
936
+ # * For ECDSA keys, the key type is either `ecdsa-sha2-nistp256`,
937
+ # `ecdsa-sha2-nistp384`, or `ecdsa-sha2-nistp521`, depending on the
938
+ # size of the key you generated.
898
939
  # @return [String]
899
940
  #
900
941
  # @!attribute [rw] tags
@@ -932,8 +973,7 @@ module Aws::Transfer
932
973
  # @return [String]
933
974
  #
934
975
  # @!attribute [rw] user_name
935
- # A unique string that identifies a user account associated with a
936
- # server.
976
+ # A unique string that identifies a Transfer Family user.
937
977
  # @return [String]
938
978
  #
939
979
  # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/CreateUserResponse AWS API Documentation
@@ -956,29 +996,33 @@ module Aws::Transfer
956
996
  # The `TYPE` specifies which of the following actions is being taken
957
997
  # for this step.
958
998
  #
959
- # * *COPY*\: Copy the file to another location.
999
+ # * <b> <code>COPY</code> </b> - Copy the file to another location.
960
1000
  #
961
- # * *CUSTOM*\: Perform a custom step with an Lambda function target.
1001
+ # * <b> <code>CUSTOM</code> </b> - Perform a custom step with an
1002
+ # Lambda function target.
962
1003
  #
963
- # * *DELETE*\: Delete the file.
1004
+ # * <b> <code>DECRYPT</code> </b> - Decrypt a file that was encrypted
1005
+ # before it was uploaded.
964
1006
  #
965
- # * *TAG*\: Add a tag to the file.
1007
+ # * <b> <code>DELETE</code> </b> - Delete the file.
1008
+ #
1009
+ # * <b> <code>TAG</code> </b> - Add a tag to the file.
966
1010
  #
967
1011
  # <note markdown="1"> Currently, copying and tagging are supported only on S3.
968
1012
  #
969
1013
  # </note>
970
1014
  #
971
- # For file location, you specify either the S3 bucket and key, or the
972
- # EFS file system ID and path.
1015
+ # For file location, you specify either the Amazon S3 bucket and key,
1016
+ # or the Amazon EFS file system ID and path.
973
1017
  # @return [Array<Types::WorkflowStep>]
974
1018
  #
975
1019
  # @!attribute [rw] on_exception_steps
976
1020
  # Specifies the steps (actions) to take if errors are encountered
977
1021
  # during execution of the workflow.
978
1022
  #
979
- # <note markdown="1"> For custom steps, the lambda function needs to send `FAILURE` to the
1023
+ # <note markdown="1"> For custom steps, the Lambda function needs to send `FAILURE` to the
980
1024
  # call back API to kick off the exception steps. Additionally, if the
981
- # lambda does not send `SUCCESS` before it times out, the exception
1025
+ # Lambda does not send `SUCCESS` before it times out, the exception
982
1026
  # steps are executed.
983
1027
  #
984
1028
  # </note>
@@ -1019,7 +1063,7 @@ module Aws::Transfer
1019
1063
  # @return [String]
1020
1064
  #
1021
1065
  # @!attribute [rw] target
1022
- # The ARN for the lambda function that is being called.
1066
+ # The ARN for the Lambda function that is being called.
1023
1067
  # @return [String]
1024
1068
  #
1025
1069
  # @!attribute [rw] timeout_seconds
@@ -1031,12 +1075,12 @@ module Aws::Transfer
1031
1075
  # the output from the previous step, or the originally uploaded file
1032
1076
  # for the workflow.
1033
1077
  #
1034
- # * Enter `$\{previous.file\}` to use the previous file as the input.
1078
+ # * To use the previous file as the input, enter `$\{previous.file\}`.
1035
1079
  # In this case, this workflow step uses the output file from the
1036
1080
  # previous workflow step as input. This is the default value.
1037
1081
  #
1038
- # * Enter `$\{original.file\}` to use the originally-uploaded file
1039
- # location as input for this step.
1082
+ # * To use the originally uploaded file location as input for this
1083
+ # step, enter `$\{original.file\}`.
1040
1084
  # @return [String]
1041
1085
  #
1042
1086
  # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/CustomStepDetails AWS API Documentation
@@ -1050,21 +1094,61 @@ module Aws::Transfer
1050
1094
  include Aws::Structure
1051
1095
  end
1052
1096
 
1097
+ # Each step type has its own `StepDetails` structure.
1098
+ #
1053
1099
  # @!attribute [rw] name
1100
+ # The name of the step, used as an identifier.
1054
1101
  # @return [String]
1055
1102
  #
1056
1103
  # @!attribute [rw] type
1104
+ # The type of encryption used. Currently, this value must be `PGP`.
1057
1105
  # @return [String]
1058
1106
  #
1059
1107
  # @!attribute [rw] source_file_location
1108
+ # Specifies which file to use as input to the workflow step: either
1109
+ # the output from the previous step, or the originally uploaded file
1110
+ # for the workflow.
1111
+ #
1112
+ # * To use the previous file as the input, enter `$\{previous.file\}`.
1113
+ # In this case, this workflow step uses the output file from the
1114
+ # previous workflow step as input. This is the default value.
1115
+ #
1116
+ # * To use the originally uploaded file location as input for this
1117
+ # step, enter `$\{original.file\}`.
1060
1118
  # @return [String]
1061
1119
  #
1062
1120
  # @!attribute [rw] overwrite_existing
1121
+ # A flag that indicates whether to overwrite an existing file of the
1122
+ # same name. The default is `FALSE`.
1123
+ #
1124
+ # If the workflow is processing a file that has the same name as an
1125
+ # existing file, the behavior is as follows:
1126
+ #
1127
+ # * If `OverwriteExisting` is `TRUE`, the existing file is replaced
1128
+ # with the file being processed.
1129
+ #
1130
+ # * If `OverwriteExisting` is `FALSE`, nothing happens, and the
1131
+ # workflow processing stops.
1063
1132
  # @return [String]
1064
1133
  #
1065
1134
  # @!attribute [rw] destination_file_location
1066
- # Specifies the location for the file being copied. Only applicable
1067
- # for the Copy type of workflow steps.
1135
+ # Specifies the location for the file being decrypted. Use
1136
+ # `$\{Transfer:UserName\}` or `$\{Transfer:UploadDate\}` in this field
1137
+ # to parametrize the destination prefix by username or uploaded date.
1138
+ #
1139
+ # * Set the value of `DestinationFileLocation` to
1140
+ # `$\{Transfer:UserName\}` to decrypt uploaded files to an Amazon S3
1141
+ # bucket that is prefixed with the name of the Transfer Family user
1142
+ # that uploaded the file.
1143
+ #
1144
+ # * Set the value of `DestinationFileLocation` to
1145
+ # `$\{Transfer:UploadDate\}` to decrypt uploaded files to an Amazon
1146
+ # S3 bucket that is prefixed with the date of the upload.
1147
+ #
1148
+ # <note markdown="1"> The system resolves `UploadDate` to a date format of *YYYY-MM-DD*,
1149
+ # based on the date the file is uploaded in UTC.
1150
+ #
1151
+ # </note>
1068
1152
  # @return [Types::InputFileLocation]
1069
1153
  #
1070
1154
  # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/DecryptStepDetails AWS API Documentation
@@ -1233,12 +1317,12 @@ module Aws::Transfer
1233
1317
  # the output from the previous step, or the originally uploaded file
1234
1318
  # for the workflow.
1235
1319
  #
1236
- # * Enter `$\{previous.file\}` to use the previous file as the input.
1320
+ # * To use the previous file as the input, enter `$\{previous.file\}`.
1237
1321
  # In this case, this workflow step uses the output file from the
1238
1322
  # previous workflow step as input. This is the default value.
1239
1323
  #
1240
- # * Enter `$\{original.file\}` to use the originally-uploaded file
1241
- # location as input for this step.
1324
+ # * To use the originally uploaded file location as input for this
1325
+ # step, enter `$\{original.file\}`.
1242
1326
  # @return [String]
1243
1327
  #
1244
1328
  # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/DeleteStepDetails AWS API Documentation
@@ -1578,8 +1662,8 @@ module Aws::Transfer
1578
1662
  # @return [String]
1579
1663
  #
1580
1664
  # @!attribute [rw] user
1581
- # An array containing the properties of the user account for the
1582
- # `ServerID` value that you specified.
1665
+ # An array containing the properties of the Transfer Family user for
1666
+ # the `ServerID` value that you specified.
1583
1667
  # @return [Types::DescribedUser]
1584
1668
  #
1585
1669
  # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/DescribeUserResponse AWS API Documentation
@@ -2243,7 +2327,7 @@ module Aws::Transfer
2243
2327
  #
2244
2328
  # Use the `AWS_LAMBDA` value to directly use an Lambda function as
2245
2329
  # your identity provider. If you choose this value, you must specify
2246
- # the ARN for the Lambda function in the `Function` parameter or the
2330
+ # the ARN for the Lambda function in the `Function` parameter for the
2247
2331
  # `IdentityProviderDetails` data type.
2248
2332
  # @return [String]
2249
2333
  #
@@ -2297,14 +2381,15 @@ module Aws::Transfer
2297
2381
  #
2298
2382
  # * If `Protocol` includes either `FTP` or `FTPS`, then the
2299
2383
  # `EndpointType` must be `VPC` and the `IdentityProviderType` must
2300
- # be `AWS_DIRECTORY_SERVICE` or `API_GATEWAY`.
2384
+ # be either `AWS_DIRECTORY_SERVICE`, `AWS_LAMBDA`, or `API_GATEWAY`.
2301
2385
  #
2302
2386
  # * If `Protocol` includes `FTP`, then `AddressAllocationIds` cannot
2303
2387
  # be associated.
2304
2388
  #
2305
2389
  # * If `Protocol` is set only to `SFTP`, the `EndpointType` can be set
2306
- # to `PUBLIC` and the `IdentityProviderType` can be set to
2307
- # `SERVICE_MANAGED`.
2390
+ # to `PUBLIC` and the `IdentityProviderType` can be set any of the
2391
+ # supported identity types: `SERVICE_MANAGED`,
2392
+ # `AWS_DIRECTORY_SERVICE`, `AWS_LAMBDA`, or `API_GATEWAY`.
2308
2393
  #
2309
2394
  # * If `Protocol` includes `AS2`, then the `EndpointType` must be
2310
2395
  # `VPC`, and domain must be Amazon S3.
@@ -2348,11 +2433,11 @@ module Aws::Transfer
2348
2433
  # Specifies the workflow ID for the workflow to assign and the
2349
2434
  # execution role that's used for executing the workflow.
2350
2435
  #
2351
- # In additon to a workflow to execute when a file is uploaded
2352
- # completely, `WorkflowDeatails` can also contain a workflow ID (and
2436
+ # In addition to a workflow to execute when a file is uploaded
2437
+ # completely, `WorkflowDetails` can also contain a workflow ID (and
2353
2438
  # execution role) for a workflow to execute on partial upload. A
2354
- # partial upload occurs when a file is open when the session
2355
- # disconnects.
2439
+ # partial upload occurs when the server session disconnects while the
2440
+ # file is still being uploaded.
2356
2441
  # @return [Types::WorkflowDetails]
2357
2442
  #
2358
2443
  # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/DescribedServer AWS API Documentation
@@ -2527,7 +2612,9 @@ module Aws::Transfer
2527
2612
  include Aws::Structure
2528
2613
  end
2529
2614
 
2530
- # Reserved for future use.
2615
+ # Specifies the details for the file location for the file that's being
2616
+ # used in the workflow. Only applicable if you are using Amazon Elastic
2617
+ # File Systems (Amazon EFS) for storage.
2531
2618
  #
2532
2619
  # @!attribute [rw] file_system_id
2533
2620
  # The identifier of the file system, assigned by Amazon EFS.
@@ -2642,36 +2729,36 @@ module Aws::Transfer
2642
2729
  # @!attribute [rw] type
2643
2730
  # Specifies the error type.
2644
2731
  #
2645
- # * `ALREADY_EXISTS`\: occurs for a copy step, if the overwrite option
2732
+ # * `ALREADY_EXISTS`: occurs for a copy step, if the overwrite option
2646
2733
  # is not selected and a file with the same name already exists in
2647
2734
  # the target location.
2648
2735
  #
2649
- # * `BAD_REQUEST`\: a general bad request: for example, a step that
2736
+ # * `BAD_REQUEST`: a general bad request: for example, a step that
2650
2737
  # attempts to tag an EFS file returns `BAD_REQUEST`, as only S3
2651
2738
  # files can be tagged.
2652
2739
  #
2653
- # * `CUSTOM_STEP_FAILED`\: occurs when the custom step provided a
2740
+ # * `CUSTOM_STEP_FAILED`: occurs when the custom step provided a
2654
2741
  # callback that indicates failure.
2655
2742
  #
2656
- # * `INTERNAL_SERVER_ERROR`\: a catch-all error that can occur for a
2743
+ # * `INTERNAL_SERVER_ERROR`: a catch-all error that can occur for a
2657
2744
  # variety of reasons.
2658
2745
  #
2659
- # * `NOT_FOUND`\: occurs when a requested entity, for example a source
2746
+ # * `NOT_FOUND`: occurs when a requested entity, for example a source
2660
2747
  # file for a copy step, does not exist.
2661
2748
  #
2662
- # * `PERMISSION_DENIED`\: occurs if your policy does not contain the
2749
+ # * `PERMISSION_DENIED`: occurs if your policy does not contain the
2663
2750
  # correct permissions to complete one or more of the steps in the
2664
2751
  # workflow.
2665
2752
  #
2666
- # * `TIMEOUT`\: occurs when the execution times out.
2753
+ # * `TIMEOUT`: occurs when the execution times out.
2667
2754
  #
2668
2755
  # <note markdown="1"> You can set the `TimeoutSeconds` for a custom step, anywhere from
2669
2756
  # 1 second to 1800 seconds (30 minutes).
2670
2757
  #
2671
2758
  # </note>
2672
2759
  #
2673
- # * `THROTTLED`\: occurs if you exceed the new execution refill rate
2674
- # of one workflow per second.
2760
+ # * `THROTTLED`: occurs if you exceed the new execution refill rate of
2761
+ # one workflow per second.
2675
2762
  # @return [String]
2676
2763
  #
2677
2764
  # @!attribute [rw] message
@@ -2716,13 +2803,17 @@ module Aws::Transfer
2716
2803
  # @!attribute [rw] step_type
2717
2804
  # One of the available step types.
2718
2805
  #
2719
- # * *COPY*\: Copy the file to another location.
2806
+ # * <b> <code>COPY</code> </b> - Copy the file to another location.
2807
+ #
2808
+ # * <b> <code>CUSTOM</code> </b> - Perform a custom step with an
2809
+ # Lambda function target.
2720
2810
  #
2721
- # * *CUSTOM*\: Perform a custom step with an Lambda function target.
2811
+ # * <b> <code>DECRYPT</code> </b> - Decrypt a file that was encrypted
2812
+ # before it was uploaded.
2722
2813
  #
2723
- # * *DELETE*\: Delete the file.
2814
+ # * <b> <code>DELETE</code> </b> - Delete the file.
2724
2815
  #
2725
- # * *TAG*\: Add a tag to the file.
2816
+ # * <b> <code>TAG</code> </b> - Add a tag to the file.
2726
2817
  # @return [String]
2727
2818
  #
2728
2819
  # @!attribute [rw] outputs
@@ -2800,8 +2891,9 @@ module Aws::Transfer
2800
2891
  # @return [String]
2801
2892
  #
2802
2893
  # @!attribute [rw] invocation_role
2803
- # Provides the type of `InvocationRole` used to authenticate the user
2804
- # account.
2894
+ # This parameter is only applicable if your `IdentityProviderType` is
2895
+ # `API_GATEWAY`. Provides the type of `InvocationRole` used to
2896
+ # authenticate the user account.
2805
2897
  # @return [String]
2806
2898
  #
2807
2899
  # @!attribute [rw] directory_id
@@ -2810,7 +2902,26 @@ module Aws::Transfer
2810
2902
  # @return [String]
2811
2903
  #
2812
2904
  # @!attribute [rw] function
2813
- # The ARN for a lambda function to use for the Identity provider.
2905
+ # The ARN for a Lambda function to use for the Identity provider.
2906
+ # @return [String]
2907
+ #
2908
+ # @!attribute [rw] sftp_authentication_methods
2909
+ # For SFTP-enabled servers, and for custom identity providers *only*,
2910
+ # you can specify whether to authenticate using a password, SSH key
2911
+ # pair, or both.
2912
+ #
2913
+ # * `PASSWORD` - users must provide their password to connect.
2914
+ #
2915
+ # * `PUBLIC_KEY` - users must provide their private key to connect.
2916
+ #
2917
+ # * `PUBLIC_KEY_OR_PASSWORD` - users can authenticate with either
2918
+ # their password or their key. This is the default value.
2919
+ #
2920
+ # * `PUBLIC_KEY_AND_PASSWORD` - users must provide both their private
2921
+ # key and their password to connect. The server checks the key
2922
+ # first, and then if the key is valid, the system prompts for a
2923
+ # password. If the private key provided does not match the public
2924
+ # key that is stored, authentication fails.
2814
2925
  # @return [String]
2815
2926
  #
2816
2927
  # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/IdentityProviderDetails AWS API Documentation
@@ -2819,7 +2930,8 @@ module Aws::Transfer
2819
2930
  :url,
2820
2931
  :invocation_role,
2821
2932
  :directory_id,
2822
- :function)
2933
+ :function,
2934
+ :sftp_authentication_methods)
2823
2935
  SENSITIVE = []
2824
2936
  include Aws::Structure
2825
2937
  end
@@ -2830,7 +2942,12 @@ module Aws::Transfer
2830
2942
  # @return [String]
2831
2943
  #
2832
2944
  # @!attribute [rw] certificate
2833
- # The file that contains the certificate to import.
2945
+ # * For the CLI, provide a file path for a certificate in URI format.
2946
+ # For example, `--certificate file://encryption-cert.pem`.
2947
+ # Alternatively, you can provide the raw content.
2948
+ #
2949
+ # * For the SDK, specify the raw content of a certificate file. For
2950
+ # example, `` --certificate "`cat encryption-cert.pem`" ``.
2834
2951
  # @return [String]
2835
2952
  #
2836
2953
  # @!attribute [rw] certificate_chain
@@ -2839,8 +2956,13 @@ module Aws::Transfer
2839
2956
  # @return [String]
2840
2957
  #
2841
2958
  # @!attribute [rw] private_key
2842
- # The file that contains the private key for the certificate that's
2843
- # being imported.
2959
+ # * For the CLI, provide a file path for a private key in URI
2960
+ # format.For example, `--private-key file://encryption-key.pem`.
2961
+ # Alternatively, you can provide the raw content of the private key
2962
+ # file.
2963
+ #
2964
+ # * For the SDK, specify the raw content of a private key file. For
2965
+ # example, `` --private-key "`cat encryption-key.pem`" ``
2844
2966
  # @return [String]
2845
2967
  #
2846
2968
  # @!attribute [rw] active_date
@@ -2895,7 +3017,7 @@ module Aws::Transfer
2895
3017
  # @return [String]
2896
3018
  #
2897
3019
  # @!attribute [rw] host_key_body
2898
- # The public key portion of an SSH key pair.
3020
+ # The private key portion of an SSH key pair.
2899
3021
  #
2900
3022
  # Transfer Family accepts RSA, ECDSA, and ED25519 keys.
2901
3023
  # @return [String]
@@ -2947,7 +3069,7 @@ module Aws::Transfer
2947
3069
  # @return [String]
2948
3070
  #
2949
3071
  # @!attribute [rw] user_name
2950
- # The name of the user account that is assigned to one or more
3072
+ # The name of the Transfer Family user that is assigned to one or more
2951
3073
  # servers.
2952
3074
  # @return [String]
2953
3075
  #
@@ -2987,15 +3109,16 @@ module Aws::Transfer
2987
3109
  include Aws::Structure
2988
3110
  end
2989
3111
 
2990
- # Specifies the location for the file being copied. Only applicable for
2991
- # the Copy type of workflow steps.
3112
+ # Specifies the location for the file that's being processed.
2992
3113
  #
2993
3114
  # @!attribute [rw] s3_file_location
2994
- # Specifies the details for the S3 file being copied.
3115
+ # Specifies the details for the Amazon S3 file that's being copied or
3116
+ # decrypted.
2995
3117
  # @return [Types::S3InputFileLocation]
2996
3118
  #
2997
3119
  # @!attribute [rw] efs_file_location
2998
- # Reserved for future use.
3120
+ # Specifies the details for the Amazon Elastic File System (Amazon
3121
+ # EFS) file that's being decrypted.
2999
3122
  # @return [Types::EfsFileLocation]
3000
3123
  #
3001
3124
  # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/InputFileLocation AWS API Documentation
@@ -3234,7 +3357,7 @@ module Aws::Transfer
3234
3357
  #
3235
3358
  # This is useful for pagination, for instance. If you have 100
3236
3359
  # executions for a workflow, you might only want to list first 10. If
3237
- # so, call the API by specifying the `max-results`\:
3360
+ # so, call the API by specifying the `max-results`:
3238
3361
  #
3239
3362
  # `aws transfer list-executions --max-results 10`
3240
3363
  #
@@ -3275,19 +3398,8 @@ module Aws::Transfer
3275
3398
  # @return [String]
3276
3399
  #
3277
3400
  # @!attribute [rw] executions
3278
- # Returns the details for each execution.
3279
- #
3280
- # * **NextToken**\: returned from a call to several APIs, you can use
3281
- # pass it to a subsequent command to continue listing additional
3282
- # executions.
3283
- #
3284
- # * **StartTime**\: timestamp indicating when the execution began.
3285
- #
3286
- # * **Executions**\: details of the execution, including the execution
3287
- # ID, initial file location, and Service metadata.
3288
- #
3289
- # * **Status**\: one of the following values: `IN_PROGRESS`,
3290
- # `COMPLETED`, `EXCEPTION`, `HANDLING_EXEPTION`.
3401
+ # Returns the details for each execution, in a `ListedExecution`
3402
+ # array.
3291
3403
  # @return [Array<Types::ListedExecution>]
3292
3404
  #
3293
3405
  # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/ListExecutionsResponse AWS API Documentation
@@ -3570,8 +3682,8 @@ module Aws::Transfer
3570
3682
  # @return [String]
3571
3683
  #
3572
3684
  # @!attribute [rw] users
3573
- # Returns the user accounts and their properties for the `ServerId`
3574
- # value that you specify.
3685
+ # Returns the Transfer Family users and their properties for the
3686
+ # `ServerId` value that you specify.
3575
3687
  # @return [Array<Types::ListedUser>]
3576
3688
  #
3577
3689
  # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/ListUsersResponse AWS API Documentation
@@ -3970,7 +4082,7 @@ module Aws::Transfer
3970
4082
  #
3971
4083
  # Use the `AWS_LAMBDA` value to directly use an Lambda function as
3972
4084
  # your identity provider. If you choose this value, you must specify
3973
- # the ARN for the Lambda function in the `Function` parameter or the
4085
+ # the ARN for the Lambda function in the `Function` parameter for the
3974
4086
  # `IdentityProviderDetails` data type.
3975
4087
  # @return [String]
3976
4088
  #
@@ -4224,15 +4336,15 @@ module Aws::Transfer
4224
4336
  # `TlsSessionResumptionMode` value is not specified during
4225
4337
  # `CreateServer`, it is set to `ENFORCED` by default.
4226
4338
  #
4227
- # * `DISABLED`\: the server does not process TLS session resumption
4339
+ # * `DISABLED`: the server does not process TLS session resumption
4228
4340
  # client requests and creates a new TLS session for each request.
4229
4341
  #
4230
- # * `ENABLED`\: the server processes and accepts clients that are
4342
+ # * `ENABLED`: the server processes and accepts clients that are
4231
4343
  # performing TLS session resumption. The server doesn't reject
4232
4344
  # client data connections that do not perform the TLS session
4233
4345
  # resumption client processing.
4234
4346
  #
4235
- # * `ENFORCED`\: the server processes and accepts clients that are
4347
+ # * `ENFORCED`: the server processes and accepts clients that are
4236
4348
  # performing TLS session resumption. The server rejects client data
4237
4349
  # connections that do not perform the TLS session resumption client
4238
4350
  # processing. Before you set the value to `ENFORCED`, test your
@@ -4365,9 +4477,9 @@ module Aws::Transfer
4365
4477
  include Aws::Structure
4366
4478
  end
4367
4479
 
4368
- # Specifies the customer input S3 file location. If it is used inside
4369
- # `copyStepDetails.DestinationFileLocation`, it should be the S3 copy
4370
- # destination.
4480
+ # Specifies the customer input Amazon S3 file location. If it is used
4481
+ # inside `copyStepDetails.DestinationFileLocation`, it should be the S3
4482
+ # copy destination.
4371
4483
  #
4372
4484
  # You need to provide the bucket and key. The key can represent either a
4373
4485
  # path or a file. This is determined by whether or not you end the key
@@ -4380,7 +4492,7 @@ module Aws::Transfer
4380
4492
  # For example, if your path is `shared-files/bob/`, your uploaded files
4381
4493
  # are copied to the `shared-files/bob/`, folder. If your path is
4382
4494
  # `shared-files/today`, each uploaded file is copied to the
4383
- # `shared-files` folder and named `today`\: each upload overwrites the
4495
+ # `shared-files` folder and named `today`: each upload overwrites the
4384
4496
  # previous version of the *bob* file.
4385
4497
  #
4386
4498
  # @!attribute [rw] bucket
@@ -4484,15 +4596,15 @@ module Aws::Transfer
4484
4596
  end
4485
4597
 
4486
4598
  # Provides information about the public Secure Shell (SSH) key that is
4487
- # associated with a user account for the specific file transfer
4599
+ # associated with a Transfer Family user for the specific file transfer
4488
4600
  # protocol-enabled server (as identified by `ServerId`). The information
4489
4601
  # returned includes the date the key was imported, the public key
4490
4602
  # contents, and the public key ID. A user can store more than one SSH
4491
4603
  # public key associated with their user name on a specific server.
4492
4604
  #
4493
4605
  # @!attribute [rw] date_imported
4494
- # Specifies the date that the public key was added to the user
4495
- # account.
4606
+ # Specifies the date that the public key was added to the Transfer
4607
+ # Family user.
4496
4608
  # @return [Time]
4497
4609
  #
4498
4610
  # @!attribute [rw] ssh_public_key_body
@@ -4604,8 +4716,8 @@ module Aws::Transfer
4604
4716
  #
4605
4717
  # @!attribute [rw] tags
4606
4718
  # Key-value pairs assigned to ARNs that you can use to group and
4607
- # search for resources by type. You can attach this metadata to user
4608
- # accounts for any purpose.
4719
+ # search for resources by type. You can attach this metadata to
4720
+ # resources (servers, users, workflows, and so on) for any purpose.
4609
4721
  # @return [Array<Types::Tag>]
4610
4722
  #
4611
4723
  # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/TagResourceRequest AWS API Documentation
@@ -4635,12 +4747,12 @@ module Aws::Transfer
4635
4747
  # the output from the previous step, or the originally uploaded file
4636
4748
  # for the workflow.
4637
4749
  #
4638
- # * Enter `$\{previous.file\}` to use the previous file as the input.
4750
+ # * To use the previous file as the input, enter `$\{previous.file\}`.
4639
4751
  # In this case, this workflow step uses the output file from the
4640
4752
  # previous workflow step as input. This is the default value.
4641
4753
  #
4642
- # * Enter `$\{original.file\}` to use the originally-uploaded file
4643
- # location as input for this step.
4754
+ # * To use the originally uploaded file location as input for this
4755
+ # step, enter `$\{original.file\}`.
4644
4756
  # @return [String]
4645
4757
  #
4646
4758
  # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/TagStepDetails AWS API Documentation
@@ -4668,18 +4780,20 @@ module Aws::Transfer
4668
4780
  # * File Transfer Protocol Secure (FTPS)
4669
4781
  #
4670
4782
  # * File Transfer Protocol (FTP)
4783
+ #
4784
+ # * Applicability Statement 2 (AS2)
4671
4785
  # @return [String]
4672
4786
  #
4673
4787
  # @!attribute [rw] source_ip
4674
- # The source IP address of the user account to be tested.
4788
+ # The source IP address of the account to be tested.
4675
4789
  # @return [String]
4676
4790
  #
4677
4791
  # @!attribute [rw] user_name
4678
- # The name of the user account to be tested.
4792
+ # The name of the account to be tested.
4679
4793
  # @return [String]
4680
4794
  #
4681
4795
  # @!attribute [rw] user_password
4682
- # The password of the user account to be tested.
4796
+ # The password of the account to be tested.
4683
4797
  # @return [String]
4684
4798
  #
4685
4799
  # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/TestIdentityProviderRequest AWS API Documentation
@@ -4695,11 +4809,13 @@ module Aws::Transfer
4695
4809
  end
4696
4810
 
4697
4811
  # @!attribute [rw] response
4698
- # The response that is returned from your API Gateway.
4812
+ # The response that is returned from your API Gateway or your Lambda
4813
+ # function.
4699
4814
  # @return [String]
4700
4815
  #
4701
4816
  # @!attribute [rw] status_code
4702
- # The HTTP status code that is the response from your API Gateway.
4817
+ # The HTTP status code that is the response from your API Gateway or
4818
+ # your Lambda function.
4703
4819
  # @return [Integer]
4704
4820
  #
4705
4821
  # @!attribute [rw] message
@@ -5298,7 +5414,7 @@ module Aws::Transfer
5298
5414
  # SFTP-enabled server to a new server, don't update the host key.
5299
5415
  # Accidentally changing a server's host key can be disruptive.
5300
5416
  #
5301
- # For more information, see [Update host keys for your SFTP-enabled
5417
+ # For more information, see [Manage host keys for your SFTP-enabled
5302
5418
  # server][1] in the *Transfer Family User Guide*.
5303
5419
  #
5304
5420
  #
@@ -5361,14 +5477,15 @@ module Aws::Transfer
5361
5477
  #
5362
5478
  # * If `Protocol` includes either `FTP` or `FTPS`, then the
5363
5479
  # `EndpointType` must be `VPC` and the `IdentityProviderType` must
5364
- # be `AWS_DIRECTORY_SERVICE` or `API_GATEWAY`.
5480
+ # be either `AWS_DIRECTORY_SERVICE`, `AWS_LAMBDA`, or `API_GATEWAY`.
5365
5481
  #
5366
5482
  # * If `Protocol` includes `FTP`, then `AddressAllocationIds` cannot
5367
5483
  # be associated.
5368
5484
  #
5369
5485
  # * If `Protocol` is set only to `SFTP`, the `EndpointType` can be set
5370
- # to `PUBLIC` and the `IdentityProviderType` can be set to
5371
- # `SERVICE_MANAGED`.
5486
+ # to `PUBLIC` and the `IdentityProviderType` can be set any of the
5487
+ # supported identity types: `SERVICE_MANAGED`,
5488
+ # `AWS_DIRECTORY_SERVICE`, `AWS_LAMBDA`, or `API_GATEWAY`.
5372
5489
  #
5373
5490
  # * If `Protocol` includes `AS2`, then the `EndpointType` must be
5374
5491
  # `VPC`, and domain must be Amazon S3.
@@ -5383,18 +5500,18 @@ module Aws::Transfer
5383
5500
  #
5384
5501
  # @!attribute [rw] server_id
5385
5502
  # A system-assigned unique identifier for a server instance that the
5386
- # user account is assigned to.
5503
+ # Transfer Family user is assigned to.
5387
5504
  # @return [String]
5388
5505
  #
5389
5506
  # @!attribute [rw] workflow_details
5390
5507
  # Specifies the workflow ID for the workflow to assign and the
5391
5508
  # execution role that's used for executing the workflow.
5392
5509
  #
5393
- # In additon to a workflow to execute when a file is uploaded
5394
- # completely, `WorkflowDeatails` can also contain a workflow ID (and
5510
+ # In addition to a workflow to execute when a file is uploaded
5511
+ # completely, `WorkflowDetails` can also contain a workflow ID (and
5395
5512
  # execution role) for a workflow to execute on partial upload. A
5396
- # partial upload occurs when a file is open when the session
5397
- # disconnects.
5513
+ # partial upload occurs when the server session disconnects while the
5514
+ # file is still being uploaded.
5398
5515
  #
5399
5516
  # To remove an associated workflow from a server, you can provide an
5400
5517
  # empty `OnUpload` object, as in the following example.
@@ -5424,8 +5541,8 @@ module Aws::Transfer
5424
5541
  end
5425
5542
 
5426
5543
  # @!attribute [rw] server_id
5427
- # A system-assigned unique identifier for a server that the user
5428
- # account is assigned to.
5544
+ # A system-assigned unique identifier for a server that the Transfer
5545
+ # Family user is assigned to.
5429
5546
  # @return [String]
5430
5547
  #
5431
5548
  # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/UpdateServerResponse AWS API Documentation
@@ -5530,8 +5647,8 @@ module Aws::Transfer
5530
5647
  # @return [String]
5531
5648
  #
5532
5649
  # @!attribute [rw] server_id
5533
- # A system-assigned unique identifier for a server instance that the
5534
- # user account is assigned to.
5650
+ # A system-assigned unique identifier for a Transfer Family server
5651
+ # instance that the user is assigned to.
5535
5652
  # @return [String]
5536
5653
  #
5537
5654
  # @!attribute [rw] user_name
@@ -5562,8 +5679,8 @@ module Aws::Transfer
5562
5679
  # request to update a user's properties.
5563
5680
  #
5564
5681
  # @!attribute [rw] server_id
5565
- # A system-assigned unique identifier for a server instance that the
5566
- # user account is assigned to.
5682
+ # A system-assigned unique identifier for a Transfer Family server
5683
+ # instance that the account is assigned to.
5567
5684
  # @return [String]
5568
5685
  #
5569
5686
  # @!attribute [rw] user_name
@@ -5583,8 +5700,8 @@ module Aws::Transfer
5583
5700
  # Specifies the user name, server ID, and session ID for a workflow.
5584
5701
  #
5585
5702
  # @!attribute [rw] user_name
5586
- # A unique string that identifies a user account associated with a
5587
- # server.
5703
+ # A unique string that identifies a Transfer Family user associated
5704
+ # with a server.
5588
5705
  # @return [String]
5589
5706
  #
5590
5707
  # @!attribute [rw] server_id
@@ -5610,10 +5727,11 @@ module Aws::Transfer
5610
5727
  # Specifies the workflow ID for the workflow to assign and the execution
5611
5728
  # role that's used for executing the workflow.
5612
5729
  #
5613
- # In additon to a workflow to execute when a file is uploaded
5614
- # completely, `WorkflowDeatails` can also contain a workflow ID (and
5730
+ # In addition to a workflow to execute when a file is uploaded
5731
+ # completely, `WorkflowDetails` can also contain a workflow ID (and
5615
5732
  # execution role) for a workflow to execute on partial upload. A partial
5616
- # upload occurs when a file is open when the session disconnects.
5733
+ # upload occurs when the server session disconnects while the file is
5734
+ # still being uploaded.
5617
5735
  #
5618
5736
  # @!attribute [rw] workflow_id
5619
5737
  # A unique identifier for the workflow.
@@ -5671,13 +5789,17 @@ module Aws::Transfer
5671
5789
  # @!attribute [rw] type
5672
5790
  # Currently, the following step types are supported.
5673
5791
  #
5674
- # * *COPY*\: Copy the file to another location.
5792
+ # * <b> <code>COPY</code> </b> - Copy the file to another location.
5675
5793
  #
5676
- # * *CUSTOM*\: Perform a custom step with an Lambda function target.
5794
+ # * <b> <code>CUSTOM</code> </b> - Perform a custom step with an
5795
+ # Lambda function target.
5677
5796
  #
5678
- # * *DELETE*\: Delete the file.
5797
+ # * <b> <code>DECRYPT</code> </b> - Decrypt a file that was encrypted
5798
+ # before it was uploaded.
5679
5799
  #
5680
- # * *TAG*\: Add a tag to the file.
5800
+ # * <b> <code>DELETE</code> </b> - Delete the file.
5801
+ #
5802
+ # * <b> <code>TAG</code> </b> - Add a tag to the file.
5681
5803
  # @return [String]
5682
5804
  #
5683
5805
  # @!attribute [rw] copy_step_details
@@ -5687,16 +5809,16 @@ module Aws::Transfer
5687
5809
  #
5688
5810
  # * A description
5689
5811
  #
5690
- # * An S3 location for the destination of the file copy.
5812
+ # * An Amazon S3 location for the destination of the file copy.
5691
5813
  #
5692
- # * A flag that indicates whether or not to overwrite an existing file
5693
- # of the same name. The default is `FALSE`.
5814
+ # * A flag that indicates whether to overwrite an existing file of the
5815
+ # same name. The default is `FALSE`.
5694
5816
  # @return [Types::CopyStepDetails]
5695
5817
  #
5696
5818
  # @!attribute [rw] custom_step_details
5697
- # Details for a step that invokes a lambda function.
5819
+ # Details for a step that invokes an Lambda function.
5698
5820
  #
5699
- # Consists of the lambda function name, target, and timeout (in
5821
+ # Consists of the Lambda function's name, target, and timeout (in
5700
5822
  # seconds).
5701
5823
  # @return [Types::CustomStepDetails]
5702
5824
  #
@@ -5707,10 +5829,27 @@ module Aws::Transfer
5707
5829
  # @!attribute [rw] tag_step_details
5708
5830
  # Details for a step that creates one or more tags.
5709
5831
  #
5710
- # You specify one or more tags: each tag contains a key/value pair.
5832
+ # You specify one or more tags. Each tag contains a key-value pair.
5711
5833
  # @return [Types::TagStepDetails]
5712
5834
  #
5713
5835
  # @!attribute [rw] decrypt_step_details
5836
+ # Details for a step that decrypts an encrypted file.
5837
+ #
5838
+ # Consists of the following values:
5839
+ #
5840
+ # * A descriptive name
5841
+ #
5842
+ # * An Amazon S3 or Amazon Elastic File System (Amazon EFS) location
5843
+ # for the source file to decrypt.
5844
+ #
5845
+ # * An S3 or Amazon EFS location for the destination of the file
5846
+ # decryption.
5847
+ #
5848
+ # * A flag that indicates whether to overwrite an existing file of the
5849
+ # same name. The default is `FALSE`.
5850
+ #
5851
+ # * The type of encryption that's used. Currently, only PGP
5852
+ # encryption is supported.
5714
5853
  # @return [Types::DecryptStepDetails]
5715
5854
  #
5716
5855
  # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/WorkflowStep AWS API Documentation