aws-sdk-ram 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: c72044ab3d691b68cab87b6774e2e8d510b98070411188c4dfc650ce69177854
4
- data.tar.gz: 39ff6115f5139091eaf73edcf36539cf9d9efeee53f8e2b93797d6a389d4792b
3
+ metadata.gz: 94000e7d1e2da65fbdd9110cdeff03f4b9c2c3ec318c70a221661a98ee11b0dc
4
+ data.tar.gz: 734a965c6026a168d2176c00d299dba8eea64140208231b7f436fe1340e93bb9
5
5
  SHA512:
6
- metadata.gz: 8c20925c4509bfd940314474268756297e53fe0402b4b3dce55a136607ceeac5fd642f5ffb19cbe6fc8bbd1225c7470436cdee68ef0b2ee38175d10727118b4a
7
- data.tar.gz: 5300eea6e5abfa521b67aa4c724e3f7891cf2fb7e29ed180006bf0521cc7af4f5f97f3f9e31cb2efd6e18ebfa3f32e1dd7f44f6bcdcb6fbb9cc911d137db006e
6
+ metadata.gz: a9528a8978776523cb5e338ef73b6aa7b242a7b6f54434a92edac801ef1116b374094b45a9f235ce8c9ebdc197543d35cd6c994502fe8597e17105c825abc9e8
7
+ data.tar.gz: d1421fb40273591270bfbe21f2637a3fa63d9a43ca14759259c6d78c14bc336fd2283307ae9f251c868f844a3ea83a466894fc69a30494b4f1a655bde70c8bee
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.88.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.87.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.87.0
1
+ 1.88.0
@@ -3582,7 +3582,7 @@ module Aws::RAM
3582
3582
  tracer: tracer
3583
3583
  )
3584
3584
  context[:gem_name] = 'aws-sdk-ram'
3585
- context[:gem_version] = '1.87.0'
3585
+ context[:gem_version] = '1.88.0'
3586
3586
  Seahorse::Client::Request.new(handlers, context)
3587
3587
  end
3588
3588
 
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.87.0'
57
+ GEM_VERSION = '1.88.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -135,7 +135,7 @@ module Aws
135
135
  {
136
136
  key: ::String?,
137
137
  value: ::String?
138
- },
138
+ }
139
139
  ]
140
140
  ) -> _CreatePermissionResponseSuccess
141
141
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePermissionResponseSuccess
@@ -167,7 +167,7 @@ module Aws
167
167
  {
168
168
  key: ::String?,
169
169
  value: ::String?
170
- },
170
+ }
171
171
  ],
172
172
  ?allow_external_principals: bool,
173
173
  ?client_token: ::String,
@@ -326,7 +326,7 @@ module Aws
326
326
  {
327
327
  tag_key: ::String?,
328
328
  tag_values: Array[::String]?
329
- },
329
+ }
330
330
  ],
331
331
  ?next_token: ::String,
332
332
  ?max_results: ::Integer,
@@ -557,7 +557,7 @@ module Aws
557
557
  {
558
558
  key: ::String?,
559
559
  value: ::String?
560
- },
560
+ }
561
561
  ],
562
562
  ?resource_arn: ::String
563
563
  ) -> _TagResourceResponseSuccess
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.87.0
4
+ version: 1.88.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services