aws-sdk-storagegateway 1.117.0 → 1.119.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: 5a528501ffd98c3e6fb75430564c047804050e52585c15b131c298076992d1c7
4
- data.tar.gz: 582cd659af9016787cfcda1a733a7881179cdbc77112dfe5c8eaec49b8376d8a
3
+ metadata.gz: fc030c9f710b467ba5d4077f424d0109e62bc8831eb916c542c8eeebf5403e03
4
+ data.tar.gz: 962ff5c74d264b9aa9ede588cc023b77a2f1997071355dcd375ca3b65149f275
5
5
  SHA512:
6
- metadata.gz: e4ddd58d876bd108a0c7228c06eb2f993c6567a04893a8c27036852b5b6168b03686cd6b7bae020eb06039a7b3047478fa5fc56ebe2aa9ad7e0cf4b2a4ddedf8
7
- data.tar.gz: 13ccd38c782c672a49090e71cd4ee0adbbe935eb59e54e2dc6531a5f1c838061a1a4f49c56b8ba1218f62ac9bd93e7426dca8f4339f00084f30a81e5b176a9ca
6
+ metadata.gz: 996d8e48222b388c7b0c4361d365b638b23f5ac1e4ae31f0a2bb92135046f0e1335212f041f3d56862f1d7f963048e73dba54abd395ec6856c30ebc9f0a9c1d1
7
+ data.tar.gz: b41754ba961c8d92e086cd94b432fb88461ccbb3f4665519f6065ed1829a7c883d99cb8be471d5df8edc0233be61da3de3197ddec9e674348d7d7af5505f1105
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.119.0 (2025-11-18)
5
+ ------------------
6
+
7
+ * Feature - Adds support for European Sovereign Cloud ARNs in Storage Gateway API parameters.
8
+
9
+ 1.118.0 (2025-10-23)
10
+ ------------------
11
+
12
+ * Feature - Update endpoint ruleset parameters casing
13
+
4
14
  1.117.0 (2025-10-21)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.117.0
1
+ 1.119.0
@@ -7986,7 +7986,7 @@ module Aws::StorageGateway
7986
7986
  tracer: tracer
7987
7987
  )
7988
7988
  context[:gem_name] = 'aws-sdk-storagegateway'
7989
- context[:gem_version] = '1.117.0'
7989
+ context[:gem_version] = '1.119.0'
7990
7990
  Seahorse::Client::Request.new(handlers, context)
7991
7991
  end
7992
7992
 
@@ -13,22 +13,22 @@ module Aws::StorageGateway
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -54,7 +54,7 @@ module Aws::StorageGateway
54
54
  autoload :EndpointProvider, 'aws-sdk-storagegateway/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-storagegateway/endpoints'
56
56
 
57
- GEM_VERSION = '1.117.0'
57
+ GEM_VERSION = '1.119.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-storagegateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.117.0
4
+ version: 1.119.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services