aws-sdk-lookoutequipment 1.43.0 → 1.45.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: ef76c4b4052978827b598a010ce380d8ba134d07e0d9ba16e6fb7cf9e9a0086d
4
+ data.tar.gz: e0dc2beb8eed9046d6700c993f38b307143abc45c682101da039681229c7fe3e
5
5
  SHA512:
6
- metadata.gz: 80250415bbd9b62ab748e81b0e58ba0c7aafe9709602e805ec97c04c53a30db57f547a4c0d0dbffeee5379e1664a0bc77987894498e58b719e1d29b4e2d8fcf5
7
- data.tar.gz: e422c79fe8a113bf4a90c8985ff46fa3a306c0d448ac32403df54857cd3634a868d85926c3f45aa09ac4da883b8aa1fe646c218a41c5be406e3ada01d9905f40
6
+ metadata.gz: 356b364e16942bb5719695b820280d6298b34b2ac1ef39d69d17f59a4806215532deef071d2c8e59e377f12b88a5c63344a617f2bda8d702689e953eea4ae5a2
7
+ data.tar.gz: 0453ad43daa463063ef74ac327d1534327d0e8979796a43feeab8a3a425b6c1d8a08b8d8425b54d7a8f159613a652d7f0fad67002f4c3d836c960d09e40d4b22
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.45.0 (2025-01-15)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.44.0 (2024-11-06)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.43.0 (2024-10-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.45.0
@@ -257,11 +257,34 @@ module Aws::LookoutEquipment
257
257
  # Used when loading credentials from the shared credentials file
258
258
  # at HOME/.aws/credentials. When not specified, 'default' is used.
259
259
  #
260
+ # @option options [String] :request_checksum_calculation ("when_supported")
261
+ # Determines when a checksum will be calculated for request payloads. Values are:
262
+ #
263
+ # * `when_supported` - (default) When set, a checksum will be
264
+ # calculated for all request payloads of operations modeled with the
265
+ # `httpChecksum` trait where `requestChecksumRequired` is `true` and/or a
266
+ # `requestAlgorithmMember` is modeled.
267
+ # * `when_required` - When set, a checksum will only be calculated for
268
+ # request payloads of operations modeled with the `httpChecksum` trait where
269
+ # `requestChecksumRequired` is `true` or where a `requestAlgorithmMember`
270
+ # is modeled and supplied.
271
+ #
260
272
  # @option options [Integer] :request_min_compression_size_bytes (10240)
261
273
  # The minimum size in bytes that triggers compression for request
262
274
  # bodies. The value must be non-negative integer value between 0
263
275
  # and 10485780 bytes inclusive.
264
276
  #
277
+ # @option options [String] :response_checksum_validation ("when_supported")
278
+ # Determines when checksum validation will be performed on response payloads. Values are:
279
+ #
280
+ # * `when_supported` - (default) When set, checksum validation is performed on all
281
+ # response payloads of operations modeled with the `httpChecksum` trait where
282
+ # `responseAlgorithms` is modeled, except when no modeled checksum algorithms
283
+ # are supported.
284
+ # * `when_required` - When set, checksum validation is not performed on
285
+ # response payloads of operations unless the checksum algorithm is supported and
286
+ # the `requestValidationModeMember` member is set to `ENABLED`.
287
+ #
265
288
  # @option options [Proc] :retry_backoff
266
289
  # A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
267
290
  # This option is only used in the `legacy` retry mode.
@@ -3363,7 +3386,7 @@ module Aws::LookoutEquipment
3363
3386
  tracer: tracer
3364
3387
  )
3365
3388
  context[:gem_name] = 'aws-sdk-lookoutequipment'
3366
- context[:gem_version] = '1.43.0'
3389
+ context[:gem_version] = '1.45.0'
3367
3390
  Seahorse::Client::Request.new(handlers, context)
3368
3391
  end
3369
3392
 
@@ -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.45.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -39,7 +39,9 @@ module Aws
39
39
  ?logger: untyped,
40
40
  ?max_attempts: Integer,
41
41
  ?profile: String,
42
+ ?request_checksum_calculation: String,
42
43
  ?request_min_compression_size_bytes: Integer,
44
+ ?response_checksum_validation: String,
43
45
  ?retry_backoff: Proc,
44
46
  ?retry_base_delay: Float,
45
47
  ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
data/sig/resource.rbs CHANGED
@@ -39,7 +39,9 @@ module Aws
39
39
  ?logger: untyped,
40
40
  ?max_attempts: Integer,
41
41
  ?profile: String,
42
+ ?request_checksum_calculation: String,
42
43
  ?request_min_compression_size_bytes: Integer,
44
+ ?response_checksum_validation: String,
43
45
  ?retry_backoff: Proc,
44
46
  ?retry_base_delay: Float,
45
47
  ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
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.45.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: 2025-01-15 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.210.0
22
+ version: 3.216.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.210.0
32
+ version: 3.216.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement