aws-sdk-transfer 1.88.0 → 1.89.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: dd44a4b53e27bf567a03377b6a58f62f29ded41ff6d6bdf1f3a1a4805a2cf16c
4
- data.tar.gz: 97729ca4b80de16e8f7a8e4654f6ad71f14d965d11d7767e0283ac1cf919ce46
3
+ metadata.gz: 5bdaa099422c988869d76c6e047a5c72546c56e60e50b80e851470eb09ccabe4
4
+ data.tar.gz: f35dbf8c8a526a808703fc2b737f6c09c6e7e3280939417911f4acb2444d7812
5
5
  SHA512:
6
- metadata.gz: c9462b63e6130a34bf92b6f7471b279a2ae9b0086c02ebef0ed39c4a3582f4baab0785394a44f92a04c71ec851ab0c84fe8e7ba648132d1dc0d7fb0a2988abde
7
- data.tar.gz: 926bfa3897a7c39f19bc01bc12994eb067b95919b505fd04b148c4e5a31ff36a79732d1baf9b973c765b9a9e53b81f5ae7f630a3cf6c4eab6e91d77067763e3d
6
+ metadata.gz: 730a4cece8bea004ae23f4a3502c848ca05ea1270d39b3f790f94d1da5a21632ab44eb5a716d86aa4e8aeaee4f62fa8f552ff859a03c47a9d07ce61e53a608ba
7
+ data.tar.gz: 17015546646ded64c5e65cbf8cd47134603cbf404eef742d85e02b593081745051fbec723b130ab08bcf3ad1819a4d54df4a9ba1af63e535ad5598f921d9bb7b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.89.0 (2024-03-08)
5
+ ------------------
6
+
7
+ * Feature - Added DES_EDE3_CBC to the list of supported encryption algorithms for messages sent with an AS2 connector.
8
+
4
9
  1.88.0 (2024-01-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.88.0
1
+ 1.89.0
@@ -678,7 +678,7 @@ module Aws::Transfer
678
678
  # sending files to an externally hosted AS2 server. For SFTP, the
679
679
  # connector is required when sending files to an SFTP server or
680
680
  # receiving files from an SFTP server. For more details about
681
- # connectors, see [Create AS2 connectors][1] and [Create SFTP
681
+ # connectors, see [Configure AS2 connectors][1] and [Create SFTP
682
682
  # connectors][2].
683
683
  #
684
684
  # <note markdown="1"> You must specify exactly one configuration object: either for AS2
@@ -688,7 +688,7 @@ module Aws::Transfer
688
688
  #
689
689
  #
690
690
  #
691
- # [1]: https://docs.aws.amazon.com/transfer/latest/userguide/create-b2b-server.html#configure-as2-connector
691
+ # [1]: https://docs.aws.amazon.com/transfer/latest/userguide/configure-as2-connector.html
692
692
  # [2]: https://docs.aws.amazon.com/transfer/latest/userguide/configure-sftp-connector.html
693
693
  #
694
694
  # @option params [required, String] :url
@@ -757,7 +757,7 @@ module Aws::Transfer
757
757
  # partner_profile_id: "ProfileId",
758
758
  # message_subject: "MessageSubject",
759
759
  # compression: "ZLIB", # accepts ZLIB, DISABLED
760
- # encryption_algorithm: "AES128_CBC", # accepts AES128_CBC, AES192_CBC, AES256_CBC, NONE
760
+ # encryption_algorithm: "AES128_CBC", # accepts AES128_CBC, AES192_CBC, AES256_CBC, DES_EDE3_CBC, NONE
761
761
  # signing_algorithm: "SHA256", # accepts SHA256, SHA384, SHA512, SHA1, NONE
762
762
  # mdn_signing_algorithm: "SHA256", # accepts SHA256, SHA384, SHA512, SHA1, NONE, DEFAULT
763
763
  # mdn_response: "SYNC", # accepts SYNC, NONE
@@ -2054,7 +2054,7 @@ module Aws::Transfer
2054
2054
  # resp.connector.as_2_config.partner_profile_id #=> String
2055
2055
  # resp.connector.as_2_config.message_subject #=> String
2056
2056
  # resp.connector.as_2_config.compression #=> String, one of "ZLIB", "DISABLED"
2057
- # resp.connector.as_2_config.encryption_algorithm #=> String, one of "AES128_CBC", "AES192_CBC", "AES256_CBC", "NONE"
2057
+ # resp.connector.as_2_config.encryption_algorithm #=> String, one of "AES128_CBC", "AES192_CBC", "AES256_CBC", "DES_EDE3_CBC", "NONE"
2058
2058
  # resp.connector.as_2_config.signing_algorithm #=> String, one of "SHA256", "SHA384", "SHA512", "SHA1", "NONE"
2059
2059
  # resp.connector.as_2_config.mdn_signing_algorithm #=> String, one of "SHA256", "SHA384", "SHA512", "SHA1", "NONE", "DEFAULT"
2060
2060
  # resp.connector.as_2_config.mdn_response #=> String, one of "SYNC", "NONE"
@@ -4060,7 +4060,7 @@ module Aws::Transfer
4060
4060
  # partner_profile_id: "ProfileId",
4061
4061
  # message_subject: "MessageSubject",
4062
4062
  # compression: "ZLIB", # accepts ZLIB, DISABLED
4063
- # encryption_algorithm: "AES128_CBC", # accepts AES128_CBC, AES192_CBC, AES256_CBC, NONE
4063
+ # encryption_algorithm: "AES128_CBC", # accepts AES128_CBC, AES192_CBC, AES256_CBC, DES_EDE3_CBC, NONE
4064
4064
  # signing_algorithm: "SHA256", # accepts SHA256, SHA384, SHA512, SHA1, NONE
4065
4065
  # mdn_signing_algorithm: "SHA256", # accepts SHA256, SHA384, SHA512, SHA1, NONE, DEFAULT
4066
4066
  # mdn_response: "SYNC", # accepts SYNC, NONE
@@ -4500,6 +4500,21 @@ module Aws::Transfer
4500
4500
  # The response returns the `ServerId` and the `UserName` for the updated
4501
4501
  # user.
4502
4502
  #
4503
+ # In the console, you can select *Restricted* when you create or update
4504
+ # a user. This ensures that the user can't access anything outside of
4505
+ # their home directory. The programmatic way to configure this behavior
4506
+ # is to update the user. Set their `HomeDirectoryType` to `LOGICAL`, and
4507
+ # specify `HomeDirectoryMappings` with `Entry` as root (`/`) and
4508
+ # `Target` as their home directory.
4509
+ #
4510
+ # For example, if the user's home directory is `/test/admin-user`, the
4511
+ # following command updates the user so that their configuration in the
4512
+ # console shows the *Restricted* flag as selected.
4513
+ #
4514
+ # ` aws transfer update-user --server-id <server-id> --user-name
4515
+ # admin-user --home-directory-type LOGICAL --home-directory-mappings
4516
+ # "[\{"Entry":"/", "Target":"/test/admin-user"\}]"`
4517
+ #
4503
4518
  # @option params [String] :home_directory
4504
4519
  # The landing directory (folder) for a user when they log in to the
4505
4520
  # server using the client.
@@ -4665,7 +4680,7 @@ module Aws::Transfer
4665
4680
  params: params,
4666
4681
  config: config)
4667
4682
  context[:gem_name] = 'aws-sdk-transfer'
4668
- context[:gem_version] = '1.88.0'
4683
+ context[:gem_version] = '1.89.0'
4669
4684
  Seahorse::Client::Request.new(handlers, context)
4670
4685
  end
4671
4686
 
@@ -47,10 +47,14 @@ module Aws::Transfer
47
47
  # @!attribute [rw] encryption_algorithm
48
48
  # The algorithm that is used to encrypt the file.
49
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.
50
+ # Note the following:
52
51
  #
53
- # </note>
52
+ # * Do not use the `DES_EDE3_CBC` algorithm unless you must support a
53
+ # legacy client that requires it, as it is a weak encryption
54
+ # algorithm.
55
+ #
56
+ # * You can only specify `NONE` if the URL for your connector uses
57
+ # HTTPS. Using HTTPS ensures that no traffic is sent in clear text.
54
58
  # @return [String]
55
59
  #
56
60
  # @!attribute [rw] signing_algorithm
@@ -2924,10 +2928,41 @@ module Aws::Transfer
2924
2928
  # A list of address allocation IDs that are required to attach an
2925
2929
  # Elastic IP address to your server's endpoint.
2926
2930
  #
2927
- # <note markdown="1"> This property can only be set when `EndpointType` is set to `VPC`
2928
- # and it is only valid in the `UpdateServer` API.
2931
+ # An address allocation ID corresponds to the allocation ID of an
2932
+ # Elastic IP address. This value can be retrieved from the
2933
+ # `allocationId` field from the Amazon EC2 [Address][1] data type. One
2934
+ # way to retrieve this value is by calling the EC2
2935
+ # [DescribeAddresses][2] API.
2936
+ #
2937
+ # This parameter is optional. Set this parameter if you want to make
2938
+ # your VPC endpoint public-facing. For details, see [Create an
2939
+ # internet-facing endpoint for your server][3].
2940
+ #
2941
+ # <note markdown="1"> This property can only be set as follows:
2942
+ #
2943
+ # * `EndpointType` must be set to `VPC`
2944
+ #
2945
+ # * The Transfer Family server must be offline.
2946
+ #
2947
+ # * You cannot set this parameter for Transfer Family servers that use
2948
+ # the FTP protocol.
2949
+ #
2950
+ # * The server must already have `SubnetIds` populated (`SubnetIds`
2951
+ # and `AddressAllocationIds` cannot be updated simultaneously).
2952
+ #
2953
+ # * `AddressAllocationIds` can't contain duplicates, and must be
2954
+ # equal in length to `SubnetIds`. For example, if you have three
2955
+ # subnet IDs, you must also specify three address allocation IDs.
2956
+ #
2957
+ # * Call the `UpdateServer` API to set or change this parameter.
2929
2958
  #
2930
2959
  # </note>
2960
+ #
2961
+ #
2962
+ #
2963
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_Address.html
2964
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAddresses.html
2965
+ # [3]: https://docs.aws.amazon.com/transfer/latest/userguide/create-server-in-vpc.html#create-internet-facing-endpoint
2931
2966
  # @return [Array<String>]
2932
2967
  #
2933
2968
  # @!attribute [rw] subnet_ids
@@ -4929,6 +4964,15 @@ module Aws::Transfer
4929
4964
  # object is used for transferring files to and from a partner's SFTP
4930
4965
  # server.
4931
4966
  #
4967
+ # <note markdown="1"> Because the `SftpConnectorConfig` data type is used for both creating
4968
+ # and updating SFTP connectors, its parameters, `TrustedHostKeys` and
4969
+ # `UserSecretId` are marked as not required. This is a bit misleading,
4970
+ # as they are not required when you are updating an existing SFTP
4971
+ # connector, but *are required* when you are creating a new SFTP
4972
+ # connector.
4973
+ #
4974
+ # </note>
4975
+ #
4932
4976
  # @!attribute [rw] user_secret_id
4933
4977
  # The identifier for the secret (in Amazon Web Services Secrets
4934
4978
  # Manager) that contains the SFTP user's private key, password, or
@@ -4956,6 +5000,19 @@ module Aws::Transfer
4956
5000
  # `ecdsa-sha2-nistp256`, `ecdsa-sha2-nistp384`, or
4957
5001
  # `ecdsa-sha2-nistp521`, depending on the size of the key you
4958
5002
  # generated.
5003
+ #
5004
+ # Run this command to retrieve the SFTP server host key, where your
5005
+ # SFTP server name is `ftp.host.com`.
5006
+ #
5007
+ # `ssh-keyscan ftp.host.com`
5008
+ #
5009
+ # This prints the public host key to standard output.
5010
+ #
5011
+ # `ftp.host.com ssh-rsa AAAAB3Nza...<long-string-for-public-key`
5012
+ #
5013
+ # Copy and paste this string into the `TrustedHostKeys` field for the
5014
+ # `create-connector` command or into the **Trusted host keys** field
5015
+ # in the console.
4959
5016
  # @return [Array<String>]
4960
5017
  #
4961
5018
  # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/SftpConnectorConfig AWS API Documentation
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-transfer/customizations'
53
53
  # @!group service
54
54
  module Aws::Transfer
55
55
 
56
- GEM_VERSION = '1.88.0'
56
+ GEM_VERSION = '1.89.0'
57
57
 
58
58
  end
data/sig/client.rbs CHANGED
@@ -135,7 +135,7 @@ module Aws
135
135
  partner_profile_id: ::String?,
136
136
  message_subject: ::String?,
137
137
  compression: ("ZLIB" | "DISABLED")?,
138
- encryption_algorithm: ("AES128_CBC" | "AES192_CBC" | "AES256_CBC" | "NONE")?,
138
+ encryption_algorithm: ("AES128_CBC" | "AES192_CBC" | "AES256_CBC" | "DES_EDE3_CBC" | "NONE")?,
139
139
  signing_algorithm: ("SHA256" | "SHA384" | "SHA512" | "SHA1" | "NONE")?,
140
140
  mdn_signing_algorithm: ("SHA256" | "SHA384" | "SHA512" | "SHA1" | "NONE" | "DEFAULT")?,
141
141
  mdn_response: ("SYNC" | "NONE")?,
@@ -952,7 +952,7 @@ module Aws
952
952
  partner_profile_id: ::String?,
953
953
  message_subject: ::String?,
954
954
  compression: ("ZLIB" | "DISABLED")?,
955
- encryption_algorithm: ("AES128_CBC" | "AES192_CBC" | "AES256_CBC" | "NONE")?,
955
+ encryption_algorithm: ("AES128_CBC" | "AES192_CBC" | "AES256_CBC" | "DES_EDE3_CBC" | "NONE")?,
956
956
  signing_algorithm: ("SHA256" | "SHA384" | "SHA512" | "SHA1" | "NONE")?,
957
957
  mdn_signing_algorithm: ("SHA256" | "SHA384" | "SHA512" | "SHA1" | "NONE" | "DEFAULT")?,
958
958
  mdn_response: ("SYNC" | "NONE")?,
data/sig/types.rbs CHANGED
@@ -18,7 +18,7 @@ module Aws::Transfer
18
18
  attr_accessor partner_profile_id: ::String
19
19
  attr_accessor message_subject: ::String
20
20
  attr_accessor compression: ("ZLIB" | "DISABLED")
21
- attr_accessor encryption_algorithm: ("AES128_CBC" | "AES192_CBC" | "AES256_CBC" | "NONE")
21
+ attr_accessor encryption_algorithm: ("AES128_CBC" | "AES192_CBC" | "AES256_CBC" | "DES_EDE3_CBC" | "NONE")
22
22
  attr_accessor signing_algorithm: ("SHA256" | "SHA384" | "SHA512" | "SHA1" | "NONE")
23
23
  attr_accessor mdn_signing_algorithm: ("SHA256" | "SHA384" | "SHA512" | "SHA1" | "NONE" | "DEFAULT")
24
24
  attr_accessor mdn_response: ("SYNC" | "NONE")
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.88.0
4
+ version: 1.89.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: 2024-01-26 00:00:00.000000000 Z
11
+ date: 2024-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core