aws-sdk-iotsitewise 1.74.0 → 1.75.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotsitewise/client.rb +1 -3
- data/lib/aws-sdk-iotsitewise.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9c0c1635f6c8cc5b9f409702b486f7a7c6bad0ede727221ae30ffefe4f70a7f5
|
4
|
+
data.tar.gz: 9cf945900281f3e1ceeeeda6f7e25b8d5e3afa0634fa5ca62e7050155386454c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5e152df9e383816ac56577b06ee254569decde5192c856ec8493e6d09fa4bff803c6b2be8fc6e7532fc0fc7731355d1af2a58f140e22b50613c0ea27d35e3cd8
|
7
|
+
data.tar.gz: 6dd93607edc67591865960eca5e27b887d00676c2ceeebd9197c9cd8c4d853422a67bfbf151f1ad3bdfb40071248667c9bd286c2335e3b0652d36f93c2659f74
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.75.0
|
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
|
|
36
36
|
require 'aws-sdk-core/plugins/sign.rb'
|
37
37
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
38
38
|
|
39
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:iotsitewise)
|
40
|
-
|
41
39
|
module Aws::IoTSiteWise
|
42
40
|
# An API client for IoTSiteWise. To construct a client, you need to configure a `:region` and `:credentials`.
|
43
41
|
#
|
@@ -6782,7 +6780,7 @@ module Aws::IoTSiteWise
|
|
6782
6780
|
tracer: tracer
|
6783
6781
|
)
|
6784
6782
|
context[:gem_name] = 'aws-sdk-iotsitewise'
|
6785
|
-
context[:gem_version] = '1.
|
6783
|
+
context[:gem_version] = '1.75.0'
|
6786
6784
|
Seahorse::Client::Request.new(handlers, context)
|
6787
6785
|
end
|
6788
6786
|
|
data/lib/aws-sdk-iotsitewise.rb
CHANGED
@@ -11,6 +11,8 @@
|
|
11
11
|
require 'aws-sdk-core'
|
12
12
|
require 'aws-sigv4'
|
13
13
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:iotsitewise)
|
15
|
+
|
14
16
|
# This module provides support for AWS IoT SiteWise. This module is available in the
|
15
17
|
# `aws-sdk-iotsitewise` gem.
|
16
18
|
#
|
@@ -53,7 +55,7 @@ module Aws::IoTSiteWise
|
|
53
55
|
autoload :EndpointProvider, 'aws-sdk-iotsitewise/endpoint_provider'
|
54
56
|
autoload :Endpoints, 'aws-sdk-iotsitewise/endpoints'
|
55
57
|
|
56
|
-
GEM_VERSION = '1.
|
58
|
+
GEM_VERSION = '1.75.0'
|
57
59
|
|
58
60
|
end
|
59
61
|
|
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.
|
4
|
+
version: 1.75.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-09-
|
11
|
+
date: 2024-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|