aws-sdk-transfer 1.39.0 → 1.40.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d4aeeabaf52b3d987de21775bdd72ddacde5c90a0d7f1316ada59222bfb5f7fb
4
- data.tar.gz: a8f1d20e082b1c9affa8e0ebf7c73ea7b7a4133180e4ea481bee714f4fccb694
3
+ metadata.gz: 387bbc0ef25c3fe22904b55e221ac1d0b20c0fdb5064bdcb2c40cd46541b4f41
4
+ data.tar.gz: c3fb41e08336b47861b7185a81b5944be1e11c6e9651f20a3d6162bf8c93da07
5
5
  SHA512:
6
- metadata.gz: f3018d99924cd5937cb57926954b46f5afa49682784c5dca5e3f64c87e53876e51f76d79602e575284a71beb58a325a6882806720e14d6f0d32315685eb2a5ab
7
- data.tar.gz: ab3a9813374212092f1b8d3d4c56557a3dc52becedd858678c71fb239d235a1e6c341e5642f31064b1e0f8ceb2d8f251c89243cd50ea9aa7169e27dd4464a074
6
+ metadata.gz: 9154a4ac1338170226a1158426ad139aefa615d8eb2f59f5938b6ffaa4a9426f0336fa0f31fcf3d40c998788b376ea186885444bc0cd514468202f42a5e4f62e
7
+ data.tar.gz: b24382434840df52f8d7bc54908dcaef07ca58992c45cd90f9eebec8488f6dc9049233459972843ab13debe9d42cfa4454075347c41a80bb2371e0ada2f79aab
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.0 (2021-09-28)
5
+ ------------------
6
+
7
+ * Feature - Added changes for managed workflows feature APIs.
8
+
4
9
  1.39.0 (2021-09-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.39.0
1
+ 1.40.0
@@ -372,8 +372,8 @@ module Aws::Transfer
372
372
  #
373
373
  # The following is an `Entry` and `Target` pair example.
374
374
  #
375
- # `[ \{ "Entry": "your-personal-report.pdf", "Target":
376
- # "/bucket3/customized-reports/$\{transfer:UserName\}.pdf" \} ]`
375
+ # `[ \{ "Entry": "/directory1", "Target":
376
+ # "/bucket_name/home/mydirectory" \} ]`
377
377
  #
378
378
  # In most cases, you can use this value instead of the session policy to
379
379
  # lock down your user to the designated home directory ("`chroot`").
@@ -771,8 +771,8 @@ module Aws::Transfer
771
771
  #
772
772
  # The following is an `Entry` and `Target` pair example.
773
773
  #
774
- # `[ \{ "Entry": "your-personal-report.pdf", "Target":
775
- # "/bucket3/customized-reports/$\{transfer:UserName\}.pdf" \} ]`
774
+ # `[ \{ "Entry": "/directory1", "Target":
775
+ # "/bucket_name/home/mydirectory" \} ]`
776
776
  #
777
777
  # In most cases, you can use this value instead of the session policy to
778
778
  # lock your user down to the designated home directory ("`chroot`").
@@ -929,12 +929,23 @@ module Aws::Transfer
929
929
  #
930
930
  # * *Tag*\: add a tag to the file
931
931
  #
932
+ # <note markdown="1"> Currently, copying and tagging are supported only on S3.
933
+ #
934
+ # </note>
935
+ #
932
936
  # For file location, you specify either the S3 bucket and key, or the
933
937
  # EFS filesystem ID and path.
934
938
  #
935
939
  # @option params [Array<Types::WorkflowStep>] :on_exception_steps
936
- # Specifies the steps (actions) to take if any errors are encountered
937
- # during execution of the workflow.
940
+ # Specifies the steps (actions) to take if errors are encountered during
941
+ # execution of the workflow.
942
+ #
943
+ # <note markdown="1"> For custom steps, the lambda function needs to send `FAILURE` to the
944
+ # call back API to kick off the exception steps. Additionally, if the
945
+ # lambda does not send `SUCCESS` before it times out, the exception
946
+ # steps are executed.
947
+ #
948
+ # </note>
938
949
  #
939
950
  # @option params [Array<Types::Tag>] :tags
940
951
  # Key-value pairs that can be used to group and search for workflows.
@@ -2263,8 +2274,8 @@ module Aws::Transfer
2263
2274
  #
2264
2275
  # The following is an `Entry` and `Target` pair example.
2265
2276
  #
2266
- # `[ \{ "Entry": "your-personal-report.pdf", "Target":
2267
- # "/bucket3/customized-reports/$\{transfer:UserName\}.pdf" \} ]`
2277
+ # `[ \{ "Entry": "/directory1", "Target":
2278
+ # "/bucket_name/home/mydirectory" \} ]`
2268
2279
  #
2269
2280
  # In most cases, you can use this value instead of the session policy to
2270
2281
  # lock down your user to the designated home directory ("`chroot`").
@@ -2635,8 +2646,8 @@ module Aws::Transfer
2635
2646
  #
2636
2647
  # The following is an `Entry` and `Target` pair example.
2637
2648
  #
2638
- # `[ \{ "Entry": "your-personal-report.pdf", "Target":
2639
- # "/bucket3/customized-reports/$\{transfer:UserName\}.pdf" \} ]`
2649
+ # `[ \{ "Entry": "/directory1", "Target":
2650
+ # "/bucket_name/home/mydirectory" \} ]`
2640
2651
  #
2641
2652
  # In most cases, you can use this value instead of the session policy to
2642
2653
  # lock down your user to the designated home directory ("`chroot`").
@@ -2769,7 +2780,7 @@ module Aws::Transfer
2769
2780
  params: params,
2770
2781
  config: config)
2771
2782
  context[:gem_name] = 'aws-sdk-transfer'
2772
- context[:gem_version] = '1.39.0'
2783
+ context[:gem_version] = '1.40.0'
2773
2784
  Seahorse::Client::Request.new(handlers, context)
2774
2785
  end
2775
2786
 
@@ -135,8 +135,8 @@ module Aws::Transfer
135
135
  #
136
136
  # The following is an `Entry` and `Target` pair example.
137
137
  #
138
- # `[ \{ "Entry": "your-personal-report.pdf", "Target":
139
- # "/bucket3/customized-reports/$\{transfer:UserName\}.pdf" \} ]`
138
+ # `[ \{ "Entry": "/directory1", "Target":
139
+ # "/bucket_name/home/mydirectory" \} ]`
140
140
  #
141
141
  # In most cases, you can use this value instead of the session policy
142
142
  # to lock down your user to the designated home directory
@@ -583,8 +583,8 @@ module Aws::Transfer
583
583
  #
584
584
  # The following is an `Entry` and `Target` pair example.
585
585
  #
586
- # `[ \{ "Entry": "your-personal-report.pdf", "Target":
587
- # "/bucket3/customized-reports/$\{transfer:UserName\}.pdf" \} ]`
586
+ # `[ \{ "Entry": "/directory1", "Target":
587
+ # "/bucket_name/home/mydirectory" \} ]`
588
588
  #
589
589
  # In most cases, you can use this value instead of the session policy
590
590
  # to lock your user down to the designated home directory
@@ -817,13 +817,24 @@ module Aws::Transfer
817
817
  #
818
818
  # * *Tag*\: add a tag to the file
819
819
  #
820
+ # <note markdown="1"> Currently, copying and tagging are supported only on S3.
821
+ #
822
+ # </note>
823
+ #
820
824
  # For file location, you specify either the S3 bucket and key, or the
821
825
  # EFS filesystem ID and path.
822
826
  # @return [Array<Types::WorkflowStep>]
823
827
  #
824
828
  # @!attribute [rw] on_exception_steps
825
- # Specifies the steps (actions) to take if any errors are encountered
829
+ # Specifies the steps (actions) to take if errors are encountered
826
830
  # during execution of the workflow.
831
+ #
832
+ # <note markdown="1"> For custom steps, the lambda function needs to send `FAILURE` to the
833
+ # call back API to kick off the exception steps. Additionally, if the
834
+ # lambda does not send `SUCCESS` before it times out, the exception
835
+ # steps are executed.
836
+ #
837
+ # </note>
827
838
  # @return [Array<Types::WorkflowStep>]
828
839
  #
829
840
  # @!attribute [rw] tags
@@ -981,7 +992,7 @@ module Aws::Transfer
981
992
  include Aws::Structure
982
993
  end
983
994
 
984
- # The name of the step, used to identify the step that is being deleted.
995
+ # The name of the step, used to identify the delete step.
985
996
  #
986
997
  # @note When making an API call, you may pass DeleteStepDetails
987
998
  # data as a hash:
@@ -1776,7 +1787,7 @@ module Aws::Transfer
1776
1787
  # @return [Array<Types::WorkflowStep>]
1777
1788
  #
1778
1789
  # @!attribute [rw] on_exception_steps
1779
- # Specifies the steps (actions) to take if any errors are encountered
1790
+ # Specifies the steps (actions) to take if errors are encountered
1780
1791
  # during execution of the workflow.
1781
1792
  # @return [Array<Types::WorkflowStep>]
1782
1793
  #
@@ -1802,22 +1813,7 @@ module Aws::Transfer
1802
1813
  include Aws::Structure
1803
1814
  end
1804
1815
 
1805
- # Specifies the details for the file location for the file being used in
1806
- # the workflow. Only applicable if you are using Amazon EFS for storage.
1807
- #
1808
- # You need to provide the file system ID and the pathname. The pathname
1809
- # can represent either a path or a file. This is determined by whether
1810
- # or not you end the path value with the forward slash (/) character. If
1811
- # the final character is "/", then your file is copied to the folder,
1812
- # and its name does not change. If, rather, the final character is
1813
- # alphanumeric, your uploaded file is renamed to the path value. In this
1814
- # case, if a file with that name already exists, it is overwritten.
1815
- #
1816
- # For example, if your path is `shared-files/bob/`, your uploaded files
1817
- # are copied to the `shared-files/bob/`, folder. If your path is
1818
- # `shared-files/today`, each uploaded file is copied to the
1819
- # `shared-files` folder and named `today`\: each upload overwrites the
1820
- # previous version of the `bob` file.
1816
+ # Reserved for future use.
1821
1817
  #
1822
1818
  # @note When making an API call, you may pass EfsFileLocation
1823
1819
  # data as a hash:
@@ -1977,7 +1973,7 @@ module Aws::Transfer
1977
1973
  # @return [Array<Types::ExecutionStepResult>]
1978
1974
  #
1979
1975
  # @!attribute [rw] on_exception_steps
1980
- # Specifies the steps (actions) to take if any errors are encountered
1976
+ # Specifies the steps (actions) to take if errors are encountered
1981
1977
  # during execution of the workflow.
1982
1978
  # @return [Array<Types::ExecutionStepResult>]
1983
1979
  #
@@ -2206,7 +2202,7 @@ module Aws::Transfer
2206
2202
  # @return [Types::S3InputFileLocation]
2207
2203
  #
2208
2204
  # @!attribute [rw] efs_file_location
2209
- # Specifies the details for the Amazon EFS file being copied.
2205
+ # Reserved for future use.
2210
2206
  # @return [Types::EfsFileLocation]
2211
2207
  #
2212
2208
  # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/InputFileLocation AWS API Documentation
@@ -3101,20 +3097,6 @@ module Aws::Transfer
3101
3097
  # Specifies the details for the file location for the file being used in
3102
3098
  # the workflow. Only applicable if you are using S3 storage.
3103
3099
  #
3104
- # You need to provide the bucket and key. The key can represent either a
3105
- # path or a file. This is determined by whether or not you end the key
3106
- # value with the forward slash (/) character. If the final character is
3107
- # "/", then your file is copied to the folder, and its name does not
3108
- # change. If, rather, the final character is alphanumeric, your uploaded
3109
- # file is renamed to the path value. In this case, if a file with that
3110
- # name already exists, it is overwritten.
3111
- #
3112
- # For example, if your path is `shared-files/bob/`, your uploaded files
3113
- # are copied to the `shared-files/bob/`, folder. If your path is
3114
- # `shared-files/today`, each uploaded file is copied to the
3115
- # `shared-files` folder and named `today`\: each upload overwrites the
3116
- # previous version of the *bob* file.
3117
- #
3118
3100
  # @!attribute [rw] bucket
3119
3101
  # Specifies the S3 bucket that contains the file being used.
3120
3102
  # @return [String]
@@ -3144,7 +3126,23 @@ module Aws::Transfer
3144
3126
  include Aws::Structure
3145
3127
  end
3146
3128
 
3147
- # Specifies the details for the S3 file being copied.
3129
+ # Specifies the customer input S3 file location. If it is used inside
3130
+ # `copyStepDetails.DestinationFileLocation`, it should be the S3 copy
3131
+ # destination.
3132
+ #
3133
+ # You need to provide the bucket and key. The key can represent either a
3134
+ # path or a file. This is determined by whether or not you end the key
3135
+ # value with the forward slash (/) character. If the final character is
3136
+ # "/", then your file is copied to the folder, and its name does not
3137
+ # change. If, rather, the final character is alphanumeric, your uploaded
3138
+ # file is renamed to the path value. In this case, if a file with that
3139
+ # name already exists, it is overwritten.
3140
+ #
3141
+ # For example, if your path is `shared-files/bob/`, your uploaded files
3142
+ # are copied to the `shared-files/bob/`, folder. If your path is
3143
+ # `shared-files/today`, each uploaded file is copied to the
3144
+ # `shared-files` folder and named `today`\: each upload overwrites the
3145
+ # previous version of the *bob* file.
3148
3146
  #
3149
3147
  # @note When making an API call, you may pass S3InputFileLocation
3150
3148
  # data as a hash:
@@ -3155,7 +3153,7 @@ module Aws::Transfer
3155
3153
  # }
3156
3154
  #
3157
3155
  # @!attribute [rw] bucket
3158
- # Specifies the S3 bucket that contains the file being copied.
3156
+ # Specifies the S3 bucket for the customer input file.
3159
3157
  # @return [String]
3160
3158
  #
3161
3159
  # @!attribute [rw] key
@@ -3618,8 +3616,8 @@ module Aws::Transfer
3618
3616
  #
3619
3617
  # The following is an `Entry` and `Target` pair example.
3620
3618
  #
3621
- # `[ \{ "Entry": "your-personal-report.pdf", "Target":
3622
- # "/bucket3/customized-reports/$\{transfer:UserName\}.pdf" \} ]`
3619
+ # `[ \{ "Entry": "/directory1", "Target":
3620
+ # "/bucket_name/home/mydirectory" \} ]`
3623
3621
  #
3624
3622
  # In most cases, you can use this value instead of the session policy
3625
3623
  # to lock down your user to the designated home directory
@@ -4031,8 +4029,8 @@ module Aws::Transfer
4031
4029
  #
4032
4030
  # The following is an `Entry` and `Target` pair example.
4033
4031
  #
4034
- # `[ \{ "Entry": "your-personal-report.pdf", "Target":
4035
- # "/bucket3/customized-reports/$\{transfer:UserName\}.pdf" \} ]`
4032
+ # `[ \{ "Entry": "/directory1", "Target":
4033
+ # "/bucket_name/home/mydirectory" \} ]`
4036
4034
  #
4037
4035
  # In most cases, you can use this value instead of the session policy
4038
4036
  # to lock down your user to the designated home directory
@@ -4300,7 +4298,7 @@ module Aws::Transfer
4300
4298
  #
4301
4299
  # * A description
4302
4300
  #
4303
- # * An S3 or EFS location for the destination of the file copy.
4301
+ # * An S3 location for the destination of the file copy.
4304
4302
  #
4305
4303
  # * A flag that indicates whether or not to overwrite an existing file
4306
4304
  # of the same name. The default is `FALSE`.
@@ -4314,7 +4312,7 @@ module Aws::Transfer
4314
4312
  # @return [Types::CustomStepDetails]
4315
4313
  #
4316
4314
  # @!attribute [rw] delete_step_details
4317
- # You need to specify the name of the file to be deleted.
4315
+ # Details for a step that deletes the file.
4318
4316
  # @return [Types::DeleteStepDetails]
4319
4317
  #
4320
4318
  # @!attribute [rw] tag_step_details
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-transfer/customizations'
48
48
  # @!group service
49
49
  module Aws::Transfer
50
50
 
51
- GEM_VERSION = '1.39.0'
51
+ GEM_VERSION = '1.40.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-transfer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.39.0
4
+ version: 1.40.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-02 00:00:00.000000000 Z
11
+ date: 2021-09-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core