aws-sdk-datasync 1.110.0 → 1.111.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: 8dfc561df6a242351e3c8d286191ec140de15dff6f272f2c2ebff4fe8d4fc020
4
- data.tar.gz: 6962f8d02de7f71eb681b3d27a2deed19e53771f50043c35c8f4870751eb4bf7
3
+ metadata.gz: 5851d31d368807bc5ba820e7ded7d93b616a76aac96f9402b588677b7389265e
4
+ data.tar.gz: '08594b9286a018d4046b783263b16aa5de8c3d8ca09d3aebe2a51cbe5ab6660b'
5
5
  SHA512:
6
- metadata.gz: e1a2d0a6516462da41deacb241866feeb2bc46fea336c3a0296cbed1446658965a2628a47e524ac03d339da1908b55ba8acc68c3905c5d42663fcf5e87ef9a1e
7
- data.tar.gz: bc68541ae62e404c9f530f5eab7c77ae9575e56c7e0350c1ab189d123752cf812971545f054db1a0cb30198586aa44f7514a04e2966a2c015cde1b8db51fecaf
6
+ metadata.gz: d7391f4b1822d9995a6deb8eb46a641edc300d6fa18c31bf2191d2bb0158a2ed46c7b51041fdc0f5656eb2811195ffffb355d62d0a32fa07f6b56e6f55480bb3
7
+ data.tar.gz: fcf1d95d5d0087bfcc232e057f6d18a74a9912c1e16c1a41b137a05c7cd418b1178f337f13ff423dbd7c0be03f14401cd19fe34340e4a3b5da10a586d8b4bcf4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.111.0 (2025-09-30)
5
+ ------------------
6
+
7
+ * Feature - Added support for FIPS VPC endpoints in FIPS-enabled AWS Regions.
8
+
4
9
  1.110.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.110.0
1
+ 1.111.0
@@ -2266,7 +2266,7 @@ module Aws::DataSync
2266
2266
  # resp.status #=> String, one of "ONLINE", "OFFLINE"
2267
2267
  # resp.last_connection_time #=> Time
2268
2268
  # resp.creation_time #=> Time
2269
- # resp.endpoint_type #=> String, one of "PUBLIC", "PRIVATE_LINK", "FIPS"
2269
+ # resp.endpoint_type #=> String, one of "PUBLIC", "PRIVATE_LINK", "FIPS", "FIPS_PRIVATE_LINK"
2270
2270
  # resp.private_link_config.vpc_endpoint_id #=> String
2271
2271
  # resp.private_link_config.private_link_endpoint #=> String
2272
2272
  # resp.private_link_config.subnet_arns #=> Array
@@ -4812,7 +4812,7 @@ module Aws::DataSync
4812
4812
  tracer: tracer
4813
4813
  )
4814
4814
  context[:gem_name] = 'aws-sdk-datasync'
4815
- context[:gem_version] = '1.110.0'
4815
+ context[:gem_version] = '1.111.0'
4816
4816
  Seahorse::Client::Request.new(handlers, context)
4817
4817
  end
4818
4818
 
@@ -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.110.0'
57
+ GEM_VERSION = '1.111.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -535,7 +535,7 @@ module Aws
535
535
  def status: () -> ("ONLINE" | "OFFLINE")
536
536
  def last_connection_time: () -> ::Time
537
537
  def creation_time: () -> ::Time
538
- def endpoint_type: () -> ("PUBLIC" | "PRIVATE_LINK" | "FIPS")
538
+ def endpoint_type: () -> ("PUBLIC" | "PRIVATE_LINK" | "FIPS" | "FIPS_PRIVATE_LINK")
539
539
  def private_link_config: () -> Types::PrivateLinkConfig
540
540
  def platform: () -> Types::Platform
541
541
  end
data/sig/types.rbs CHANGED
@@ -298,7 +298,7 @@ module Aws::DataSync
298
298
  attr_accessor status: ("ONLINE" | "OFFLINE")
299
299
  attr_accessor last_connection_time: ::Time
300
300
  attr_accessor creation_time: ::Time
301
- attr_accessor endpoint_type: ("PUBLIC" | "PRIVATE_LINK" | "FIPS")
301
+ attr_accessor endpoint_type: ("PUBLIC" | "PRIVATE_LINK" | "FIPS" | "FIPS_PRIVATE_LINK")
302
302
  attr_accessor private_link_config: Types::PrivateLinkConfig
303
303
  attr_accessor platform: Types::Platform
304
304
  SENSITIVE: []
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-datasync
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.110.0
4
+ version: 1.111.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services