aws-sdk-vpclattice 1.29.0 → 1.30.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: ad18ff4075d8ca3d31820b34501f427f832054b99d5bf0553e6987b83c63d280
4
- data.tar.gz: 1927dab793f3238b2e2990f75617b41c221808e8a84aa2d7af8b502d3a4b3d34
3
+ metadata.gz: 80367e5122661a2feec0a7e8477ca5bcb9537c4d49ccb780ed22b3e1d0b174a0
4
+ data.tar.gz: 10c99876c83978fb7cd8834b843b96f84b24bb1470f22b2edc738b378ab248c0
5
5
  SHA512:
6
- metadata.gz: af225b2fc2e269c2e78bc5c14d83e31427d89e7d345718d70f0f66d1cc80a1deabb7f355d0afea3bbbaead30a67202f647492dd15b08fcfc5905b108cdcedc8f
7
- data.tar.gz: fecf5320575f6f7173d7c35827c9a62495b9482eaa2c6f0d3a64d494f28d22e7f3a4cfc99aafb544ecd08eec490155f4e92c6368a699c71c13a78ff1e0d8c096
6
+ metadata.gz: bbc72fe7b302958848cdddb22927ba7d8eb193dd34cdc2d6813f543715c0efe6a252459a8f5f54460fe82b82c9bac810c168ddfaa18a82ccf5bc36d63ab0c4b7
7
+ data.tar.gz: 1449dc6cea61c3c0a025a3f6d8e3a1eebd95ca41a08022232bd2f3ced75d5dd59300a26cb4e9dd143c3d42d69f30aabfb2da56b3f89078b9e636fdba98e7cd37
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.30.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.29.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.29.0
1
+ 1.30.0
@@ -200,8 +200,7 @@ module Aws::VPCLattice
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -4306,7 +4305,7 @@ module Aws::VPCLattice
4306
4305
  tracer: tracer
4307
4306
  )
4308
4307
  context[:gem_name] = 'aws-sdk-vpclattice'
4309
- context[:gem_version] = '1.29.0'
4308
+ context[:gem_version] = '1.30.0'
4310
4309
  Seahorse::Client::Request.new(handlers, context)
4311
4310
  end
4312
4311
 
@@ -54,7 +54,7 @@ module Aws::VPCLattice
54
54
  autoload :EndpointProvider, 'aws-sdk-vpclattice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-vpclattice/endpoints'
56
56
 
57
- GEM_VERSION = '1.29.0'
57
+ GEM_VERSION = '1.30.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-vpclattice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.29.0
4
+ version: 1.30.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services