cdk-lambda-subminute 2.0.305 → 2.0.307

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.
Files changed (46) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +14 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.examples.json +251 -0
  6. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +349 -106
  7. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.paginators.json +6 -0
  8. package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.examples.json +5 -0
  9. package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.min.json +359 -0
  10. package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.paginators.json +10 -0
  11. package/node_modules/aws-sdk/apis/inspector-scan-2023-08-08.examples.json +174 -0
  12. package/node_modules/aws-sdk/apis/inspector-scan-2023-08-08.min.json +51 -0
  13. package/node_modules/aws-sdk/apis/inspector-scan-2023-08-08.paginators.json +4 -0
  14. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +989 -176
  15. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +24 -0
  16. package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +729 -131
  17. package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +15 -0
  18. package/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json +92 -21
  19. package/node_modules/aws-sdk/apis/metadata.json +8 -0
  20. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +152 -152
  21. package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +109 -92
  22. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +112 -84
  23. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +544 -533
  24. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  25. package/node_modules/aws-sdk/clients/all.js +3 -1
  26. package/node_modules/aws-sdk/clients/cloudfront.d.ts +220 -2
  27. package/node_modules/aws-sdk/clients/cloudfrontkeyvaluestore.d.ts +294 -0
  28. package/node_modules/aws-sdk/clients/cloudfrontkeyvaluestore.js +18 -0
  29. package/node_modules/aws-sdk/clients/ec2.d.ts +12 -12
  30. package/node_modules/aws-sdk/clients/inspectorscan.d.ts +59 -0
  31. package/node_modules/aws-sdk/clients/inspectorscan.js +18 -0
  32. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +1080 -179
  33. package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +666 -9
  34. package/node_modules/aws-sdk/clients/kinesis.d.ts +96 -42
  35. package/node_modules/aws-sdk/clients/s3.d.ts +38 -15
  36. package/node_modules/aws-sdk/clients/s3control.d.ts +35 -3
  37. package/node_modules/aws-sdk/clients/sagemaker.d.ts +13 -2
  38. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  39. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +89 -15
  40. package/node_modules/aws-sdk/dist/aws-sdk.js +601 -225
  41. package/node_modules/aws-sdk/dist/aws-sdk.min.js +93 -92
  42. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  43. package/node_modules/aws-sdk/lib/core.js +1 -1
  44. package/node_modules/aws-sdk/lib/services/s3.js +1 -1
  45. package/node_modules/aws-sdk/package.json +1 -1
  46. package/package.json +3 -4
@@ -77,6 +77,50 @@
77
77
  "hostPrefix": "data."
78
78
  }
79
79
  },
80
+ "CancelMetadataTransferJob": {
81
+ "http": {
82
+ "method": "PUT",
83
+ "requestUri": "/metadata-transfer-jobs/{metadataTransferJobId}/cancel",
84
+ "responseCode": 200
85
+ },
86
+ "input": {
87
+ "type": "structure",
88
+ "required": [
89
+ "metadataTransferJobId"
90
+ ],
91
+ "members": {
92
+ "metadataTransferJobId": {
93
+ "location": "uri",
94
+ "locationName": "metadataTransferJobId"
95
+ }
96
+ }
97
+ },
98
+ "output": {
99
+ "type": "structure",
100
+ "required": [
101
+ "metadataTransferJobId",
102
+ "arn",
103
+ "updateDateTime",
104
+ "status"
105
+ ],
106
+ "members": {
107
+ "metadataTransferJobId": {},
108
+ "arn": {},
109
+ "updateDateTime": {
110
+ "type": "timestamp"
111
+ },
112
+ "status": {
113
+ "shape": "Sw"
114
+ },
115
+ "progress": {
116
+ "shape": "S11"
117
+ }
118
+ }
119
+ },
120
+ "endpoint": {
121
+ "hostPrefix": "api."
122
+ }
123
+ },
80
124
  "CreateComponentType": {
81
125
  "http": {
82
126
  "requestUri": "/workspaces/{workspaceId}/component-types/{componentTypeId}",
@@ -102,21 +146,24 @@
102
146
  },
103
147
  "description": {},
104
148
  "propertyDefinitions": {
105
- "shape": "Sv"
149
+ "shape": "S15"
106
150
  },
107
151
  "extendsFrom": {
108
- "shape": "S13"
152
+ "shape": "S1d"
109
153
  },
110
154
  "functions": {
111
- "shape": "S14"
155
+ "shape": "S1e"
112
156
  },
113
157
  "tags": {
114
- "shape": "S1b"
158
+ "shape": "S1l"
115
159
  },
116
160
  "propertyGroups": {
117
- "shape": "S1e"
161
+ "shape": "S1o"
118
162
  },
119
- "componentTypeName": {}
163
+ "componentTypeName": {},
164
+ "compositeComponentTypes": {
165
+ "shape": "S1t"
166
+ }
120
167
  }
121
168
  },
122
169
  "output": {
@@ -166,17 +213,33 @@
166
213
  "description": {},
167
214
  "componentTypeId": {},
168
215
  "properties": {
169
- "shape": "S1q"
216
+ "shape": "S21"
170
217
  },
171
218
  "propertyGroups": {
172
- "shape": "S1t"
219
+ "shape": "S24"
220
+ }
221
+ }
222
+ }
223
+ },
224
+ "compositeComponents": {
225
+ "type": "map",
226
+ "key": {},
227
+ "value": {
228
+ "type": "structure",
229
+ "members": {
230
+ "description": {},
231
+ "properties": {
232
+ "shape": "S21"
233
+ },
234
+ "propertyGroups": {
235
+ "shape": "S24"
173
236
  }
174
237
  }
175
238
  }
176
239
  },
177
240
  "parentEntityId": {},
178
241
  "tags": {
179
- "shape": "S1b"
242
+ "shape": "S1l"
180
243
  }
181
244
  }
182
245
  },
@@ -201,6 +264,51 @@
201
264
  "hostPrefix": "api."
202
265
  }
203
266
  },
267
+ "CreateMetadataTransferJob": {
268
+ "http": {
269
+ "requestUri": "/metadata-transfer-jobs",
270
+ "responseCode": 200
271
+ },
272
+ "input": {
273
+ "type": "structure",
274
+ "required": [
275
+ "sources",
276
+ "destination"
277
+ ],
278
+ "members": {
279
+ "metadataTransferJobId": {},
280
+ "description": {},
281
+ "sources": {
282
+ "shape": "S2c"
283
+ },
284
+ "destination": {
285
+ "shape": "S2t"
286
+ }
287
+ }
288
+ },
289
+ "output": {
290
+ "type": "structure",
291
+ "required": [
292
+ "metadataTransferJobId",
293
+ "arn",
294
+ "creationDateTime",
295
+ "status"
296
+ ],
297
+ "members": {
298
+ "metadataTransferJobId": {},
299
+ "arn": {},
300
+ "creationDateTime": {
301
+ "type": "timestamp"
302
+ },
303
+ "status": {
304
+ "shape": "Sw"
305
+ }
306
+ }
307
+ },
308
+ "endpoint": {
309
+ "hostPrefix": "api."
310
+ }
311
+ },
204
312
  "CreateScene": {
205
313
  "http": {
206
314
  "requestUri": "/workspaces/{workspaceId}/scenes",
@@ -222,13 +330,13 @@
222
330
  "contentLocation": {},
223
331
  "description": {},
224
332
  "capabilities": {
225
- "shape": "S20"
333
+ "shape": "S31"
226
334
  },
227
335
  "tags": {
228
- "shape": "S1b"
336
+ "shape": "S1l"
229
337
  },
230
338
  "sceneMetadata": {
231
- "shape": "S22"
339
+ "shape": "S33"
232
340
  }
233
341
  }
234
342
  },
@@ -272,7 +380,7 @@
272
380
  },
273
381
  "syncRole": {},
274
382
  "tags": {
275
- "shape": "S1b"
383
+ "shape": "S1l"
276
384
  }
277
385
  }
278
386
  },
@@ -303,9 +411,7 @@
303
411
  "input": {
304
412
  "type": "structure",
305
413
  "required": [
306
- "workspaceId",
307
- "s3Location",
308
- "role"
414
+ "workspaceId"
309
415
  ],
310
416
  "members": {
311
417
  "workspaceId": {
@@ -316,7 +422,7 @@
316
422
  "s3Location": {},
317
423
  "role": {},
318
424
  "tags": {
319
- "shape": "S1b"
425
+ "shape": "S1l"
320
426
  }
321
427
  }
322
428
  },
@@ -501,7 +607,9 @@
501
607
  },
502
608
  "output": {
503
609
  "type": "structure",
504
- "members": {}
610
+ "members": {
611
+ "message": {}
612
+ }
505
613
  },
506
614
  "endpoint": {
507
615
  "hostPrefix": "api."
@@ -606,11 +714,11 @@
606
714
  "type": "map",
607
715
  "key": {},
608
716
  "value": {
609
- "shape": "S33"
717
+ "shape": "S45"
610
718
  }
611
719
  },
612
720
  "extendsFrom": {
613
- "shape": "S13"
721
+ "shape": "S1d"
614
722
  },
615
723
  "functions": {
616
724
  "type": "map",
@@ -619,11 +727,11 @@
619
727
  "type": "structure",
620
728
  "members": {
621
729
  "requiredProperties": {
622
- "shape": "S16"
730
+ "shape": "S1g"
623
731
  },
624
732
  "scope": {},
625
733
  "implementedBy": {
626
- "shape": "S18"
734
+ "shape": "S1i"
627
735
  },
628
736
  "isInherited": {
629
737
  "type": "boolean"
@@ -645,7 +753,7 @@
645
753
  "type": "boolean"
646
754
  },
647
755
  "status": {
648
- "shape": "S36"
756
+ "shape": "S48"
649
757
  },
650
758
  "propertyGroups": {
651
759
  "type": "map",
@@ -660,7 +768,7 @@
660
768
  "members": {
661
769
  "groupType": {},
662
770
  "propertyNames": {
663
- "shape": "S1h"
771
+ "shape": "S1r"
664
772
  },
665
773
  "isInherited": {
666
774
  "type": "boolean"
@@ -669,7 +777,20 @@
669
777
  }
670
778
  },
671
779
  "syncSource": {},
672
- "componentTypeName": {}
780
+ "componentTypeName": {},
781
+ "compositeComponentTypes": {
782
+ "type": "map",
783
+ "key": {},
784
+ "value": {
785
+ "type": "structure",
786
+ "members": {
787
+ "componentTypeId": {},
788
+ "isInherited": {
789
+ "type": "boolean"
790
+ }
791
+ }
792
+ }
793
+ }
673
794
  }
674
795
  },
675
796
  "endpoint": {
@@ -717,7 +838,7 @@
717
838
  "entityName": {},
718
839
  "arn": {},
719
840
  "status": {
720
- "shape": "S36"
841
+ "shape": "S48"
721
842
  },
722
843
  "workspaceId": {},
723
844
  "description": {},
@@ -731,7 +852,7 @@
731
852
  "description": {},
732
853
  "componentTypeId": {},
733
854
  "status": {
734
- "shape": "S36"
855
+ "shape": "S48"
735
856
  },
736
857
  "definedIn": {},
737
858
  "properties": {
@@ -741,36 +862,34 @@
741
862
  "type": "structure",
742
863
  "members": {
743
864
  "definition": {
744
- "shape": "S33"
865
+ "shape": "S45"
745
866
  },
746
867
  "value": {
747
- "shape": "Sd"
868
+ "shape": "Se"
869
+ },
870
+ "areAllPropertyValuesReturned": {
871
+ "type": "boolean"
748
872
  }
749
873
  }
750
874
  }
751
875
  },
752
876
  "propertyGroups": {
877
+ "shape": "S4j"
878
+ },
879
+ "syncSource": {},
880
+ "areAllPropertiesReturned": {
881
+ "type": "boolean"
882
+ },
883
+ "compositeComponents": {
753
884
  "type": "map",
754
885
  "key": {},
755
886
  "value": {
756
- "type": "structure",
757
- "required": [
758
- "groupType",
759
- "propertyNames",
760
- "isInherited"
761
- ],
762
- "members": {
763
- "groupType": {},
764
- "propertyNames": {
765
- "shape": "S1h"
766
- },
767
- "isInherited": {
768
- "type": "boolean"
769
- }
770
- }
887
+ "shape": "S4m"
771
888
  }
772
889
  },
773
- "syncSource": {}
890
+ "areAllCompositeComponentsReturned": {
891
+ "type": "boolean"
892
+ }
774
893
  }
775
894
  }
776
895
  },
@@ -784,7 +903,70 @@
784
903
  "updateDateTime": {
785
904
  "type": "timestamp"
786
905
  },
787
- "syncSource": {}
906
+ "syncSource": {},
907
+ "areAllComponentsReturned": {
908
+ "type": "boolean"
909
+ }
910
+ }
911
+ },
912
+ "endpoint": {
913
+ "hostPrefix": "api."
914
+ }
915
+ },
916
+ "GetMetadataTransferJob": {
917
+ "http": {
918
+ "method": "GET",
919
+ "requestUri": "/metadata-transfer-jobs/{metadataTransferJobId}",
920
+ "responseCode": 200
921
+ },
922
+ "input": {
923
+ "type": "structure",
924
+ "required": [
925
+ "metadataTransferJobId"
926
+ ],
927
+ "members": {
928
+ "metadataTransferJobId": {
929
+ "location": "uri",
930
+ "locationName": "metadataTransferJobId"
931
+ }
932
+ }
933
+ },
934
+ "output": {
935
+ "type": "structure",
936
+ "required": [
937
+ "metadataTransferJobId",
938
+ "arn",
939
+ "sources",
940
+ "destination",
941
+ "metadataTransferJobRole",
942
+ "creationDateTime",
943
+ "updateDateTime",
944
+ "status"
945
+ ],
946
+ "members": {
947
+ "metadataTransferJobId": {},
948
+ "arn": {},
949
+ "description": {},
950
+ "sources": {
951
+ "shape": "S2c"
952
+ },
953
+ "destination": {
954
+ "shape": "S2t"
955
+ },
956
+ "metadataTransferJobRole": {},
957
+ "reportUrl": {},
958
+ "creationDateTime": {
959
+ "type": "timestamp"
960
+ },
961
+ "updateDateTime": {
962
+ "type": "timestamp"
963
+ },
964
+ "status": {
965
+ "shape": "Sw"
966
+ },
967
+ "progress": {
968
+ "shape": "S11"
969
+ }
788
970
  }
789
971
  },
790
972
  "endpoint": {
@@ -808,10 +990,10 @@
808
990
  ],
809
991
  "members": {
810
992
  "currentPricingPlan": {
811
- "shape": "S3m"
993
+ "shape": "S4r"
812
994
  },
813
995
  "pendingPricingPlan": {
814
- "shape": "S3m"
996
+ "shape": "S4r"
815
997
  }
816
998
  }
817
999
  },
@@ -832,10 +1014,11 @@
832
1014
  ],
833
1015
  "members": {
834
1016
  "componentName": {},
1017
+ "componentPath": {},
835
1018
  "componentTypeId": {},
836
1019
  "entityId": {},
837
1020
  "selectedProperties": {
838
- "shape": "S3u"
1021
+ "shape": "S4z"
839
1022
  },
840
1023
  "workspaceId": {
841
1024
  "location": "uri",
@@ -863,7 +1046,7 @@
863
1046
  }
864
1047
  },
865
1048
  "propertyFilters": {
866
- "shape": "S40"
1049
+ "shape": "S55"
867
1050
  }
868
1051
  }
869
1052
  }
@@ -885,7 +1068,7 @@
885
1068
  "shape": "S5"
886
1069
  },
887
1070
  "propertyValue": {
888
- "shape": "Sd"
1071
+ "shape": "Se"
889
1072
  }
890
1073
  }
891
1074
  }
@@ -899,7 +1082,7 @@
899
1082
  "type": "map",
900
1083
  "key": {},
901
1084
  "value": {
902
- "shape": "Sd"
1085
+ "shape": "Se"
903
1086
  }
904
1087
  }
905
1088
  }
@@ -928,12 +1111,13 @@
928
1111
  },
929
1112
  "entityId": {},
930
1113
  "componentName": {},
1114
+ "componentPath": {},
931
1115
  "componentTypeId": {},
932
1116
  "selectedProperties": {
933
- "shape": "S3u"
1117
+ "shape": "S4z"
934
1118
  },
935
1119
  "propertyFilters": {
936
- "shape": "S40"
1120
+ "shape": "S55"
937
1121
  },
938
1122
  "startDateTime": {
939
1123
  "deprecated": true,
@@ -983,7 +1167,7 @@
983
1167
  "values": {
984
1168
  "type": "list",
985
1169
  "member": {
986
- "shape": "Sb"
1170
+ "shape": "Sc"
987
1171
  }
988
1172
  }
989
1173
  }
@@ -1042,10 +1226,10 @@
1042
1226
  },
1043
1227
  "description": {},
1044
1228
  "capabilities": {
1045
- "shape": "S20"
1229
+ "shape": "S31"
1046
1230
  },
1047
1231
  "sceneMetadata": {
1048
- "shape": "S22"
1232
+ "shape": "S33"
1049
1233
  },
1050
1234
  "generatedSceneMetadata": {
1051
1235
  "type": "map",
@@ -1104,7 +1288,7 @@
1104
1288
  "syncSource": {},
1105
1289
  "syncRole": {},
1106
1290
  "status": {
1107
- "shape": "S4o"
1291
+ "shape": "S5t"
1108
1292
  },
1109
1293
  "creationDateTime": {
1110
1294
  "type": "timestamp"
@@ -1141,8 +1325,6 @@
1141
1325
  "required": [
1142
1326
  "workspaceId",
1143
1327
  "arn",
1144
- "s3Location",
1145
- "role",
1146
1328
  "creationDateTime",
1147
1329
  "updateDateTime"
1148
1330
  ],
@@ -1150,6 +1332,9 @@
1150
1332
  "workspaceId": {},
1151
1333
  "arn": {},
1152
1334
  "description": {},
1335
+ "linkedServices": {
1336
+ "shape": "S5x"
1337
+ },
1153
1338
  "s3Location": {},
1154
1339
  "role": {},
1155
1340
  "creationDateTime": {
@@ -1228,7 +1413,7 @@
1228
1413
  },
1229
1414
  "description": {},
1230
1415
  "status": {
1231
- "shape": "S36"
1416
+ "shape": "S48"
1232
1417
  },
1233
1418
  "componentTypeName": {}
1234
1419
  }
@@ -1244,6 +1429,52 @@
1244
1429
  "hostPrefix": "api."
1245
1430
  }
1246
1431
  },
1432
+ "ListComponents": {
1433
+ "http": {
1434
+ "requestUri": "/workspaces/{workspaceId}/entities/{entityId}/components-list",
1435
+ "responseCode": 200
1436
+ },
1437
+ "input": {
1438
+ "type": "structure",
1439
+ "required": [
1440
+ "workspaceId",
1441
+ "entityId"
1442
+ ],
1443
+ "members": {
1444
+ "workspaceId": {
1445
+ "location": "uri",
1446
+ "locationName": "workspaceId"
1447
+ },
1448
+ "entityId": {
1449
+ "location": "uri",
1450
+ "locationName": "entityId"
1451
+ },
1452
+ "componentPath": {},
1453
+ "maxResults": {
1454
+ "type": "integer"
1455
+ },
1456
+ "nextToken": {}
1457
+ }
1458
+ },
1459
+ "output": {
1460
+ "type": "structure",
1461
+ "required": [
1462
+ "componentSummaries"
1463
+ ],
1464
+ "members": {
1465
+ "componentSummaries": {
1466
+ "type": "list",
1467
+ "member": {
1468
+ "shape": "S4m"
1469
+ }
1470
+ },
1471
+ "nextToken": {}
1472
+ }
1473
+ },
1474
+ "endpoint": {
1475
+ "hostPrefix": "api."
1476
+ }
1477
+ },
1247
1478
  "ListEntities": {
1248
1479
  "http": {
1249
1480
  "requestUri": "/workspaces/{workspaceId}/entities-list",
@@ -1298,7 +1529,7 @@
1298
1529
  "arn": {},
1299
1530
  "parentEntityId": {},
1300
1531
  "status": {
1301
- "shape": "S36"
1532
+ "shape": "S48"
1302
1533
  },
1303
1534
  "description": {},
1304
1535
  "hasChildEntities": {
@@ -1320,6 +1551,138 @@
1320
1551
  "hostPrefix": "api."
1321
1552
  }
1322
1553
  },
1554
+ "ListMetadataTransferJobs": {
1555
+ "http": {
1556
+ "requestUri": "/metadata-transfer-jobs-list",
1557
+ "responseCode": 200
1558
+ },
1559
+ "input": {
1560
+ "type": "structure",
1561
+ "required": [
1562
+ "sourceType",
1563
+ "destinationType"
1564
+ ],
1565
+ "members": {
1566
+ "sourceType": {},
1567
+ "destinationType": {},
1568
+ "filters": {
1569
+ "type": "list",
1570
+ "member": {
1571
+ "type": "structure",
1572
+ "members": {
1573
+ "workspaceId": {},
1574
+ "state": {}
1575
+ },
1576
+ "union": true
1577
+ }
1578
+ },
1579
+ "nextToken": {},
1580
+ "maxResults": {
1581
+ "type": "integer"
1582
+ }
1583
+ }
1584
+ },
1585
+ "output": {
1586
+ "type": "structure",
1587
+ "required": [
1588
+ "metadataTransferJobSummaries"
1589
+ ],
1590
+ "members": {
1591
+ "metadataTransferJobSummaries": {
1592
+ "type": "list",
1593
+ "member": {
1594
+ "type": "structure",
1595
+ "required": [
1596
+ "metadataTransferJobId",
1597
+ "arn",
1598
+ "creationDateTime",
1599
+ "updateDateTime",
1600
+ "status"
1601
+ ],
1602
+ "members": {
1603
+ "metadataTransferJobId": {},
1604
+ "arn": {},
1605
+ "creationDateTime": {
1606
+ "type": "timestamp"
1607
+ },
1608
+ "updateDateTime": {
1609
+ "type": "timestamp"
1610
+ },
1611
+ "status": {
1612
+ "shape": "Sw"
1613
+ },
1614
+ "progress": {
1615
+ "shape": "S11"
1616
+ }
1617
+ }
1618
+ }
1619
+ },
1620
+ "nextToken": {}
1621
+ }
1622
+ },
1623
+ "endpoint": {
1624
+ "hostPrefix": "api."
1625
+ }
1626
+ },
1627
+ "ListProperties": {
1628
+ "http": {
1629
+ "requestUri": "/workspaces/{workspaceId}/properties-list",
1630
+ "responseCode": 200
1631
+ },
1632
+ "input": {
1633
+ "type": "structure",
1634
+ "required": [
1635
+ "workspaceId",
1636
+ "entityId"
1637
+ ],
1638
+ "members": {
1639
+ "workspaceId": {
1640
+ "location": "uri",
1641
+ "locationName": "workspaceId"
1642
+ },
1643
+ "componentName": {},
1644
+ "componentPath": {},
1645
+ "entityId": {},
1646
+ "maxResults": {
1647
+ "type": "integer"
1648
+ },
1649
+ "nextToken": {}
1650
+ }
1651
+ },
1652
+ "output": {
1653
+ "type": "structure",
1654
+ "required": [
1655
+ "propertySummaries"
1656
+ ],
1657
+ "members": {
1658
+ "propertySummaries": {
1659
+ "type": "list",
1660
+ "member": {
1661
+ "type": "structure",
1662
+ "required": [
1663
+ "propertyName"
1664
+ ],
1665
+ "members": {
1666
+ "definition": {
1667
+ "shape": "S45"
1668
+ },
1669
+ "propertyName": {},
1670
+ "value": {
1671
+ "shape": "Se"
1672
+ },
1673
+ "areAllPropertyValuesReturned": {
1674
+ "type": "boolean"
1675
+ }
1676
+ }
1677
+ }
1678
+ },
1679
+ "nextToken": {}
1680
+ }
1681
+ },
1682
+ "endpoint": {
1683
+ "hostPrefix": "api."
1684
+ }
1685
+ },
1323
1686
  "ListScenes": {
1324
1687
  "http": {
1325
1688
  "requestUri": "/workspaces/{workspaceId}/scenes-list",
@@ -1409,7 +1772,7 @@
1409
1772
  "workspaceId": {},
1410
1773
  "syncSource": {},
1411
1774
  "status": {
1412
- "shape": "S4o"
1775
+ "shape": "S5t"
1413
1776
  },
1414
1777
  "creationDateTime": {
1415
1778
  "type": "timestamp"
@@ -1482,7 +1845,7 @@
1482
1845
  "members": {
1483
1846
  "state": {},
1484
1847
  "error": {
1485
- "shape": "S37"
1848
+ "shape": "Sy"
1486
1849
  }
1487
1850
  }
1488
1851
  },
@@ -1521,7 +1884,7 @@
1521
1884
  "type": "structure",
1522
1885
  "members": {
1523
1886
  "tags": {
1524
- "shape": "S1b"
1887
+ "shape": "S1l"
1525
1888
  },
1526
1889
  "nextToken": {}
1527
1890
  }
@@ -1561,6 +1924,9 @@
1561
1924
  "workspaceId": {},
1562
1925
  "arn": {},
1563
1926
  "description": {},
1927
+ "linkedServices": {
1928
+ "shape": "S5x"
1929
+ },
1564
1930
  "creationDateTime": {
1565
1931
  "type": "timestamp"
1566
1932
  },
@@ -1591,7 +1957,7 @@
1591
1957
  "members": {
1592
1958
  "resourceARN": {},
1593
1959
  "tags": {
1594
- "shape": "S1b"
1960
+ "shape": "S1l"
1595
1961
  }
1596
1962
  }
1597
1963
  },
@@ -1662,18 +2028,21 @@
1662
2028
  },
1663
2029
  "description": {},
1664
2030
  "propertyDefinitions": {
1665
- "shape": "Sv"
2031
+ "shape": "S15"
1666
2032
  },
1667
2033
  "extendsFrom": {
1668
- "shape": "S13"
2034
+ "shape": "S1d"
1669
2035
  },
1670
2036
  "functions": {
1671
- "shape": "S14"
2037
+ "shape": "S1e"
1672
2038
  },
1673
2039
  "propertyGroups": {
1674
- "shape": "S1e"
2040
+ "shape": "S1o"
1675
2041
  },
1676
- "componentTypeName": {}
2042
+ "componentTypeName": {},
2043
+ "compositeComponentTypes": {
2044
+ "shape": "S1t"
2045
+ }
1677
2046
  }
1678
2047
  },
1679
2048
  "output": {
@@ -1728,10 +2097,27 @@
1728
2097
  "description": {},
1729
2098
  "componentTypeId": {},
1730
2099
  "propertyUpdates": {
1731
- "shape": "S1q"
2100
+ "shape": "S21"
1732
2101
  },
1733
2102
  "propertyGroupUpdates": {
1734
- "shape": "S1t"
2103
+ "shape": "S24"
2104
+ }
2105
+ }
2106
+ }
2107
+ },
2108
+ "compositeComponentUpdates": {
2109
+ "type": "map",
2110
+ "key": {},
2111
+ "value": {
2112
+ "type": "structure",
2113
+ "members": {
2114
+ "updateType": {},
2115
+ "description": {},
2116
+ "propertyUpdates": {
2117
+ "shape": "S21"
2118
+ },
2119
+ "propertyGroupUpdates": {
2120
+ "shape": "S24"
1735
2121
  }
1736
2122
  }
1737
2123
  }
@@ -1778,7 +2164,7 @@
1778
2164
  "members": {
1779
2165
  "pricingMode": {},
1780
2166
  "bundleNames": {
1781
- "shape": "S3o"
2167
+ "shape": "S4t"
1782
2168
  }
1783
2169
  }
1784
2170
  },
@@ -1789,10 +2175,10 @@
1789
2175
  ],
1790
2176
  "members": {
1791
2177
  "currentPricingPlan": {
1792
- "shape": "S3m"
2178
+ "shape": "S4r"
1793
2179
  },
1794
2180
  "pendingPricingPlan": {
1795
- "shape": "S3m"
2181
+ "shape": "S4r"
1796
2182
  }
1797
2183
  }
1798
2184
  },
@@ -1824,10 +2210,10 @@
1824
2210
  "contentLocation": {},
1825
2211
  "description": {},
1826
2212
  "capabilities": {
1827
- "shape": "S20"
2213
+ "shape": "S31"
1828
2214
  },
1829
2215
  "sceneMetadata": {
1830
- "shape": "S22"
2216
+ "shape": "S33"
1831
2217
  }
1832
2218
  }
1833
2219
  },
@@ -1863,7 +2249,8 @@
1863
2249
  "locationName": "workspaceId"
1864
2250
  },
1865
2251
  "description": {},
1866
- "role": {}
2252
+ "role": {},
2253
+ "s3Location": {}
1867
2254
  }
1868
2255
  },
1869
2256
  "output": {
@@ -1895,7 +2282,7 @@
1895
2282
  "propertyValues": {
1896
2283
  "type": "list",
1897
2284
  "member": {
1898
- "shape": "Sb"
2285
+ "shape": "Sc"
1899
2286
  }
1900
2287
  }
1901
2288
  }
@@ -1907,6 +2294,7 @@
1907
2294
  ],
1908
2295
  "members": {
1909
2296
  "componentName": {},
2297
+ "componentPath": {},
1910
2298
  "externalIdProperty": {
1911
2299
  "type": "map",
1912
2300
  "key": {},
@@ -1916,7 +2304,7 @@
1916
2304
  "propertyName": {}
1917
2305
  }
1918
2306
  },
1919
- "Sb": {
2307
+ "Sc": {
1920
2308
  "type": "structure",
1921
2309
  "required": [
1922
2310
  "value"
@@ -1928,12 +2316,12 @@
1928
2316
  "type": "timestamp"
1929
2317
  },
1930
2318
  "value": {
1931
- "shape": "Sd"
2319
+ "shape": "Se"
1932
2320
  },
1933
2321
  "time": {}
1934
2322
  }
1935
2323
  },
1936
- "Sd": {
2324
+ "Se": {
1937
2325
  "type": "structure",
1938
2326
  "members": {
1939
2327
  "booleanValue": {
@@ -1950,13 +2338,13 @@
1950
2338
  },
1951
2339
  "stringValue": {},
1952
2340
  "listValue": {
1953
- "shape": "Si"
2341
+ "shape": "Sj"
1954
2342
  },
1955
2343
  "mapValue": {
1956
2344
  "type": "map",
1957
2345
  "key": {},
1958
2346
  "value": {
1959
- "shape": "Sd"
2347
+ "shape": "Se"
1960
2348
  }
1961
2349
  },
1962
2350
  "relationshipValue": {
@@ -1969,24 +2357,60 @@
1969
2357
  "expression": {}
1970
2358
  }
1971
2359
  },
1972
- "Si": {
2360
+ "Sj": {
1973
2361
  "type": "list",
1974
2362
  "member": {
1975
- "shape": "Sd"
2363
+ "shape": "Se"
2364
+ }
2365
+ },
2366
+ "Sw": {
2367
+ "type": "structure",
2368
+ "members": {
2369
+ "state": {},
2370
+ "error": {
2371
+ "shape": "Sy"
2372
+ },
2373
+ "queuedPosition": {
2374
+ "type": "integer"
2375
+ }
2376
+ }
2377
+ },
2378
+ "Sy": {
2379
+ "type": "structure",
2380
+ "members": {
2381
+ "code": {},
2382
+ "message": {}
2383
+ }
2384
+ },
2385
+ "S11": {
2386
+ "type": "structure",
2387
+ "members": {
2388
+ "totalCount": {
2389
+ "type": "integer"
2390
+ },
2391
+ "succeededCount": {
2392
+ "type": "integer"
2393
+ },
2394
+ "skippedCount": {
2395
+ "type": "integer"
2396
+ },
2397
+ "failedCount": {
2398
+ "type": "integer"
2399
+ }
1976
2400
  }
1977
2401
  },
1978
- "Sv": {
2402
+ "S15": {
1979
2403
  "type": "map",
1980
2404
  "key": {},
1981
2405
  "value": {
1982
- "shape": "Sw"
2406
+ "shape": "S16"
1983
2407
  }
1984
2408
  },
1985
- "Sw": {
2409
+ "S16": {
1986
2410
  "type": "structure",
1987
2411
  "members": {
1988
2412
  "dataType": {
1989
- "shape": "Sx"
2413
+ "shape": "S17"
1990
2414
  },
1991
2415
  "isRequiredInEntity": {
1992
2416
  "type": "boolean"
@@ -2001,15 +2425,15 @@
2001
2425
  "type": "boolean"
2002
2426
  },
2003
2427
  "defaultValue": {
2004
- "shape": "Sd"
2428
+ "shape": "Se"
2005
2429
  },
2006
2430
  "configuration": {
2007
- "shape": "S10"
2431
+ "shape": "S1a"
2008
2432
  },
2009
2433
  "displayName": {}
2010
2434
  }
2011
2435
  },
2012
- "Sx": {
2436
+ "S17": {
2013
2437
  "type": "structure",
2014
2438
  "required": [
2015
2439
  "type"
@@ -2017,10 +2441,10 @@
2017
2441
  "members": {
2018
2442
  "type": {},
2019
2443
  "nestedType": {
2020
- "shape": "Sx"
2444
+ "shape": "S17"
2021
2445
  },
2022
2446
  "allowedValues": {
2023
- "shape": "Si"
2447
+ "shape": "Sj"
2024
2448
  },
2025
2449
  "unitOfMeasure": {},
2026
2450
  "relationship": {
@@ -2032,36 +2456,36 @@
2032
2456
  }
2033
2457
  }
2034
2458
  },
2035
- "S10": {
2459
+ "S1a": {
2036
2460
  "type": "map",
2037
2461
  "key": {},
2038
2462
  "value": {}
2039
2463
  },
2040
- "S13": {
2464
+ "S1d": {
2041
2465
  "type": "list",
2042
2466
  "member": {}
2043
2467
  },
2044
- "S14": {
2468
+ "S1e": {
2045
2469
  "type": "map",
2046
2470
  "key": {},
2047
2471
  "value": {
2048
2472
  "type": "structure",
2049
2473
  "members": {
2050
2474
  "requiredProperties": {
2051
- "shape": "S16"
2475
+ "shape": "S1g"
2052
2476
  },
2053
2477
  "scope": {},
2054
2478
  "implementedBy": {
2055
- "shape": "S18"
2479
+ "shape": "S1i"
2056
2480
  }
2057
2481
  }
2058
2482
  }
2059
2483
  },
2060
- "S16": {
2484
+ "S1g": {
2061
2485
  "type": "list",
2062
2486
  "member": {}
2063
2487
  },
2064
- "S18": {
2488
+ "S1i": {
2065
2489
  "type": "structure",
2066
2490
  "members": {
2067
2491
  "lambda": {
@@ -2078,12 +2502,12 @@
2078
2502
  }
2079
2503
  }
2080
2504
  },
2081
- "S1b": {
2505
+ "S1l": {
2082
2506
  "type": "map",
2083
2507
  "key": {},
2084
2508
  "value": {}
2085
2509
  },
2086
- "S1e": {
2510
+ "S1o": {
2087
2511
  "type": "map",
2088
2512
  "key": {},
2089
2513
  "value": {
@@ -2091,32 +2515,42 @@
2091
2515
  "members": {
2092
2516
  "groupType": {},
2093
2517
  "propertyNames": {
2094
- "shape": "S1h"
2518
+ "shape": "S1r"
2095
2519
  }
2096
2520
  }
2097
2521
  }
2098
2522
  },
2099
- "S1h": {
2523
+ "S1r": {
2100
2524
  "type": "list",
2101
2525
  "member": {}
2102
2526
  },
2103
- "S1q": {
2527
+ "S1t": {
2528
+ "type": "map",
2529
+ "key": {},
2530
+ "value": {
2531
+ "type": "structure",
2532
+ "members": {
2533
+ "componentTypeId": {}
2534
+ }
2535
+ }
2536
+ },
2537
+ "S21": {
2104
2538
  "type": "map",
2105
2539
  "key": {},
2106
2540
  "value": {
2107
2541
  "type": "structure",
2108
2542
  "members": {
2109
2543
  "definition": {
2110
- "shape": "Sw"
2544
+ "shape": "S16"
2111
2545
  },
2112
2546
  "value": {
2113
- "shape": "Sd"
2547
+ "shape": "Se"
2114
2548
  },
2115
2549
  "updateType": {}
2116
2550
  }
2117
2551
  }
2118
2552
  },
2119
- "S1t": {
2553
+ "S24": {
2120
2554
  "type": "map",
2121
2555
  "key": {},
2122
2556
  "value": {
@@ -2124,22 +2558,146 @@
2124
2558
  "members": {
2125
2559
  "groupType": {},
2126
2560
  "propertyNames": {
2127
- "shape": "S1h"
2561
+ "shape": "S1r"
2128
2562
  },
2129
2563
  "updateType": {}
2130
2564
  }
2131
2565
  }
2132
2566
  },
2133
- "S20": {
2567
+ "S2c": {
2568
+ "type": "list",
2569
+ "member": {
2570
+ "type": "structure",
2571
+ "required": [
2572
+ "type"
2573
+ ],
2574
+ "members": {
2575
+ "type": {},
2576
+ "s3Configuration": {
2577
+ "type": "structure",
2578
+ "required": [
2579
+ "location"
2580
+ ],
2581
+ "members": {
2582
+ "location": {}
2583
+ }
2584
+ },
2585
+ "iotSiteWiseConfiguration": {
2586
+ "type": "structure",
2587
+ "members": {
2588
+ "filters": {
2589
+ "type": "list",
2590
+ "member": {
2591
+ "type": "structure",
2592
+ "members": {
2593
+ "filterByAssetModel": {
2594
+ "type": "structure",
2595
+ "members": {
2596
+ "assetModelId": {},
2597
+ "assetModelExternalId": {},
2598
+ "includeOffspring": {
2599
+ "type": "boolean"
2600
+ },
2601
+ "includeAssets": {
2602
+ "type": "boolean"
2603
+ }
2604
+ }
2605
+ },
2606
+ "filterByAsset": {
2607
+ "type": "structure",
2608
+ "members": {
2609
+ "assetId": {},
2610
+ "assetExternalId": {},
2611
+ "includeOffspring": {
2612
+ "type": "boolean"
2613
+ },
2614
+ "includeAssetModel": {
2615
+ "type": "boolean"
2616
+ }
2617
+ }
2618
+ }
2619
+ },
2620
+ "union": true
2621
+ }
2622
+ }
2623
+ }
2624
+ },
2625
+ "iotTwinMakerConfiguration": {
2626
+ "type": "structure",
2627
+ "required": [
2628
+ "workspace"
2629
+ ],
2630
+ "members": {
2631
+ "workspace": {},
2632
+ "filters": {
2633
+ "type": "list",
2634
+ "member": {
2635
+ "type": "structure",
2636
+ "members": {
2637
+ "filterByComponentType": {
2638
+ "type": "structure",
2639
+ "required": [
2640
+ "componentTypeId"
2641
+ ],
2642
+ "members": {
2643
+ "componentTypeId": {}
2644
+ }
2645
+ },
2646
+ "filterByEntity": {
2647
+ "type": "structure",
2648
+ "required": [
2649
+ "entityId"
2650
+ ],
2651
+ "members": {
2652
+ "entityId": {}
2653
+ }
2654
+ }
2655
+ },
2656
+ "union": true
2657
+ }
2658
+ }
2659
+ }
2660
+ }
2661
+ }
2662
+ }
2663
+ },
2664
+ "S2t": {
2665
+ "type": "structure",
2666
+ "required": [
2667
+ "type"
2668
+ ],
2669
+ "members": {
2670
+ "type": {},
2671
+ "s3Configuration": {
2672
+ "type": "structure",
2673
+ "required": [
2674
+ "location"
2675
+ ],
2676
+ "members": {
2677
+ "location": {}
2678
+ }
2679
+ },
2680
+ "iotTwinMakerConfiguration": {
2681
+ "type": "structure",
2682
+ "required": [
2683
+ "workspace"
2684
+ ],
2685
+ "members": {
2686
+ "workspace": {}
2687
+ }
2688
+ }
2689
+ }
2690
+ },
2691
+ "S31": {
2134
2692
  "type": "list",
2135
2693
  "member": {}
2136
2694
  },
2137
- "S22": {
2695
+ "S33": {
2138
2696
  "type": "map",
2139
2697
  "key": {},
2140
2698
  "value": {}
2141
2699
  },
2142
- "S33": {
2700
+ "S45": {
2143
2701
  "type": "structure",
2144
2702
  "required": [
2145
2703
  "dataType",
@@ -2153,7 +2711,7 @@
2153
2711
  ],
2154
2712
  "members": {
2155
2713
  "dataType": {
2156
- "shape": "Sx"
2714
+ "shape": "S17"
2157
2715
  },
2158
2716
  "isTimeSeries": {
2159
2717
  "type": "boolean"
@@ -2177,31 +2735,67 @@
2177
2735
  "type": "boolean"
2178
2736
  },
2179
2737
  "defaultValue": {
2180
- "shape": "Sd"
2738
+ "shape": "Se"
2181
2739
  },
2182
2740
  "configuration": {
2183
- "shape": "S10"
2741
+ "shape": "S1a"
2184
2742
  },
2185
2743
  "displayName": {}
2186
2744
  }
2187
2745
  },
2188
- "S36": {
2746
+ "S48": {
2189
2747
  "type": "structure",
2190
2748
  "members": {
2191
2749
  "state": {},
2192
2750
  "error": {
2193
- "shape": "S37"
2751
+ "shape": "Sy"
2752
+ }
2753
+ }
2754
+ },
2755
+ "S4j": {
2756
+ "type": "map",
2757
+ "key": {},
2758
+ "value": {
2759
+ "type": "structure",
2760
+ "required": [
2761
+ "groupType",
2762
+ "propertyNames",
2763
+ "isInherited"
2764
+ ],
2765
+ "members": {
2766
+ "groupType": {},
2767
+ "propertyNames": {
2768
+ "shape": "S1r"
2769
+ },
2770
+ "isInherited": {
2771
+ "type": "boolean"
2772
+ }
2194
2773
  }
2195
2774
  }
2196
2775
  },
2197
- "S37": {
2776
+ "S4m": {
2198
2777
  "type": "structure",
2778
+ "required": [
2779
+ "componentName",
2780
+ "componentTypeId",
2781
+ "status"
2782
+ ],
2199
2783
  "members": {
2200
- "code": {},
2201
- "message": {}
2784
+ "componentName": {},
2785
+ "componentTypeId": {},
2786
+ "definedIn": {},
2787
+ "description": {},
2788
+ "propertyGroups": {
2789
+ "shape": "S4j"
2790
+ },
2791
+ "status": {
2792
+ "shape": "S48"
2793
+ },
2794
+ "syncSource": {},
2795
+ "componentPath": {}
2202
2796
  }
2203
2797
  },
2204
- "S3m": {
2798
+ "S4r": {
2205
2799
  "type": "structure",
2206
2800
  "required": [
2207
2801
  "effectiveDateTime",
@@ -2220,7 +2814,7 @@
2220
2814
  ],
2221
2815
  "members": {
2222
2816
  "bundleNames": {
2223
- "shape": "S3o"
2817
+ "shape": "S4t"
2224
2818
  },
2225
2819
  "pricingTier": {}
2226
2820
  }
@@ -2235,15 +2829,15 @@
2235
2829
  "updateReason": {}
2236
2830
  }
2237
2831
  },
2238
- "S3o": {
2832
+ "S4t": {
2239
2833
  "type": "list",
2240
2834
  "member": {}
2241
2835
  },
2242
- "S3u": {
2836
+ "S4z": {
2243
2837
  "type": "list",
2244
2838
  "member": {}
2245
2839
  },
2246
- "S40": {
2840
+ "S55": {
2247
2841
  "type": "list",
2248
2842
  "member": {
2249
2843
  "type": "structure",
@@ -2251,19 +2845,23 @@
2251
2845
  "propertyName": {},
2252
2846
  "operator": {},
2253
2847
  "value": {
2254
- "shape": "Sd"
2848
+ "shape": "Se"
2255
2849
  }
2256
2850
  }
2257
2851
  }
2258
2852
  },
2259
- "S4o": {
2853
+ "S5t": {
2260
2854
  "type": "structure",
2261
2855
  "members": {
2262
2856
  "state": {},
2263
2857
  "error": {
2264
- "shape": "S37"
2858
+ "shape": "Sy"
2265
2859
  }
2266
2860
  }
2861
+ },
2862
+ "S5x": {
2863
+ "type": "list",
2864
+ "member": {}
2267
2865
  }
2268
2866
  }
2269
2867
  }