aws-sdk-serverlessapplicationrepository 1.90.0 → 1.91.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: 869b123a4ebe5143f2082ae7dcb2313729b6fb43252a26819b0d47ee8a6d2fa1
4
- data.tar.gz: 8ac84b1429cd83af499da44c2e635e9f8d94a66954a46dce7a8b72e891368e86
3
+ metadata.gz: ebdbd81343f5e551a752a21425165ccf288deca4c6dbf0bb5a8bf8f7ecd2f61c
4
+ data.tar.gz: b23f70cd9cd1b0e75563bb4c2234fe139f61d0beba5fdb492de46b28b4767a93
5
5
  SHA512:
6
- metadata.gz: 4986f5ca151d8d44f2c0dccefcd52c63db597d1fb18ad3dd0cea3c58eaef2b5ef52b3ed97db1453a4243e9b136d6e7aa09ddd934696a5a5252b2b3c9fc2a2e14
7
- data.tar.gz: 05057b8d182b27f04f45b1fa259e3ce9e4f6e066f27114b4b467c05af1c5fe76887c032d9e2926a2ecc6a22794149ea3e2a7b840a4f0e793d7c508f158f93cb0
6
+ metadata.gz: ae536899739c720a0d728e9870d963f6625307f2c608193693cb66fadfb7400e5fad1727dbf0599fbfeb1d87b77986e475bd1b32f308c29bfecc23ef99310f68
7
+ data.tar.gz: edb42b866d88932fd93e28c62b07542b923f14adc053726ef887540a14cbe299cb3a410fcba10836ef5da88569ddeec01f71e26293a659e8f0b67512c8994eb1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.91.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.90.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.90.0
1
+ 1.91.0
@@ -1292,7 +1292,7 @@ module Aws::ServerlessApplicationRepository
1292
1292
  tracer: tracer
1293
1293
  )
1294
1294
  context[:gem_name] = 'aws-sdk-serverlessapplicationrepository'
1295
- context[:gem_version] = '1.90.0'
1295
+ context[:gem_version] = '1.91.0'
1296
1296
  Seahorse::Client::Request.new(handlers, context)
1297
1297
  end
1298
1298
 
@@ -54,7 +54,7 @@ module Aws::ServerlessApplicationRepository
54
54
  autoload :EndpointProvider, 'aws-sdk-serverlessapplicationrepository/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-serverlessapplicationrepository/endpoints'
56
56
 
57
- GEM_VERSION = '1.90.0'
57
+ GEM_VERSION = '1.91.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -156,7 +156,7 @@ module Aws
156
156
  {
157
157
  name: ::String,
158
158
  value: ::String
159
- },
159
+ }
160
160
  ],
161
161
  ?resource_types: Array[::String],
162
162
  ?rollback_configuration: {
@@ -165,7 +165,7 @@ module Aws
165
165
  {
166
166
  arn: ::String,
167
167
  type: ::String
168
- },
168
+ }
169
169
  ]?
170
170
  },
171
171
  ?semantic_version: ::String,
@@ -174,7 +174,7 @@ module Aws
174
174
  {
175
175
  key: ::String,
176
176
  value: ::String
177
- },
177
+ }
178
178
  ],
179
179
  ?template_id: ::String
180
180
  ) -> _CreateCloudFormationChangeSetResponseSuccess
@@ -305,7 +305,7 @@ module Aws
305
305
  principal_org_i_ds: Array[::String]?,
306
306
  principals: Array[::String],
307
307
  statement_id: ::String?
308
- },
308
+ }
309
309
  ]
310
310
  ) -> _PutApplicationPolicyResponseSuccess
311
311
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutApplicationPolicyResponseSuccess
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-serverlessapplicationrepository
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.90.0
4
+ version: 1.91.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services