aws-sdk-iotsitewise 1.67.0 → 1.69.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.
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.67.0
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-07-02 00:00:00.000000000 Z
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