aws-sdk-lookoutequipment 1.26.0 → 1.27.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: 99eda81f8af658b0fe2c055adeb9e905f71051ee6771428e9bb3b3f65a405309
4
- data.tar.gz: 4d4e2c7c475c45f91f48c3449128184b5e1413f84266e7fcbe58bbe9f8bd2bcb
3
+ metadata.gz: a690c1a7b2dc9448d5651bab7db7b917224d09ea995b7498bdf831bf928562c4
4
+ data.tar.gz: 6b00fb9ccbfcdf55fc7a58ca4dc7d7d31b81a88c2b7cd2396be60490b8443188
5
5
  SHA512:
6
- metadata.gz: 310603396692d362ced52a041d94505dfb55902afc07ae2373e13f35e2b5ae55a3f47051c56cc28040e9cefdffd08ead86e73de7539386af0c50d607185c3d3b
7
- data.tar.gz: bce278e64aa03af2e69a33b2cc7472fad45cd1702a99b8042541bfc0459c83707bbb11e258161912489f3da9b88dac902d3a4cba39434557648ee69702308e5b
6
+ metadata.gz: 2d3ceee27fb989b88e6794c160b12fba1d77bb18dbe8936c8a038b4358a98f32696ab3e2efa0bb5b75ede0581ffbdfa2741ef03bdbd88f9907e489ed005043dc
7
+ data.tar.gz: 5a86da76ca60d96d2b3b894533eecd016d25977e60d22d9cc35206c2c994b449c7f567d511411ce7290ddc44db46f3569a6fb062bf2e3cdd2b79e262ededca94
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.27.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.26.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.26.0
1
+ 1.27.0
@@ -3256,7 +3256,7 @@ module Aws::LookoutEquipment
3256
3256
  params: params,
3257
3257
  config: config)
3258
3258
  context[:gem_name] = 'aws-sdk-lookoutequipment'
3259
- context[:gem_version] = '1.26.0'
3259
+ context[:gem_version] = '1.27.0'
3260
3260
  Seahorse::Client::Request.new(handlers, context)
3261
3261
  end
3262
3262
 
@@ -14,6 +14,7 @@ module Aws::LookoutEquipment
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::LookoutEquipment::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -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.26.0'
55
+ GEM_VERSION = '1.27.0'
56
56
 
57
57
  end