aws-sdk-iotanalytics 1.79.0 → 1.81.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: b9b8ce8c35d41237f529cf928217c6b359138e7d7d7dc732c7326985366e4c0c
4
- data.tar.gz: 84ba586e684f99136acaa68f6b67c2fa6990eb1b3b610533434b6c121d0941a8
3
+ metadata.gz: dc7cfc8b21fa943cf70f2c875e56889801f3d941c448bec95d4825dc247a9b33
4
+ data.tar.gz: 1fbfcaa9f422689f791d7763eea994ef78e7f2b41adf9e75cd0a094b36572409
5
5
  SHA512:
6
- metadata.gz: f11bd5f4534d72c9f511d15dd272745ae0c48f9e2e10bc24ad4196167dc364d7b3e259f2762497b3ae7aedda318f8f963045dc2bbbb780c01b803f2f0a938b9a
7
- data.tar.gz: 8b1ed377e6c38cafea0b0558c65784afd0b7584ac64b1a4bc77ff957eac3dcfa9215ec730a25d8c2dfb0bc129225031e371e271bc825d6e4edac749d574109c7
6
+ metadata.gz: d2677515e5a4414a9349afed38865ea87b8c2e13a3cef81f663b07de6d32b313b6c0cbde0809029d5b582d6f9f1695aa5c2a0c12caa9573ae7aa75c350573153
7
+ data.tar.gz: f3e1f2a04e7366f46d04fd9c9d709a365ff2f822353a19f22385dd6a8dd156240ea7cfd8712ba0f4028c46fc1b9e9dfb623e29a41392c4fe4f970307337830d7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.81.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.80.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.79.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.79.0
1
+ 1.81.0
@@ -200,8 +200,7 @@ module Aws::IoTAnalytics
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
@@ -2383,7 +2382,7 @@ module Aws::IoTAnalytics
2383
2382
  tracer: tracer
2384
2383
  )
2385
2384
  context[:gem_name] = 'aws-sdk-iotanalytics'
2386
- context[:gem_version] = '1.79.0'
2385
+ context[:gem_version] = '1.81.0'
2387
2386
  Seahorse::Client::Request.new(handlers, context)
2388
2387
  end
2389
2388
 
@@ -940,7 +940,7 @@ module Aws::IoTAnalytics
940
940
 
941
941
  Variable.add_member(:name, Shapes::ShapeRef.new(shape: VariableName, required: true, location_name: "name"))
942
942
  Variable.add_member(:string_value, Shapes::ShapeRef.new(shape: StringValue, location_name: "stringValue"))
943
- Variable.add_member(:double_value, Shapes::ShapeRef.new(shape: DoubleValue, location_name: "doubleValue", metadata: {"box"=>true}))
943
+ Variable.add_member(:double_value, Shapes::ShapeRef.new(shape: DoubleValue, location_name: "doubleValue", metadata: {"box" => true}))
944
944
  Variable.add_member(:dataset_content_version_value, Shapes::ShapeRef.new(shape: DatasetContentVersionValue, location_name: "datasetContentVersionValue"))
945
945
  Variable.add_member(:output_file_uri_value, Shapes::ShapeRef.new(shape: OutputFileUriValue, location_name: "outputFileUriValue"))
946
946
  Variable.struct_class = Types::Variable
@@ -54,7 +54,7 @@ module Aws::IoTAnalytics
54
54
  autoload :EndpointProvider, 'aws-sdk-iotanalytics/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-iotanalytics/endpoints'
56
56
 
57
- GEM_VERSION = '1.79.0'
57
+ GEM_VERSION = '1.81.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotanalytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.79.0
4
+ version: 1.81.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
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotanalytics
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotanalytics/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - AWS IoT Analytics
99
96
  test_files: []