aws-sdk-greengrass 1.87.0 → 1.88.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: 5bac04c554312395095c214a2340c49b318abc12405b2c13e30fb8ca97412b07
4
- data.tar.gz: 85aab2124ca68a50a41db459359739409396abe5b25ee099e2f997efff0ffdee
3
+ metadata.gz: d55cce0ff52da13588f429749e4012d362f848c38ff6ce0f355160da554e49fe
4
+ data.tar.gz: b363369bf047bc1a1dccd3d203cc252c0a091ad9d2de8c7afb8f0cab8c4d8923
5
5
  SHA512:
6
- metadata.gz: 003d26560131c7991fb77d6f0ef6e12bfd21c477b0101ec7c34c1538b9c7c66268f41f6e528c66b4d421af466768fff14b5e567191009eda9da395155923309f
7
- data.tar.gz: feadcdff75ea68726fa9ed133f8d7c7bb4cf17ba97f572c7a517f570858fd2b76f28def9f80bdec8385ff7b34d4fad488cb331b12f576d0c3308df634ada737f
6
+ metadata.gz: 866dc980e03e6217fe4b9d4a9beb2bd18c8f869f857bb94cb260f643280042d1081023601f8be5fd0f674f2b0af67ad3b4192eafa09d43dda7a76ebf2c137fb7
7
+ data.tar.gz: 13579b2ab9ae609cc5274657ec9a85c91b79220f7791a9668de818f87230ae18852b8493febe98e9c7253bfa12ebd44d0d073103e6afe84c45ef47e47fda319e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.88.0 (2025-10-27)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.87.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.87.0
1
+ 1.88.0
@@ -4251,7 +4251,7 @@ module Aws::Greengrass
4251
4251
  tracer: tracer
4252
4252
  )
4253
4253
  context[:gem_name] = 'aws-sdk-greengrass'
4254
- context[:gem_version] = '1.87.0'
4254
+ context[:gem_version] = '1.88.0'
4255
4255
  Seahorse::Client::Request.new(handlers, context)
4256
4256
  end
4257
4257
 
@@ -13,22 +13,22 @@ module Aws::Greengrass
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::Greengrass
54
54
  autoload :EndpointProvider, 'aws-sdk-greengrass/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-greengrass/endpoints'
56
56
 
57
- GEM_VERSION = '1.87.0'
57
+ GEM_VERSION = '1.88.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-greengrass
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.87.0
4
+ version: 1.88.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services