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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-transfer/client.rb +21 -6
- data/lib/aws-sdk-transfer/types.rb +62 -5
- data/lib/aws-sdk-transfer.rb +1 -1
- data/sig/client.rbs +2 -2
- data/sig/types.rbs +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5bdaa099422c988869d76c6e047a5c72546c56e60e50b80e851470eb09ccabe4
|
4
|
+
data.tar.gz: f35dbf8c8a526a808703fc2b737f6c09c6e7e3280939417911f4acb2444d7812
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 730a4cece8bea004ae23f4a3502c848ca05ea1270d39b3f790f94d1da5a21632ab44eb5a716d86aa4e8aeaee4f62fa8f552ff859a03c47a9d07ce61e53a608ba
|
7
|
+
data.tar.gz: 17015546646ded64c5e65cbf8cd47134603cbf404eef742d85e02b593081745051fbec723b130ab08bcf3ad1819a4d54df4a9ba1af63e535ad5598f921d9bb7b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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 [
|
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/
|
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.
|
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
|
-
#
|
51
|
-
# HTTPS. This ensures that no traffic is sent in clear text.
|
50
|
+
# Note the following:
|
52
51
|
#
|
53
|
-
#
|
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
|
-
#
|
2928
|
-
#
|
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
|
data/lib/aws-sdk-transfer.rb
CHANGED
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.
|
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-
|
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
|