aws-sdk-datasync 1.109.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-datasync/client.rb +2 -2
- data/lib/aws-sdk-datasync.rb +1 -1
- data/sig/client.rbs +1 -1
- data/sig/types.rbs +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5851d31d368807bc5ba820e7ded7d93b616a76aac96f9402b588677b7389265e
|
4
|
+
data.tar.gz: '08594b9286a018d4046b783263b16aa5de8c3d8ca09d3aebe2a51cbe5ab6660b'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d7391f4b1822d9995a6deb8eb46a641edc300d6fa18c31bf2191d2bb0158a2ed46c7b51041fdc0f5656eb2811195ffffb355d62d0a32fa07f6b56e6f55480bb3
|
7
|
+
data.tar.gz: fcf1d95d5d0087bfcc232e057f6d18a74a9912c1e16c1a41b137a05c7cd418b1178f337f13ff423dbd7c0be03f14401cd19fe34340e4a3b5da10a586d8b4bcf4
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
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
|
+
|
9
|
+
1.110.0 (2025-08-26)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Remove incorrect endpoint tests
|
13
|
+
|
4
14
|
1.109.0 (2025-08-04)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
4815
|
+
context[:gem_version] = '1.111.0'
|
4816
4816
|
Seahorse::Client::Request.new(handlers, context)
|
4817
4817
|
end
|
4818
4818
|
|
data/lib/aws-sdk-datasync.rb
CHANGED
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.
|
4
|
+
version: 1.111.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
version: '3'
|
19
19
|
- - ">="
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 3.
|
21
|
+
version: 3.231.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -28,7 +28,7 @@ dependencies:
|
|
28
28
|
version: '3'
|
29
29
|
- - ">="
|
30
30
|
- !ruby/object:Gem::Version
|
31
|
-
version: 3.
|
31
|
+
version: 3.231.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|