aws-sdk-lookoutequipment 1.43.0 → 1.44.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: cae5d8e733a292da7f62999a9c8308734a358c8e0094df186cbc5e14bcb4e30d
4
- data.tar.gz: adb405db0eb83e6b0545473f57a90b1e1d5216bbbdd94a340e9dc8aa4fb2777c
3
+ metadata.gz: a7846a09a37c378304db4a16267fec1701ab6dcc67521f480e1f8eacc1ff2d44
4
+ data.tar.gz: 7c1320c753075a0bc4b02b04fa802f8680e5a59e16db0951a9c6f300d2e9b99a
5
5
  SHA512:
6
- metadata.gz: 80250415bbd9b62ab748e81b0e58ba0c7aafe9709602e805ec97c04c53a30db57f547a4c0d0dbffeee5379e1664a0bc77987894498e58b719e1d29b4e2d8fcf5
7
- data.tar.gz: e422c79fe8a113bf4a90c8985ff46fa3a306c0d448ac32403df54857cd3634a868d85926c3f45aa09ac4da883b8aa1fe646c218a41c5be406e3ada01d9905f40
6
+ metadata.gz: db19e743604006b22ed4e5d54249048be4f7090fdafc3edd375cfa7a0a7b64179ad92aeac85688c8c68d721a4fe6247edd435a721e38a69e9cb01ba232e46318
7
+ data.tar.gz: 2f3f37c6a82fcabe76362e5074807be37ba904c87baa2c858fe1c7267ebc38d6bef343dff60802793b8c6d88ab08bc718bbbe3834f11fec3c89f9e9521ececee
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.43.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.44.0
@@ -3363,7 +3363,7 @@ module Aws::LookoutEquipment
3363
3363
  tracer: tracer
3364
3364
  )
3365
3365
  context[:gem_name] = 'aws-sdk-lookoutequipment'
3366
- context[:gem_version] = '1.43.0'
3366
+ context[:gem_version] = '1.44.0'
3367
3367
  Seahorse::Client::Request.new(handlers, context)
3368
3368
  end
3369
3369
 
@@ -2569,14 +2569,14 @@ module Aws::LookoutEquipment
2569
2569
  # The pattern for matching the Amazon S3 files that will be used for
2570
2570
  # ingestion. If the schema was created previously without any
2571
2571
  # KeyPattern, then the default KeyPattern
2572
- # \\\{prefix\\}/\\\{component\_name\\}/* is used to download files
2573
- # from Amazon S3 according to the schema. This field is required when
2572
+ # \{prefix}/\{component\_name}/* is used to download files from
2573
+ # Amazon S3 according to the schema. This field is required when
2574
2574
  # ingestion is being done for the first time.
2575
2575
  #
2576
- # Valid Values: \\\{prefix\\}/\\\{component\_name\\}\_* \|
2577
- # \\\{prefix\\}/\\\{component\_name\\}/* \|
2578
- # \\\{prefix\\}/\\\{component\_name\\}\[DELIMITER\]* (Allowed
2579
- # delimiters : space, dot, underscore, hyphen)
2576
+ # Valid Values: \{prefix}/\{component\_name}\_* \|
2577
+ # \{prefix}/\{component\_name}/* \|
2578
+ # \{prefix}/\{component\_name}\[DELIMITER\]* (Allowed delimiters :
2579
+ # space, dot, underscore, hyphen)
2580
2580
  # @return [String]
2581
2581
  #
2582
2582
  # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/IngestionS3InputConfiguration AWS API Documentation
@@ -54,7 +54,7 @@ module Aws::LookoutEquipment
54
54
  autoload :EndpointProvider, 'aws-sdk-lookoutequipment/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-lookoutequipment/endpoints'
56
56
 
57
- GEM_VERSION = '1.43.0'
57
+ GEM_VERSION = '1.44.0'
58
58
 
59
59
  end
60
60
 
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.43.0
4
+ version: 1.44.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-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core