aws-sdk-iottwinmaker 1.39.0 → 1.41.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: 37a4185c11d856a58858b09d45d858a08e6eb09989eae88cbc1308f25150e933
4
- data.tar.gz: d181bd3dbeb9813ace507c299dbcd226a2126d9dbc9936661c30facddf198f36
3
+ metadata.gz: 2090c2dad8a636af33d6e5e2bc04b5e66239e156ac6e2b2babc6bc4706db608d
4
+ data.tar.gz: f3534029907dc19bf77bfabe2b4aca3326acd66d27eb5116dbcb6a66a546ab6a
5
5
  SHA512:
6
- metadata.gz: 87b65798bb9cb14290af80876d1b8f20b8d4e279e91de0ee200362e41ee3884e99e311593ff97e88a096c538b6f43f9419152bdf70f6b03110aba13257012f73
7
- data.tar.gz: f81887c74f5b04a48a7cfba50fb8fb85e84ec0dde89d1ba7efd151353353f0983e291f778d31549437a2b270ff78b55655a04d26ee79ce213229c79e69b56f52
6
+ metadata.gz: 1be292513e7835025e76c6f6a4ed1c1db6f405ebec121c2c239937b38b8522f1407c1204a396ed3b7f7ad638e9cf21459065f8612748321481afb2a19a64da58
7
+ data.tar.gz: bd1a89753dfd1ae5e9a8402205ad434f98355a428a2903a14ce16568c3dd8f188da270b0656e1c1402da878f34276f8debbf70053d2fcda1c4380997d17cfae3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.41.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.40.0 (2025-05-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.39.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.39.0
1
+ 1.41.0
@@ -200,8 +200,7 @@ module Aws::IoTTwinMaker
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -3543,7 +3542,7 @@ module Aws::IoTTwinMaker
3543
3542
  tracer: tracer
3544
3543
  )
3545
3544
  context[:gem_name] = 'aws-sdk-iottwinmaker'
3546
- context[:gem_version] = '1.39.0'
3545
+ context[:gem_version] = '1.41.0'
3547
3546
  Seahorse::Client::Request.new(handlers, context)
3548
3547
  end
3549
3548
 
@@ -770,8 +770,8 @@ module Aws::IoTTwinMaker
770
770
  GetPropertyValueHistoryRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, location_name: "componentTypeId"))
771
771
  GetPropertyValueHistoryRequest.add_member(:selected_properties, Shapes::ShapeRef.new(shape: SelectedPropertyList, required: true, location_name: "selectedProperties"))
772
772
  GetPropertyValueHistoryRequest.add_member(:property_filters, Shapes::ShapeRef.new(shape: PropertyFilters, location_name: "propertyFilters"))
773
- GetPropertyValueHistoryRequest.add_member(:start_date_time, Shapes::ShapeRef.new(shape: Timestamp, deprecated: true, location_name: "startDateTime", metadata: {"deprecatedMessage"=>"This field is deprecated and will throw an error in the future. Use startTime instead."}))
774
- GetPropertyValueHistoryRequest.add_member(:end_date_time, Shapes::ShapeRef.new(shape: Timestamp, deprecated: true, location_name: "endDateTime", metadata: {"deprecatedMessage"=>"This field is deprecated and will throw an error in the future. Use endTime instead."}))
773
+ GetPropertyValueHistoryRequest.add_member(:start_date_time, Shapes::ShapeRef.new(shape: Timestamp, deprecated: true, location_name: "startDateTime", metadata: {"deprecatedMessage" => "This field is deprecated and will throw an error in the future. Use startTime instead."}))
774
+ GetPropertyValueHistoryRequest.add_member(:end_date_time, Shapes::ShapeRef.new(shape: Timestamp, deprecated: true, location_name: "endDateTime", metadata: {"deprecatedMessage" => "This field is deprecated and will throw an error in the future. Use endTime instead."}))
775
775
  GetPropertyValueHistoryRequest.add_member(:interpolation, Shapes::ShapeRef.new(shape: InterpolationParameters, location_name: "interpolation"))
776
776
  GetPropertyValueHistoryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
777
777
  GetPropertyValueHistoryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
@@ -1150,7 +1150,7 @@ module Aws::IoTTwinMaker
1150
1150
  PropertyTableValue.key = Shapes::ShapeRef.new(shape: Name)
1151
1151
  PropertyTableValue.value = Shapes::ShapeRef.new(shape: DataValue)
1152
1152
 
1153
- PropertyValue.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, deprecated: true, location_name: "timestamp", metadata: {"deprecatedMessage"=>"This field is deprecated and will throw an error in the future. Use time instead."}))
1153
+ PropertyValue.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, deprecated: true, location_name: "timestamp", metadata: {"deprecatedMessage" => "This field is deprecated and will throw an error in the future. Use time instead."}))
1154
1154
  PropertyValue.add_member(:value, Shapes::ShapeRef.new(shape: DataValue, required: true, location_name: "value"))
1155
1155
  PropertyValue.add_member(:time, Shapes::ShapeRef.new(shape: Time, location_name: "time"))
1156
1156
  PropertyValue.struct_class = Types::PropertyValue
@@ -55,7 +55,7 @@ module Aws::IoTTwinMaker
55
55
  autoload :EndpointProvider, 'aws-sdk-iottwinmaker/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-iottwinmaker/endpoints'
57
57
 
58
- GEM_VERSION = '1.39.0'
58
+ GEM_VERSION = '1.41.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iottwinmaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.39.0
4
+ version: 1.41.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -78,7 +77,6 @@ licenses:
78
77
  metadata:
79
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iottwinmaker
80
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iottwinmaker/CHANGELOG.md
81
- post_install_message:
82
80
  rdoc_options: []
83
81
  require_paths:
84
82
  - lib
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
91
  - !ruby/object:Gem::Version
94
92
  version: '0'
95
93
  requirements: []
96
- rubygems_version: 3.4.10
97
- signing_key:
94
+ rubygems_version: 3.6.7
98
95
  specification_version: 4
99
96
  summary: AWS SDK for Ruby - AWS IoT TwinMaker
100
97
  test_files: []