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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lookoutequipment/client.rb +1 -1
- data/lib/aws-sdk-lookoutequipment/types.rb +6 -6
- data/lib/aws-sdk-lookoutequipment.rb +1 -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: a7846a09a37c378304db4a16267fec1701ab6dcc67521f480e1f8eacc1ff2d44
|
4
|
+
data.tar.gz: 7c1320c753075a0bc4b02b04fa802f8680e5a59e16db0951a9c6f300d2e9b99a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db19e743604006b22ed4e5d54249048be4f7090fdafc3edd375cfa7a0a7b64179ad92aeac85688c8c68d721a4fe6247edd435a721e38a69e9cb01ba232e46318
|
7
|
+
data.tar.gz: 2f3f37c6a82fcabe76362e5074807be37ba904c87baa2c858fe1c7267ebc38d6bef343dff60802793b8c6d88ab08bc718bbbe3834f11fec3c89f9e9521ececee
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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
|
-
#
|
2573
|
-
#
|
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:
|
2577
|
-
#
|
2578
|
-
#
|
2579
|
-
#
|
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
|
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.
|
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-
|
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
|