aws-sdk-iotsitewise 1.67.0 → 1.69.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotsitewise/client.rb +321 -129
- data/lib/aws-sdk-iotsitewise/client_api.rb +71 -24
- data/lib/aws-sdk-iotsitewise/errors.rb +26 -0
- data/lib/aws-sdk-iotsitewise/types.rb +523 -258
- data/lib/aws-sdk-iotsitewise.rb +1 -1
- data/sig/client.rbs +72 -45
- data/sig/errors.rbs +5 -0
- data/sig/types.rbs +59 -23
- data/sig/waiters.rbs +4 -2
- metadata +2 -2
data/sig/waiters.rbs
CHANGED
@@ -26,7 +26,8 @@ module Aws
|
|
26
26
|
|
27
27
|
def wait: (
|
28
28
|
asset_model_id: ::String,
|
29
|
-
?exclude_properties: bool
|
29
|
+
?exclude_properties: bool,
|
30
|
+
?asset_model_version: ::String
|
30
31
|
) -> Client::_DescribeAssetModelResponseSuccess
|
31
32
|
| (Hash[Symbol, untyped]) -> Client::_DescribeAssetModelResponseSuccess
|
32
33
|
end
|
@@ -37,7 +38,8 @@ module Aws
|
|
37
38
|
|
38
39
|
def wait: (
|
39
40
|
asset_model_id: ::String,
|
40
|
-
?exclude_properties: bool
|
41
|
+
?exclude_properties: bool,
|
42
|
+
?asset_model_version: ::String
|
41
43
|
) -> Client::_DescribeAssetModelResponseSuccess
|
42
44
|
| (Hash[Symbol, untyped]) -> Client::_DescribeAssetModelResponseSuccess
|
43
45
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-iotsitewise
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.69.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-08-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|