aws-sdk-pipes 1.45.0 → 1.46.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: 344de069f994185afe5f893f1c857ea9cf3869bc3b8317409776a22897f5ffe8
4
- data.tar.gz: fa88b1de36dfad41aeb9d2185c320a5abdf4229c76cb71f3eab95db8f176572d
3
+ metadata.gz: 646719b9299d3b92a437fc4809cc40844ebd7c26b2d89d248a0349886f91f771
4
+ data.tar.gz: ac25d362be905fd1d9ec33e6f0cb7612a0801b1a78183a81e277315520530cf8
5
5
  SHA512:
6
- metadata.gz: 848fa999bcdd4cea983ce10b3d1f6b116ce65a0eacd09dde71e0a4b249e44a66b17d06a1f553e305e02a7369015733045ead4db7316e74b8468d4d8fd6815a6c
7
- data.tar.gz: 841661770144bffed8650c93d30419b4b90f365484ffa675ec883899cb483b2da98858a704261bda5c1820f7f9b6879c6246ddac50bf4bb6baf1bd9fa7ab70e2
6
+ metadata.gz: a50b778663a1cc07d210cbd2eceb41da550bac344fe3917f219b0ed69ce50212f82a6191795a35b524b4aaafdcefb5bf4996d8db878fe7466c61f483f68a0fa3
7
+ data.tar.gz: a8fed57b71eb1ed2d26d3c92b08b40dd9291c5f90bc397eaf96bcd94916c238151f1400d22117f9cddd8a44ef902128ecd44380535f297c621ae4ee75a22aa78
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.0 (2025-10-28)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.45.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.46.0
@@ -1888,7 +1888,7 @@ module Aws::Pipes
1888
1888
  tracer: tracer
1889
1889
  )
1890
1890
  context[:gem_name] = 'aws-sdk-pipes'
1891
- context[:gem_version] = '1.45.0'
1891
+ context[:gem_version] = '1.46.0'
1892
1892
  Seahorse::Client::Request.new(handlers, context)
1893
1893
  end
1894
1894
 
@@ -13,22 +13,22 @@ module Aws::Pipes
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-pipes.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::Pipes
55
55
  autoload :EndpointProvider, 'aws-sdk-pipes/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-pipes/endpoints'
57
57
 
58
- GEM_VERSION = '1.45.0'
58
+ GEM_VERSION = '1.46.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-pipes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.45.0
4
+ version: 1.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services