aws-sdk-pi 1.85.0 → 1.86.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: 76cfd8db7c3f11cc6a1be29bb10792eb895ba28116fa54bc7a343dd6001dfa6a
4
- data.tar.gz: 6ef6b42a704b523bc284f44b35b43dbebfa4f3e06467e641fce5c5cc7830ef26
3
+ metadata.gz: 553bebac4c70e1cf074719b697a05827d248a654d2db4ca6e42b9d947f286b01
4
+ data.tar.gz: '028fda47449a73719e670dc177dcf4e408d46569d5aa716d236f69f36f0ee037'
5
5
  SHA512:
6
- metadata.gz: bbc5eb1037f14e4c173b57c08f7a9e452aba1a733c2332cf51cbc55757372bcf9d8af161fb3e7041d55f4e2fd8d1f9b5d6ac506b67cba83ddc8269bb8241e843
7
- data.tar.gz: dc8c9bd7b9e3b55f20d6b70409caf19171b9ea8657d8e1513000cf5ccb8659ce1eebb2643653a127abcb763952c8072d2c97cbed6517b3a9857fa3f37b5cb3c0
6
+ metadata.gz: b9fb495e95cba3b9b1368f44c57b6b5705583c812fc3b9e22115b7ef54c12d98d7e34272bae62a4d74dbb0a24679819bc98996b3ead5b1c7a138cda979067d87
7
+ data.tar.gz: 19e4ccd4f52882b0ad947eba3fcb9fe5b2e22d83676be60d23581dbeb34bcf9bcdde5c1fc128ab93412feeae6d71cfc82a55650a1fb9192ebb779d4dfe84af02
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.86.0 (2025-10-17)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.85.0 (2025-08-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.85.0
1
+ 1.86.0
@@ -1506,7 +1506,7 @@ module Aws::PI
1506
1506
  tracer: tracer
1507
1507
  )
1508
1508
  context[:gem_name] = 'aws-sdk-pi'
1509
- context[:gem_version] = '1.85.0'
1509
+ context[:gem_version] = '1.86.0'
1510
1510
  Seahorse::Client::Request.new(handlers, context)
1511
1511
  end
1512
1512
 
@@ -13,22 +13,22 @@ module Aws::PI
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,
data/lib/aws-sdk-pi.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::PI
54
54
  autoload :EndpointProvider, 'aws-sdk-pi/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-pi/endpoints'
56
56
 
57
- GEM_VERSION = '1.85.0'
57
+ GEM_VERSION = '1.86.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-pi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.85.0
4
+ version: 1.86.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services