aws-sdk-schemas 1.58.0 → 1.59.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: fb92bc3a4a95538a786fdb366221b2be15ace47a3f11a5e2f48ba61a3e481afa
4
- data.tar.gz: 4b3832978462124864c499acddf4693b6ded48f8eb276820424391efb31bfea4
3
+ metadata.gz: f34443b373bf23e9b194af4838f84669675b9d146f9082ebb52e3c55a3d12370
4
+ data.tar.gz: ac8b208aab91fb12f6e09c9712e2782dcf62f72a19fc041d573a99b528ed5174
5
5
  SHA512:
6
- metadata.gz: 21ee9fd9b8d4b07e6229a5d06f1a5d28ea7ab9cbadf0cc6a916604aa7dd82e755e0584ea0baf8dc0cc598bb7d089ad920c98d7068e13fb4d063492f2180a45d8
7
- data.tar.gz: 14b8af53f373e005d16565ef507515822175af7e7ed0b28cfd201eb0d4ddc3a03e48355ac6a88a308c79dcf389751c2935d3e5672d475dfc461d9d7c2dec1da8
6
+ metadata.gz: c5ef74c2db7ccb7dc29e86d91055ab200ec99d9b96c41a5bc12795570972851ea1e9c0c6c2bade21ed71856bed0ab899aa40b17415e0164eb935dbbdb566fa8b
7
+ data.tar.gz: 590cc7ccbea79da4a590240eac369e6198018e83ac10a16726065192652d54d279bd152ba12287b0b743e9e24033ef671c042bb74b6028fabd08a5688fb40f84
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.0 (2025-08-27)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.58.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.59.0
@@ -1668,7 +1668,7 @@ module Aws::Schemas
1668
1668
  tracer: tracer
1669
1669
  )
1670
1670
  context[:gem_name] = 'aws-sdk-schemas'
1671
- context[:gem_version] = '1.58.0'
1671
+ context[:gem_version] = '1.59.0'
1672
1672
  Seahorse::Client::Request.new(handlers, context)
1673
1673
  end
1674
1674
 
@@ -666,6 +666,7 @@ module Aws::Schemas
666
666
 
667
667
  api.metadata = {
668
668
  "apiVersion" => "2019-12-02",
669
+ "auth" => ["aws.auth#sigv4"],
669
670
  "endpointPrefix" => "schemas",
670
671
  "jsonVersion" => "1.1",
671
672
  "protocol" => "rest-json",
@@ -28,7 +28,7 @@ module Aws::Schemas
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"))
31
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
32
32
  return Aws::Endpoints::Endpoint.new(url: "https://schemas-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
33
33
  end
34
34
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -55,7 +55,7 @@ module Aws::Schemas
55
55
  autoload :EndpointProvider, 'aws-sdk-schemas/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-schemas/endpoints'
57
57
 
58
- GEM_VERSION = '1.58.0'
58
+ GEM_VERSION = '1.59.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-schemas
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.58.0
4
+ version: 1.59.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 Schemas. This gem is part of the AWS SDK for
47
47
  Ruby.
48
48
  email: