aws-sdk-iotanalytics 1.79.0 → 1.80.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: f057e4fccc3f52caf6d49af799708de8d64638f8d81c9eabb5d7e608608bada2
4
+ data.tar.gz: cc74a7f124ee02790cf75c39a62ec67deb8be58048a47f4743d2d0c15bf5dad9
5
5
  SHA512:
6
- metadata.gz: f11bd5f4534d72c9f511d15dd272745ae0c48f9e2e10bc24ad4196167dc364d7b3e259f2762497b3ae7aedda318f8f963045dc2bbbb780c01b803f2f0a938b9a
7
- data.tar.gz: 8b1ed377e6c38cafea0b0558c65784afd0b7584ac64b1a4bc77ff957eac3dcfa9215ec730a25d8c2dfb0bc129225031e371e271bc825d6e4edac749d574109c7
6
+ metadata.gz: 1b16c730b179b9a2235a054a9b87175eb3f36f14891f000c3c3bf2d631abbe513b3837db00530cf041519a997a967083e496d814adfb2d4615eab5733d9bcbee
7
+ data.tar.gz: 5627a7b0273b24f6b64bdb148662c8bdacabf35b88edd9d8b6173699720ef1e6c8d8c6f9d1d2ffbb0ea22963c33bf6405fc22a5d4432f5a4da6789d940be2677
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.80.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.79.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.79.0
1
+ 1.80.0
@@ -2383,7 +2383,7 @@ module Aws::IoTAnalytics
2383
2383
  tracer: tracer
2384
2384
  )
2385
2385
  context[:gem_name] = 'aws-sdk-iotanalytics'
2386
- context[:gem_version] = '1.79.0'
2386
+ context[:gem_version] = '1.80.0'
2387
2387
  Seahorse::Client::Request.new(handlers, context)
2388
2388
  end
2389
2389
 
@@ -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.80.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.80.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: []