aws-sdk-pcaconnectorad 1.30.0 → 1.31.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: 47ae14f8ddba79e40f975e08a9e8d4084c7e03b5fe753345b0f0dd11ae732055
4
- data.tar.gz: 14d8de3ca8c0cd45a9d4f894dc2e87bad3aecaa6d28cba7824ef3c2bd01c88ac
3
+ metadata.gz: 9dc58dfc24fad2879ca2963ade97169b0b3b33cd1051b9e7ad74cbcdf6a498fa
4
+ data.tar.gz: 2cc34af989477a78d201b59a3bcd2ee9991705212d67fa46066f9bada13a6f35
5
5
  SHA512:
6
- metadata.gz: caa9379f2f457db9b42f6dc2b6fbf5ca0c1b034a415a55b47cebf5d4837c1cb36dc629ed1f4679d9f78b64c1be4be96457fe015d52aac0a91ce5b56663730ca1
7
- data.tar.gz: af9041417c4333a505bef099b455c5c050b755da419eb76b4e3d68c5946cb4cc070b43bc4af1bd0200f27bca8c0e2c60894ce141ff9170b6b638ae16832d409e
6
+ metadata.gz: 45a3d52a1a6b89568c2817ab5f8a439eb66149db3f551908836033e6d3c08607372b3cf53acbd01e467b1f9ed56c8bf19a0c6587d4e1a29c2691f8b22a9c44b7
7
+ data.tar.gz: 040bb5e3d435557e30c0b5c0b27403d259bbd9c984cb897c5df327fb8fd44a8d2339242ed91eed4426db3d60d288bd9867ad823d90d96632c94bf2aa37c7ee1b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.31.0 (2025-10-24)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.30.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.30.0
1
+ 1.31.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.30.0'
2336
+ context[:gem_version] = '1.31.0'
2337
2337
  Seahorse::Client::Request.new(handlers, context)
2338
2338
  end
2339
2339
 
@@ -13,22 +13,22 @@ module Aws::PcaConnectorAd
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -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.30.0'
57
+ GEM_VERSION = '1.31.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.30.0
4
+ version: 1.31.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services