aws-sdk-ram 1.78.0 → 1.79.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: 545541c29e66ed552ce46bbc6a06b8c51095c1536b86b2c55da4e75f8a529794
4
- data.tar.gz: 89bd13b4717c123a26b02c00ed14cf82c1fdf451dbe90cd1d9ded9721648aedf
3
+ metadata.gz: edd1e1a8a98533b31424463c5fbb9c5cdc466ab2f8cef21936053534c250b07a
4
+ data.tar.gz: 179120242a1461c2348335113bb8860f04a9d42b815c04e91a0eab6692c78a23
5
5
  SHA512:
6
- metadata.gz: 5ee4238116addc8e2e028736474728731aa45ff21d9ba7452ef6834654a666970455a22db111564e1a5cf28a964a6d4552f4666cbca86b103b85f15ab107d32e
7
- data.tar.gz: 94301b1b8456fbff365016fab490365226534b497af5cf56f4b595d982ae4710ca952d03fc1573967de21d82e44345af23b65238ab851df0e4e471f366df0e99
6
+ metadata.gz: a7afe67572dc5f00c47900d3c27cba903883dc0ef6cc69b27445b92403f059ef6e22afb434fd0f9fe227829fb20036da41b98f04aee64f61b0548f39f258c5ee
7
+ data.tar.gz: 3d8a986d0fb6fe38a1cbc8607f3d8d7d86de9caabbdac5e4cde59e595fd0c0c1266ecb9a4317d091defd6115a010c8f6976c5938de6b733d88833283f1aae430
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.79.0 (2025-10-28)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.78.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.78.0
1
+ 1.79.0
@@ -3380,7 +3380,7 @@ module Aws::RAM
3380
3380
  tracer: tracer
3381
3381
  )
3382
3382
  context[:gem_name] = 'aws-sdk-ram'
3383
- context[:gem_version] = '1.78.0'
3383
+ context[:gem_version] = '1.79.0'
3384
3384
  Seahorse::Client::Request.new(handlers, context)
3385
3385
  end
3386
3386
 
@@ -13,22 +13,22 @@ module Aws::RAM
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,
data/lib/aws-sdk-ram.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::RAM
54
54
  autoload :EndpointProvider, 'aws-sdk-ram/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-ram/endpoints'
56
56
 
57
- GEM_VERSION = '1.78.0'
57
+ GEM_VERSION = '1.79.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-ram
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.78.0
4
+ version: 1.79.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services