aws-sdk-vpclattice 1.38.0 → 1.39.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: dde4fd4f7e9c35d88f64373ec3681b0ba5998c27a4e86da4a663e3f71c84d843
4
- data.tar.gz: fb3810e1eaa54d8e2dd0f256b18b1d0bab9308f10bf1915b133236531ea67bb3
3
+ metadata.gz: be7964bc44826e09cb784dc97e9490e558197ce451408b298eda08b7b7444b82
4
+ data.tar.gz: adc6a8e8c1e846f58ca747ce1d4417afd1a8e0dcc7fc30bbc42167b4bd670539
5
5
  SHA512:
6
- metadata.gz: f1b7d603c53e19d32efaad3a47b23e0b327a0edf08c962ca0086d5bb650009b4758450bcff4b2b162b9a262f3cf8c455f4b4d793b7a83a5170bfbc2c9e3a0139
7
- data.tar.gz: 527ec651e60333e967effacefbd257b9842f82c586173881291b040608fee44cf42e30241708026b9b4fd631023154feb73a6efd7e795e75b7f9c0ec00fb1080
6
+ metadata.gz: f67cd5f0f431b73733a6f1b38a298732ddc3409ee3e88e71083c699b3e15f2cbd653b8fd60d436602bb1197ae6ccd5fc309f5dad9fc26910d814dcaf616d7ad2
7
+ data.tar.gz: 2b6c09b4d9bb86b48ecbaf7c158e4ce739f87d00f497832892036c398363991985b95ff8aa4cd4faf46d75c8855cceb80d118c02fa7355ff8800ea08577573f7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.39.0 (2025-10-24)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.38.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.39.0
@@ -4371,7 +4371,7 @@ module Aws::VPCLattice
4371
4371
  tracer: tracer
4372
4372
  )
4373
4373
  context[:gem_name] = 'aws-sdk-vpclattice'
4374
- context[:gem_version] = '1.38.0'
4374
+ context[:gem_version] = '1.39.0'
4375
4375
  Seahorse::Client::Request.new(handlers, context)
4376
4376
  end
4377
4377
 
@@ -13,22 +13,22 @@ module Aws::VPCLattice
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,
@@ -55,7 +55,7 @@ module Aws::VPCLattice
55
55
  autoload :EndpointProvider, 'aws-sdk-vpclattice/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-vpclattice/endpoints'
57
57
 
58
- GEM_VERSION = '1.38.0'
58
+ GEM_VERSION = '1.39.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-vpclattice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.38.0
4
+ version: 1.39.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services