aws-sdk-lookoutequipment 1.16.0 → 1.17.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: 63b121ce14e071545b0286d45c8b53f15ff13c2d521956699d640c2c5404cc64
4
- data.tar.gz: a5c45a742714162c1f88dfb7cae367351b2772d43e9d2fe87563bc614f966e88
3
+ metadata.gz: 5cd2c341908ca829a2a588ff3a61ec44ac1c74022704b860e426dd5558bbbccf
4
+ data.tar.gz: fd27d1f8b61cbece3f73ca6f91a0d4b4e622f73821d53da249b8157a44db80bc
5
5
  SHA512:
6
- metadata.gz: 6c209156c3ecc8022f9a5cb45563a41270d8cd68a188ba0a426081c0670e32fa168e64e7b4239dacee87823ee47ee15693d65149a26ae29f3ee27c510ecbaf68
7
- data.tar.gz: b35674bebd7e2dd367bfc50c328c1452ee6d671fc78af7541fb8c4306b79d3314d9cc96ae1d393dd77566edc6a5eab8694027406491d58cccdee0d90eb19929a
6
+ metadata.gz: 4637648bc702286e0463fa90fd02289f8b61de036f3f0049d134a03ea8e6f2e5903b3073bb80e96f6286efa8773bdc7f0b75c08c1b923b85bd48dc878727ef02
7
+ data.tar.gz: 1844087ea99bd771981e8a0583366ab2ea9feef2ae2f601c0ebb245fb1a295c8c04b4fb81432be2f053f4ea629161c4b057c6d6d42649aaa9cbc36c1907ec42e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.17.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.16.0 (2023-01-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.16.0
1
+ 1.17.0
@@ -275,6 +275,11 @@ module Aws::LookoutEquipment
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -2190,7 +2195,7 @@ module Aws::LookoutEquipment
2190
2195
  params: params,
2191
2196
  config: config)
2192
2197
  context[:gem_name] = 'aws-sdk-lookoutequipment'
2193
- context[:gem_version] = '1.16.0'
2198
+ context[:gem_version] = '1.17.0'
2194
2199
  Seahorse::Client::Request.new(handlers, context)
2195
2200
  end
2196
2201
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-lookoutequipment/customizations'
52
52
  # @!group service
53
53
  module Aws::LookoutEquipment
54
54
 
55
- GEM_VERSION = '1.16.0'
55
+ GEM_VERSION = '1.17.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lookoutequipment
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.0
4
+ version: 1.17.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: 2023-01-18 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.165.0
22
+ version: 3.174.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement