aws-sdk-iottwinmaker 1.35.0 → 1.36.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iottwinmaker/client.rb +1 -1
- data/lib/aws-sdk-iottwinmaker/types.rb +1 -1
- data/lib/aws-sdk-iottwinmaker.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6c71a4cf1f9dc4243476e4553882738974157effa5faf071f464c8303cb36d3a
|
|
4
|
+
data.tar.gz: e34f91e1b63dcbb3881606bbcf700769a608b8e7802508d900da18014f66b11d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ec72599052ccb950c42810a3b8ea31a86b7ea13a1879df477147d2c2c72fe987b53fd4b519d503e254fa29bc7581b3dbf76bb9419338a2b2a716222bd178a0c
|
|
7
|
+
data.tar.gz: 1ed232ff08c64a22e323d7ad55d1871e289e9ca6fef83bb695bc71d4c7f0c4cc9c98cffe866103e3da984506ee47875f5e7af23581cc7e9e27a5994233e99383
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.36.0
|
|
@@ -3520,7 +3520,7 @@ module Aws::IoTTwinMaker
|
|
|
3520
3520
|
tracer: tracer
|
|
3521
3521
|
)
|
|
3522
3522
|
context[:gem_name] = 'aws-sdk-iottwinmaker'
|
|
3523
|
-
context[:gem_version] = '1.
|
|
3523
|
+
context[:gem_version] = '1.36.0'
|
|
3524
3524
|
Seahorse::Client::Request.new(handlers, context)
|
|
3525
3525
|
end
|
|
3526
3526
|
|
|
@@ -3690,7 +3690,7 @@ module Aws::IoTTwinMaker
|
|
|
3690
3690
|
# You can filter the request using various logical operators and a
|
|
3691
3691
|
# key-value format. For example:
|
|
3692
3692
|
#
|
|
3693
|
-
#
|
|
3693
|
+
# `{"key": "serverType", "value": "webServer"}`
|
|
3694
3694
|
# @return [Array<Types::PropertyFilter>]
|
|
3695
3695
|
#
|
|
3696
3696
|
class TabularConditions < Struct.new(
|
data/lib/aws-sdk-iottwinmaker.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-iottwinmaker
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.36.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|