aws-sdk-iottwinmaker 1.54.0 → 1.56.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: e78e2d99edc0f713543d9de1845ea5fc254cda8527f30c1595c6c09be3cdfa3a
4
- data.tar.gz: 29f77c3e49e03cc658c259d407d5c4d3e72da692ca714a4303c07685dbe2c06f
3
+ metadata.gz: 360474c1bc40f6befc3235b82be84108392a8055ad7a83abe6f994eaa83986ef
4
+ data.tar.gz: 3bbec2e06815fb42b4791da691b3d2e75b7f7abc7cb38b1a10b0728ffa12f07e
5
5
  SHA512:
6
- metadata.gz: 5cfb271ca32453d53cac6fa5a9afa067c0c92e1d789e31167a9938eb2fdff906dbdc0574246015d590287fadb411fc1df86c8664fb2cc42215e2c78a036ce578
7
- data.tar.gz: 98a4d52c51116a9cc4750f5096c5769809d6f38d567bd5b76caeffe4a7c883365f32542b7704623fa153c45408f6dc6d00a7b089cbd14ae329b0ff16e6012c43
6
+ metadata.gz: 57bf1e9ac8e17e82058dbabd33ac1f69b9e2c7e39e4d09c8eb8ddac1ea1dbead8f431815656940b727633b75702910a813b0af802afe9917d6708fa9b3cadf13
7
+ data.tar.gz: 0024d18a31b83b7d49ece25ae9f109c3062bb0d11dd4c44106087c413f49b7935a1f970f0c61a894d53f878861657ac2bad54512af5049710142313f12e56d5b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.56.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.55.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.54.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.56.0
@@ -199,7 +199,7 @@ module Aws::IoTTwinMaker
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::IoTTwinMaker
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -3549,7 +3547,7 @@ module Aws::IoTTwinMaker
3549
3547
  tracer: tracer
3550
3548
  )
3551
3549
  context[:gem_name] = 'aws-sdk-iottwinmaker'
3552
- context[:gem_version] = '1.54.0'
3550
+ context[:gem_version] = '1.56.0'
3553
3551
  Seahorse::Client::Request.new(handlers, context)
3554
3552
  end
3555
3553
 
@@ -55,7 +55,7 @@ module Aws::IoTTwinMaker
55
55
  autoload :EndpointProvider, 'aws-sdk-iottwinmaker/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-iottwinmaker/endpoints'
57
57
 
58
- GEM_VERSION = '1.54.0'
58
+ GEM_VERSION = '1.56.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -97,26 +97,11 @@ module Aws
97
97
  property_values: Array[
98
98
  {
99
99
  timestamp: ::Time?,
100
- value: {
101
- boolean_value: bool?,
102
- double_value: ::Float?,
103
- integer_value: ::Integer?,
104
- long_value: ::Integer?,
105
- string_value: ::String?,
106
- list_value: Array[
107
- untyped,
108
- ]?,
109
- map_value: Hash[::String, untyped]?,
110
- relationship_value: {
111
- target_entity_id: ::String?,
112
- target_component_name: ::String?
113
- }?,
114
- expression: ::String?
115
- },
100
+ value: Params::data_value,
116
101
  time: ::String?
117
- },
102
+ }
118
103
  ]?
119
- },
104
+ }
120
105
  ]
121
106
  ) -> _BatchPutPropertyValuesResponseSuccess
122
107
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchPutPropertyValuesResponseSuccess
@@ -147,66 +132,9 @@ module Aws
147
132
  ?is_singleton: bool,
148
133
  component_type_id: ::String,
149
134
  ?description: ::String,
150
- ?property_definitions: Hash[::String, {
151
- data_type: {
152
- type: ("RELATIONSHIP" | "STRING" | "LONG" | "BOOLEAN" | "INTEGER" | "DOUBLE" | "LIST" | "MAP"),
153
- nested_type: untyped?,
154
- allowed_values: Array[
155
- {
156
- boolean_value: bool?,
157
- double_value: ::Float?,
158
- integer_value: ::Integer?,
159
- long_value: ::Integer?,
160
- string_value: ::String?,
161
- list_value: untyped?,
162
- map_value: Hash[::String, untyped]?,
163
- relationship_value: {
164
- target_entity_id: ::String?,
165
- target_component_name: ::String?
166
- }?,
167
- expression: ::String?
168
- },
169
- ]?,
170
- unit_of_measure: ::String?,
171
- relationship: {
172
- target_component_type_id: ::String?,
173
- relationship_type: ::String?
174
- }?
175
- }?,
176
- is_required_in_entity: bool?,
177
- is_external_id: bool?,
178
- is_stored_externally: bool?,
179
- is_time_series: bool?,
180
- default_value: {
181
- boolean_value: bool?,
182
- double_value: ::Float?,
183
- integer_value: ::Integer?,
184
- long_value: ::Integer?,
185
- string_value: ::String?,
186
- list_value: Array[
187
- untyped,
188
- ]?,
189
- map_value: Hash[::String, untyped]?,
190
- relationship_value: {
191
- target_entity_id: ::String?,
192
- target_component_name: ::String?
193
- }?,
194
- expression: ::String?
195
- }?,
196
- configuration: Hash[::String, ::String]?,
197
- display_name: ::String?
198
- }],
135
+ ?property_definitions: Hash[::String, Params::property_definition_request],
199
136
  ?extends_from: Array[::String],
200
- ?functions: Hash[::String, {
201
- required_properties: Array[::String]?,
202
- scope: ("ENTITY" | "WORKSPACE")?,
203
- implemented_by: {
204
- lambda: {
205
- arn: ::String
206
- }?,
207
- is_native: bool?
208
- }?
209
- }],
137
+ ?functions: Hash[::String, Params::function_request],
210
138
  ?tags: Hash[::String, ::String],
211
139
  ?property_groups: Hash[::String, {
212
140
  group_type: ("TABULAR")?,
@@ -235,74 +163,7 @@ module Aws
235
163
  ?components: Hash[::String, {
236
164
  description: ::String?,
237
165
  component_type_id: ::String?,
238
- properties: Hash[::String, {
239
- definition: {
240
- data_type: {
241
- type: ("RELATIONSHIP" | "STRING" | "LONG" | "BOOLEAN" | "INTEGER" | "DOUBLE" | "LIST" | "MAP"),
242
- nested_type: untyped?,
243
- allowed_values: Array[
244
- {
245
- boolean_value: bool?,
246
- double_value: ::Float?,
247
- integer_value: ::Integer?,
248
- long_value: ::Integer?,
249
- string_value: ::String?,
250
- list_value: untyped?,
251
- map_value: Hash[::String, untyped]?,
252
- relationship_value: {
253
- target_entity_id: ::String?,
254
- target_component_name: ::String?
255
- }?,
256
- expression: ::String?
257
- },
258
- ]?,
259
- unit_of_measure: ::String?,
260
- relationship: {
261
- target_component_type_id: ::String?,
262
- relationship_type: ::String?
263
- }?
264
- }?,
265
- is_required_in_entity: bool?,
266
- is_external_id: bool?,
267
- is_stored_externally: bool?,
268
- is_time_series: bool?,
269
- default_value: {
270
- boolean_value: bool?,
271
- double_value: ::Float?,
272
- integer_value: ::Integer?,
273
- long_value: ::Integer?,
274
- string_value: ::String?,
275
- list_value: Array[
276
- untyped,
277
- ]?,
278
- map_value: Hash[::String, untyped]?,
279
- relationship_value: {
280
- target_entity_id: ::String?,
281
- target_component_name: ::String?
282
- }?,
283
- expression: ::String?
284
- }?,
285
- configuration: Hash[::String, ::String]?,
286
- display_name: ::String?
287
- }?,
288
- value: {
289
- boolean_value: bool?,
290
- double_value: ::Float?,
291
- integer_value: ::Integer?,
292
- long_value: ::Integer?,
293
- string_value: ::String?,
294
- list_value: Array[
295
- untyped,
296
- ]?,
297
- map_value: Hash[::String, untyped]?,
298
- relationship_value: {
299
- target_entity_id: ::String?,
300
- target_component_name: ::String?
301
- }?,
302
- expression: ::String?
303
- }?,
304
- update_type: ("UPDATE" | "DELETE" | "CREATE" | "RESET_VALUE")?
305
- }]?,
166
+ properties: Hash[::String, Params::property_request]?,
306
167
  property_groups: Hash[::String, {
307
168
  group_type: ("TABULAR")?,
308
169
  property_names: Array[::String]?,
@@ -311,74 +172,7 @@ module Aws
311
172
  }],
312
173
  ?composite_components: Hash[::String, {
313
174
  description: ::String?,
314
- properties: Hash[::String, {
315
- definition: {
316
- data_type: {
317
- type: ("RELATIONSHIP" | "STRING" | "LONG" | "BOOLEAN" | "INTEGER" | "DOUBLE" | "LIST" | "MAP"),
318
- nested_type: untyped?,
319
- allowed_values: Array[
320
- {
321
- boolean_value: bool?,
322
- double_value: ::Float?,
323
- integer_value: ::Integer?,
324
- long_value: ::Integer?,
325
- string_value: ::String?,
326
- list_value: untyped?,
327
- map_value: Hash[::String, untyped]?,
328
- relationship_value: {
329
- target_entity_id: ::String?,
330
- target_component_name: ::String?
331
- }?,
332
- expression: ::String?
333
- },
334
- ]?,
335
- unit_of_measure: ::String?,
336
- relationship: {
337
- target_component_type_id: ::String?,
338
- relationship_type: ::String?
339
- }?
340
- }?,
341
- is_required_in_entity: bool?,
342
- is_external_id: bool?,
343
- is_stored_externally: bool?,
344
- is_time_series: bool?,
345
- default_value: {
346
- boolean_value: bool?,
347
- double_value: ::Float?,
348
- integer_value: ::Integer?,
349
- long_value: ::Integer?,
350
- string_value: ::String?,
351
- list_value: Array[
352
- untyped,
353
- ]?,
354
- map_value: Hash[::String, untyped]?,
355
- relationship_value: {
356
- target_entity_id: ::String?,
357
- target_component_name: ::String?
358
- }?,
359
- expression: ::String?
360
- }?,
361
- configuration: Hash[::String, ::String]?,
362
- display_name: ::String?
363
- }?,
364
- value: {
365
- boolean_value: bool?,
366
- double_value: ::Float?,
367
- integer_value: ::Integer?,
368
- long_value: ::Integer?,
369
- string_value: ::String?,
370
- list_value: Array[
371
- untyped,
372
- ]?,
373
- map_value: Hash[::String, untyped]?,
374
- relationship_value: {
375
- target_entity_id: ::String?,
376
- target_component_name: ::String?
377
- }?,
378
- expression: ::String?
379
- }?,
380
- update_type: ("UPDATE" | "DELETE" | "CREATE" | "RESET_VALUE")?
381
- }]?,
175
+ properties: Hash[::String, Params::property_request]?,
382
176
  property_groups: Hash[::String, {
383
177
  group_type: ("TABULAR")?,
384
178
  property_names: Array[::String]?,
@@ -422,7 +216,7 @@ module Aws
422
216
  include_offspring: bool?,
423
217
  include_asset_model: bool?
424
218
  }?
425
- },
219
+ }
426
220
  ]?
427
221
  }?,
428
222
  iot_twin_maker_configuration: {
@@ -435,10 +229,10 @@ module Aws
435
229
  filter_by_entity: {
436
230
  entity_id: ::String
437
231
  }?
438
- },
232
+ }
439
233
  ]?
440
234
  }?
441
- },
235
+ }
442
236
  ],
443
237
  destination: {
444
238
  type: ("s3" | "iotsitewise" | "iottwinmaker"),
@@ -670,29 +464,10 @@ module Aws
670
464
  {
671
465
  order: ("ASCENDING" | "DESCENDING")?,
672
466
  property_name: ::String
673
- },
467
+ }
674
468
  ]?,
675
469
  property_filters: Array[
676
- {
677
- property_name: ::String?,
678
- operator: ::String?,
679
- value: {
680
- boolean_value: bool?,
681
- double_value: ::Float?,
682
- integer_value: ::Integer?,
683
- long_value: ::Integer?,
684
- string_value: ::String?,
685
- list_value: Array[
686
- untyped,
687
- ]?,
688
- map_value: Hash[::String, untyped]?,
689
- relationship_value: {
690
- target_entity_id: ::String?,
691
- target_component_name: ::String?
692
- }?,
693
- expression: ::String?
694
- }?
695
- },
470
+ Params::property_filter
696
471
  ]?
697
472
  }
698
473
  ) -> _GetPropertyValueResponseSuccess
@@ -712,26 +487,7 @@ module Aws
712
487
  ?component_type_id: ::String,
713
488
  selected_properties: Array[::String],
714
489
  ?property_filters: Array[
715
- {
716
- property_name: ::String?,
717
- operator: ::String?,
718
- value: {
719
- boolean_value: bool?,
720
- double_value: ::Float?,
721
- integer_value: ::Integer?,
722
- long_value: ::Integer?,
723
- string_value: ::String?,
724
- list_value: Array[
725
- untyped,
726
- ]?,
727
- map_value: Hash[::String, untyped]?,
728
- relationship_value: {
729
- target_entity_id: ::String?,
730
- target_component_name: ::String?
731
- }?,
732
- expression: ::String?
733
- }?
734
- },
490
+ Params::property_filter
735
491
  ],
736
492
  ?start_date_time: ::Time,
737
493
  ?end_date_time: ::Time,
@@ -816,7 +572,7 @@ module Aws
816
572
  extends_from: ::String?,
817
573
  namespace: ::String?,
818
574
  is_abstract: bool?
819
- },
575
+ }
820
576
  ],
821
577
  ?next_token: ::String,
822
578
  ?max_results: ::Integer
@@ -851,7 +607,7 @@ module Aws
851
607
  parent_entity_id: ::String?,
852
608
  component_type_id: ::String?,
853
609
  external_id: ::String?
854
- },
610
+ }
855
611
  ],
856
612
  ?max_results: ::Integer,
857
613
  ?next_token: ::String
@@ -871,7 +627,7 @@ module Aws
871
627
  {
872
628
  workspace_id: ::String?,
873
629
  state: ("VALIDATING" | "PENDING" | "RUNNING" | "CANCELLING" | "ERROR" | "COMPLETED" | "CANCELLED")?
874
- },
630
+ }
875
631
  ],
876
632
  ?next_token: ::String,
877
633
  ?max_results: ::Integer
@@ -935,7 +691,7 @@ module Aws
935
691
  resource_type: ("ENTITY" | "COMPONENT_TYPE")?,
936
692
  resource_id: ::String?,
937
693
  external_id: ::String?
938
- },
694
+ }
939
695
  ],
940
696
  ?max_results: ::Integer,
941
697
  ?next_token: ::String
@@ -1000,66 +756,9 @@ module Aws
1000
756
  ?is_singleton: bool,
1001
757
  component_type_id: ::String,
1002
758
  ?description: ::String,
1003
- ?property_definitions: Hash[::String, {
1004
- data_type: {
1005
- type: ("RELATIONSHIP" | "STRING" | "LONG" | "BOOLEAN" | "INTEGER" | "DOUBLE" | "LIST" | "MAP"),
1006
- nested_type: untyped?,
1007
- allowed_values: Array[
1008
- {
1009
- boolean_value: bool?,
1010
- double_value: ::Float?,
1011
- integer_value: ::Integer?,
1012
- long_value: ::Integer?,
1013
- string_value: ::String?,
1014
- list_value: untyped?,
1015
- map_value: Hash[::String, untyped]?,
1016
- relationship_value: {
1017
- target_entity_id: ::String?,
1018
- target_component_name: ::String?
1019
- }?,
1020
- expression: ::String?
1021
- },
1022
- ]?,
1023
- unit_of_measure: ::String?,
1024
- relationship: {
1025
- target_component_type_id: ::String?,
1026
- relationship_type: ::String?
1027
- }?
1028
- }?,
1029
- is_required_in_entity: bool?,
1030
- is_external_id: bool?,
1031
- is_stored_externally: bool?,
1032
- is_time_series: bool?,
1033
- default_value: {
1034
- boolean_value: bool?,
1035
- double_value: ::Float?,
1036
- integer_value: ::Integer?,
1037
- long_value: ::Integer?,
1038
- string_value: ::String?,
1039
- list_value: Array[
1040
- untyped,
1041
- ]?,
1042
- map_value: Hash[::String, untyped]?,
1043
- relationship_value: {
1044
- target_entity_id: ::String?,
1045
- target_component_name: ::String?
1046
- }?,
1047
- expression: ::String?
1048
- }?,
1049
- configuration: Hash[::String, ::String]?,
1050
- display_name: ::String?
1051
- }],
759
+ ?property_definitions: Hash[::String, Params::property_definition_request],
1052
760
  ?extends_from: Array[::String],
1053
- ?functions: Hash[::String, {
1054
- required_properties: Array[::String]?,
1055
- scope: ("ENTITY" | "WORKSPACE")?,
1056
- implemented_by: {
1057
- lambda: {
1058
- arn: ::String
1059
- }?,
1060
- is_native: bool?
1061
- }?
1062
- }],
761
+ ?functions: Hash[::String, Params::function_request],
1063
762
  ?property_groups: Hash[::String, {
1064
763
  group_type: ("TABULAR")?,
1065
764
  property_names: Array[::String]?
@@ -1086,74 +785,7 @@ module Aws
1086
785
  update_type: ("CREATE" | "UPDATE" | "DELETE")?,
1087
786
  description: ::String?,
1088
787
  component_type_id: ::String?,
1089
- property_updates: Hash[::String, {
1090
- definition: {
1091
- data_type: {
1092
- type: ("RELATIONSHIP" | "STRING" | "LONG" | "BOOLEAN" | "INTEGER" | "DOUBLE" | "LIST" | "MAP"),
1093
- nested_type: untyped?,
1094
- allowed_values: Array[
1095
- {
1096
- boolean_value: bool?,
1097
- double_value: ::Float?,
1098
- integer_value: ::Integer?,
1099
- long_value: ::Integer?,
1100
- string_value: ::String?,
1101
- list_value: untyped?,
1102
- map_value: Hash[::String, untyped]?,
1103
- relationship_value: {
1104
- target_entity_id: ::String?,
1105
- target_component_name: ::String?
1106
- }?,
1107
- expression: ::String?
1108
- },
1109
- ]?,
1110
- unit_of_measure: ::String?,
1111
- relationship: {
1112
- target_component_type_id: ::String?,
1113
- relationship_type: ::String?
1114
- }?
1115
- }?,
1116
- is_required_in_entity: bool?,
1117
- is_external_id: bool?,
1118
- is_stored_externally: bool?,
1119
- is_time_series: bool?,
1120
- default_value: {
1121
- boolean_value: bool?,
1122
- double_value: ::Float?,
1123
- integer_value: ::Integer?,
1124
- long_value: ::Integer?,
1125
- string_value: ::String?,
1126
- list_value: Array[
1127
- untyped,
1128
- ]?,
1129
- map_value: Hash[::String, untyped]?,
1130
- relationship_value: {
1131
- target_entity_id: ::String?,
1132
- target_component_name: ::String?
1133
- }?,
1134
- expression: ::String?
1135
- }?,
1136
- configuration: Hash[::String, ::String]?,
1137
- display_name: ::String?
1138
- }?,
1139
- value: {
1140
- boolean_value: bool?,
1141
- double_value: ::Float?,
1142
- integer_value: ::Integer?,
1143
- long_value: ::Integer?,
1144
- string_value: ::String?,
1145
- list_value: Array[
1146
- untyped,
1147
- ]?,
1148
- map_value: Hash[::String, untyped]?,
1149
- relationship_value: {
1150
- target_entity_id: ::String?,
1151
- target_component_name: ::String?
1152
- }?,
1153
- expression: ::String?
1154
- }?,
1155
- update_type: ("UPDATE" | "DELETE" | "CREATE" | "RESET_VALUE")?
1156
- }]?,
788
+ property_updates: Hash[::String, Params::property_request]?,
1157
789
  property_group_updates: Hash[::String, {
1158
790
  group_type: ("TABULAR")?,
1159
791
  property_names: Array[::String]?,
@@ -1163,74 +795,7 @@ module Aws
1163
795
  ?composite_component_updates: Hash[::String, {
1164
796
  update_type: ("CREATE" | "UPDATE" | "DELETE")?,
1165
797
  description: ::String?,
1166
- property_updates: Hash[::String, {
1167
- definition: {
1168
- data_type: {
1169
- type: ("RELATIONSHIP" | "STRING" | "LONG" | "BOOLEAN" | "INTEGER" | "DOUBLE" | "LIST" | "MAP"),
1170
- nested_type: untyped?,
1171
- allowed_values: Array[
1172
- {
1173
- boolean_value: bool?,
1174
- double_value: ::Float?,
1175
- integer_value: ::Integer?,
1176
- long_value: ::Integer?,
1177
- string_value: ::String?,
1178
- list_value: untyped?,
1179
- map_value: Hash[::String, untyped]?,
1180
- relationship_value: {
1181
- target_entity_id: ::String?,
1182
- target_component_name: ::String?
1183
- }?,
1184
- expression: ::String?
1185
- },
1186
- ]?,
1187
- unit_of_measure: ::String?,
1188
- relationship: {
1189
- target_component_type_id: ::String?,
1190
- relationship_type: ::String?
1191
- }?
1192
- }?,
1193
- is_required_in_entity: bool?,
1194
- is_external_id: bool?,
1195
- is_stored_externally: bool?,
1196
- is_time_series: bool?,
1197
- default_value: {
1198
- boolean_value: bool?,
1199
- double_value: ::Float?,
1200
- integer_value: ::Integer?,
1201
- long_value: ::Integer?,
1202
- string_value: ::String?,
1203
- list_value: Array[
1204
- untyped,
1205
- ]?,
1206
- map_value: Hash[::String, untyped]?,
1207
- relationship_value: {
1208
- target_entity_id: ::String?,
1209
- target_component_name: ::String?
1210
- }?,
1211
- expression: ::String?
1212
- }?,
1213
- configuration: Hash[::String, ::String]?,
1214
- display_name: ::String?
1215
- }?,
1216
- value: {
1217
- boolean_value: bool?,
1218
- double_value: ::Float?,
1219
- integer_value: ::Integer?,
1220
- long_value: ::Integer?,
1221
- string_value: ::String?,
1222
- list_value: Array[
1223
- untyped,
1224
- ]?,
1225
- map_value: Hash[::String, untyped]?,
1226
- relationship_value: {
1227
- target_entity_id: ::String?,
1228
- target_component_name: ::String?
1229
- }?,
1230
- expression: ::String?
1231
- }?,
1232
- update_type: ("UPDATE" | "DELETE" | "CREATE" | "RESET_VALUE")?
1233
- }]?,
798
+ property_updates: Hash[::String, Params::property_request]?,
1234
799
  property_group_updates: Hash[::String, {
1235
800
  group_type: ("TABULAR")?,
1236
801
  property_names: Array[::String]?,
data/sig/params.rbs ADDED
@@ -0,0 +1,116 @@
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 IoTTwinMaker
10
+ module Params
11
+ type data_value = {
12
+ boolean_value: bool?,
13
+ double_value: ::Float?,
14
+ integer_value: ::Integer?,
15
+ long_value: ::Integer?,
16
+ string_value: ::String?,
17
+ list_value: Array[
18
+ {
19
+ boolean_value: bool?,
20
+ double_value: ::Float?,
21
+ integer_value: ::Integer?,
22
+ long_value: ::Integer?,
23
+ string_value: ::String?,
24
+ list_value: untyped?,
25
+ map_value: Hash[::String, untyped]?,
26
+ relationship_value: {
27
+ target_entity_id: ::String?,
28
+ target_component_name: ::String?
29
+ }?,
30
+ expression: ::String?
31
+ }
32
+ ]?,
33
+ map_value: Hash[::String, {
34
+ boolean_value: bool?,
35
+ double_value: ::Float?,
36
+ integer_value: ::Integer?,
37
+ long_value: ::Integer?,
38
+ string_value: ::String?,
39
+ list_value: Array[
40
+ untyped
41
+ ]?,
42
+ map_value: untyped?,
43
+ relationship_value: {
44
+ target_entity_id: ::String?,
45
+ target_component_name: ::String?
46
+ }?,
47
+ expression: ::String?
48
+ }]?,
49
+ relationship_value: {
50
+ target_entity_id: ::String?,
51
+ target_component_name: ::String?
52
+ }?,
53
+ expression: ::String?
54
+ }
55
+
56
+ type data_type = {
57
+ type: ("RELATIONSHIP" | "STRING" | "LONG" | "BOOLEAN" | "INTEGER" | "DOUBLE" | "LIST" | "MAP"),
58
+ nested_type: {
59
+ type: ("RELATIONSHIP" | "STRING" | "LONG" | "BOOLEAN" | "INTEGER" | "DOUBLE" | "LIST" | "MAP"),
60
+ nested_type: untyped?,
61
+ allowed_values: Array[
62
+ Params::data_value
63
+ ]?,
64
+ unit_of_measure: ::String?,
65
+ relationship: {
66
+ target_component_type_id: ::String?,
67
+ relationship_type: ::String?
68
+ }?
69
+ }?,
70
+ allowed_values: Array[
71
+ Params::data_value
72
+ ]?,
73
+ unit_of_measure: ::String?,
74
+ relationship: {
75
+ target_component_type_id: ::String?,
76
+ relationship_type: ::String?
77
+ }?
78
+ }
79
+
80
+ type property_definition_request = {
81
+ data_type: Params::data_type?,
82
+ is_required_in_entity: bool?,
83
+ is_external_id: bool?,
84
+ is_stored_externally: bool?,
85
+ is_time_series: bool?,
86
+ default_value: Params::data_value?,
87
+ configuration: Hash[::String, ::String]?,
88
+ display_name: ::String?
89
+ }
90
+
91
+ type function_request = {
92
+ required_properties: Array[::String]?,
93
+ scope: ("ENTITY" | "WORKSPACE")?,
94
+ implemented_by: {
95
+ lambda: {
96
+ arn: ::String
97
+ }?,
98
+ is_native: bool?
99
+ }?
100
+ }
101
+
102
+ type property_request = {
103
+ definition: Params::property_definition_request?,
104
+ value: Params::data_value?,
105
+ update_type: ("UPDATE" | "DELETE" | "CREATE" | "RESET_VALUE")?
106
+ }
107
+
108
+ type property_filter = {
109
+ property_name: ::String?,
110
+ operator: ::String?,
111
+ value: Params::data_value?
112
+ }
113
+
114
+ end
115
+ end
116
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iottwinmaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.54.0
4
+ version: 1.56.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -68,6 +68,7 @@ files:
68
68
  - lib/aws-sdk-iottwinmaker/waiters.rb
69
69
  - sig/client.rbs
70
70
  - sig/errors.rbs
71
+ - sig/params.rbs
71
72
  - sig/resource.rbs
72
73
  - sig/types.rbs
73
74
  - sig/waiters.rbs