aws-sdk-supplychain 1.32.0 → 1.33.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: 0a66c8f4c426bbb9de66470fb5fce3989f715ec7c0c803a55bbfb3735651cd89
4
- data.tar.gz: 5cac7f44aa3a18af9efbd7663354fe3743c521307d8d5c3f486cc3f1a9e919a3
3
+ metadata.gz: b3747356c18be9971b90288f2395c125b9c13ec38ac1bec5654c39ea8fa0fc5d
4
+ data.tar.gz: 8e7ad5da5eb469fc665b9dfc66f03ed8ec6675b981a1bc1dd39dabc2839e420d
5
5
  SHA512:
6
- metadata.gz: '09dd9edcb03ec17545a23aec8e06f15e525655ec2523988b144a45cdd9be74ef119d3cfd9913a3212c5069d7b673bb4ac8ee8aa04e02f49ce36784ab821bf530'
7
- data.tar.gz: 8470d9fe1bb786e5f731007ed8c5865c7805a55ef8bda46c941bcc8c840774cba42758ef8f2a3189c36b2db23d7585e24d7147aba4818ad969b4367c6dac1830
6
+ metadata.gz: 729be1181410f44c3641a096b1fcf271fb97c98a7f3126d9fa8f409f2279595189f856662ca6b768fc86e1e0e9913414b0595d974ac80f72417978375e047e9b
7
+ data.tar.gz: b58015e0f0f92901b8a2c5372ba29650bb574f6a5dee931ef66bf7e54cef8ed423f140887880fd209699a63438136652037983ed12c843a9db5cee99165858e2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.33.0 (2025-10-24)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.32.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
1
+ 1.33.0
@@ -4758,7 +4758,7 @@ module Aws::SupplyChain
4758
4758
  tracer: tracer
4759
4759
  )
4760
4760
  context[:gem_name] = 'aws-sdk-supplychain'
4761
- context[:gem_version] = '1.32.0'
4761
+ context[:gem_version] = '1.33.0'
4762
4762
  Seahorse::Client::Request.new(handlers, context)
4763
4763
  end
4764
4764
 
@@ -13,22 +13,22 @@ module Aws::SupplyChain
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::SupplyChain
54
54
  autoload :EndpointProvider, 'aws-sdk-supplychain/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-supplychain/endpoints'
56
56
 
57
- GEM_VERSION = '1.32.0'
57
+ GEM_VERSION = '1.33.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-supplychain
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.32.0
4
+ version: 1.33.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services