aws-sdk-applicationinsights 1.70.0 → 1.71.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: 351bace028a7f7277af80d8d0f955d4280b1263eb69f494fb9c58147dc182e8f
4
- data.tar.gz: d87fcb083d6017823fd43c2151e684acef1e08e257d0f6a385eacbd1187832a9
3
+ metadata.gz: 53b82b039bdc1281e4387423176296f52552e63425bbde1d932b5c0d2ff77b6f
4
+ data.tar.gz: 965e188459a0eaacfd9d8821e7ce91c13a7480d4c1819060b4d76b17b89c3101
5
5
  SHA512:
6
- metadata.gz: 43b58135a11bf4c8c9a761d39d8bc40f8b17cfc162212af9e51aee32d1689e97002c00b8ea955641cc2680954bb695edf3a1fc342a16339bcd0b7cfe1d36efdc
7
- data.tar.gz: 4d33a02649e7b6ebdd6fb6cdbe0a16f7a82016d99ae04bea554f534209e034292a2ff2daaddd8170da93e860f9f8b02bd36d39b58259d2b88df6187eec538706
6
+ metadata.gz: d5f1ffa529f1805f7644779d2f94f825ca4e55212a02de7928d5bad3daa399b6d72be30d8334eb33777f28832fd299269d97f6b65c13f437cf3fd07528030164
7
+ data.tar.gz: 399914d255b43e1341e7c537d2a70fe51d0d3c6544f89bf55923e1cf12ff2ff683e1d29f2217a388cf23d83ae0cd1dc9983f330e2aea8ca6183898117dbe4d83
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.0 (2025-10-17)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.70.0 (2025-08-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.71.0
@@ -2184,7 +2184,7 @@ module Aws::ApplicationInsights
2184
2184
  tracer: tracer
2185
2185
  )
2186
2186
  context[:gem_name] = 'aws-sdk-applicationinsights'
2187
- context[:gem_version] = '1.70.0'
2187
+ context[:gem_version] = '1.71.0'
2188
2188
  Seahorse::Client::Request.new(handlers, context)
2189
2189
  end
2190
2190
 
@@ -13,22 +13,22 @@ module Aws::ApplicationInsights
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # 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.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -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.70.0'
57
+ GEM_VERSION = '1.71.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.70.0
4
+ version: 1.71.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services