aws-sdk-transfer 1.50.0 → 1.51.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4e4409d8646c52571f98d0f73d469176b53d7a405abb734576d1246d449c4852
4
- data.tar.gz: 79ab9afb3e5e42cd699384918c77c6e93f04d65e509c9482cf3364d9b7a26919
3
+ metadata.gz: 1c7ebfe35b8189393b2cb7d7e2dc0075a9fc346bfecf2c8ada3775293ac64b0b
4
+ data.tar.gz: 5846819507d83c00b63ae4fb1c93d09ec088e6aa015768ca78d8b53c019970b8
5
5
  SHA512:
6
- metadata.gz: 407fc4c5de4a8347616dde8a71db841ccd4193a6e7b38cc42e2b8df41df3350d7fe1eb03d6d996a3d9589f1e2cd215165c9e8078160fc8ae610ed19e9ace6bd1
7
- data.tar.gz: ffc9a729b8a42a08d0e4d74b5e3b47c96a1c008bfcb5188b31df56ce5a3bd7608409432f116bd6c59e0a7ce8438d2035ee28a26fa2114c6158c15cdeadfb9282
6
+ metadata.gz: ac4893b7513f79c391eb4d1aa813f6a31334ab38203ddfc0f47d299b88d02b65038fbec2456154a47d3f72e40ecf57410d5c82be1d4e26d787c4a44ea6f13c9d
7
+ data.tar.gz: 2810caafe6baba9e75cbaccdd9116c1f6078b3a9508fe7e4d36ca9128f6d7b9e87bbec9d049ebc02e4daec9e355df8ab8cb277ce1587c5f4723848fcf95f4144
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.0 (2022-03-10)
5
+ ------------------
6
+
7
+ * Feature - Adding more descriptive error types for managed workflows
8
+
4
9
  1.50.0 (2022-03-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.51.0
@@ -657,8 +657,23 @@ module Aws::Transfer
657
657
  # set, user activity can be viewed in your CloudWatch logs.
658
658
  #
659
659
  # @option params [String] :post_authentication_login_banner
660
+ # Specify a string to display when users connect to a server. This
661
+ # string is displayed after the user authenticates.
662
+ #
663
+ # <note markdown="1"> The SFTP protocol does not support post-authentication display
664
+ # banners.
665
+ #
666
+ # </note>
660
667
  #
661
668
  # @option params [String] :pre_authentication_login_banner
669
+ # Specify a string to display when users connect to a server. This
670
+ # string is displayed before the user authenticates. For example, the
671
+ # following banner displays details about using the system.
672
+ #
673
+ # `This system is for the use of authorized users only. Individuals
674
+ # using this computer system without authority, or in excess of their
675
+ # authority, are subject to having all of their activities on this
676
+ # system monitored and recorded by system personnel.`
662
677
  #
663
678
  # @option params [Array<String>] :protocols
664
679
  # Specifies the file transfer protocol or protocols over which your file
@@ -1363,12 +1378,12 @@ module Aws::Transfer
1363
1378
  # resp.execution.results.steps #=> Array
1364
1379
  # resp.execution.results.steps[0].step_type #=> String, one of "COPY", "CUSTOM", "TAG", "DELETE"
1365
1380
  # resp.execution.results.steps[0].outputs #=> String
1366
- # resp.execution.results.steps[0].error.type #=> String, one of "PERMISSION_DENIED"
1381
+ # resp.execution.results.steps[0].error.type #=> String, one of "PERMISSION_DENIED", "CUSTOM_STEP_FAILED", "THROTTLED", "ALREADY_EXISTS", "NOT_FOUND", "BAD_REQUEST", "TIMEOUT", "INTERNAL_SERVER_ERROR"
1367
1382
  # resp.execution.results.steps[0].error.message #=> String
1368
1383
  # resp.execution.results.on_exception_steps #=> Array
1369
1384
  # resp.execution.results.on_exception_steps[0].step_type #=> String, one of "COPY", "CUSTOM", "TAG", "DELETE"
1370
1385
  # resp.execution.results.on_exception_steps[0].outputs #=> String
1371
- # resp.execution.results.on_exception_steps[0].error.type #=> String, one of "PERMISSION_DENIED"
1386
+ # resp.execution.results.on_exception_steps[0].error.type #=> String, one of "PERMISSION_DENIED", "CUSTOM_STEP_FAILED", "THROTTLED", "ALREADY_EXISTS", "NOT_FOUND", "BAD_REQUEST", "TIMEOUT", "INTERNAL_SERVER_ERROR"
1372
1387
  # resp.execution.results.on_exception_steps[0].error.message #=> String
1373
1388
  #
1374
1389
  # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/DescribeExecution AWS API Documentation
@@ -2572,8 +2587,23 @@ module Aws::Transfer
2572
2587
  # set, user activity can be viewed in your CloudWatch logs.
2573
2588
  #
2574
2589
  # @option params [String] :post_authentication_login_banner
2590
+ # Specify a string to display when users connect to a server. This
2591
+ # string is displayed after the user authenticates.
2592
+ #
2593
+ # <note markdown="1"> The SFTP protocol does not support post-authentication display
2594
+ # banners.
2595
+ #
2596
+ # </note>
2575
2597
  #
2576
2598
  # @option params [String] :pre_authentication_login_banner
2599
+ # Specify a string to display when users connect to a server. This
2600
+ # string is displayed before the user authenticates. For example, the
2601
+ # following banner displays details about using the system.
2602
+ #
2603
+ # `This system is for the use of authorized users only. Individuals
2604
+ # using this computer system without authority, or in excess of their
2605
+ # authority, are subject to having all of their activities on this
2606
+ # system monitored and recorded by system personnel.`
2577
2607
  #
2578
2608
  # @option params [Array<String>] :protocols
2579
2609
  # Specifies the file transfer protocol or protocols over which your file
@@ -2830,7 +2860,7 @@ module Aws::Transfer
2830
2860
  params: params,
2831
2861
  config: config)
2832
2862
  context[:gem_name] = 'aws-sdk-transfer'
2833
- context[:gem_version] = '1.50.0'
2863
+ context[:gem_version] = '1.51.0'
2834
2864
  Seahorse::Client::Request.new(handlers, context)
2835
2865
  end
2836
2866
 
@@ -465,9 +465,24 @@ module Aws::Transfer
465
465
  # @return [String]
466
466
  #
467
467
  # @!attribute [rw] post_authentication_login_banner
468
+ # Specify a string to display when users connect to a server. This
469
+ # string is displayed after the user authenticates.
470
+ #
471
+ # <note markdown="1"> The SFTP protocol does not support post-authentication display
472
+ # banners.
473
+ #
474
+ # </note>
468
475
  # @return [String]
469
476
  #
470
477
  # @!attribute [rw] pre_authentication_login_banner
478
+ # Specify a string to display when users connect to a server. This
479
+ # string is displayed before the user authenticates. For example, the
480
+ # following banner displays details about using the system.
481
+ #
482
+ # `This system is for the use of authorized users only. Individuals
483
+ # using this computer system without authority, or in excess of their
484
+ # authority, are subject to having all of their activities on this
485
+ # system monitored and recorded by system personnel.`
471
486
  # @return [String]
472
487
  #
473
488
  # @!attribute [rw] protocols
@@ -1669,9 +1684,24 @@ module Aws::Transfer
1669
1684
  # @return [String]
1670
1685
  #
1671
1686
  # @!attribute [rw] post_authentication_login_banner
1687
+ # Specify a string to display when users connect to a server. This
1688
+ # string is displayed after the user authenticates.
1689
+ #
1690
+ # <note markdown="1"> The SFTP protocol does not support post-authentication display
1691
+ # banners.
1692
+ #
1693
+ # </note>
1672
1694
  # @return [String]
1673
1695
  #
1674
1696
  # @!attribute [rw] pre_authentication_login_banner
1697
+ # Specify a string to display when users connect to a server. This
1698
+ # string is displayed before the user authenticates. For example, the
1699
+ # following banner displays details about using the system.
1700
+ #
1701
+ # `This system is for the use of authorized users only. Individuals
1702
+ # using this computer system without authority, or in excess of their
1703
+ # authority, are subject to having all of their activities on this
1704
+ # system monitored and recorded by system personnel.`
1675
1705
  # @return [String]
1676
1706
  #
1677
1707
  # @!attribute [rw] protocols
@@ -2027,10 +2057,38 @@ module Aws::Transfer
2027
2057
  # the execution of the workflow.
2028
2058
  #
2029
2059
  # @!attribute [rw] type
2030
- # Specifies the error type: currently, the only valid value is
2031
- # `PERMISSION_DENIED`, which occurs if your policy does not contain
2032
- # the correct permissions to complete one or more of the steps in the
2033
- # workflow.
2060
+ # Specifies the error type.
2061
+ #
2062
+ # * `ALREADY_EXISTS`\: occurs for a copy step, if the overwrite option
2063
+ # is not selected and a file with the same name already exists in
2064
+ # the target location.
2065
+ #
2066
+ # * `BAD_REQUEST`\: a general bad request: for example, a step that
2067
+ # attempts to tag an EFS file returns `BAD_REQUEST`, as only S3
2068
+ # files can be tagged.
2069
+ #
2070
+ # * `CUSTOM_STEP_FAILED`\: occurs when the custom step provided a
2071
+ # callback that indicates failure.
2072
+ #
2073
+ # * `INTERNAL_SERVER_ERROR`\: a catch-all error that can occur for a
2074
+ # variety of reasons.
2075
+ #
2076
+ # * `NOT_FOUND`\: occurs when a requested entity, for example a source
2077
+ # file for a copy step, does not exist.
2078
+ #
2079
+ # * `PERMISSION_DENIED`\: occurs if your policy does not contain the
2080
+ # correct permissions to complete one or more of the steps in the
2081
+ # workflow.
2082
+ #
2083
+ # * `TIMEOUT`\: occurs when the execution times out.
2084
+ #
2085
+ # <note markdown="1"> You can set the `TimeoutSeconds` for a custom step, anywhere from
2086
+ # 1 second to 1800 seconds (30 minutes).
2087
+ #
2088
+ # </note>
2089
+ #
2090
+ # * `THROTTLED`\: occurs if you exceed the new execution refill rate
2091
+ # of one workflow per second.
2034
2092
  # @return [String]
2035
2093
  #
2036
2094
  # @!attribute [rw] message
@@ -4031,9 +4089,24 @@ module Aws::Transfer
4031
4089
  # @return [String]
4032
4090
  #
4033
4091
  # @!attribute [rw] post_authentication_login_banner
4092
+ # Specify a string to display when users connect to a server. This
4093
+ # string is displayed after the user authenticates.
4094
+ #
4095
+ # <note markdown="1"> The SFTP protocol does not support post-authentication display
4096
+ # banners.
4097
+ #
4098
+ # </note>
4034
4099
  # @return [String]
4035
4100
  #
4036
4101
  # @!attribute [rw] pre_authentication_login_banner
4102
+ # Specify a string to display when users connect to a server. This
4103
+ # string is displayed before the user authenticates. For example, the
4104
+ # following banner displays details about using the system.
4105
+ #
4106
+ # `This system is for the use of authorized users only. Individuals
4107
+ # using this computer system without authority, or in excess of their
4108
+ # authority, are subject to having all of their activities on this
4109
+ # system monitored and recorded by system personnel.`
4037
4110
  # @return [String]
4038
4111
  #
4039
4112
  # @!attribute [rw] protocols
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-transfer/customizations'
49
49
  # @!group service
50
50
  module Aws::Transfer
51
51
 
52
- GEM_VERSION = '1.50.0'
52
+ GEM_VERSION = '1.51.0'
53
53
 
54
54
  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.50.0
4
+ version: 1.51.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: 2022-03-04 00:00:00.000000000 Z
11
+ date: 2022-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core