aws-sdk-iotsitewise 1.94.0 → 1.96.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: 40cb371cdd5b542c15c80ca78d1e7e693b1191d94a12772986a8a733370ae4f9
4
- data.tar.gz: c5686360e8fbc61d6f43c3a9a20168ceabead9921337e4f7ff8d21e00d85aa53
3
+ metadata.gz: f45918e02ce0d2bb8ce39aed4fdfdf1d36c970c6719e7289ad6db99cae50ca2c
4
+ data.tar.gz: 82e7e305c306b78d48ded4738cefe15c16b9a5944a2ac7143f96c52f6b8e13b9
5
5
  SHA512:
6
- metadata.gz: 0dc7493167378fbb00acab0ad65b019d65584d4f6525474d89158cc73e4cd7a16d7c37af0d1c8a2be7156b8d96e566e970323b96862fb73c01fdfc6fc537c052
7
- data.tar.gz: 9fb3f85cf2edbd17559d4341ed50fda9843d08093e4e3373db19121ebbd5f674dfcf304d144e2496dad628c923597127640e9637b6a528034030ba467091303c
6
+ metadata.gz: bc98d81bf32806b0f68c77a905fac97db9cad49c1863bbd470396d3b2ba0c85291a963963c5315225b57c788b63d642fc30a8497eb8422477092d9ae8662b7ee
7
+ data.tar.gz: 3d5c6a75df49a14b2bf06aac38ff73d2eb2afa1e234a1c21a6e4924b53228a5975c438a24ae9abd15eb6266ba98739dd895c369be0e5a2b2e68d82c034593ce0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.96.0 (2025-10-22)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
9
+ 1.95.0 (2025-10-21)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.94.0 (2025-09-08)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.94.0
1
+ 1.96.0
@@ -8346,7 +8346,7 @@ module Aws::IoTSiteWise
8346
8346
  tracer: tracer
8347
8347
  )
8348
8348
  context[:gem_name] = 'aws-sdk-iotsitewise'
8349
- context[:gem_version] = '1.94.0'
8349
+ context[:gem_version] = '1.96.0'
8350
8350
  Seahorse::Client::Request.new(handlers, context)
8351
8351
  end
8352
8352
 
@@ -13,22 +13,22 @@ module Aws::IoTSiteWise
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,
@@ -56,7 +56,7 @@ module Aws::IoTSiteWise
56
56
  autoload :Endpoints, 'aws-sdk-iotsitewise/endpoints'
57
57
  autoload :EventStreams, 'aws-sdk-iotsitewise/event_streams'
58
58
 
59
- GEM_VERSION = '1.94.0'
59
+ GEM_VERSION = '1.96.0'
60
60
 
61
61
  end
62
62
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotsitewise
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.94.0
4
+ version: 1.96.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.231.0
21
+ version: 3.234.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.231.0
31
+ version: 3.234.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement