aws-sdk-trustedadvisor 1.28.0 → 1.29.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: de64e174d21f3777a84e5e0e7b9e007ac5ed65a0420f62a8bd6493f5c13be512
4
- data.tar.gz: 0c203fc15b15a513dc8ff7c8102021be6c0739c247a2ec6db45bfbd1ee6ac741
3
+ metadata.gz: 727cbcc77d8aaac62fc68d727a31e80dc1c0595980b330541e8cdaedbb581b22
4
+ data.tar.gz: bf0ba87c190207dedc3e0688487d9d751e612bdf8b7fc259e22b9a61c909a502
5
5
  SHA512:
6
- metadata.gz: 29e20ba6798dc1f71117d5a5f6b84c00959740bfcbab445057ea219c3bd7dfb83223e4c7ccfbfcd1d722905a55cb49d0e7299e30e4918be36d394de83ffde201
7
- data.tar.gz: f16ebe9d2b2869e874628ffd902e7ca850292f3184337c39e9a6e0efaaeb75be7b31c744325bed063168ffccddc7bf138330906c7f35f30de0676d7b0f20bc52
6
+ metadata.gz: dc68d669fc4147b95662a5fd58ef622312acd165e68d934071ff7aeb7df9a1915cb6ddff170358eab5ed6891fcb0cb3ba45a24a558467c2c47cd3e85be3fc675
7
+ data.tar.gz: cfd80774d792363fca5966479bf03f3a0455627ab529b85a473f06f955dad709c161cf6a5ea4767c82fd895bdcdb1278acbea9aaee604e187e5b2a2bb5b2b515
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.29.0 (2025-10-28)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.28.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.28.0
1
+ 1.29.0
@@ -1145,7 +1145,7 @@ module Aws::TrustedAdvisor
1145
1145
  tracer: tracer
1146
1146
  )
1147
1147
  context[:gem_name] = 'aws-sdk-trustedadvisor'
1148
- context[:gem_version] = '1.28.0'
1148
+ context[:gem_version] = '1.29.0'
1149
1149
  Seahorse::Client::Request.new(handlers, context)
1150
1150
  end
1151
1151
 
@@ -13,22 +13,22 @@ module Aws::TrustedAdvisor
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::TrustedAdvisor
54
54
  autoload :EndpointProvider, 'aws-sdk-trustedadvisor/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-trustedadvisor/endpoints'
56
56
 
57
- GEM_VERSION = '1.28.0'
57
+ GEM_VERSION = '1.29.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-trustedadvisor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.28.0
4
+ version: 1.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services