aws-sdk-supportapp 1.39.0 → 1.40.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: 63373dba02b0973646264d9e9902dc36b7e5a00f16e4daecc24a8a9dc1a7e4ab
4
- data.tar.gz: b9c5f62167985634333dad4b33ac93add423bb39376dfdbbec77721fb6e0cc08
3
+ metadata.gz: 394877b712d2063a9d370d6a8539aa8b63262910ad8399b45b89d7a3c9be5e14
4
+ data.tar.gz: 10dbde8e6e9f6812ecf50ba802b362eacd3aadd9c19e9e5ffdefd2bf2fc5de3f
5
5
  SHA512:
6
- metadata.gz: 2311f65b8e85446f9b4534ff87df00ae02000e147211b5a7e541bb21360e2e78ff61f271580844b59e9d5796e6524acfb0a063333ab11eb4a6e90e5c1c5bacd2
7
- data.tar.gz: f6c54d5c62682af8995d6f5a96d26d0d174e358e7a9d8e4b88babd5656b54c89607cf6e88f31c80bcd4845f1e6e6cb6a5f63d06bbbd4638f6d1dc9ba389e3c8b
6
+ metadata.gz: d8e0c5c6fe1e49c4839cf8d0d84271381e2e12f82df37129180137391f86cac931438fd9547b3bd48867678c6fff90e633427d5cfeb21576a59b7937dfdb5dfe
7
+ data.tar.gz: fd617733ef2b3e7b5329405f7964313ae7e33705445ddc34493eea6136b513561220fbcecbb9c35c13f38d1d0cde9a54f359c06c8ef77023e6c93f0cb9e29a8b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.0 (2025-10-28)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.39.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.39.0
1
+ 1.40.0
@@ -983,7 +983,7 @@ module Aws::SupportApp
983
983
  tracer: tracer
984
984
  )
985
985
  context[:gem_name] = 'aws-sdk-supportapp'
986
- context[:gem_version] = '1.39.0'
986
+ context[:gem_version] = '1.40.0'
987
987
  Seahorse::Client::Request.new(handlers, context)
988
988
  end
989
989
 
@@ -13,22 +13,22 @@ module Aws::SupportApp
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::SupportApp
54
54
  autoload :EndpointProvider, 'aws-sdk-supportapp/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-supportapp/endpoints'
56
56
 
57
- GEM_VERSION = '1.39.0'
57
+ GEM_VERSION = '1.40.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-supportapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.39.0
4
+ version: 1.40.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services