aws-sdk-applicationsignals 1.19.0 → 1.21.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: 424d2d3bf828c86ae5466a81df897bc0c37ca987cc5d57f1a2331f8e22bf059f
4
- data.tar.gz: 1743ae5d13cf1a7d9d007abb86885e35dd22397cf74e77576ace4c4dd88e365c
3
+ metadata.gz: 66ba81b74ec63fa0b9e31471670a01479ee5faa44e4cfccfa705ecedf6d0ad7b
4
+ data.tar.gz: 621e0f66f6626b87bd728f746fac32b3060488a3262a70a62d11dea9a56ab8f8
5
5
  SHA512:
6
- metadata.gz: a7999d54ca08509f6bf48352dee27f4d0c9fe29a0ffbf3eb0e9105a4b301144b20e6cdc4576036cb93a0052196f2f725e2487e1cad79986c050073ccbb22ba7c
7
- data.tar.gz: c66ffdb883c22016738ea52f5e03e850cab0eb18ac6af5e9acd779fed4d8fabc74ab8a68e06d815331a9521fc920bc9ca8288cac181e14ac38d222abcd08654d
6
+ metadata.gz: 21eba0f1b7128ac7e9aed7cffaedae02fca51fa211e4d5300d7f7d16cd554694afbc6dc68a5192fdd15935137750fa3d9bf8fd73209fe454b51f2ce5e9db4ea0
7
+ data.tar.gz: 69b000665f9f516373e9244e667a1a226c9a9f4cec3979bae9f91039dc83663700f3847af066ed8d4db973b06617e3b7acbcd2ed2dada5e60fe57d6ff07ab629
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.21.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.20.0 (2025-05-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.19.0 (2025-04-02)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.19.0
1
+ 1.21.0
@@ -200,8 +200,7 @@ module Aws::ApplicationSignals
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
@@ -2388,7 +2387,7 @@ module Aws::ApplicationSignals
2388
2387
  tracer: tracer
2389
2388
  )
2390
2389
  context[:gem_name] = 'aws-sdk-applicationsignals'
2391
- context[:gem_version] = '1.19.0'
2390
+ context[:gem_version] = '1.21.0'
2392
2391
  Seahorse::Client::Request.new(handlers, context)
2393
2392
  end
2394
2393
 
@@ -54,7 +54,7 @@ module Aws::ApplicationSignals
54
54
  autoload :EndpointProvider, 'aws-sdk-applicationsignals/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-applicationsignals/endpoints'
56
56
 
57
- GEM_VERSION = '1.19.0'
57
+ GEM_VERSION = '1.21.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationsignals
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-04-02 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-applicationsignals
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-applicationsignals/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - Amazon CloudWatch Application Signals
99
96
  test_files: []