aws-sdk-iotdeviceadvisor 1.55.0 → 1.56.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: 9bb5111fb3d330c3c62147256fc28bad104efee079769f1d68343dff4b74aa2d
4
- data.tar.gz: 4b7ef2e3a566494f1e60123df66a1206b3ac738d35298dd850f14572ab25585c
3
+ metadata.gz: 1d2ec93c340a7a5162697513e299afb1108262abac8ae633158125e8149f6165
4
+ data.tar.gz: 8b47c105cd72135e178ddd7c3dc2663ffbcd58e1fb288bad30b0fce3d918abd1
5
5
  SHA512:
6
- metadata.gz: 7dcbe6f95da7f494b1c098933d541512a47c2be6d92c853c9469f08973152494378d00c7019c78551ebd0ee12b9e29435da94d19028c2e8f49d12372e4c4b0af
7
- data.tar.gz: 258ab74afadb9f35cf76b87e89293671d1a53bfe7d1ea09ef2d7372e837222faabee384aa05251de3157b33b6acb3e6095d630dc1d2e4a59d51ad75d61571d66
6
+ metadata.gz: 7559763e40538bd3ae951d35a28c8a4417ce57935daedb73bd57abe6e193b22ca1a6577545ed7dd91a7c5336fa714ca4d9dfee75151944a046da21a373608063
7
+ data.tar.gz: c745ab2799f306b39bff5c863c41a9bbd74f0ef9acdffb07b09aee6e2ef4de991f6e62255bc73a70b0b0f61e77e6e6ecbba7c7b596cdfa142c736494fa5536a8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.56.0 (2025-10-17)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.55.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.0
1
+ 1.56.0
@@ -1164,7 +1164,7 @@ module Aws::IoTDeviceAdvisor
1164
1164
  tracer: tracer
1165
1165
  )
1166
1166
  context[:gem_name] = 'aws-sdk-iotdeviceadvisor'
1167
- context[:gem_version] = '1.55.0'
1167
+ context[:gem_version] = '1.56.0'
1168
1168
  Seahorse::Client::Request.new(handlers, context)
1169
1169
  end
1170
1170
 
@@ -13,22 +13,22 @@ module Aws::IoTDeviceAdvisor
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::IoTDeviceAdvisor
54
54
  autoload :EndpointProvider, 'aws-sdk-iotdeviceadvisor/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-iotdeviceadvisor/endpoints'
56
56
 
57
- GEM_VERSION = '1.55.0'
57
+ GEM_VERSION = '1.56.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-iotdeviceadvisor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.55.0
4
+ version: 1.56.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services