aws-sdk-appmesh 1.77.0 → 1.78.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: b0e56a5e113c5c907d277a1f83359d505526baf01b574b13bfb9badf94d1cae6
4
- data.tar.gz: f93c6bcdc1e61a9f88252f1f4b68fa69b4da1009abbc7bb82ac2abf112cc37cc
3
+ metadata.gz: 97823e1486d3009b68c27bbe2958fc4cc7245f4f0364fb5d3d77bd985f67ecca
4
+ data.tar.gz: 3ae2faccc2e7051958c114d0645ad2f3ddb6a059d7abbba5fab89cd9c564247e
5
5
  SHA512:
6
- metadata.gz: 5a146f3e566376a056e267f0af230ab1d8c09eda1e3f0577802688b0b0c9e0e0628cfcdf2ca17c5bf7b406bdc37521c67ceeee33277ca2237ff00d6a5aea2e69
7
- data.tar.gz: 724219d90f7551a556a999b5f24abf35ad144a14b2714cac3b22132bc936c0ce16d1c247a11089fe0a027c6c0a923bd5ad41cde2b99084a75028e394281b9b50
6
+ metadata.gz: 8a75a41ed38e72db57aafd305b33d5573971ff127473b03d81cdcb17ed9a96393e1366967245350240a53521bf4a157dd0adf7fc38938a0a41f7a99f41ad7722
7
+ data.tar.gz: 35fc18b560989cbeb192950cc6f9920fef6e2a2a81fb3f9930c851c7a4cbefb23732409910f7f6ef7bb624dbb6ff7ab883f9c44b6cccdb4d6dcfe509e381c990
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.78.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.77.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.77.0
1
+ 1.78.0
@@ -200,8 +200,7 @@ module Aws::AppMesh
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
@@ -5585,7 +5584,7 @@ module Aws::AppMesh
5585
5584
  tracer: tracer
5586
5585
  )
5587
5586
  context[:gem_name] = 'aws-sdk-appmesh'
5588
- context[:gem_version] = '1.77.0'
5587
+ context[:gem_version] = '1.78.0'
5589
5588
  Seahorse::Client::Request.new(handlers, context)
5590
5589
  end
5591
5590
 
@@ -54,7 +54,7 @@ module Aws::AppMesh
54
54
  autoload :EndpointProvider, 'aws-sdk-appmesh/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-appmesh/endpoints'
56
56
 
57
- GEM_VERSION = '1.77.0'
57
+ GEM_VERSION = '1.78.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-appmesh
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.77.0
4
+ version: 1.78.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services