aws-sdk-iottwinmaker 1.54.0 → 1.55.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: b918e1836a12313225d2c1b5cfb3cd74b9a1abb6078e4866424405778010406d
4
+ data.tar.gz: df4776a3d0cf5820c4c42a070d59698e59b90906cd181b9f2ac84453ee3cc400
5
5
  SHA512:
6
- metadata.gz: 5cfb271ca32453d53cac6fa5a9afa067c0c92e1d789e31167a9938eb2fdff906dbdc0574246015d590287fadb411fc1df86c8664fb2cc42215e2c78a036ce578
7
- data.tar.gz: 98a4d52c51116a9cc4750f5096c5769809d6f38d567bd5b76caeffe4a7c883365f32542b7704623fa153c45408f6dc6d00a7b089cbd14ae329b0ff16e6012c43
6
+ metadata.gz: 64c563ba79e519bb5de7b8e1ea3967a15110defb8c962a6babc5cf5c0c1fc4f0546007f08666fb2e8307b0fc2a7524e821f7a8971f99b92b756eff19fb6cf0e6
7
+ data.tar.gz: f04764f2cccc9be4eeb1b010a80225cf38202faee48fceaf8816e7f0b099ab845e9e183e4d77bc1c96400fd16077a507456a71a0dcd4beaa144a6ad3808c1a1d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.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.54.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.55.0
@@ -3549,7 +3549,7 @@ module Aws::IoTTwinMaker
3549
3549
  tracer: tracer
3550
3550
  )
3551
3551
  context[:gem_name] = 'aws-sdk-iottwinmaker'
3552
- context[:gem_version] = '1.54.0'
3552
+ context[:gem_version] = '1.55.0'
3553
3553
  Seahorse::Client::Request.new(handlers, context)
3554
3554
  end
3555
3555
 
@@ -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.55.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.55.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -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