aws-sdk-resourcegroupstaggingapi 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: 1b21b80472f0b4b2bc989f8a80241969caa83d2abbd5e37661c805ab2e58d6fc
4
- data.tar.gz: 4f459ef2a9eebf4a37db18b9261ab0e7d27d6d31a5d5873eb52aeedf3145db1b
3
+ metadata.gz: df026b4211baf13fb06241b33b98d2f516b612210ab481bf047c348282ee3230
4
+ data.tar.gz: 01fc84bfd45fb3558b6a2c77dc5df08a30b7f2dd7c2c74f01c33d12a7babfd7d
5
5
  SHA512:
6
- metadata.gz: 279d2232e3449be60f3a7169c7a7c2dca6c23977ecf6e1739ff501d113a5bf1ac41ce85023ddc43a06cfb40aecf0b6782dcf47bcb6bfd056773043bbd314c90a
7
- data.tar.gz: 293de5799d3b1c431d57e8eea1f759c9e529c9540ce1123ffe04ff09bd3314cc228ea6758edd28f0a88119f63270a779a25cddc8eb994b18501ba59b7486e492
6
+ metadata.gz: 3c871c47c0954ab97128a442556fd07926f671df1f4da9addf90e03e341d40fd2a9411a35ce196aa8f452e4bd4c3853ce696329397dafd1f2424d4e691519b4c
7
+ data.tar.gz: 2d427aabdc37b54e65636bfb8377c51f2d9b7825e5c2438d7a0a682be1f10c99c52d7f5b2aa6e41b2bc66cf94c2f5be89d9a02af56b3a3b618483cf5969bbd24
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.84.0 (2025-08-25)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.83.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.83.0
1
+ 1.84.0
@@ -1143,7 +1143,7 @@ module Aws::ResourceGroupsTaggingAPI
1143
1143
  tracer: tracer
1144
1144
  )
1145
1145
  context[:gem_name] = 'aws-sdk-resourcegroupstaggingapi'
1146
- context[:gem_version] = '1.83.0'
1146
+ context[:gem_version] = '1.84.0'
1147
1147
  Seahorse::Client::Request.new(handlers, context)
1148
1148
  end
1149
1149
 
@@ -28,7 +28,7 @@ module Aws::ResourceGroupsTaggingAPI
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://tagging-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::ResourceGroupsTaggingAPI
54
54
  autoload :EndpointProvider, 'aws-sdk-resourcegroupstaggingapi/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-resourcegroupstaggingapi/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-resourcegroupstaggingapi
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