aws-sdk-lookoutequipment 1.63.0 → 1.64.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ccd0bde9cf3b466878801d2eae1331b11594c1706efc81db61c88c0c232d76e6
4
- data.tar.gz: 74059f51ac76330bf2e2475cf09a31417b111c268916af05ebb392fe0c6f4a40
3
+ metadata.gz: 27fc1f5324eb634473f8ed0ce079d77f5acf013c0876511881e3f2d517e24b30
4
+ data.tar.gz: 0c86e3668e95c62e3a433b83027708ff11884233494b619de7f0fb48ea78e2e8
5
5
  SHA512:
6
- metadata.gz: b1a663c88e0faf725c8d4f429de83925f5290a7a956ab3d4cc30a092225e282cfd94803877fd9dcb7f38d7abb48d396ec3061e610799b59f1a64e054b46abaf6
7
- data.tar.gz: 7a44a9d54602096fd5242ea9ee06be88bdf01e0b76ecfd4bf26bf9843f73352f8b296ac4d5b31e6df4c2c6ee43febea3d6f0aa2aed988faf51c644538b66f18a
6
+ metadata.gz: cb940c5c9d1896745890b7083619cd3f7125da41dd800cff93f3394023177bbdeddd527569df353539267d57fa9d00da5571af6921249a0c8ee637ae713247e6
7
+ data.tar.gz: 866938cd0ced050d2d04f377876e0e77a428f3295ddb3905c9488df56065719c0dfeb6aac43ce941b3c0cb8532256789197cb1232dabd6462c144b67709d7683
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.64.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.63.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.63.0
1
+ 1.64.0
@@ -3392,7 +3392,7 @@ module Aws::LookoutEquipment
3392
3392
  tracer: tracer
3393
3393
  )
3394
3394
  context[:gem_name] = 'aws-sdk-lookoutequipment'
3395
- context[:gem_version] = '1.63.0'
3395
+ context[:gem_version] = '1.64.0'
3396
3396
  Seahorse::Client::Request.new(handlers, context)
3397
3397
  end
3398
3398
 
@@ -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.63.0'
57
+ GEM_VERSION = '1.64.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -97,7 +97,7 @@ module Aws
97
97
  {
98
98
  key: ::String,
99
99
  value: ::String
100
- },
100
+ }
101
101
  ]
102
102
  ) -> _CreateDatasetResponseSuccess
103
103
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDatasetResponseSuccess
@@ -115,17 +115,7 @@ module Aws
115
115
  inference_scheduler_name: ::String,
116
116
  ?data_delay_offset_in_minutes: ::Integer,
117
117
  data_upload_frequency: ("PT5M" | "PT10M" | "PT15M" | "PT30M" | "PT1H"),
118
- data_input_configuration: {
119
- s3_input_configuration: {
120
- bucket: ::String,
121
- prefix: ::String?
122
- }?,
123
- input_time_zone_offset: ::String?,
124
- inference_input_name_configuration: {
125
- timestamp_format: ::String?,
126
- component_timestamp_delimiter: ::String?
127
- }?
128
- },
118
+ data_input_configuration: Params::inference_input_configuration,
129
119
  data_output_configuration: {
130
120
  s3_output_configuration: {
131
121
  bucket: ::String,
@@ -140,7 +130,7 @@ module Aws
140
130
  {
141
131
  key: ::String,
142
132
  value: ::String
143
- },
133
+ }
144
134
  ]
145
135
  ) -> _CreateInferenceSchedulerResponseSuccess
146
136
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateInferenceSchedulerResponseSuccess
@@ -176,7 +166,7 @@ module Aws
176
166
  {
177
167
  key: ::String,
178
168
  value: ::String
179
- },
169
+ }
180
170
  ]
181
171
  ) -> _CreateLabelGroupResponseSuccess
182
172
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLabelGroupResponseSuccess
@@ -214,7 +204,7 @@ module Aws
214
204
  {
215
205
  key: ::String,
216
206
  value: ::String
217
- },
207
+ }
218
208
  ],
219
209
  ?off_condition: ::String,
220
210
  ?model_diagnostics_output_configuration: {
@@ -534,7 +524,7 @@ module Aws
534
524
  {
535
525
  key: ::String,
536
526
  value: ::String
537
- },
527
+ }
538
528
  ]
539
529
  ) -> _ImportDatasetResponseSuccess
540
530
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ImportDatasetResponseSuccess
@@ -566,7 +556,7 @@ module Aws
566
556
  {
567
557
  key: ::String,
568
558
  value: ::String
569
- },
559
+ }
570
560
  ],
571
561
  ?inference_data_import_strategy: ("NO_IMPORT" | "ADD_WHEN_EMPTY" | "OVERWRITE")
572
562
  ) -> _ImportModelVersionResponseSuccess
@@ -843,7 +833,7 @@ module Aws
843
833
  {
844
834
  key: ::String,
845
835
  value: ::String
846
- },
836
+ }
847
837
  ]
848
838
  ) -> _TagResourceResponseSuccess
849
839
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
@@ -879,17 +869,7 @@ module Aws
879
869
  inference_scheduler_name: ::String,
880
870
  ?data_delay_offset_in_minutes: ::Integer,
881
871
  ?data_upload_frequency: ("PT5M" | "PT10M" | "PT15M" | "PT30M" | "PT1H"),
882
- ?data_input_configuration: {
883
- s3_input_configuration: {
884
- bucket: ::String,
885
- prefix: ::String?
886
- }?,
887
- input_time_zone_offset: ::String?,
888
- inference_input_name_configuration: {
889
- timestamp_format: ::String?,
890
- component_timestamp_delimiter: ::String?
891
- }?
892
- },
872
+ ?data_input_configuration: Params::inference_input_configuration,
893
873
  ?data_output_configuration: {
894
874
  s3_output_configuration: {
895
875
  bucket: ::String,
data/sig/params.rbs ADDED
@@ -0,0 +1,25 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module LookoutEquipment
10
+ module Params
11
+ type inference_input_configuration = {
12
+ s3_input_configuration: {
13
+ bucket: ::String,
14
+ prefix: ::String?
15
+ }?,
16
+ input_time_zone_offset: ::String?,
17
+ inference_input_name_configuration: {
18
+ timestamp_format: ::String?,
19
+ component_timestamp_delimiter: ::String?
20
+ }?
21
+ }
22
+
23
+ end
24
+ end
25
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lookoutequipment
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.63.0
4
+ version: 1.64.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-lookoutequipment/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs