aws-sdk-storagegateway 1.116.0 → 1.118.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: caa9153fd03483d1b06caf653aae9dbeed0501e04dfbb1091eec9e3cde038e55
4
- data.tar.gz: 98febe18f843a23d52c66572c8aa23013de9d89610b1d1a171292e6b36da7f1d
3
+ metadata.gz: f8cd4a6d100c820e65967417834b65e40e8493c83627bc029455c0715a6bdbca
4
+ data.tar.gz: '048591a843ae17ebaaf3ca85b6ee686aadb02d511cf3c601c08393c2e9774891'
5
5
  SHA512:
6
- metadata.gz: 72e209757252d9008a3806ae3371330ab90488db07aa175dae6fe3105356a6da50210c0c5d65a7fa178345941036c28a93209116a4bc594aea957963c314cba1
7
- data.tar.gz: 9a9042452d70c6d2295cb4fd2cebc4cf371ae0f300474641a1aae350aa267ea75aee8187543086d237413963f874f49ac18a78603fca9d543510a0316bc5bbf8
6
+ metadata.gz: 036a546567dffe9c83aaf5972cf890599d790e387f4ae091d6d42fa5f466c142384d45c8420c3be437b5b6598a61df0cf02daafa6e1d83b2a5c8794c865d16a1
7
+ data.tar.gz: 701ff3bb5bbbbfd3a693995efc2b77dd2cc66d40d3cb76d80dcf0d6fff9ca633f228dd18c3117b51b5fd595c389cc90abd23fd5653964b47aab87faf81157f1a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.118.0 (2025-10-23)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
9
+ 1.117.0 (2025-10-21)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.116.0 (2025-08-26)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.116.0
1
+ 1.118.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.116.0'
7989
+ context[:gem_version] = '1.118.0'
7990
7990
  Seahorse::Client::Request.new(handlers, context)
7991
7991
  end
7992
7992
 
@@ -1,8 +0,0 @@
1
- # frozen_string_literal: true
2
- # WARNING ABOUT GENERATED CODE
3
- #
4
- # This file is generated. See the contributing for info on making contributions:
5
- # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
6
- #
7
- # WARNING ABOUT GENERATED CODE
8
-
@@ -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.116.0'
57
+ GEM_VERSION = '1.118.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.116.0
4
+ version: 1.118.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.231.0
21
+ version: 3.234.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.231.0
31
+ version: 3.234.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement