aws-sdk-serverlessapplicationrepository 1.80.0 → 1.81.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: f6f44c1beedf45c55e257b42af70703c03d06698bbb0618f608a45de905da4f2
4
+ data.tar.gz: 0ce53b4942d1769ecfa5780a600f1ccbe02c892161e6c562909ff034546464ac
5
5
  SHA512:
6
- metadata.gz: 4c2e7e9c5d5ae2b20f8ce4e8159177b78cad9c198025be00c1ede696fabb513c1d3665b4d02aa42b80198c0e72c115706fef3d2e3636dbcbcf36231f98a48957
7
- data.tar.gz: f5a42c8a8ef5604d5398dc39ce8d7757f419bb5cc08be5bf6499dfd6dd8af9e1b9df888bbf4cd0da64d3d933c8f408d6362f7d59f5f93dbead8cfc2bafa02096
6
+ metadata.gz: 8005d2f3a4eac52908001bcbe9b4dccc2b872846a4acded0ede2dd2fafaca433997348af924f2601e24b81ffa6acbaf563357166321e318896eac55cadae5285
7
+ data.tar.gz: 564df02351f68a7d11be7f074ad3f0ac6f977c0a97f2a6893d1a5148089713052b6e4a22e65f787e10cb98d8b34f736d35d4e68856b2f12958e5b2d5bc7472d6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.81.0 (2025-08-25)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.80.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.80.0
1
+ 1.81.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.81.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.81.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.81.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -35,14 +35,14 @@ dependencies:
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: