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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotanalytics/client.rb +1 -1
- data/lib/aws-sdk-iotanalytics/client_api.rb +1 -1
- data/lib/aws-sdk-iotanalytics.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f057e4fccc3f52caf6d49af799708de8d64638f8d81c9eabb5d7e608608bada2
|
4
|
+
data.tar.gz: cc74a7f124ee02790cf75c39a62ec67deb8be58048a47f4743d2d0c15bf5dad9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b16c730b179b9a2235a054a9b87175eb3f36f14891f000c3c3bf2d631abbe513b3837db00530cf041519a997a967083e496d814adfb2d4615eab5733d9bcbee
|
7
|
+
data.tar.gz: 5627a7b0273b24f6b64bdb148662c8bdacabf35b88edd9d8b6173699720ef1e6c8d8c6f9d1d2ffbb0ea22963c33bf6405fc22a5d4432f5a4da6789d940be2677
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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
|
data/lib/aws-sdk-iotanalytics.rb
CHANGED
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.
|
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:
|
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.
|
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: []
|