aws-sdk-serverlessapplicationrepository 1.83.0 → 1.84.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: 2f736d64d7b42af0c072bfff3ec66e1468b6fa030c77d61944d6e9b77ce0bbe7
4
- data.tar.gz: 4e6cabb7cf653b8fad7a0428a9c49c59a667ed12cba6ded36a4bf25c1f973ff5
3
+ metadata.gz: 45255c538522b69c485cd62177cc8cc32023a70b883fee2cdde22b4178fd6563
4
+ data.tar.gz: e5896075cf97bff3885a83dcc037cb9efc08f02415fbf154986adda642497674
5
5
  SHA512:
6
- metadata.gz: 32cd9d268a9d7a37687e8940fec25901e6f3c5bbdb3fde1a86ba6ab67f4d6fc92f7298efb5d8166be9c3ecd047538e8b75b6bf6f649e787d6613382cb352c298
7
- data.tar.gz: 0d20f73d3b2015167fc902e6e1ca01d76f3eb7518d3cfcd67588c92edad90814a289698f9dcdd67fc48819c5611857eae74a3d1f9a59f1694bcf7600320dcfba
6
+ metadata.gz: de9731b1e3ee20daaa6e8e32cd0bd4b474c155b7e16da7c2c1df04a082d127c29f7647b54aadfccdd65ba9bc75e4f8a3cf1de061b2dc97059739a93d03fdeafc
7
+ data.tar.gz: f765076a2e08aa9656000bd6044db5c8a3986e482e406882b7ca8e4f6ff9683e772f2bbd7380200cb725985d82df79124d7042b8fcfafc3eedbe39e622e29cc4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.84.0 (2025-10-30)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.83.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.83.0
1
+ 1.84.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.83.0'
1295
+ context[:gem_version] = '1.84.0'
1296
1296
  Seahorse::Client::Request.new(handlers, context)
1297
1297
  end
1298
1298
 
@@ -13,22 +13,22 @@ module Aws::ServerlessApplicationRepository
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::ServerlessApplicationRepository
54
54
  autoload :EndpointProvider, 'aws-sdk-serverlessapplicationrepository/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-serverlessapplicationrepository/endpoints'
56
56
 
57
- GEM_VERSION = '1.83.0'
57
+ GEM_VERSION = '1.84.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-serverlessapplicationrepository
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.83.0
4
+ version: 1.84.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services