aws-sdk-workdocs 1.79.0 → 1.80.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: 9656a8bbd58e313a1a7a6cbbe5f9255017c9d3caed831875538d331e938cd6cc
4
- data.tar.gz: 676a9c91afc7a96221d4b9f9be5f9f5a86299949a5bae065d3143cfb233990a9
3
+ metadata.gz: 32b3fe1befb4e5a48babc79d76554cb95005534b14c3a5cde71b763045102e29
4
+ data.tar.gz: 2f6d8894391f7fccb3b032fab55275721c2d855614b1f9fbee0d05b779c016c6
5
5
  SHA512:
6
- metadata.gz: d4c5098007d2f30e08252dd94f33f3de8b25570818a592a6dfcf5bab7c38569eed6013360e6fddf2905738d1428e9ab48c42305179c04ad5cf0fe1ad7813894a
7
- data.tar.gz: 6d53b8a543cedef30c35cdeecc1c9d741f07bfafd1ca52fb2716f4f708b94b6f9c4c49ab8cab0f74a676c7b3bed4c0bf6e083e23a9477500b3bc8f08833c9780
6
+ metadata.gz: e6d6b928ec7d89e405a4381e2b74cdb863d694d1a948df4fd765f881cfd31bbbcf8b353e8904c9aa8b418bd33b6d2baad8f6536d11ddb9b38091f2070af220f5
7
+ data.tar.gz: 4d6c7317d690df57bd008b418e873a7d2a9e71be081f01d0076fd37f7dd0b620de15d78c5424c5ec3395ae0a091abf9c0564cda75857fcda38b799a647cef735
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.80.0 (2025-08-27)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.79.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.79.0
1
+ 1.80.0
@@ -3006,7 +3006,7 @@ module Aws::WorkDocs
3006
3006
  tracer: tracer
3007
3007
  )
3008
3008
  context[:gem_name] = 'aws-sdk-workdocs'
3009
- context[:gem_version] = '1.79.0'
3009
+ context[:gem_version] = '1.80.0'
3010
3010
  Seahorse::Client::Request.new(handlers, context)
3011
3011
  end
3012
3012
 
@@ -28,7 +28,7 @@ module Aws::WorkDocs
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://workdocs-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"
@@ -54,7 +54,7 @@ module Aws::WorkDocs
54
54
  autoload :EndpointProvider, 'aws-sdk-workdocs/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-workdocs/endpoints'
56
56
 
57
- GEM_VERSION = '1.79.0'
57
+ GEM_VERSION = '1.80.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-workdocs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.79.0
4
+ version: 1.80.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services