aws-sdk-iotdataplane 1.82.0 → 1.83.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: 8afa80790c9c2aa206976703fe1953b9d40ec5d09e811266aadaffed3b6606bc
4
- data.tar.gz: d08c0556d06adf9e754ce68823f4925a0c62a6c086359e50d9c2dbf5816cf702
3
+ metadata.gz: 494aa531768f8cbbfe5f1a51dc606fbf9a43a3507d2a094cffbeaf051869320d
4
+ data.tar.gz: 74842774b5121a6bd6e88e10d7f1439a393b6a280294239a7b10c8448fccd998
5
5
  SHA512:
6
- metadata.gz: f5a03d2c7987d0421f21fc1123f562daf4a567b2d48a5f654fe5c59d18010580fb40f301edb678b08c113ffd0f20bd376f35e4645f23d926d229396da8e0d61e
7
- data.tar.gz: e10cbfc4d59e90e36116e7a66aeeaa8cd25f562e3635bc489d3c9c9c9ac637fa10dcbe1c49fc694f12310e2838f8c91299b4e75013e7428b799822dbd32c274c
6
+ metadata.gz: d6f61f4ceb2b3cb55ec23e63d2ed8b49485989962cc8b7f63022aad25e44c8558a3ff7347b75a7110b1c4865b9ee5414bcfeb20d68084137fbd1e152f526cd8e
7
+ data.tar.gz: a0e6c278a803b544c7d87c36dbaa09357c2012c8db59cad2e213d1b8d7f1e327761e19bb10ba8936fb19cae5bb3f75c9163c5ba7f6ff5f17e5829009e6a2aecb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.83.0 (2025-10-17)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.82.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.82.0
1
+ 1.83.0
@@ -922,7 +922,7 @@ module Aws::IoTDataPlane
922
922
  tracer: tracer
923
923
  )
924
924
  context[:gem_name] = 'aws-sdk-iotdataplane'
925
- context[:gem_version] = '1.82.0'
925
+ context[:gem_version] = '1.83.0'
926
926
  Seahorse::Client::Request.new(handlers, context)
927
927
  end
928
928
 
@@ -1,8 +0,0 @@
1
- # frozen_string_literal: true
2
- # WARNING ABOUT GENERATED CODE
3
- #
4
- # This file is generated. See the contributing for info on making contributions:
5
- # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
6
- #
7
- # WARNING ABOUT GENERATED CODE
8
-
@@ -13,22 +13,22 @@ module Aws::IoTDataPlane
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::IoTDataPlane
54
54
  autoload :EndpointProvider, 'aws-sdk-iotdataplane/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-iotdataplane/endpoints'
56
56
 
57
- GEM_VERSION = '1.82.0'
57
+ GEM_VERSION = '1.83.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-iotdataplane
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.82.0
4
+ version: 1.83.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services