aws-sdk-serverlessapplicationrepository 1.80.0 → 1.82.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: 9c542de2e6f3aaa4dbdd5d23b14c4b4621d54c728a6f041628f05c2ca34a7bbc
4
- data.tar.gz: f77123ee638f38fd297c7b75c6b48357599b4faa5a18bf09aa0414cecbed25ee
3
+ metadata.gz: 3d1393f0aa12360c7e050fa28c0e0543dfdd7c4f2d83f95b03566b828a1c935a
4
+ data.tar.gz: 3507b08820fef641b6077390f2036db280701012eaa6f4e26f906c7aeb03d171
5
5
  SHA512:
6
- metadata.gz: 4c2e7e9c5d5ae2b20f8ce4e8159177b78cad9c198025be00c1ede696fabb513c1d3665b4d02aa42b80198c0e72c115706fef3d2e3636dbcbcf36231f98a48957
7
- data.tar.gz: f5a42c8a8ef5604d5398dc39ce8d7757f419bb5cc08be5bf6499dfd6dd8af9e1b9df888bbf4cd0da64d3d933c8f408d6362f7d59f5f93dbead8cfc2bafa02096
6
+ metadata.gz: 3b988f564481565320a03ed66bb0fcec8c73bb377a28bbee0a4491a74408b56b60f97cc6df36473a545c1aec34eb2ec2b43f26dfab35fb93cff0acb15ab2f36b
7
+ data.tar.gz: b1ace50dbb60e3a6ac518e7dc5418cbf08bf63dcb0f72197f8135c8865268035b4abb58af2ee55d793e6b3176c67045124ef015cca29d18b1b050f7d772883c5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.82.0 (2025-08-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.81.0 (2025-08-25)
10
+ ------------------
11
+
12
+ * Feature - Remove incorrect endpoint tests
13
+
4
14
  1.80.0 (2025-08-04)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.80.0
1
+ 1.82.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.80.0'
1295
+ context[:gem_version] = '1.82.0'
1296
1296
  Seahorse::Client::Request.new(handlers, context)
1297
1297
  end
1298
1298
 
@@ -488,6 +488,7 @@ module Aws::ServerlessApplicationRepository
488
488
 
489
489
  api.metadata = {
490
490
  "apiVersion" => "2017-09-08",
491
+ "auth" => ["aws.auth#sigv4"],
491
492
  "endpointPrefix" => "serverlessrepo",
492
493
  "jsonVersion" => "1.1",
493
494
  "protocol" => "rest-json",
@@ -28,8 +28,8 @@ module Aws::ServerlessApplicationRepository
28
28
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
29
29
  end
30
30
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
31
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
32
- if Aws::Endpoints::Matchers.string_equals?("aws-us-gov", Aws::Endpoints::Matchers.attr(partition_result, "name"))
31
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
32
+ if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-us-gov")
33
33
  return Aws::Endpoints::Endpoint.new(url: "https://serverlessrepo.#{parameters.region}.amazonaws.com", headers: {}, properties: {})
34
34
  end
35
35
  return Aws::Endpoints::Endpoint.new(url: "https://serverlessrepo-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
@@ -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.80.0'
57
+ GEM_VERSION = '1.82.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.80.0
4
+ version: 1.82.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.228.0
21
+ version: 3.231.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,21 +28,21 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.228.0
31
+ version: 3.231.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
35
35
  requirements:
36
36
  - - "~>"
37
37
  - !ruby/object:Gem::Version
38
- version: '1.1'
38
+ version: '1.5'
39
39
  type: :runtime
40
40
  prerelease: false
41
41
  version_requirements: !ruby/object:Gem::Requirement
42
42
  requirements:
43
43
  - - "~>"
44
44
  - !ruby/object:Gem::Version
45
- version: '1.1'
45
+ version: '1.5'
46
46
  description: Official AWS Ruby gem for AWSServerlessApplicationRepository. This gem
47
47
  is part of the AWS SDK for Ruby.
48
48
  email: