aws-sdk-pcaconnectorad 1.27.0 → 1.28.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: d420d2ddc09d02fc66d7b622c0771e26e86bc1f1780daa89657dcce5a88fcc53
4
- data.tar.gz: 02c96b611d0c651e3696a9a9e0cb0f70167b06da94d9d1c275d5e352a2ff4267
3
+ metadata.gz: a1cf17384b9104cbf6adc5b67f3adf794df018981212e3c11360f74270392bb9
4
+ data.tar.gz: 122c87af603200a091db81c2ae1875ff6779ffe18c659f57f7806f23fb19233b
5
5
  SHA512:
6
- metadata.gz: 99dd4312b8cffe7452bd629ae36df2a93d4521cdf8b695c359cef4349b818481c9245b0fa63c013a95240b16f83977424dffa0e55228be2ab7963cf9b6e3f614
7
- data.tar.gz: db6ee91acb1853e0354c2e64f586e7412c7593715692c9501f018c36ea377211fb3270ab6162ca6fe0e8bfe13b4e2652b5ea5949e95d4abab07e26b29f119703
6
+ metadata.gz: 52381e1fb24c3dd2d41fe46e2fbddc1d3809515954aad8e3fce550b6790b59830d9d3bb4843aaa39c7d8de66742a5025257f075a10cca8136f31c180a65c4de6
7
+ data.tar.gz: ab67afb47e2dc00a10e08d79947373c60d45a69c5a87dd1be28962d495347c38bc5178065ffd77a9138fe4802098049407cbdd15a64e32d08af5d5da12356139
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.28.0 (2025-08-25)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.27.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.27.0
1
+ 1.28.0
@@ -2333,7 +2333,7 @@ module Aws::PcaConnectorAd
2333
2333
  tracer: tracer
2334
2334
  )
2335
2335
  context[:gem_name] = 'aws-sdk-pcaconnectorad'
2336
- context[:gem_version] = '1.27.0'
2336
+ context[:gem_version] = '1.28.0'
2337
2337
  Seahorse::Client::Request.new(handlers, context)
2338
2338
  end
2339
2339
 
@@ -54,7 +54,7 @@ module Aws::PcaConnectorAd
54
54
  autoload :EndpointProvider, 'aws-sdk-pcaconnectorad/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-pcaconnectorad/endpoints'
56
56
 
57
- GEM_VERSION = '1.27.0'
57
+ GEM_VERSION = '1.28.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-pcaconnectorad
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.27.0
4
+ version: 1.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services