aws-sdk-iotsitewise 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2feed027ca0a4fa612a27cbb51f643521907f46268446c115669fe2c3f8979a9
4
- data.tar.gz: 426d301d4e371508f4f4ce5bbb6235d97e128df65a0eaeb38b8e3ce48130ce88
3
+ metadata.gz: 6b71fb297dca1f5c27b4fa03e819a10d32513f61607be90c069bf0847a6f9883
4
+ data.tar.gz: 36d52e90e0d649458ac48e41e03ff5e96945afe9976db1e73edde66b2e8c9320
5
5
  SHA512:
6
- metadata.gz: 7396050e48a78cef3a766a6bac4307b07bad7fc96c0651c7be4bb69ecbb98d6d3da8eca6ac61c27cae97fa775f55b8fb83842a6637cd2fde7880acbe7195ee12
7
- data.tar.gz: abfd56eb1f723b4a17866b1e50b0ae66ca0fc8f39e0587cb7d0187d49c6cf4aacec212f01728a9d74dc577058b8d5610451ae74d8d532da61b653fcd33e5615b
6
+ metadata.gz: bd598a1ec1ba2f94c7608a7b7bf0e150a1ef9a3cc9d88656378fa8d315b9d53546a8a0156326bf2ae1faae3d4ce798afd0cb31140c8bb9c5a50d166a19d672b2
7
+ data.tar.gz: 8d8d98ddcb1d58922698c47f4868bec090f5c052a291a540e377d1502334734678f985bf926144ddef283958d283ad80bf46fed86e6ba549e97051f40861fa8d
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-iotsitewise/customizations'
46
46
  # @service
47
47
  module Aws::IoTSiteWise
48
48
 
49
- GEM_VERSION = '1.0.0'
49
+ GEM_VERSION = '1.1.0'
50
50
 
51
51
  end
@@ -105,7 +105,7 @@ module Aws::IoTSiteWise
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::IoTSiteWise
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -3216,7 +3216,7 @@ module Aws::IoTSiteWise
3216
3216
  params: params,
3217
3217
  config: config)
3218
3218
  context[:gem_name] = 'aws-sdk-iotsitewise'
3219
- context[:gem_version] = '1.0.0'
3219
+ context[:gem_version] = '1.1.0'
3220
3220
  Seahorse::Client::Request.new(handlers, context)
3221
3221
  end
3222
3222
 
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.0.0
4
+ version: 1.1.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: 2020-04-29 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core