aws-sdk-applicationinsights 1.63.0 → 1.64.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: db4d384e1ffe8b81d5a44b4028d03238c4f3d8b15b47da9096f2f99478af6d78
4
- data.tar.gz: 6d560666f65d5e90cb68d82c3b9d357c7be0c9b567fd07a2f8d73d5267ad45ee
3
+ metadata.gz: 864d12ba6bf944bb2eebf2f95f8c256ca35b31c906645ea192afbde5f594a870
4
+ data.tar.gz: 8d292a727fb6a37c545e4f91a469b5fd60a1ab7f313b68f40e7c226694629d72
5
5
  SHA512:
6
- metadata.gz: 94655ffa34699f66df0182a33f0e8dd682eb7d16d4340c49d8b230a9cb528d66596a83776b943a386ce46eaca18f00fab3031b13c9e803317031b8d32b044842
7
- data.tar.gz: c9405d96e1581d2ace7df8bf8b0d0955e691631fe1a971592fa84ddd04fbba776f7e88e5489ec0d611a8ce5a5ccccf71c003ddea17f58a88a56da6b78dacb0c7
6
+ metadata.gz: e07ebbaf042ee9e75e45e6724164cc9b40aea6bc6330a415d01b29c5fba3944112c45937db40d19a4acca02c640f7563b82adc7c3d47f7633f0d66026fa08be3
7
+ data.tar.gz: 428a5bdf38039965e985f9b5d70f3e9acc7a187018fc47c4748bb40571b63be6bef8ebe39eadd34c76331a6b07e66279a8293109b0b0c6fe582be9ca0e5f156a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.64.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.63.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.63.0
1
+ 1.64.0
@@ -200,8 +200,7 @@ module Aws::ApplicationInsights
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
@@ -2178,7 +2177,7 @@ module Aws::ApplicationInsights
2178
2177
  tracer: tracer
2179
2178
  )
2180
2179
  context[:gem_name] = 'aws-sdk-applicationinsights'
2181
- context[:gem_version] = '1.63.0'
2180
+ context[:gem_version] = '1.64.0'
2182
2181
  Seahorse::Client::Request.new(handlers, context)
2183
2182
  end
2184
2183
 
@@ -54,7 +54,7 @@ module Aws::ApplicationInsights
54
54
  autoload :EndpointProvider, 'aws-sdk-applicationinsights/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-applicationinsights/endpoints'
56
56
 
57
- GEM_VERSION = '1.63.0'
57
+ GEM_VERSION = '1.64.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-applicationinsights
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.63.0
4
+ version: 1.64.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services