aws-sdk-transfer 1.114.0 → 1.115.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: 01ff45ec81e30cb8dd343a62f3839b73bdaf2a8ef58621aa1a1de83e9e2809cb
4
- data.tar.gz: 78e8a6e3753f42da1d0a07d7e8e7582e195ce21ce694a8b9f329802238a441b9
3
+ metadata.gz: 8b6da5e79924fa59726ec52b375afd9fd6d932c4b91cceab07c2712663179ca4
4
+ data.tar.gz: 3667b1f84864d39ebd8ce96cb00c82c2283d94c7405320d1b1aaa3ac441f8871
5
5
  SHA512:
6
- metadata.gz: d9862109fe4a45cb34f6e6f76049c2f4bd514f8f6d8bdde40a60a0b1e450ac75d36ac75c3d37128ba988962d36f70ee7eb6b673e55472acc5465c4cfa20fd4b7
7
- data.tar.gz: 680a209ff70b4294070637850b5f82a449b17f6681b680e926b3c98f07ca2f2d841ba7360606fed0c64b5a935d024113e0199a91a974f4aaa595d6f6ac140e74
6
+ metadata.gz: a8dddeb8e140aa8caeadf66bff648a5a9021fe8188289e67d4b631bdcceb896cc9bba05d7f922728c7a79f8d0f935867148f93ec62d5bed40ba59496fd0427c2
7
+ data.tar.gz: 9643860991da92e7de6f3a8d47894ceafc373e3b2f494964f8e167a73f1c42d236f51de26c3ce59bf10badf087faaf450a3d77ce265a2294cf7c71b411bae6bd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.115.0 (2025-04-07)
5
+ ------------------
6
+
7
+ * Feature - This launch enables customers to manage contents of their remote directories, by deleting old files or moving files to archive folders in remote servers once they have been retrieved. Customers will be able to automate the process using event-driven architecture.
8
+
4
9
  1.114.0 (2025-03-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.114.0
1
+ 1.115.0
@@ -1151,7 +1151,7 @@ module Aws::Transfer
1151
1151
  # @option params [String] :logging_role
1152
1152
  # The Amazon Resource Name (ARN) of the Identity and Access Management
1153
1153
  # (IAM) role that allows a server to turn on Amazon CloudWatch logging
1154
- # for Amazon S3 or Amazon EFSevents. When set, you can view user
1154
+ # for Amazon S3 or Amazon EFS events. When set, you can view user
1155
1155
  # activity in your CloudWatch logs.
1156
1156
  #
1157
1157
  # @option params [String] :post_authentication_login_banner
@@ -2862,6 +2862,14 @@ module Aws::Transfer
2862
2862
  # Imports the signing and encryption certificates that you need to
2863
2863
  # create local (AS2) profiles and partner profiles.
2864
2864
  #
2865
+ # You can import both the certificate and its chain in the `Certificate`
2866
+ # parameter.
2867
+ #
2868
+ # <note markdown="1"> If you use the `Certificate` parameter to upload both the certificate
2869
+ # and its chain, don't use the `CertificateChain` parameter.
2870
+ #
2871
+ # </note>
2872
+ #
2865
2873
  # @option params [required, String] :usage
2866
2874
  # Specifies how this certificate is used. It can be used in the
2867
2875
  # following ways:
@@ -2880,23 +2888,35 @@ module Aws::Transfer
2880
2888
  # * For the SDK, specify the raw content of a certificate file. For
2881
2889
  # example, `` --certificate "`cat encryption-cert.pem`" ``.
2882
2890
  #
2891
+ # <note markdown="1"> You can provide both the certificate and its chain in this parameter,
2892
+ # without needing to use the `CertificateChain` parameter. If you use
2893
+ # this parameter for both the certificate and its chain, do not use the
2894
+ # `CertificateChain` parameter.
2895
+ #
2896
+ # </note>
2897
+ #
2883
2898
  # @option params [String] :certificate_chain
2884
2899
  # An optional list of certificates that make up the chain for the
2885
2900
  # certificate that's being imported.
2886
2901
  #
2887
2902
  # @option params [String] :private_key
2888
- # * For the CLI, provide a file path for a private key in URI format.For
2889
- # example, `--private-key file://encryption-key.pem`. Alternatively,
2890
- # you can provide the raw content of the private key file.
2903
+ # * For the CLI, provide a file path for a private key in URI format.
2904
+ # For example, `--private-key file://encryption-key.pem`.
2905
+ # Alternatively, you can provide the raw content of the private key
2906
+ # file.
2891
2907
  #
2892
2908
  # * For the SDK, specify the raw content of a private key file. For
2893
2909
  # example, `` --private-key "`cat encryption-key.pem`" ``
2894
2910
  #
2895
2911
  # @option params [Time,DateTime,Date,Integer,String] :active_date
2896
2912
  # An optional date that specifies when the certificate becomes active.
2913
+ # If you do not specify a value, `ActiveDate` takes the same value as
2914
+ # `NotBeforeDate`, which is specified by the CA.
2897
2915
  #
2898
2916
  # @option params [Time,DateTime,Date,Integer,String] :inactive_date
2899
2917
  # An optional date that specifies when the certificate becomes inactive.
2918
+ # If you do not specify a value, `InactiveDate` takes the same value as
2919
+ # `NotAfterDate`, which is specified by the CA.
2900
2920
  #
2901
2921
  # @option params [String] :description
2902
2922
  # A short description that helps identify the certificate.
@@ -3968,6 +3988,76 @@ module Aws::Transfer
3968
3988
  req.send_request(options)
3969
3989
  end
3970
3990
 
3991
+ # Deletes a file or directory on the remote SFTP server.
3992
+ #
3993
+ # @option params [required, String] :connector_id
3994
+ # The unique identifier for the connector.
3995
+ #
3996
+ # @option params [required, String] :delete_path
3997
+ # The absolute path of the file or directory to delete. You can only
3998
+ # specify one path per call to this operation.
3999
+ #
4000
+ # @return [Types::StartRemoteDeleteResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4001
+ #
4002
+ # * {Types::StartRemoteDeleteResponse#delete_id #delete_id} => String
4003
+ #
4004
+ # @example Request syntax with placeholder values
4005
+ #
4006
+ # resp = client.start_remote_delete({
4007
+ # connector_id: "ConnectorId", # required
4008
+ # delete_path: "FilePath", # required
4009
+ # })
4010
+ #
4011
+ # @example Response structure
4012
+ #
4013
+ # resp.delete_id #=> String
4014
+ #
4015
+ # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/StartRemoteDelete AWS API Documentation
4016
+ #
4017
+ # @overload start_remote_delete(params = {})
4018
+ # @param [Hash] params ({})
4019
+ def start_remote_delete(params = {}, options = {})
4020
+ req = build_request(:start_remote_delete, params)
4021
+ req.send_request(options)
4022
+ end
4023
+
4024
+ # Moves or renames a file or directory on the remote SFTP server.
4025
+ #
4026
+ # @option params [required, String] :connector_id
4027
+ # The unique identifier for the connector.
4028
+ #
4029
+ # @option params [required, String] :source_path
4030
+ # The absolute path of the file or directory to move or rename. You can
4031
+ # only specify one path per call to this operation.
4032
+ #
4033
+ # @option params [required, String] :target_path
4034
+ # The absolute path for the target of the move/rename operation.
4035
+ #
4036
+ # @return [Types::StartRemoteMoveResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4037
+ #
4038
+ # * {Types::StartRemoteMoveResponse#move_id #move_id} => String
4039
+ #
4040
+ # @example Request syntax with placeholder values
4041
+ #
4042
+ # resp = client.start_remote_move({
4043
+ # connector_id: "ConnectorId", # required
4044
+ # source_path: "FilePath", # required
4045
+ # target_path: "FilePath", # required
4046
+ # })
4047
+ #
4048
+ # @example Response structure
4049
+ #
4050
+ # resp.move_id #=> String
4051
+ #
4052
+ # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/StartRemoteMove AWS API Documentation
4053
+ #
4054
+ # @overload start_remote_move(params = {})
4055
+ # @param [Hash] params ({})
4056
+ def start_remote_move(params = {}, options = {})
4057
+ req = build_request(:start_remote_move, params)
4058
+ req.send_request(options)
4059
+ end
4060
+
3971
4061
  # Changes the state of a file transfer protocol-enabled server from
3972
4062
  # `OFFLINE` to `ONLINE`. It has no impact on a server that is already
3973
4063
  # `ONLINE`. An `ONLINE` server can accept and process file transfer
@@ -4574,9 +4664,13 @@ module Aws::Transfer
4574
4664
  #
4575
4665
  # @option params [Time,DateTime,Date,Integer,String] :active_date
4576
4666
  # An optional date that specifies when the certificate becomes active.
4667
+ # If you do not specify a value, `ActiveDate` takes the same value as
4668
+ # `NotBeforeDate`, which is specified by the CA.
4577
4669
  #
4578
4670
  # @option params [Time,DateTime,Date,Integer,String] :inactive_date
4579
4671
  # An optional date that specifies when the certificate becomes inactive.
4672
+ # If you do not specify a value, `InactiveDate` takes the same value as
4673
+ # `NotAfterDate`, which is specified by the CA.
4580
4674
  #
4581
4675
  # @option params [String] :description
4582
4676
  # A short description to help identify the certificate.
@@ -4935,7 +5029,7 @@ module Aws::Transfer
4935
5029
  # @option params [String] :logging_role
4936
5030
  # The Amazon Resource Name (ARN) of the Identity and Access Management
4937
5031
  # (IAM) role that allows a server to turn on Amazon CloudWatch logging
4938
- # for Amazon S3 or Amazon EFSevents. When set, you can view user
5032
+ # for Amazon S3 or Amazon EFS events. When set, you can view user
4939
5033
  # activity in your CloudWatch logs.
4940
5034
  #
4941
5035
  # @option params [String] :post_authentication_login_banner
@@ -5398,7 +5492,7 @@ module Aws::Transfer
5398
5492
  tracer: tracer
5399
5493
  )
5400
5494
  context[:gem_name] = 'aws-sdk-transfer'
5401
- context[:gem_version] = '1.114.0'
5495
+ context[:gem_version] = '1.115.0'
5402
5496
  Seahorse::Client::Request.new(handlers, context)
5403
5497
  end
5404
5498
 
@@ -71,6 +71,7 @@ module Aws::Transfer
71
71
  DeleteCertificateRequest = Shapes::StructureShape.new(name: 'DeleteCertificateRequest')
72
72
  DeleteConnectorRequest = Shapes::StructureShape.new(name: 'DeleteConnectorRequest')
73
73
  DeleteHostKeyRequest = Shapes::StructureShape.new(name: 'DeleteHostKeyRequest')
74
+ DeleteId = Shapes::StringShape.new(name: 'DeleteId')
74
75
  DeleteProfileRequest = Shapes::StructureShape.new(name: 'DeleteProfileRequest')
75
76
  DeleteServerRequest = Shapes::StructureShape.new(name: 'DeleteServerRequest')
76
77
  DeleteSshPublicKeyRequest = Shapes::StructureShape.new(name: 'DeleteSshPublicKeyRequest')
@@ -233,6 +234,7 @@ module Aws::Transfer
233
234
  MdnSigningAlg = Shapes::StringShape.new(name: 'MdnSigningAlg')
234
235
  Message = Shapes::StringShape.new(name: 'Message')
235
236
  MessageSubject = Shapes::StringShape.new(name: 'MessageSubject')
237
+ MoveId = Shapes::StringShape.new(name: 'MoveId')
236
238
  NextToken = Shapes::StringShape.new(name: 'NextToken')
237
239
  NullableRole = Shapes::StringShape.new(name: 'NullableRole')
238
240
  OnPartialUploadWorkflowDetails = Shapes::ListShape.new(name: 'OnPartialUploadWorkflowDetails')
@@ -308,6 +310,10 @@ module Aws::Transfer
308
310
  StartDirectoryListingResponse = Shapes::StructureShape.new(name: 'StartDirectoryListingResponse')
309
311
  StartFileTransferRequest = Shapes::StructureShape.new(name: 'StartFileTransferRequest')
310
312
  StartFileTransferResponse = Shapes::StructureShape.new(name: 'StartFileTransferResponse')
313
+ StartRemoteDeleteRequest = Shapes::StructureShape.new(name: 'StartRemoteDeleteRequest')
314
+ StartRemoteDeleteResponse = Shapes::StructureShape.new(name: 'StartRemoteDeleteResponse')
315
+ StartRemoteMoveRequest = Shapes::StructureShape.new(name: 'StartRemoteMoveRequest')
316
+ StartRemoteMoveResponse = Shapes::StructureShape.new(name: 'StartRemoteMoveResponse')
311
317
  StartServerRequest = Shapes::StructureShape.new(name: 'StartServerRequest')
312
318
  State = Shapes::StringShape.new(name: 'State')
313
319
  Status = Shapes::StringShape.new(name: 'Status')
@@ -1273,6 +1279,21 @@ module Aws::Transfer
1273
1279
  StartFileTransferResponse.add_member(:transfer_id, Shapes::ShapeRef.new(shape: TransferId, required: true, location_name: "TransferId"))
1274
1280
  StartFileTransferResponse.struct_class = Types::StartFileTransferResponse
1275
1281
 
1282
+ StartRemoteDeleteRequest.add_member(:connector_id, Shapes::ShapeRef.new(shape: ConnectorId, required: true, location_name: "ConnectorId"))
1283
+ StartRemoteDeleteRequest.add_member(:delete_path, Shapes::ShapeRef.new(shape: FilePath, required: true, location_name: "DeletePath"))
1284
+ StartRemoteDeleteRequest.struct_class = Types::StartRemoteDeleteRequest
1285
+
1286
+ StartRemoteDeleteResponse.add_member(:delete_id, Shapes::ShapeRef.new(shape: DeleteId, required: true, location_name: "DeleteId"))
1287
+ StartRemoteDeleteResponse.struct_class = Types::StartRemoteDeleteResponse
1288
+
1289
+ StartRemoteMoveRequest.add_member(:connector_id, Shapes::ShapeRef.new(shape: ConnectorId, required: true, location_name: "ConnectorId"))
1290
+ StartRemoteMoveRequest.add_member(:source_path, Shapes::ShapeRef.new(shape: FilePath, required: true, location_name: "SourcePath"))
1291
+ StartRemoteMoveRequest.add_member(:target_path, Shapes::ShapeRef.new(shape: FilePath, required: true, location_name: "TargetPath"))
1292
+ StartRemoteMoveRequest.struct_class = Types::StartRemoteMoveRequest
1293
+
1294
+ StartRemoteMoveResponse.add_member(:move_id, Shapes::ShapeRef.new(shape: MoveId, required: true, location_name: "MoveId"))
1295
+ StartRemoteMoveResponse.struct_class = Types::StartRemoteMoveResponse
1296
+
1276
1297
  StartServerRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
1277
1298
  StartServerRequest.struct_class = Types::StartServerRequest
1278
1299
 
@@ -2265,6 +2286,32 @@ module Aws::Transfer
2265
2286
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2266
2287
  end)
2267
2288
 
2289
+ api.add_operation(:start_remote_delete, Seahorse::Model::Operation.new.tap do |o|
2290
+ o.name = "StartRemoteDelete"
2291
+ o.http_method = "POST"
2292
+ o.http_request_uri = "/"
2293
+ o.input = Shapes::ShapeRef.new(shape: StartRemoteDeleteRequest)
2294
+ o.output = Shapes::ShapeRef.new(shape: StartRemoteDeleteResponse)
2295
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2296
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2297
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2298
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
2299
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2300
+ end)
2301
+
2302
+ api.add_operation(:start_remote_move, Seahorse::Model::Operation.new.tap do |o|
2303
+ o.name = "StartRemoteMove"
2304
+ o.http_method = "POST"
2305
+ o.http_request_uri = "/"
2306
+ o.input = Shapes::ShapeRef.new(shape: StartRemoteMoveRequest)
2307
+ o.output = Shapes::ShapeRef.new(shape: StartRemoteMoveResponse)
2308
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2309
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2310
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2311
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
2312
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2313
+ end)
2314
+
2268
2315
  api.add_operation(:start_server, Seahorse::Model::Operation.new.tap do |o|
2269
2316
  o.name = "StartServer"
2270
2317
  o.http_method = "POST"
@@ -72,7 +72,7 @@ module Aws::Transfer
72
72
  # @return [String]
73
73
  #
74
74
  # @!attribute [rw] mdn_response
75
- # Used for outbound requests (from an Transfer Family server to a
75
+ # Used for outbound requests (from an Transfer Family connector to a
76
76
  # partner AS2 server) to determine whether the partner response for
77
77
  # transfers is synchronous or asynchronous. Specify either of the
78
78
  # following values:
@@ -878,7 +878,7 @@ module Aws::Transfer
878
878
  # @!attribute [rw] logging_role
879
879
  # The Amazon Resource Name (ARN) of the Identity and Access Management
880
880
  # (IAM) role that allows a server to turn on Amazon CloudWatch logging
881
- # for Amazon S3 or Amazon EFSevents. When set, you can view user
881
+ # for Amazon S3 or Amazon EFS events. When set, you can view user
882
882
  # activity in your CloudWatch logs.
883
883
  # @return [String]
884
884
  #
@@ -2394,8 +2394,17 @@ module Aws::Transfer
2394
2394
  # @return [String]
2395
2395
  #
2396
2396
  # @!attribute [rw] status
2397
- # Currently, the only available status is `ACTIVE`: all other values
2398
- # are reserved for future use.
2397
+ # A certificate's status can be either `ACTIVE` or `INACTIVE`.
2398
+ #
2399
+ # You can set `ActiveDate` and `InactiveDate` in the
2400
+ # `UpdateCertificate` call. If you set values for these parameters,
2401
+ # those values are used to determine whether the certificate has a
2402
+ # status of `ACTIVE` or `INACTIVE`.
2403
+ #
2404
+ # If you don't set values for `ActiveDate` and `InactiveDate`, we use
2405
+ # the `NotBefore` and `NotAfter` date as specified on the X509
2406
+ # certificate to determine when a certificate is active and when it is
2407
+ # inactive.
2399
2408
  # @return [String]
2400
2409
  #
2401
2410
  # @!attribute [rw] certificate
@@ -2408,11 +2417,14 @@ module Aws::Transfer
2408
2417
  #
2409
2418
  # @!attribute [rw] active_date
2410
2419
  # An optional date that specifies when the certificate becomes active.
2420
+ # If you do not specify a value, `ActiveDate` takes the same value as
2421
+ # `NotBeforeDate`, which is specified by the CA.
2411
2422
  # @return [Time]
2412
2423
  #
2413
2424
  # @!attribute [rw] inactive_date
2414
2425
  # An optional date that specifies when the certificate becomes
2415
- # inactive.
2426
+ # inactive. If you do not specify a value, `InactiveDate` takes the
2427
+ # same value as `NotAfterDate`, which is specified by the CA.
2416
2428
  # @return [Time]
2417
2429
  #
2418
2430
  # @!attribute [rw] serial
@@ -2938,7 +2950,7 @@ module Aws::Transfer
2938
2950
  # @!attribute [rw] logging_role
2939
2951
  # The Amazon Resource Name (ARN) of the Identity and Access Management
2940
2952
  # (IAM) role that allows a server to turn on Amazon CloudWatch logging
2941
- # for Amazon S3 or Amazon EFSevents. When set, you can view user
2953
+ # for Amazon S3 or Amazon EFS events. When set, you can view user
2942
2954
  # activity in your CloudWatch logs.
2943
2955
  # @return [String]
2944
2956
  #
@@ -3815,6 +3827,13 @@ module Aws::Transfer
3815
3827
  #
3816
3828
  # * For the SDK, specify the raw content of a certificate file. For
3817
3829
  # example, `` --certificate "`cat encryption-cert.pem`" ``.
3830
+ #
3831
+ # <note markdown="1"> You can provide both the certificate and its chain in this
3832
+ # parameter, without needing to use the `CertificateChain` parameter.
3833
+ # If you use this parameter for both the certificate and its chain, do
3834
+ # not use the `CertificateChain` parameter.
3835
+ #
3836
+ # </note>
3818
3837
  # @return [String]
3819
3838
  #
3820
3839
  # @!attribute [rw] certificate_chain
@@ -3823,8 +3842,8 @@ module Aws::Transfer
3823
3842
  # @return [String]
3824
3843
  #
3825
3844
  # @!attribute [rw] private_key
3826
- # * For the CLI, provide a file path for a private key in URI
3827
- # format.For example, `--private-key file://encryption-key.pem`.
3845
+ # * For the CLI, provide a file path for a private key in URI format.
3846
+ # For example, `--private-key file://encryption-key.pem`.
3828
3847
  # Alternatively, you can provide the raw content of the private key
3829
3848
  # file.
3830
3849
  #
@@ -3834,11 +3853,14 @@ module Aws::Transfer
3834
3853
  #
3835
3854
  # @!attribute [rw] active_date
3836
3855
  # An optional date that specifies when the certificate becomes active.
3856
+ # If you do not specify a value, `ActiveDate` takes the same value as
3857
+ # `NotBeforeDate`, which is specified by the CA.
3837
3858
  # @return [Time]
3838
3859
  #
3839
3860
  # @!attribute [rw] inactive_date
3840
3861
  # An optional date that specifies when the certificate becomes
3841
- # inactive.
3862
+ # inactive. If you do not specify a value, `InactiveDate` takes the
3863
+ # same value as `NotAfterDate`, which is specified by the CA.
3842
3864
  # @return [Time]
3843
3865
  #
3844
3866
  # @!attribute [rw] description
@@ -4862,11 +4884,14 @@ module Aws::Transfer
4862
4884
  #
4863
4885
  # @!attribute [rw] active_date
4864
4886
  # An optional date that specifies when the certificate becomes active.
4887
+ # If you do not specify a value, `ActiveDate` takes the same value as
4888
+ # `NotBeforeDate`, which is specified by the CA.
4865
4889
  # @return [Time]
4866
4890
  #
4867
4891
  # @!attribute [rw] inactive_date
4868
4892
  # An optional date that specifies when the certificate becomes
4869
- # inactive.
4893
+ # inactive. If you do not specify a value, `InactiveDate` takes the
4894
+ # same value as `NotAfterDate`, which is specified by the CA.
4870
4895
  # @return [Time]
4871
4896
  #
4872
4897
  # @!attribute [rw] type
@@ -5092,7 +5117,7 @@ module Aws::Transfer
5092
5117
  # @!attribute [rw] logging_role
5093
5118
  # The Amazon Resource Name (ARN) of the Identity and Access Management
5094
5119
  # (IAM) role that allows a server to turn on Amazon CloudWatch logging
5095
- # for Amazon S3 or Amazon EFSevents. When set, you can view user
5120
+ # for Amazon S3 or Amazon EFS events. When set, you can view user
5096
5121
  # activity in your CloudWatch logs.
5097
5122
  # @return [String]
5098
5123
  #
@@ -5277,7 +5302,7 @@ module Aws::Transfer
5277
5302
  # @!attribute [rw] logging_role
5278
5303
  # The Amazon Resource Name (ARN) of the Identity and Access Management
5279
5304
  # (IAM) role that allows a server to turn on Amazon CloudWatch logging
5280
- # for Amazon S3 or Amazon EFSevents. When set, you can view user
5305
+ # for Amazon S3 or Amazon EFS events. When set, you can view user
5281
5306
  # activity in your CloudWatch logs.
5282
5307
  # @return [String]
5283
5308
  #
@@ -5863,6 +5888,71 @@ module Aws::Transfer
5863
5888
  include Aws::Structure
5864
5889
  end
5865
5890
 
5891
+ # @!attribute [rw] connector_id
5892
+ # The unique identifier for the connector.
5893
+ # @return [String]
5894
+ #
5895
+ # @!attribute [rw] delete_path
5896
+ # The absolute path of the file or directory to delete. You can only
5897
+ # specify one path per call to this operation.
5898
+ # @return [String]
5899
+ #
5900
+ # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/StartRemoteDeleteRequest AWS API Documentation
5901
+ #
5902
+ class StartRemoteDeleteRequest < Struct.new(
5903
+ :connector_id,
5904
+ :delete_path)
5905
+ SENSITIVE = []
5906
+ include Aws::Structure
5907
+ end
5908
+
5909
+ # @!attribute [rw] delete_id
5910
+ # Returns a unique identifier for the delete operation.
5911
+ # @return [String]
5912
+ #
5913
+ # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/StartRemoteDeleteResponse AWS API Documentation
5914
+ #
5915
+ class StartRemoteDeleteResponse < Struct.new(
5916
+ :delete_id)
5917
+ SENSITIVE = []
5918
+ include Aws::Structure
5919
+ end
5920
+
5921
+ # @!attribute [rw] connector_id
5922
+ # The unique identifier for the connector.
5923
+ # @return [String]
5924
+ #
5925
+ # @!attribute [rw] source_path
5926
+ # The absolute path of the file or directory to move or rename. You
5927
+ # can only specify one path per call to this operation.
5928
+ # @return [String]
5929
+ #
5930
+ # @!attribute [rw] target_path
5931
+ # The absolute path for the target of the move/rename operation.
5932
+ # @return [String]
5933
+ #
5934
+ # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/StartRemoteMoveRequest AWS API Documentation
5935
+ #
5936
+ class StartRemoteMoveRequest < Struct.new(
5937
+ :connector_id,
5938
+ :source_path,
5939
+ :target_path)
5940
+ SENSITIVE = []
5941
+ include Aws::Structure
5942
+ end
5943
+
5944
+ # @!attribute [rw] move_id
5945
+ # Returns a unique identifier for the move/rename operation.
5946
+ # @return [String]
5947
+ #
5948
+ # @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/StartRemoteMoveResponse AWS API Documentation
5949
+ #
5950
+ class StartRemoteMoveResponse < Struct.new(
5951
+ :move_id)
5952
+ SENSITIVE = []
5953
+ include Aws::Structure
5954
+ end
5955
+
5866
5956
  # @!attribute [rw] server_id
5867
5957
  # A system-assigned unique identifier for a server that you start.
5868
5958
  # @return [String]
@@ -6445,11 +6535,14 @@ module Aws::Transfer
6445
6535
  #
6446
6536
  # @!attribute [rw] active_date
6447
6537
  # An optional date that specifies when the certificate becomes active.
6538
+ # If you do not specify a value, `ActiveDate` takes the same value as
6539
+ # `NotBeforeDate`, which is specified by the CA.
6448
6540
  # @return [Time]
6449
6541
  #
6450
6542
  # @!attribute [rw] inactive_date
6451
6543
  # An optional date that specifies when the certificate becomes
6452
- # inactive.
6544
+ # inactive. If you do not specify a value, `InactiveDate` takes the
6545
+ # same value as `NotAfterDate`, which is specified by the CA.
6453
6546
  # @return [Time]
6454
6547
  #
6455
6548
  # @!attribute [rw] description
@@ -6796,7 +6889,7 @@ module Aws::Transfer
6796
6889
  # @!attribute [rw] logging_role
6797
6890
  # The Amazon Resource Name (ARN) of the Identity and Access Management
6798
6891
  # (IAM) role that allows a server to turn on Amazon CloudWatch logging
6799
- # for Amazon S3 or Amazon EFSevents. When set, you can view user
6892
+ # for Amazon S3 or Amazon EFS events. When set, you can view user
6800
6893
  # activity in your CloudWatch logs.
6801
6894
  # @return [String]
6802
6895
  #
@@ -55,7 +55,7 @@ module Aws::Transfer
55
55
  autoload :EndpointProvider, 'aws-sdk-transfer/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-transfer/endpoints'
57
57
 
58
- GEM_VERSION = '1.114.0'
58
+ GEM_VERSION = '1.115.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -935,6 +935,29 @@ module Aws
935
935
  ) -> _StartFileTransferResponseSuccess
936
936
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartFileTransferResponseSuccess
937
937
 
938
+ interface _StartRemoteDeleteResponseSuccess
939
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartRemoteDeleteResponse]
940
+ def delete_id: () -> ::String
941
+ end
942
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Transfer/Client.html#start_remote_delete-instance_method
943
+ def start_remote_delete: (
944
+ connector_id: ::String,
945
+ delete_path: ::String
946
+ ) -> _StartRemoteDeleteResponseSuccess
947
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartRemoteDeleteResponseSuccess
948
+
949
+ interface _StartRemoteMoveResponseSuccess
950
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartRemoteMoveResponse]
951
+ def move_id: () -> ::String
952
+ end
953
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Transfer/Client.html#start_remote_move-instance_method
954
+ def start_remote_move: (
955
+ connector_id: ::String,
956
+ source_path: ::String,
957
+ target_path: ::String
958
+ ) -> _StartRemoteMoveResponseSuccess
959
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartRemoteMoveResponseSuccess
960
+
938
961
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Transfer/Client.html#start_server-instance_method
939
962
  def start_server: (
940
963
  server_id: ::String
data/sig/types.rbs CHANGED
@@ -1152,6 +1152,29 @@ module Aws::Transfer
1152
1152
  SENSITIVE: []
1153
1153
  end
1154
1154
 
1155
+ class StartRemoteDeleteRequest
1156
+ attr_accessor connector_id: ::String
1157
+ attr_accessor delete_path: ::String
1158
+ SENSITIVE: []
1159
+ end
1160
+
1161
+ class StartRemoteDeleteResponse
1162
+ attr_accessor delete_id: ::String
1163
+ SENSITIVE: []
1164
+ end
1165
+
1166
+ class StartRemoteMoveRequest
1167
+ attr_accessor connector_id: ::String
1168
+ attr_accessor source_path: ::String
1169
+ attr_accessor target_path: ::String
1170
+ SENSITIVE: []
1171
+ end
1172
+
1173
+ class StartRemoteMoveResponse
1174
+ attr_accessor move_id: ::String
1175
+ SENSITIVE: []
1176
+ end
1177
+
1155
1178
  class StartServerRequest
1156
1179
  attr_accessor server_id: ::String
1157
1180
  SENSITIVE: []
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.114.0
4
+ version: 1.115.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: 2025-03-31 00:00:00.000000000 Z
11
+ date: 2025-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core