aws-sdk-applicationsignals 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: f57d291aa2d5953db2bbfcfa89f60c01e14e465ca17b3448263a4e5884105401
4
- data.tar.gz: f9acb6d27baac0002bfffdfae165aa8dffee27dc750fa1c590439f88a900858a
3
+ metadata.gz: 4f7e5943cda12c39031deff5c3d057a928e1b927cf975d9408bdb322dce1cc91
4
+ data.tar.gz: 445e4ba40576f2919be85cf39eaa4144446baeb17bba8b99bd7884000d087530
5
5
  SHA512:
6
- metadata.gz: 637c6981c0547742ccf6b15b24afd9304259b227e36a8ab90b1389c8f95ef1b24f3d33a62880f49ceded9d3d5315a3efebc918acf272f57c9891111b069a1f8b
7
- data.tar.gz: 066f1a506a52c3a078aea9ba40350de4a2634926e377fc056f246092116392b727a3a7be7444b42f308337c09264ead018e5319190e0cd5f1965bf7ade13c790
6
+ metadata.gz: 69a68246368f2b94efcf841437b73138cf1189f82b0dc2216281ac2da0597791dd31f26d3e42c4401bbe41ae27cc490c46207adca45601c50849ca784ef3d6df
7
+ data.tar.gz: ed83d71ab3752274bb6d2f7e6463b353ea74289337d6cea691395ed4d96de4e142631b8c1bd659be806052f590756d0e62f61e4dfeb935075d745d2ba11061ae
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.30.0 (2025-10-24)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.29.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.29.0
1
+ 1.30.0
@@ -2763,7 +2763,7 @@ module Aws::ApplicationSignals
2763
2763
  tracer: tracer
2764
2764
  )
2765
2765
  context[:gem_name] = 'aws-sdk-applicationsignals'
2766
- context[:gem_version] = '1.29.0'
2766
+ context[:gem_version] = '1.30.0'
2767
2767
  Seahorse::Client::Request.new(handlers, context)
2768
2768
  end
2769
2769
 
@@ -13,17 +13,17 @@ module Aws::ApplicationSignals
13
13
  # @!attribute use_fips
14
14
  # 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.
15
15
  #
16
- # @return [Boolean]
16
+ # @return [boolean]
17
17
  #
18
18
  # @!attribute endpoint
19
19
  # Override the endpoint used to send this request
20
20
  #
21
- # @return [String]
21
+ # @return [string]
22
22
  #
23
23
  # @!attribute region
24
24
  # The AWS region used to dispatch the request.
25
25
  #
26
- # @return [String]
26
+ # @return [string]
27
27
  #
28
28
  EndpointParameters = Struct.new(
29
29
  :use_fips,
@@ -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.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-applicationsignals
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