aws-sdk-datasync 1.99.0 → 1.100.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: 04d0076a3c9ed57fa6195e5a10c7ed8a3933f4e2cdaaab30157bc855aa00a3cb
4
- data.tar.gz: f99d12f1b91171e2e3d90efbee0e8b3b70a66547b6a52f0a86e4cd8375c472e1
3
+ metadata.gz: 6835e18c99949e5d03ac0b85f2b3f2504b8dd4a75bfb0c63345e4be2b876cec0
4
+ data.tar.gz: 14b02aac5b9158dbea275867f2992b4d642c8d7e6ab0832ca6742e1cb80f3c2e
5
5
  SHA512:
6
- metadata.gz: 37acc5eb4019a79ee6de4dc0ed64488e8f5ace7f6314734be602bd0e4c7c10a5c898db38d3e4699b72a3c89aba0bd3b86b9d8fbf5383fc5311ddff5580dd6406
7
- data.tar.gz: c826cb65393f1e3f02fcf2e3afd8d1668952128074abcdc829e5240871f4826f326fa7b7a331768a54b5a90d9ff2b6da50dc5ae03ad2d8efb837d72bd0bff0dd
6
+ metadata.gz: d8f560f4f2984aef708b2e23447171419578662d82d730ee433d808d493e3ba72a88b33aa94fd1b4257ef6399b7cf3480d7c14f247d2c322befe4282a8ea73c9
7
+ data.tar.gz: b8e518d1f02c72e73699cefcda8d91c4ad39bb7d820dcb181c18b79ca3b5ffb11b8fcf9ca7c8d6a83bf6d7372c68b62d3d7f80e276d693f26cd0d4a7e223a404
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.100.0 (2025-03-05)
5
+ ------------------
6
+
7
+ * Feature - AWS DataSync now supports modifying ServerHostname while updating locations SMB, NFS, and ObjectStorage.
8
+
4
9
  1.99.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.99.0
1
+ 1.100.0
@@ -1425,8 +1425,8 @@ module Aws::DataSync
1425
1425
  # [1]: https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#accessing-nfs
1426
1426
  #
1427
1427
  # @option params [required, String] :server_hostname
1428
- # Specifies the Domain Name System (DNS) name or IP version 4 address of
1429
- # the NFS file server that your DataSync agent connects to.
1428
+ # Specifies the DNS name or IP version 4 address of the NFS file server
1429
+ # that your DataSync agent connects to.
1430
1430
  #
1431
1431
  # @option params [required, Types::OnPremConfig] :on_prem_config
1432
1432
  # Specifies the Amazon Resource Name (ARN) of the DataSync agent that
@@ -1496,9 +1496,8 @@ module Aws::DataSync
1496
1496
  # [1]: https://docs.aws.amazon.com/datasync/latest/userguide/create-object-location.html#create-object-location-prerequisites
1497
1497
  #
1498
1498
  # @option params [required, String] :server_hostname
1499
- # Specifies the domain name or IP address of the object storage server.
1500
- # A DataSync agent uses this hostname to mount the object storage server
1501
- # in a network.
1499
+ # Specifies the domain name or IP version 4 (IPv4) address of the object
1500
+ # storage server that your DataSync agent connects to.
1502
1501
  #
1503
1502
  # @option params [Integer] :server_port
1504
1503
  # Specifies the port that your object storage server accepts inbound
@@ -1749,7 +1748,7 @@ module Aws::DataSync
1749
1748
  #
1750
1749
  # @option params [required, String] :server_hostname
1751
1750
  # Specifies the domain name or IP address of the SMB file server that
1752
- # your DataSync agent will mount.
1751
+ # your DataSync agent connects to.
1753
1752
  #
1754
1753
  # Remember the following when configuring this parameter:
1755
1754
  #
@@ -1804,6 +1803,13 @@ module Aws::DataSync
1804
1803
  # your SMB file server. DataSync supports `NTLM` (default) and
1805
1804
  # `KERBEROS` authentication.
1806
1805
  #
1806
+ # For more information, see [Providing DataSync access to SMB file
1807
+ # servers][1].
1808
+ #
1809
+ #
1810
+ #
1811
+ # [1]: https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions
1812
+ #
1807
1813
  # @option params [Array<String>] :dns_ip_addresses
1808
1814
  # Specifies the IPv4 addresses for the DNS servers that your SMB file
1809
1815
  # server belongs to. This parameter applies only if `AuthenticationType`
@@ -1818,7 +1824,7 @@ module Aws::DataSync
1818
1824
  # realm that has permission to access the files, folders, and file
1819
1825
  # metadata in your SMB file server.
1820
1826
  #
1821
- # A Kerberos principal might look like `HOST/kerberosuser@EXAMPLE.COM`.
1827
+ # A Kerberos principal might look like `HOST/kerberosuser@MYDOMAIN.ORG`.
1822
1828
  #
1823
1829
  # Principal names are case sensitive. Your DataSync task execution will
1824
1830
  # fail if the principal that you specify for this parameter doesn’t
@@ -4658,6 +4664,10 @@ module Aws::DataSync
4658
4664
  #
4659
4665
  # [1]: https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#accessing-nfs
4660
4666
  #
4667
+ # @option params [String] :server_hostname
4668
+ # Specifies the DNS name or IP version 4 (IPv4) address of the NFS file
4669
+ # server that your DataSync agent connects to.
4670
+ #
4661
4671
  # @option params [Types::OnPremConfig] :on_prem_config
4662
4672
  # The DataSync agents that can connect to your Network File System (NFS)
4663
4673
  # file server.
@@ -4672,6 +4682,7 @@ module Aws::DataSync
4672
4682
  # resp = client.update_location_nfs({
4673
4683
  # location_arn: "LocationArn", # required
4674
4684
  # subdirectory: "NfsSubdirectory",
4685
+ # server_hostname: "ServerHostname",
4675
4686
  # on_prem_config: {
4676
4687
  # agent_arns: ["AgentArn"], # required
4677
4688
  # },
@@ -4717,6 +4728,10 @@ module Aws::DataSync
4717
4728
  # this is a destination location, DataSync writes all objects with this
4718
4729
  # prefix.
4719
4730
  #
4731
+ # @option params [String] :server_hostname
4732
+ # Specifies the domain name or IP version 4 (IPv4) address of the object
4733
+ # storage server that your DataSync agent connects to.
4734
+ #
4720
4735
  # @option params [String] :access_key
4721
4736
  # Specifies the access key (for example, a user name) if credentials are
4722
4737
  # required to authenticate with the object storage server.
@@ -4766,6 +4781,7 @@ module Aws::DataSync
4766
4781
  # server_port: 1,
4767
4782
  # server_protocol: "HTTPS", # accepts HTTPS, HTTP
4768
4783
  # subdirectory: "S3Subdirectory",
4784
+ # server_hostname: "ServerHostname",
4769
4785
  # access_key: "ObjectStorageAccessKey",
4770
4786
  # secret_key: "ObjectStorageSecretKey",
4771
4787
  # agent_arns: ["AgentArn"],
@@ -4892,6 +4908,17 @@ module Aws::DataSync
4892
4908
  #
4893
4909
  # [1]: https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions
4894
4910
  #
4911
+ # @option params [String] :server_hostname
4912
+ # Specifies the domain name or IP address of the SMB file server that
4913
+ # your DataSync agent connects to.
4914
+ #
4915
+ # Remember the following when configuring this parameter:
4916
+ #
4917
+ # * You can't specify an IP version 6 (IPv6) address.
4918
+ #
4919
+ # * If you're using Kerberos authentication, you must specify a domain
4920
+ # name.
4921
+ #
4895
4922
  # @option params [String] :user
4896
4923
  # Specifies the user name that can mount your SMB file server and has
4897
4924
  # permission to access the files and folders involved in your transfer.
@@ -4933,6 +4960,13 @@ module Aws::DataSync
4933
4960
  # your SMB file server. DataSync supports `NTLM` (default) and
4934
4961
  # `KERBEROS` authentication.
4935
4962
  #
4963
+ # For more information, see [Providing DataSync access to SMB file
4964
+ # servers][1].
4965
+ #
4966
+ #
4967
+ #
4968
+ # [1]: https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions
4969
+ #
4936
4970
  # @option params [Array<String>] :dns_ip_addresses
4937
4971
  # Specifies the IPv4 addresses for the DNS servers that your SMB file
4938
4972
  # server belongs to. This parameter applies only if `AuthenticationType`
@@ -4947,7 +4981,7 @@ module Aws::DataSync
4947
4981
  # realm that has permission to access the files, folders, and file
4948
4982
  # metadata in your SMB file server.
4949
4983
  #
4950
- # A Kerberos principal might look like `HOST/kerberosuser@EXAMPLE.COM`.
4984
+ # A Kerberos principal might look like `HOST/kerberosuser@MYDOMAIN.ORG`.
4951
4985
  #
4952
4986
  # Principal names are case sensitive. Your DataSync task execution will
4953
4987
  # fail if the principal that you specify for this parameter doesn’t
@@ -4978,6 +5012,7 @@ module Aws::DataSync
4978
5012
  # resp = client.update_location_smb({
4979
5013
  # location_arn: "LocationArn", # required
4980
5014
  # subdirectory: "SmbSubdirectory",
5015
+ # server_hostname: "ServerHostname",
4981
5016
  # user: "SmbUser",
4982
5017
  # domain: "SmbDomain",
4983
5018
  # password: "SmbPassword",
@@ -5332,7 +5367,7 @@ module Aws::DataSync
5332
5367
  tracer: tracer
5333
5368
  )
5334
5369
  context[:gem_name] = 'aws-sdk-datasync'
5335
- context[:gem_version] = '1.99.0'
5370
+ context[:gem_version] = '1.100.0'
5336
5371
  Seahorse::Client::Request.new(handlers, context)
5337
5372
  end
5338
5373
 
@@ -1396,6 +1396,7 @@ module Aws::DataSync
1396
1396
 
1397
1397
  UpdateLocationNfsRequest.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, required: true, location_name: "LocationArn"))
1398
1398
  UpdateLocationNfsRequest.add_member(:subdirectory, Shapes::ShapeRef.new(shape: NfsSubdirectory, location_name: "Subdirectory"))
1399
+ UpdateLocationNfsRequest.add_member(:server_hostname, Shapes::ShapeRef.new(shape: ServerHostname, location_name: "ServerHostname"))
1399
1400
  UpdateLocationNfsRequest.add_member(:on_prem_config, Shapes::ShapeRef.new(shape: OnPremConfig, location_name: "OnPremConfig"))
1400
1401
  UpdateLocationNfsRequest.add_member(:mount_options, Shapes::ShapeRef.new(shape: NfsMountOptions, location_name: "MountOptions"))
1401
1402
  UpdateLocationNfsRequest.struct_class = Types::UpdateLocationNfsRequest
@@ -1406,6 +1407,7 @@ module Aws::DataSync
1406
1407
  UpdateLocationObjectStorageRequest.add_member(:server_port, Shapes::ShapeRef.new(shape: ObjectStorageServerPort, location_name: "ServerPort"))
1407
1408
  UpdateLocationObjectStorageRequest.add_member(:server_protocol, Shapes::ShapeRef.new(shape: ObjectStorageServerProtocol, location_name: "ServerProtocol"))
1408
1409
  UpdateLocationObjectStorageRequest.add_member(:subdirectory, Shapes::ShapeRef.new(shape: S3Subdirectory, location_name: "Subdirectory"))
1410
+ UpdateLocationObjectStorageRequest.add_member(:server_hostname, Shapes::ShapeRef.new(shape: ServerHostname, location_name: "ServerHostname"))
1409
1411
  UpdateLocationObjectStorageRequest.add_member(:access_key, Shapes::ShapeRef.new(shape: ObjectStorageAccessKey, location_name: "AccessKey"))
1410
1412
  UpdateLocationObjectStorageRequest.add_member(:secret_key, Shapes::ShapeRef.new(shape: ObjectStorageSecretKey, location_name: "SecretKey"))
1411
1413
  UpdateLocationObjectStorageRequest.add_member(:agent_arns, Shapes::ShapeRef.new(shape: AgentArnList, location_name: "AgentArns"))
@@ -1424,6 +1426,7 @@ module Aws::DataSync
1424
1426
 
1425
1427
  UpdateLocationSmbRequest.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, required: true, location_name: "LocationArn"))
1426
1428
  UpdateLocationSmbRequest.add_member(:subdirectory, Shapes::ShapeRef.new(shape: SmbSubdirectory, location_name: "Subdirectory"))
1429
+ UpdateLocationSmbRequest.add_member(:server_hostname, Shapes::ShapeRef.new(shape: ServerHostname, location_name: "ServerHostname"))
1427
1430
  UpdateLocationSmbRequest.add_member(:user, Shapes::ShapeRef.new(shape: SmbUser, location_name: "User"))
1428
1431
  UpdateLocationSmbRequest.add_member(:domain, Shapes::ShapeRef.new(shape: SmbDomain, location_name: "Domain"))
1429
1432
  UpdateLocationSmbRequest.add_member(:password, Shapes::ShapeRef.new(shape: SmbPassword, location_name: "Password"))
@@ -911,8 +911,8 @@ module Aws::DataSync
911
911
  # @return [String]
912
912
  #
913
913
  # @!attribute [rw] server_hostname
914
- # Specifies the Domain Name System (DNS) name or IP version 4 address
915
- # of the NFS file server that your DataSync agent connects to.
914
+ # Specifies the DNS name or IP version 4 address of the NFS file
915
+ # server that your DataSync agent connects to.
916
916
  # @return [String]
917
917
  #
918
918
  # @!attribute [rw] on_prem_config
@@ -968,9 +968,8 @@ module Aws::DataSync
968
968
  # CreateLocationObjectStorageRequest
969
969
  #
970
970
  # @!attribute [rw] server_hostname
971
- # Specifies the domain name or IP address of the object storage
972
- # server. A DataSync agent uses this hostname to mount the object
973
- # storage server in a network.
971
+ # Specifies the domain name or IP version 4 (IPv4) address of the
972
+ # object storage server that your DataSync agent connects to.
974
973
  # @return [String]
975
974
  #
976
975
  # @!attribute [rw] server_port
@@ -1205,7 +1204,7 @@ module Aws::DataSync
1205
1204
  #
1206
1205
  # @!attribute [rw] server_hostname
1207
1206
  # Specifies the domain name or IP address of the SMB file server that
1208
- # your DataSync agent will mount.
1207
+ # your DataSync agent connects to.
1209
1208
  #
1210
1209
  # Remember the following when configuring this parameter:
1211
1210
  #
@@ -1267,6 +1266,13 @@ module Aws::DataSync
1267
1266
  # Specifies the authentication protocol that DataSync uses to connect
1268
1267
  # to your SMB file server. DataSync supports `NTLM` (default) and
1269
1268
  # `KERBEROS` authentication.
1269
+ #
1270
+ # For more information, see [Providing DataSync access to SMB file
1271
+ # servers][1].
1272
+ #
1273
+ #
1274
+ #
1275
+ # [1]: https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions
1270
1276
  # @return [String]
1271
1277
  #
1272
1278
  # @!attribute [rw] dns_ip_addresses
@@ -1285,7 +1291,7 @@ module Aws::DataSync
1285
1291
  # file metadata in your SMB file server.
1286
1292
  #
1287
1293
  # A Kerberos principal might look like
1288
- # `HOST/kerberosuser@EXAMPLE.COM`.
1294
+ # `HOST/kerberosuser@MYDOMAIN.ORG`.
1289
1295
  #
1290
1296
  # Principal names are case sensitive. Your DataSync task execution
1291
1297
  # will fail if the principal that you specify for this parameter
@@ -6679,6 +6685,11 @@ module Aws::DataSync
6679
6685
  # [1]: https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#accessing-nfs
6680
6686
  # @return [String]
6681
6687
  #
6688
+ # @!attribute [rw] server_hostname
6689
+ # Specifies the DNS name or IP version 4 (IPv4) address of the NFS
6690
+ # file server that your DataSync agent connects to.
6691
+ # @return [String]
6692
+ #
6682
6693
  # @!attribute [rw] on_prem_config
6683
6694
  # The DataSync agents that can connect to your Network File System
6684
6695
  # (NFS) file server.
@@ -6693,6 +6704,7 @@ module Aws::DataSync
6693
6704
  class UpdateLocationNfsRequest < Struct.new(
6694
6705
  :location_arn,
6695
6706
  :subdirectory,
6707
+ :server_hostname,
6696
6708
  :on_prem_config,
6697
6709
  :mount_options)
6698
6710
  SENSITIVE = []
@@ -6725,6 +6737,11 @@ module Aws::DataSync
6725
6737
  # this prefix.
6726
6738
  # @return [String]
6727
6739
  #
6740
+ # @!attribute [rw] server_hostname
6741
+ # Specifies the domain name or IP version 4 (IPv4) address of the
6742
+ # object storage server that your DataSync agent connects to.
6743
+ # @return [String]
6744
+ #
6728
6745
  # @!attribute [rw] access_key
6729
6746
  # Specifies the access key (for example, a user name) if credentials
6730
6747
  # are required to authenticate with the object storage server.
@@ -6776,6 +6793,7 @@ module Aws::DataSync
6776
6793
  :server_port,
6777
6794
  :server_protocol,
6778
6795
  :subdirectory,
6796
+ :server_hostname,
6779
6797
  :access_key,
6780
6798
  :secret_key,
6781
6799
  :agent_arns,
@@ -6876,6 +6894,18 @@ module Aws::DataSync
6876
6894
  # [1]: https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions
6877
6895
  # @return [String]
6878
6896
  #
6897
+ # @!attribute [rw] server_hostname
6898
+ # Specifies the domain name or IP address of the SMB file server that
6899
+ # your DataSync agent connects to.
6900
+ #
6901
+ # Remember the following when configuring this parameter:
6902
+ #
6903
+ # * You can't specify an IP version 6 (IPv6) address.
6904
+ #
6905
+ # * If you're using Kerberos authentication, you must specify a
6906
+ # domain name.
6907
+ # @return [String]
6908
+ #
6879
6909
  # @!attribute [rw] user
6880
6910
  # Specifies the user name that can mount your SMB file server and has
6881
6911
  # permission to access the files and folders involved in your
@@ -6923,6 +6953,13 @@ module Aws::DataSync
6923
6953
  # Specifies the authentication protocol that DataSync uses to connect
6924
6954
  # to your SMB file server. DataSync supports `NTLM` (default) and
6925
6955
  # `KERBEROS` authentication.
6956
+ #
6957
+ # For more information, see [Providing DataSync access to SMB file
6958
+ # servers][1].
6959
+ #
6960
+ #
6961
+ #
6962
+ # [1]: https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions
6926
6963
  # @return [String]
6927
6964
  #
6928
6965
  # @!attribute [rw] dns_ip_addresses
@@ -6941,7 +6978,7 @@ module Aws::DataSync
6941
6978
  # file metadata in your SMB file server.
6942
6979
  #
6943
6980
  # A Kerberos principal might look like
6944
- # `HOST/kerberosuser@EXAMPLE.COM`.
6981
+ # `HOST/kerberosuser@MYDOMAIN.ORG`.
6945
6982
  #
6946
6983
  # Principal names are case sensitive. Your DataSync task execution
6947
6984
  # will fail if the principal that you specify for this parameter
@@ -6974,6 +7011,7 @@ module Aws::DataSync
6974
7011
  class UpdateLocationSmbRequest < Struct.new(
6975
7012
  :location_arn,
6976
7013
  :subdirectory,
7014
+ :server_hostname,
6977
7015
  :user,
6978
7016
  :domain,
6979
7017
  :password,
@@ -54,7 +54,7 @@ module Aws::DataSync
54
54
  autoload :EndpointProvider, 'aws-sdk-datasync/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-datasync/endpoints'
56
56
 
57
- GEM_VERSION = '1.99.0'
57
+ GEM_VERSION = '1.100.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -1276,6 +1276,7 @@ module Aws
1276
1276
  def update_location_nfs: (
1277
1277
  location_arn: ::String,
1278
1278
  ?subdirectory: ::String,
1279
+ ?server_hostname: ::String,
1279
1280
  ?on_prem_config: {
1280
1281
  agent_arns: Array[::String]
1281
1282
  },
@@ -1294,6 +1295,7 @@ module Aws
1294
1295
  ?server_port: ::Integer,
1295
1296
  ?server_protocol: ("HTTPS" | "HTTP"),
1296
1297
  ?subdirectory: ::String,
1298
+ ?server_hostname: ::String,
1297
1299
  ?access_key: ::String,
1298
1300
  ?secret_key: ::String,
1299
1301
  ?agent_arns: Array[::String],
@@ -1322,6 +1324,7 @@ module Aws
1322
1324
  def update_location_smb: (
1323
1325
  location_arn: ::String,
1324
1326
  ?subdirectory: ::String,
1327
+ ?server_hostname: ::String,
1325
1328
  ?user: ::String,
1326
1329
  ?domain: ::String,
1327
1330
  ?password: ::String,
data/sig/types.rbs CHANGED
@@ -1297,6 +1297,7 @@ module Aws::DataSync
1297
1297
  class UpdateLocationNfsRequest
1298
1298
  attr_accessor location_arn: ::String
1299
1299
  attr_accessor subdirectory: ::String
1300
+ attr_accessor server_hostname: ::String
1300
1301
  attr_accessor on_prem_config: Types::OnPremConfig
1301
1302
  attr_accessor mount_options: Types::NfsMountOptions
1302
1303
  SENSITIVE: []
@@ -1310,6 +1311,7 @@ module Aws::DataSync
1310
1311
  attr_accessor server_port: ::Integer
1311
1312
  attr_accessor server_protocol: ("HTTPS" | "HTTP")
1312
1313
  attr_accessor subdirectory: ::String
1314
+ attr_accessor server_hostname: ::String
1313
1315
  attr_accessor access_key: ::String
1314
1316
  attr_accessor secret_key: ::String
1315
1317
  attr_accessor agent_arns: ::Array[::String]
@@ -1334,6 +1336,7 @@ module Aws::DataSync
1334
1336
  class UpdateLocationSmbRequest
1335
1337
  attr_accessor location_arn: ::String
1336
1338
  attr_accessor subdirectory: ::String
1339
+ attr_accessor server_hostname: ::String
1337
1340
  attr_accessor user: ::String
1338
1341
  attr_accessor domain: ::String
1339
1342
  attr_accessor password: ::String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-datasync
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.99.0
4
+ version: 1.100.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-02-18 00:00:00.000000000 Z
11
+ date: 2025-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core