aws-sdk-core 2.11.496 → 2.11.497

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: a53d65367f9d54cc7d57f72fc0cd57139325bcac111aa29179c23c53dd40166c
4
- data.tar.gz: d8187aeb6bbe46582fd51e3af221de5fed472702b0e44fa8a1f2650c2109a240
3
+ metadata.gz: '0953186f114072b40327da89b0746c5fa2508a3c7728232d8e2457e5a19c9996'
4
+ data.tar.gz: b5a6f1bd5318c8c2e37247d201780458e5d017afecc311d20678c2778f757198
5
5
  SHA512:
6
- metadata.gz: 01b786cad0a6cdd2d383724c74de1d35756ce3c861be74baa0f96c2950ecd405b4091ebd4fef95a1220cef0092e6013552d90f68690dd780be5a9805c3eadd8c
7
- data.tar.gz: 2bd3880124701a0812117fc0a37ecfe0fadda6d397502aa172064aaf63be1074b1d0ba5b8cb5b6fc9c6a3d8c4291c425843f09e07a20615c37053b9fa08d386a
6
+ metadata.gz: ddb93a7422d99f3a3d14ab6818578d879477789425e65d6c212fc9273503593c557802eb1c63ac521e11c8b2a5dcaaa515960b5f1d7915d05628af2aed1ba554
7
+ data.tar.gz: 94ee9a61f120ba487753d7c285520658f20b3cf7726dd23b379c2244c7ef30b07a69d5ef22f43232efc61f5d1dd14235317ba84efbd89f5cce8d2a18f9ceca17
@@ -0,0 +1,3580 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2019-12-02",
5
+ "endpointPrefix":"iotsitewise",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceFullName":"AWS IoT SiteWise",
9
+ "serviceId":"IoTSiteWise",
10
+ "signatureVersion":"v4",
11
+ "signingName":"iotsitewise",
12
+ "uid":"iotsitewise-2019-12-02"
13
+ },
14
+ "operations":{
15
+ "AssociateAssets":{
16
+ "name":"AssociateAssets",
17
+ "http":{
18
+ "method":"POST",
19
+ "requestUri":"/assets/{assetId}/associate"
20
+ },
21
+ "input":{"shape":"AssociateAssetsRequest"},
22
+ "errors":[
23
+ {"shape":"InvalidRequestException"},
24
+ {"shape":"ResourceNotFoundException"},
25
+ {"shape":"InternalFailureException"},
26
+ {"shape":"LimitExceededException"},
27
+ {"shape":"ThrottlingException"},
28
+ {"shape":"ConflictingOperationException"}
29
+ ],
30
+ "endpoint":{"hostPrefix":"model."}
31
+ },
32
+ "BatchAssociateProjectAssets":{
33
+ "name":"BatchAssociateProjectAssets",
34
+ "http":{
35
+ "method":"POST",
36
+ "requestUri":"/projects/{projectId}/assets/associate",
37
+ "responseCode":200
38
+ },
39
+ "input":{"shape":"BatchAssociateProjectAssetsRequest"},
40
+ "output":{"shape":"BatchAssociateProjectAssetsResponse"},
41
+ "errors":[
42
+ {"shape":"InvalidRequestException"},
43
+ {"shape":"ResourceNotFoundException"},
44
+ {"shape":"InternalFailureException"},
45
+ {"shape":"ThrottlingException"},
46
+ {"shape":"LimitExceededException"}
47
+ ],
48
+ "endpoint":{"hostPrefix":"monitor."}
49
+ },
50
+ "BatchDisassociateProjectAssets":{
51
+ "name":"BatchDisassociateProjectAssets",
52
+ "http":{
53
+ "method":"POST",
54
+ "requestUri":"/projects/{projectId}/assets/disassociate",
55
+ "responseCode":200
56
+ },
57
+ "input":{"shape":"BatchDisassociateProjectAssetsRequest"},
58
+ "output":{"shape":"BatchDisassociateProjectAssetsResponse"},
59
+ "errors":[
60
+ {"shape":"InvalidRequestException"},
61
+ {"shape":"ResourceNotFoundException"},
62
+ {"shape":"InternalFailureException"},
63
+ {"shape":"ThrottlingException"}
64
+ ],
65
+ "endpoint":{"hostPrefix":"monitor."}
66
+ },
67
+ "BatchPutAssetPropertyValue":{
68
+ "name":"BatchPutAssetPropertyValue",
69
+ "http":{
70
+ "method":"POST",
71
+ "requestUri":"/properties"
72
+ },
73
+ "input":{"shape":"BatchPutAssetPropertyValueRequest"},
74
+ "output":{"shape":"BatchPutAssetPropertyValueResponse"},
75
+ "errors":[
76
+ {"shape":"InvalidRequestException"},
77
+ {"shape":"ResourceNotFoundException"},
78
+ {"shape":"InternalFailureException"},
79
+ {"shape":"ThrottlingException"},
80
+ {"shape":"LimitExceededException"},
81
+ {"shape":"ServiceUnavailableException"},
82
+ {"shape":"ConflictingOperationException"}
83
+ ],
84
+ "endpoint":{"hostPrefix":"data."}
85
+ },
86
+ "CreateAccessPolicy":{
87
+ "name":"CreateAccessPolicy",
88
+ "http":{
89
+ "method":"POST",
90
+ "requestUri":"/access-policies",
91
+ "responseCode":201
92
+ },
93
+ "input":{"shape":"CreateAccessPolicyRequest"},
94
+ "output":{"shape":"CreateAccessPolicyResponse"},
95
+ "errors":[
96
+ {"shape":"InvalidRequestException"},
97
+ {"shape":"ResourceNotFoundException"},
98
+ {"shape":"InternalFailureException"},
99
+ {"shape":"ThrottlingException"},
100
+ {"shape":"LimitExceededException"}
101
+ ],
102
+ "endpoint":{"hostPrefix":"monitor."}
103
+ },
104
+ "CreateAsset":{
105
+ "name":"CreateAsset",
106
+ "http":{
107
+ "method":"POST",
108
+ "requestUri":"/assets",
109
+ "responseCode":202
110
+ },
111
+ "input":{"shape":"CreateAssetRequest"},
112
+ "output":{"shape":"CreateAssetResponse"},
113
+ "errors":[
114
+ {"shape":"InvalidRequestException"},
115
+ {"shape":"ResourceAlreadyExistsException"},
116
+ {"shape":"ResourceNotFoundException"},
117
+ {"shape":"InternalFailureException"},
118
+ {"shape":"ThrottlingException"},
119
+ {"shape":"LimitExceededException"},
120
+ {"shape":"ConflictingOperationException"}
121
+ ],
122
+ "endpoint":{"hostPrefix":"model."}
123
+ },
124
+ "CreateAssetModel":{
125
+ "name":"CreateAssetModel",
126
+ "http":{
127
+ "method":"POST",
128
+ "requestUri":"/asset-models",
129
+ "responseCode":202
130
+ },
131
+ "input":{"shape":"CreateAssetModelRequest"},
132
+ "output":{"shape":"CreateAssetModelResponse"},
133
+ "errors":[
134
+ {"shape":"InvalidRequestException"},
135
+ {"shape":"ResourceAlreadyExistsException"},
136
+ {"shape":"ResourceNotFoundException"},
137
+ {"shape":"InternalFailureException"},
138
+ {"shape":"ThrottlingException"},
139
+ {"shape":"LimitExceededException"},
140
+ {"shape":"ConflictingOperationException"}
141
+ ],
142
+ "endpoint":{"hostPrefix":"model."}
143
+ },
144
+ "CreateDashboard":{
145
+ "name":"CreateDashboard",
146
+ "http":{
147
+ "method":"POST",
148
+ "requestUri":"/dashboards",
149
+ "responseCode":201
150
+ },
151
+ "input":{"shape":"CreateDashboardRequest"},
152
+ "output":{"shape":"CreateDashboardResponse"},
153
+ "errors":[
154
+ {"shape":"InvalidRequestException"},
155
+ {"shape":"ResourceNotFoundException"},
156
+ {"shape":"InternalFailureException"},
157
+ {"shape":"ThrottlingException"},
158
+ {"shape":"LimitExceededException"}
159
+ ],
160
+ "endpoint":{"hostPrefix":"monitor."}
161
+ },
162
+ "CreateGateway":{
163
+ "name":"CreateGateway",
164
+ "http":{
165
+ "method":"POST",
166
+ "requestUri":"/20200301/gateways",
167
+ "responseCode":201
168
+ },
169
+ "input":{"shape":"CreateGatewayRequest"},
170
+ "output":{"shape":"CreateGatewayResponse"},
171
+ "errors":[
172
+ {"shape":"InvalidRequestException"},
173
+ {"shape":"ResourceAlreadyExistsException"},
174
+ {"shape":"InternalFailureException"},
175
+ {"shape":"ThrottlingException"},
176
+ {"shape":"LimitExceededException"}
177
+ ],
178
+ "endpoint":{"hostPrefix":"edge."}
179
+ },
180
+ "CreatePortal":{
181
+ "name":"CreatePortal",
182
+ "http":{
183
+ "method":"POST",
184
+ "requestUri":"/portals",
185
+ "responseCode":202
186
+ },
187
+ "input":{"shape":"CreatePortalRequest"},
188
+ "output":{"shape":"CreatePortalResponse"},
189
+ "errors":[
190
+ {"shape":"InvalidRequestException"},
191
+ {"shape":"ResourceNotFoundException"},
192
+ {"shape":"InternalFailureException"},
193
+ {"shape":"ThrottlingException"},
194
+ {"shape":"LimitExceededException"}
195
+ ],
196
+ "endpoint":{"hostPrefix":"monitor."}
197
+ },
198
+ "CreateProject":{
199
+ "name":"CreateProject",
200
+ "http":{
201
+ "method":"POST",
202
+ "requestUri":"/projects",
203
+ "responseCode":201
204
+ },
205
+ "input":{"shape":"CreateProjectRequest"},
206
+ "output":{"shape":"CreateProjectResponse"},
207
+ "errors":[
208
+ {"shape":"InvalidRequestException"},
209
+ {"shape":"ResourceNotFoundException"},
210
+ {"shape":"InternalFailureException"},
211
+ {"shape":"ThrottlingException"},
212
+ {"shape":"LimitExceededException"}
213
+ ],
214
+ "endpoint":{"hostPrefix":"monitor."}
215
+ },
216
+ "DeleteAccessPolicy":{
217
+ "name":"DeleteAccessPolicy",
218
+ "http":{
219
+ "method":"DELETE",
220
+ "requestUri":"/access-policies/{accessPolicyId}",
221
+ "responseCode":204
222
+ },
223
+ "input":{"shape":"DeleteAccessPolicyRequest"},
224
+ "output":{"shape":"DeleteAccessPolicyResponse"},
225
+ "errors":[
226
+ {"shape":"InvalidRequestException"},
227
+ {"shape":"ResourceNotFoundException"},
228
+ {"shape":"InternalFailureException"},
229
+ {"shape":"ThrottlingException"}
230
+ ],
231
+ "endpoint":{"hostPrefix":"monitor."}
232
+ },
233
+ "DeleteAsset":{
234
+ "name":"DeleteAsset",
235
+ "http":{
236
+ "method":"DELETE",
237
+ "requestUri":"/assets/{assetId}",
238
+ "responseCode":202
239
+ },
240
+ "input":{"shape":"DeleteAssetRequest"},
241
+ "output":{"shape":"DeleteAssetResponse"},
242
+ "errors":[
243
+ {"shape":"InvalidRequestException"},
244
+ {"shape":"ResourceNotFoundException"},
245
+ {"shape":"InternalFailureException"},
246
+ {"shape":"ThrottlingException"},
247
+ {"shape":"ConflictingOperationException"}
248
+ ],
249
+ "endpoint":{"hostPrefix":"model."}
250
+ },
251
+ "DeleteAssetModel":{
252
+ "name":"DeleteAssetModel",
253
+ "http":{
254
+ "method":"DELETE",
255
+ "requestUri":"/asset-models/{assetModelId}",
256
+ "responseCode":202
257
+ },
258
+ "input":{"shape":"DeleteAssetModelRequest"},
259
+ "output":{"shape":"DeleteAssetModelResponse"},
260
+ "errors":[
261
+ {"shape":"InvalidRequestException"},
262
+ {"shape":"ResourceNotFoundException"},
263
+ {"shape":"InternalFailureException"},
264
+ {"shape":"ThrottlingException"},
265
+ {"shape":"ConflictingOperationException"}
266
+ ],
267
+ "endpoint":{"hostPrefix":"model."}
268
+ },
269
+ "DeleteDashboard":{
270
+ "name":"DeleteDashboard",
271
+ "http":{
272
+ "method":"DELETE",
273
+ "requestUri":"/dashboards/{dashboardId}",
274
+ "responseCode":204
275
+ },
276
+ "input":{"shape":"DeleteDashboardRequest"},
277
+ "output":{"shape":"DeleteDashboardResponse"},
278
+ "errors":[
279
+ {"shape":"InvalidRequestException"},
280
+ {"shape":"ResourceNotFoundException"},
281
+ {"shape":"InternalFailureException"},
282
+ {"shape":"ThrottlingException"}
283
+ ],
284
+ "endpoint":{"hostPrefix":"monitor."}
285
+ },
286
+ "DeleteGateway":{
287
+ "name":"DeleteGateway",
288
+ "http":{
289
+ "method":"DELETE",
290
+ "requestUri":"/20200301/gateways/{gatewayId}"
291
+ },
292
+ "input":{"shape":"DeleteGatewayRequest"},
293
+ "errors":[
294
+ {"shape":"InvalidRequestException"},
295
+ {"shape":"ResourceNotFoundException"},
296
+ {"shape":"InternalFailureException"},
297
+ {"shape":"ThrottlingException"}
298
+ ],
299
+ "endpoint":{"hostPrefix":"edge."}
300
+ },
301
+ "DeletePortal":{
302
+ "name":"DeletePortal",
303
+ "http":{
304
+ "method":"DELETE",
305
+ "requestUri":"/portals/{portalId}",
306
+ "responseCode":202
307
+ },
308
+ "input":{"shape":"DeletePortalRequest"},
309
+ "output":{"shape":"DeletePortalResponse"},
310
+ "errors":[
311
+ {"shape":"InvalidRequestException"},
312
+ {"shape":"ResourceNotFoundException"},
313
+ {"shape":"InternalFailureException"},
314
+ {"shape":"ThrottlingException"},
315
+ {"shape":"ConflictingOperationException"}
316
+ ],
317
+ "endpoint":{"hostPrefix":"monitor."}
318
+ },
319
+ "DeleteProject":{
320
+ "name":"DeleteProject",
321
+ "http":{
322
+ "method":"DELETE",
323
+ "requestUri":"/projects/{projectId}",
324
+ "responseCode":204
325
+ },
326
+ "input":{"shape":"DeleteProjectRequest"},
327
+ "output":{"shape":"DeleteProjectResponse"},
328
+ "errors":[
329
+ {"shape":"InvalidRequestException"},
330
+ {"shape":"ResourceNotFoundException"},
331
+ {"shape":"InternalFailureException"},
332
+ {"shape":"ThrottlingException"}
333
+ ],
334
+ "endpoint":{"hostPrefix":"monitor."}
335
+ },
336
+ "DescribeAccessPolicy":{
337
+ "name":"DescribeAccessPolicy",
338
+ "http":{
339
+ "method":"GET",
340
+ "requestUri":"/access-policies/{accessPolicyId}",
341
+ "responseCode":200
342
+ },
343
+ "input":{"shape":"DescribeAccessPolicyRequest"},
344
+ "output":{"shape":"DescribeAccessPolicyResponse"},
345
+ "errors":[
346
+ {"shape":"InvalidRequestException"},
347
+ {"shape":"ResourceNotFoundException"},
348
+ {"shape":"InternalFailureException"},
349
+ {"shape":"ThrottlingException"}
350
+ ],
351
+ "endpoint":{"hostPrefix":"monitor."}
352
+ },
353
+ "DescribeAsset":{
354
+ "name":"DescribeAsset",
355
+ "http":{
356
+ "method":"GET",
357
+ "requestUri":"/assets/{assetId}"
358
+ },
359
+ "input":{"shape":"DescribeAssetRequest"},
360
+ "output":{"shape":"DescribeAssetResponse"},
361
+ "errors":[
362
+ {"shape":"InvalidRequestException"},
363
+ {"shape":"ResourceNotFoundException"},
364
+ {"shape":"InternalFailureException"},
365
+ {"shape":"ThrottlingException"}
366
+ ],
367
+ "endpoint":{"hostPrefix":"model."}
368
+ },
369
+ "DescribeAssetModel":{
370
+ "name":"DescribeAssetModel",
371
+ "http":{
372
+ "method":"GET",
373
+ "requestUri":"/asset-models/{assetModelId}"
374
+ },
375
+ "input":{"shape":"DescribeAssetModelRequest"},
376
+ "output":{"shape":"DescribeAssetModelResponse"},
377
+ "errors":[
378
+ {"shape":"InvalidRequestException"},
379
+ {"shape":"ResourceNotFoundException"},
380
+ {"shape":"InternalFailureException"},
381
+ {"shape":"ThrottlingException"}
382
+ ],
383
+ "endpoint":{"hostPrefix":"model."}
384
+ },
385
+ "DescribeAssetProperty":{
386
+ "name":"DescribeAssetProperty",
387
+ "http":{
388
+ "method":"GET",
389
+ "requestUri":"/assets/{assetId}/properties/{propertyId}"
390
+ },
391
+ "input":{"shape":"DescribeAssetPropertyRequest"},
392
+ "output":{"shape":"DescribeAssetPropertyResponse"},
393
+ "errors":[
394
+ {"shape":"InvalidRequestException"},
395
+ {"shape":"ResourceNotFoundException"},
396
+ {"shape":"InternalFailureException"},
397
+ {"shape":"ThrottlingException"}
398
+ ],
399
+ "endpoint":{"hostPrefix":"model."}
400
+ },
401
+ "DescribeDashboard":{
402
+ "name":"DescribeDashboard",
403
+ "http":{
404
+ "method":"GET",
405
+ "requestUri":"/dashboards/{dashboardId}",
406
+ "responseCode":200
407
+ },
408
+ "input":{"shape":"DescribeDashboardRequest"},
409
+ "output":{"shape":"DescribeDashboardResponse"},
410
+ "errors":[
411
+ {"shape":"InvalidRequestException"},
412
+ {"shape":"ResourceNotFoundException"},
413
+ {"shape":"InternalFailureException"},
414
+ {"shape":"ThrottlingException"}
415
+ ],
416
+ "endpoint":{"hostPrefix":"monitor."}
417
+ },
418
+ "DescribeGateway":{
419
+ "name":"DescribeGateway",
420
+ "http":{
421
+ "method":"GET",
422
+ "requestUri":"/20200301/gateways/{gatewayId}"
423
+ },
424
+ "input":{"shape":"DescribeGatewayRequest"},
425
+ "output":{"shape":"DescribeGatewayResponse"},
426
+ "errors":[
427
+ {"shape":"InvalidRequestException"},
428
+ {"shape":"ResourceNotFoundException"},
429
+ {"shape":"InternalFailureException"},
430
+ {"shape":"ThrottlingException"}
431
+ ],
432
+ "endpoint":{"hostPrefix":"edge."}
433
+ },
434
+ "DescribeGatewayCapabilityConfiguration":{
435
+ "name":"DescribeGatewayCapabilityConfiguration",
436
+ "http":{
437
+ "method":"GET",
438
+ "requestUri":"/20200301/gateways/{gatewayId}/capability/{capabilityNamespace}"
439
+ },
440
+ "input":{"shape":"DescribeGatewayCapabilityConfigurationRequest"},
441
+ "output":{"shape":"DescribeGatewayCapabilityConfigurationResponse"},
442
+ "errors":[
443
+ {"shape":"InvalidRequestException"},
444
+ {"shape":"ResourceNotFoundException"},
445
+ {"shape":"InternalFailureException"},
446
+ {"shape":"ThrottlingException"}
447
+ ],
448
+ "endpoint":{"hostPrefix":"edge."}
449
+ },
450
+ "DescribeLoggingOptions":{
451
+ "name":"DescribeLoggingOptions",
452
+ "http":{
453
+ "method":"GET",
454
+ "requestUri":"/logging"
455
+ },
456
+ "input":{"shape":"DescribeLoggingOptionsRequest"},
457
+ "output":{"shape":"DescribeLoggingOptionsResponse"},
458
+ "errors":[
459
+ {"shape":"InvalidRequestException"},
460
+ {"shape":"ThrottlingException"},
461
+ {"shape":"InternalFailureException"},
462
+ {"shape":"ResourceNotFoundException"}
463
+ ],
464
+ "endpoint":{"hostPrefix":"model."}
465
+ },
466
+ "DescribePortal":{
467
+ "name":"DescribePortal",
468
+ "http":{
469
+ "method":"GET",
470
+ "requestUri":"/portals/{portalId}",
471
+ "responseCode":200
472
+ },
473
+ "input":{"shape":"DescribePortalRequest"},
474
+ "output":{"shape":"DescribePortalResponse"},
475
+ "errors":[
476
+ {"shape":"InvalidRequestException"},
477
+ {"shape":"ResourceNotFoundException"},
478
+ {"shape":"InternalFailureException"},
479
+ {"shape":"ThrottlingException"}
480
+ ],
481
+ "endpoint":{"hostPrefix":"monitor."}
482
+ },
483
+ "DescribeProject":{
484
+ "name":"DescribeProject",
485
+ "http":{
486
+ "method":"GET",
487
+ "requestUri":"/projects/{projectId}",
488
+ "responseCode":200
489
+ },
490
+ "input":{"shape":"DescribeProjectRequest"},
491
+ "output":{"shape":"DescribeProjectResponse"},
492
+ "errors":[
493
+ {"shape":"InvalidRequestException"},
494
+ {"shape":"ResourceNotFoundException"},
495
+ {"shape":"InternalFailureException"},
496
+ {"shape":"ThrottlingException"}
497
+ ],
498
+ "endpoint":{"hostPrefix":"monitor."}
499
+ },
500
+ "DisassociateAssets":{
501
+ "name":"DisassociateAssets",
502
+ "http":{
503
+ "method":"POST",
504
+ "requestUri":"/assets/{assetId}/disassociate"
505
+ },
506
+ "input":{"shape":"DisassociateAssetsRequest"},
507
+ "errors":[
508
+ {"shape":"InvalidRequestException"},
509
+ {"shape":"ResourceNotFoundException"},
510
+ {"shape":"InternalFailureException"},
511
+ {"shape":"ThrottlingException"},
512
+ {"shape":"ConflictingOperationException"}
513
+ ],
514
+ "endpoint":{"hostPrefix":"model."}
515
+ },
516
+ "GetAssetPropertyAggregates":{
517
+ "name":"GetAssetPropertyAggregates",
518
+ "http":{
519
+ "method":"GET",
520
+ "requestUri":"/properties/aggregates"
521
+ },
522
+ "input":{"shape":"GetAssetPropertyAggregatesRequest"},
523
+ "output":{"shape":"GetAssetPropertyAggregatesResponse"},
524
+ "errors":[
525
+ {"shape":"InvalidRequestException"},
526
+ {"shape":"ResourceNotFoundException"},
527
+ {"shape":"InternalFailureException"},
528
+ {"shape":"ThrottlingException"},
529
+ {"shape":"ServiceUnavailableException"}
530
+ ],
531
+ "endpoint":{"hostPrefix":"data."}
532
+ },
533
+ "GetAssetPropertyValue":{
534
+ "name":"GetAssetPropertyValue",
535
+ "http":{
536
+ "method":"GET",
537
+ "requestUri":"/properties/latest"
538
+ },
539
+ "input":{"shape":"GetAssetPropertyValueRequest"},
540
+ "output":{"shape":"GetAssetPropertyValueResponse"},
541
+ "errors":[
542
+ {"shape":"InvalidRequestException"},
543
+ {"shape":"ResourceNotFoundException"},
544
+ {"shape":"InternalFailureException"},
545
+ {"shape":"ThrottlingException"},
546
+ {"shape":"ServiceUnavailableException"}
547
+ ],
548
+ "endpoint":{"hostPrefix":"data."}
549
+ },
550
+ "GetAssetPropertyValueHistory":{
551
+ "name":"GetAssetPropertyValueHistory",
552
+ "http":{
553
+ "method":"GET",
554
+ "requestUri":"/properties/history"
555
+ },
556
+ "input":{"shape":"GetAssetPropertyValueHistoryRequest"},
557
+ "output":{"shape":"GetAssetPropertyValueHistoryResponse"},
558
+ "errors":[
559
+ {"shape":"InvalidRequestException"},
560
+ {"shape":"ResourceNotFoundException"},
561
+ {"shape":"InternalFailureException"},
562
+ {"shape":"ThrottlingException"},
563
+ {"shape":"ServiceUnavailableException"}
564
+ ],
565
+ "endpoint":{"hostPrefix":"data."}
566
+ },
567
+ "ListAccessPolicies":{
568
+ "name":"ListAccessPolicies",
569
+ "http":{
570
+ "method":"GET",
571
+ "requestUri":"/access-policies",
572
+ "responseCode":200
573
+ },
574
+ "input":{"shape":"ListAccessPoliciesRequest"},
575
+ "output":{"shape":"ListAccessPoliciesResponse"},
576
+ "errors":[
577
+ {"shape":"InvalidRequestException"},
578
+ {"shape":"InternalFailureException"},
579
+ {"shape":"ThrottlingException"}
580
+ ],
581
+ "endpoint":{"hostPrefix":"monitor."}
582
+ },
583
+ "ListAssetModels":{
584
+ "name":"ListAssetModels",
585
+ "http":{
586
+ "method":"GET",
587
+ "requestUri":"/asset-models"
588
+ },
589
+ "input":{"shape":"ListAssetModelsRequest"},
590
+ "output":{"shape":"ListAssetModelsResponse"},
591
+ "errors":[
592
+ {"shape":"InvalidRequestException"},
593
+ {"shape":"InternalFailureException"},
594
+ {"shape":"ThrottlingException"}
595
+ ],
596
+ "endpoint":{"hostPrefix":"model."}
597
+ },
598
+ "ListAssets":{
599
+ "name":"ListAssets",
600
+ "http":{
601
+ "method":"GET",
602
+ "requestUri":"/assets"
603
+ },
604
+ "input":{"shape":"ListAssetsRequest"},
605
+ "output":{"shape":"ListAssetsResponse"},
606
+ "errors":[
607
+ {"shape":"InvalidRequestException"},
608
+ {"shape":"InternalFailureException"},
609
+ {"shape":"ResourceNotFoundException"},
610
+ {"shape":"ThrottlingException"}
611
+ ],
612
+ "endpoint":{"hostPrefix":"model."}
613
+ },
614
+ "ListAssociatedAssets":{
615
+ "name":"ListAssociatedAssets",
616
+ "http":{
617
+ "method":"GET",
618
+ "requestUri":"/assets/{assetId}/hierarchies"
619
+ },
620
+ "input":{"shape":"ListAssociatedAssetsRequest"},
621
+ "output":{"shape":"ListAssociatedAssetsResponse"},
622
+ "errors":[
623
+ {"shape":"InvalidRequestException"},
624
+ {"shape":"InternalFailureException"},
625
+ {"shape":"ResourceNotFoundException"},
626
+ {"shape":"ThrottlingException"}
627
+ ],
628
+ "endpoint":{"hostPrefix":"model."}
629
+ },
630
+ "ListDashboards":{
631
+ "name":"ListDashboards",
632
+ "http":{
633
+ "method":"GET",
634
+ "requestUri":"/dashboards",
635
+ "responseCode":200
636
+ },
637
+ "input":{"shape":"ListDashboardsRequest"},
638
+ "output":{"shape":"ListDashboardsResponse"},
639
+ "errors":[
640
+ {"shape":"InvalidRequestException"},
641
+ {"shape":"InternalFailureException"},
642
+ {"shape":"ThrottlingException"}
643
+ ],
644
+ "endpoint":{"hostPrefix":"monitor."}
645
+ },
646
+ "ListGateways":{
647
+ "name":"ListGateways",
648
+ "http":{
649
+ "method":"GET",
650
+ "requestUri":"/20200301/gateways"
651
+ },
652
+ "input":{"shape":"ListGatewaysRequest"},
653
+ "output":{"shape":"ListGatewaysResponse"},
654
+ "errors":[
655
+ {"shape":"InvalidRequestException"},
656
+ {"shape":"InternalFailureException"},
657
+ {"shape":"ThrottlingException"}
658
+ ],
659
+ "endpoint":{"hostPrefix":"edge."}
660
+ },
661
+ "ListPortals":{
662
+ "name":"ListPortals",
663
+ "http":{
664
+ "method":"GET",
665
+ "requestUri":"/portals",
666
+ "responseCode":200
667
+ },
668
+ "input":{"shape":"ListPortalsRequest"},
669
+ "output":{"shape":"ListPortalsResponse"},
670
+ "errors":[
671
+ {"shape":"InvalidRequestException"},
672
+ {"shape":"InternalFailureException"},
673
+ {"shape":"ThrottlingException"}
674
+ ],
675
+ "endpoint":{"hostPrefix":"monitor."}
676
+ },
677
+ "ListProjectAssets":{
678
+ "name":"ListProjectAssets",
679
+ "http":{
680
+ "method":"GET",
681
+ "requestUri":"/projects/{projectId}/assets",
682
+ "responseCode":200
683
+ },
684
+ "input":{"shape":"ListProjectAssetsRequest"},
685
+ "output":{"shape":"ListProjectAssetsResponse"},
686
+ "errors":[
687
+ {"shape":"InvalidRequestException"},
688
+ {"shape":"InternalFailureException"},
689
+ {"shape":"ThrottlingException"}
690
+ ],
691
+ "endpoint":{"hostPrefix":"monitor."}
692
+ },
693
+ "ListProjects":{
694
+ "name":"ListProjects",
695
+ "http":{
696
+ "method":"GET",
697
+ "requestUri":"/projects",
698
+ "responseCode":200
699
+ },
700
+ "input":{"shape":"ListProjectsRequest"},
701
+ "output":{"shape":"ListProjectsResponse"},
702
+ "errors":[
703
+ {"shape":"InvalidRequestException"},
704
+ {"shape":"InternalFailureException"},
705
+ {"shape":"ThrottlingException"}
706
+ ],
707
+ "endpoint":{"hostPrefix":"monitor."}
708
+ },
709
+ "ListTagsForResource":{
710
+ "name":"ListTagsForResource",
711
+ "http":{
712
+ "method":"GET",
713
+ "requestUri":"/tags"
714
+ },
715
+ "input":{"shape":"ListTagsForResourceRequest"},
716
+ "output":{"shape":"ListTagsForResourceResponse"},
717
+ "errors":[
718
+ {"shape":"InvalidRequestException"},
719
+ {"shape":"InternalFailureException"},
720
+ {"shape":"ThrottlingException"},
721
+ {"shape":"ResourceNotFoundException"}
722
+ ]
723
+ },
724
+ "PutLoggingOptions":{
725
+ "name":"PutLoggingOptions",
726
+ "http":{
727
+ "method":"PUT",
728
+ "requestUri":"/logging"
729
+ },
730
+ "input":{"shape":"PutLoggingOptionsRequest"},
731
+ "output":{"shape":"PutLoggingOptionsResponse"},
732
+ "errors":[
733
+ {"shape":"InvalidRequestException"},
734
+ {"shape":"ThrottlingException"},
735
+ {"shape":"InternalFailureException"},
736
+ {"shape":"ConflictingOperationException"},
737
+ {"shape":"ResourceNotFoundException"}
738
+ ],
739
+ "endpoint":{"hostPrefix":"model."}
740
+ },
741
+ "TagResource":{
742
+ "name":"TagResource",
743
+ "http":{
744
+ "method":"POST",
745
+ "requestUri":"/tags"
746
+ },
747
+ "input":{"shape":"TagResourceRequest"},
748
+ "output":{"shape":"TagResourceResponse"},
749
+ "errors":[
750
+ {"shape":"InvalidRequestException"},
751
+ {"shape":"InternalFailureException"},
752
+ {"shape":"ThrottlingException"},
753
+ {"shape":"ResourceNotFoundException"},
754
+ {"shape":"TooManyTagsException"}
755
+ ]
756
+ },
757
+ "UntagResource":{
758
+ "name":"UntagResource",
759
+ "http":{
760
+ "method":"DELETE",
761
+ "requestUri":"/tags"
762
+ },
763
+ "input":{"shape":"UntagResourceRequest"},
764
+ "output":{"shape":"UntagResourceResponse"},
765
+ "errors":[
766
+ {"shape":"InvalidRequestException"},
767
+ {"shape":"InternalFailureException"},
768
+ {"shape":"ThrottlingException"},
769
+ {"shape":"ResourceNotFoundException"}
770
+ ]
771
+ },
772
+ "UpdateAccessPolicy":{
773
+ "name":"UpdateAccessPolicy",
774
+ "http":{
775
+ "method":"PUT",
776
+ "requestUri":"/access-policies/{accessPolicyId}",
777
+ "responseCode":200
778
+ },
779
+ "input":{"shape":"UpdateAccessPolicyRequest"},
780
+ "output":{"shape":"UpdateAccessPolicyResponse"},
781
+ "errors":[
782
+ {"shape":"InvalidRequestException"},
783
+ {"shape":"ResourceNotFoundException"},
784
+ {"shape":"InternalFailureException"},
785
+ {"shape":"ThrottlingException"}
786
+ ],
787
+ "endpoint":{"hostPrefix":"monitor."}
788
+ },
789
+ "UpdateAsset":{
790
+ "name":"UpdateAsset",
791
+ "http":{
792
+ "method":"PUT",
793
+ "requestUri":"/assets/{assetId}",
794
+ "responseCode":202
795
+ },
796
+ "input":{"shape":"UpdateAssetRequest"},
797
+ "output":{"shape":"UpdateAssetResponse"},
798
+ "errors":[
799
+ {"shape":"InvalidRequestException"},
800
+ {"shape":"ResourceAlreadyExistsException"},
801
+ {"shape":"ResourceNotFoundException"},
802
+ {"shape":"InternalFailureException"},
803
+ {"shape":"ThrottlingException"},
804
+ {"shape":"ConflictingOperationException"}
805
+ ],
806
+ "endpoint":{"hostPrefix":"model."}
807
+ },
808
+ "UpdateAssetModel":{
809
+ "name":"UpdateAssetModel",
810
+ "http":{
811
+ "method":"PUT",
812
+ "requestUri":"/asset-models/{assetModelId}",
813
+ "responseCode":202
814
+ },
815
+ "input":{"shape":"UpdateAssetModelRequest"},
816
+ "output":{"shape":"UpdateAssetModelResponse"},
817
+ "errors":[
818
+ {"shape":"InvalidRequestException"},
819
+ {"shape":"ResourceAlreadyExistsException"},
820
+ {"shape":"ResourceNotFoundException"},
821
+ {"shape":"InternalFailureException"},
822
+ {"shape":"LimitExceededException"},
823
+ {"shape":"ThrottlingException"},
824
+ {"shape":"ConflictingOperationException"}
825
+ ],
826
+ "endpoint":{"hostPrefix":"model."}
827
+ },
828
+ "UpdateAssetProperty":{
829
+ "name":"UpdateAssetProperty",
830
+ "http":{
831
+ "method":"PUT",
832
+ "requestUri":"/assets/{assetId}/properties/{propertyId}"
833
+ },
834
+ "input":{"shape":"UpdateAssetPropertyRequest"},
835
+ "errors":[
836
+ {"shape":"InvalidRequestException"},
837
+ {"shape":"ResourceNotFoundException"},
838
+ {"shape":"InternalFailureException"},
839
+ {"shape":"ThrottlingException"},
840
+ {"shape":"ConflictingOperationException"}
841
+ ],
842
+ "endpoint":{"hostPrefix":"model."}
843
+ },
844
+ "UpdateDashboard":{
845
+ "name":"UpdateDashboard",
846
+ "http":{
847
+ "method":"PUT",
848
+ "requestUri":"/dashboards/{dashboardId}",
849
+ "responseCode":200
850
+ },
851
+ "input":{"shape":"UpdateDashboardRequest"},
852
+ "output":{"shape":"UpdateDashboardResponse"},
853
+ "errors":[
854
+ {"shape":"InvalidRequestException"},
855
+ {"shape":"ResourceNotFoundException"},
856
+ {"shape":"InternalFailureException"},
857
+ {"shape":"ThrottlingException"}
858
+ ],
859
+ "endpoint":{"hostPrefix":"monitor."}
860
+ },
861
+ "UpdateGateway":{
862
+ "name":"UpdateGateway",
863
+ "http":{
864
+ "method":"PUT",
865
+ "requestUri":"/20200301/gateways/{gatewayId}"
866
+ },
867
+ "input":{"shape":"UpdateGatewayRequest"},
868
+ "errors":[
869
+ {"shape":"InvalidRequestException"},
870
+ {"shape":"ResourceNotFoundException"},
871
+ {"shape":"ConflictingOperationException"},
872
+ {"shape":"InternalFailureException"},
873
+ {"shape":"ThrottlingException"}
874
+ ],
875
+ "endpoint":{"hostPrefix":"edge."}
876
+ },
877
+ "UpdateGatewayCapabilityConfiguration":{
878
+ "name":"UpdateGatewayCapabilityConfiguration",
879
+ "http":{
880
+ "method":"POST",
881
+ "requestUri":"/20200301/gateways/{gatewayId}/capability",
882
+ "responseCode":201
883
+ },
884
+ "input":{"shape":"UpdateGatewayCapabilityConfigurationRequest"},
885
+ "output":{"shape":"UpdateGatewayCapabilityConfigurationResponse"},
886
+ "errors":[
887
+ {"shape":"InvalidRequestException"},
888
+ {"shape":"ResourceNotFoundException"},
889
+ {"shape":"ConflictingOperationException"},
890
+ {"shape":"InternalFailureException"},
891
+ {"shape":"ThrottlingException"},
892
+ {"shape":"LimitExceededException"}
893
+ ],
894
+ "endpoint":{"hostPrefix":"edge."}
895
+ },
896
+ "UpdatePortal":{
897
+ "name":"UpdatePortal",
898
+ "http":{
899
+ "method":"PUT",
900
+ "requestUri":"/portals/{portalId}",
901
+ "responseCode":202
902
+ },
903
+ "input":{"shape":"UpdatePortalRequest"},
904
+ "output":{"shape":"UpdatePortalResponse"},
905
+ "errors":[
906
+ {"shape":"InvalidRequestException"},
907
+ {"shape":"ResourceNotFoundException"},
908
+ {"shape":"InternalFailureException"},
909
+ {"shape":"ThrottlingException"},
910
+ {"shape":"ConflictingOperationException"}
911
+ ],
912
+ "endpoint":{"hostPrefix":"monitor."}
913
+ },
914
+ "UpdateProject":{
915
+ "name":"UpdateProject",
916
+ "http":{
917
+ "method":"PUT",
918
+ "requestUri":"/projects/{projectId}",
919
+ "responseCode":200
920
+ },
921
+ "input":{"shape":"UpdateProjectRequest"},
922
+ "output":{"shape":"UpdateProjectResponse"},
923
+ "errors":[
924
+ {"shape":"InvalidRequestException"},
925
+ {"shape":"ResourceNotFoundException"},
926
+ {"shape":"InternalFailureException"},
927
+ {"shape":"ThrottlingException"}
928
+ ],
929
+ "endpoint":{"hostPrefix":"monitor."}
930
+ }
931
+ },
932
+ "shapes":{
933
+ "ARN":{
934
+ "type":"string",
935
+ "max":1600,
936
+ "min":1,
937
+ "pattern":".*"
938
+ },
939
+ "AccessPolicySummaries":{
940
+ "type":"list",
941
+ "member":{"shape":"AccessPolicySummary"}
942
+ },
943
+ "AccessPolicySummary":{
944
+ "type":"structure",
945
+ "required":[
946
+ "id",
947
+ "identity",
948
+ "resource",
949
+ "permission"
950
+ ],
951
+ "members":{
952
+ "id":{"shape":"ID"},
953
+ "identity":{"shape":"Identity"},
954
+ "resource":{"shape":"Resource"},
955
+ "permission":{"shape":"Permission"},
956
+ "creationDate":{"shape":"Timestamp"},
957
+ "lastUpdateDate":{"shape":"Timestamp"}
958
+ }
959
+ },
960
+ "AggregateType":{
961
+ "type":"string",
962
+ "enum":[
963
+ "AVERAGE",
964
+ "COUNT",
965
+ "MAXIMUM",
966
+ "MINIMUM",
967
+ "SUM"
968
+ ]
969
+ },
970
+ "AggregateTypes":{
971
+ "type":"list",
972
+ "member":{"shape":"AggregateType"},
973
+ "min":1
974
+ },
975
+ "AggregatedDoubleValue":{"type":"double"},
976
+ "AggregatedValue":{
977
+ "type":"structure",
978
+ "required":[
979
+ "timestamp",
980
+ "value"
981
+ ],
982
+ "members":{
983
+ "timestamp":{"shape":"Timestamp"},
984
+ "quality":{"shape":"Quality"},
985
+ "value":{"shape":"Aggregates"}
986
+ }
987
+ },
988
+ "AggregatedValues":{
989
+ "type":"list",
990
+ "member":{"shape":"AggregatedValue"}
991
+ },
992
+ "Aggregates":{
993
+ "type":"structure",
994
+ "members":{
995
+ "average":{"shape":"AggregatedDoubleValue"},
996
+ "count":{"shape":"AggregatedDoubleValue"},
997
+ "maximum":{"shape":"AggregatedDoubleValue"},
998
+ "minimum":{"shape":"AggregatedDoubleValue"},
999
+ "sum":{"shape":"AggregatedDoubleValue"}
1000
+ }
1001
+ },
1002
+ "AmazonResourceName":{
1003
+ "type":"string",
1004
+ "max":1011,
1005
+ "min":1
1006
+ },
1007
+ "AssetErrorCode":{
1008
+ "type":"string",
1009
+ "enum":["INTERNAL_FAILURE"]
1010
+ },
1011
+ "AssetErrorDetails":{
1012
+ "type":"structure",
1013
+ "required":[
1014
+ "assetId",
1015
+ "code",
1016
+ "message"
1017
+ ],
1018
+ "members":{
1019
+ "assetId":{"shape":"ID"},
1020
+ "code":{"shape":"AssetErrorCode"},
1021
+ "message":{"shape":"AssetErrorMessage"}
1022
+ }
1023
+ },
1024
+ "AssetErrorMessage":{"type":"string"},
1025
+ "AssetHierarchies":{
1026
+ "type":"list",
1027
+ "member":{"shape":"AssetHierarchy"}
1028
+ },
1029
+ "AssetHierarchy":{
1030
+ "type":"structure",
1031
+ "required":["name"],
1032
+ "members":{
1033
+ "id":{"shape":"ID"},
1034
+ "name":{"shape":"Name"}
1035
+ }
1036
+ },
1037
+ "AssetIDs":{
1038
+ "type":"list",
1039
+ "member":{"shape":"ID"}
1040
+ },
1041
+ "AssetModelHierarchies":{
1042
+ "type":"list",
1043
+ "member":{"shape":"AssetModelHierarchy"}
1044
+ },
1045
+ "AssetModelHierarchy":{
1046
+ "type":"structure",
1047
+ "required":[
1048
+ "name",
1049
+ "childAssetModelId"
1050
+ ],
1051
+ "members":{
1052
+ "id":{"shape":"ID"},
1053
+ "name":{"shape":"Name"},
1054
+ "childAssetModelId":{"shape":"ID"}
1055
+ }
1056
+ },
1057
+ "AssetModelHierarchyDefinition":{
1058
+ "type":"structure",
1059
+ "required":[
1060
+ "name",
1061
+ "childAssetModelId"
1062
+ ],
1063
+ "members":{
1064
+ "name":{"shape":"Name"},
1065
+ "childAssetModelId":{"shape":"ID"}
1066
+ }
1067
+ },
1068
+ "AssetModelHierarchyDefinitions":{
1069
+ "type":"list",
1070
+ "member":{"shape":"AssetModelHierarchyDefinition"}
1071
+ },
1072
+ "AssetModelProperties":{
1073
+ "type":"list",
1074
+ "member":{"shape":"AssetModelProperty"}
1075
+ },
1076
+ "AssetModelProperty":{
1077
+ "type":"structure",
1078
+ "required":[
1079
+ "name",
1080
+ "dataType",
1081
+ "type"
1082
+ ],
1083
+ "members":{
1084
+ "id":{"shape":"ID"},
1085
+ "name":{"shape":"Name"},
1086
+ "dataType":{"shape":"PropertyDataType"},
1087
+ "unit":{"shape":"PropertyUnit"},
1088
+ "type":{"shape":"PropertyType"}
1089
+ }
1090
+ },
1091
+ "AssetModelPropertyDefinition":{
1092
+ "type":"structure",
1093
+ "required":[
1094
+ "name",
1095
+ "dataType",
1096
+ "type"
1097
+ ],
1098
+ "members":{
1099
+ "name":{"shape":"Name"},
1100
+ "dataType":{"shape":"PropertyDataType"},
1101
+ "unit":{"shape":"PropertyUnit"},
1102
+ "type":{"shape":"PropertyType"}
1103
+ }
1104
+ },
1105
+ "AssetModelPropertyDefinitions":{
1106
+ "type":"list",
1107
+ "member":{"shape":"AssetModelPropertyDefinition"}
1108
+ },
1109
+ "AssetModelState":{
1110
+ "type":"string",
1111
+ "enum":[
1112
+ "CREATING",
1113
+ "ACTIVE",
1114
+ "UPDATING",
1115
+ "PROPAGATING",
1116
+ "DELETING",
1117
+ "FAILED"
1118
+ ]
1119
+ },
1120
+ "AssetModelStatus":{
1121
+ "type":"structure",
1122
+ "required":["state"],
1123
+ "members":{
1124
+ "state":{"shape":"AssetModelState"},
1125
+ "error":{"shape":"ErrorDetails"}
1126
+ }
1127
+ },
1128
+ "AssetModelSummaries":{
1129
+ "type":"list",
1130
+ "member":{"shape":"AssetModelSummary"}
1131
+ },
1132
+ "AssetModelSummary":{
1133
+ "type":"structure",
1134
+ "required":[
1135
+ "id",
1136
+ "arn",
1137
+ "name",
1138
+ "description",
1139
+ "creationDate",
1140
+ "lastUpdateDate",
1141
+ "status"
1142
+ ],
1143
+ "members":{
1144
+ "id":{"shape":"ID"},
1145
+ "arn":{"shape":"ARN"},
1146
+ "name":{"shape":"Name"},
1147
+ "description":{"shape":"Description"},
1148
+ "creationDate":{"shape":"Timestamp"},
1149
+ "lastUpdateDate":{"shape":"Timestamp"},
1150
+ "status":{"shape":"AssetModelStatus"}
1151
+ }
1152
+ },
1153
+ "AssetProperties":{
1154
+ "type":"list",
1155
+ "member":{"shape":"AssetProperty"}
1156
+ },
1157
+ "AssetProperty":{
1158
+ "type":"structure",
1159
+ "required":[
1160
+ "id",
1161
+ "name",
1162
+ "dataType"
1163
+ ],
1164
+ "members":{
1165
+ "id":{"shape":"ID"},
1166
+ "name":{"shape":"Name"},
1167
+ "alias":{"shape":"PropertyAlias"},
1168
+ "notification":{"shape":"PropertyNotification"},
1169
+ "dataType":{"shape":"PropertyDataType"},
1170
+ "unit":{"shape":"PropertyUnit"}
1171
+ }
1172
+ },
1173
+ "AssetPropertyAlias":{
1174
+ "type":"string",
1175
+ "max":2048,
1176
+ "min":1,
1177
+ "pattern":"[^\\u0000-\\u001F\\u007F]+"
1178
+ },
1179
+ "AssetPropertyValue":{
1180
+ "type":"structure",
1181
+ "required":[
1182
+ "value",
1183
+ "timestamp"
1184
+ ],
1185
+ "members":{
1186
+ "value":{"shape":"Variant"},
1187
+ "timestamp":{"shape":"TimeInNanos"},
1188
+ "quality":{"shape":"Quality"}
1189
+ }
1190
+ },
1191
+ "AssetPropertyValueHistory":{
1192
+ "type":"list",
1193
+ "member":{"shape":"AssetPropertyValue"}
1194
+ },
1195
+ "AssetPropertyValues":{
1196
+ "type":"list",
1197
+ "member":{"shape":"AssetPropertyValue"}
1198
+ },
1199
+ "AssetState":{
1200
+ "type":"string",
1201
+ "enum":[
1202
+ "CREATING",
1203
+ "ACTIVE",
1204
+ "UPDATING",
1205
+ "DELETING",
1206
+ "FAILED"
1207
+ ]
1208
+ },
1209
+ "AssetStatus":{
1210
+ "type":"structure",
1211
+ "required":["state"],
1212
+ "members":{
1213
+ "state":{"shape":"AssetState"},
1214
+ "error":{"shape":"ErrorDetails"}
1215
+ }
1216
+ },
1217
+ "AssetSummaries":{
1218
+ "type":"list",
1219
+ "member":{"shape":"AssetSummary"}
1220
+ },
1221
+ "AssetSummary":{
1222
+ "type":"structure",
1223
+ "required":[
1224
+ "id",
1225
+ "arn",
1226
+ "name",
1227
+ "assetModelId",
1228
+ "creationDate",
1229
+ "lastUpdateDate",
1230
+ "status",
1231
+ "hierarchies"
1232
+ ],
1233
+ "members":{
1234
+ "id":{"shape":"ID"},
1235
+ "arn":{"shape":"ARN"},
1236
+ "name":{"shape":"Name"},
1237
+ "assetModelId":{"shape":"ID"},
1238
+ "creationDate":{"shape":"Timestamp"},
1239
+ "lastUpdateDate":{"shape":"Timestamp"},
1240
+ "status":{"shape":"AssetStatus"},
1241
+ "hierarchies":{"shape":"AssetHierarchies"}
1242
+ }
1243
+ },
1244
+ "AssociateAssetsRequest":{
1245
+ "type":"structure",
1246
+ "required":[
1247
+ "assetId",
1248
+ "hierarchyId",
1249
+ "childAssetId"
1250
+ ],
1251
+ "members":{
1252
+ "assetId":{
1253
+ "shape":"ID",
1254
+ "location":"uri",
1255
+ "locationName":"assetId"
1256
+ },
1257
+ "hierarchyId":{"shape":"ID"},
1258
+ "childAssetId":{"shape":"ID"},
1259
+ "clientToken":{
1260
+ "shape":"ClientToken",
1261
+ "idempotencyToken":true
1262
+ }
1263
+ }
1264
+ },
1265
+ "AssociatedAssetsSummaries":{
1266
+ "type":"list",
1267
+ "member":{"shape":"AssociatedAssetsSummary"}
1268
+ },
1269
+ "AssociatedAssetsSummary":{
1270
+ "type":"structure",
1271
+ "required":[
1272
+ "id",
1273
+ "arn",
1274
+ "name",
1275
+ "assetModelId",
1276
+ "creationDate",
1277
+ "lastUpdateDate",
1278
+ "status",
1279
+ "hierarchies"
1280
+ ],
1281
+ "members":{
1282
+ "id":{"shape":"ID"},
1283
+ "arn":{"shape":"ARN"},
1284
+ "name":{"shape":"Name"},
1285
+ "assetModelId":{"shape":"ID"},
1286
+ "creationDate":{"shape":"Timestamp"},
1287
+ "lastUpdateDate":{"shape":"Timestamp"},
1288
+ "status":{"shape":"AssetStatus"},
1289
+ "hierarchies":{"shape":"AssetHierarchies"}
1290
+ }
1291
+ },
1292
+ "Attribute":{
1293
+ "type":"structure",
1294
+ "members":{
1295
+ "defaultValue":{"shape":"DefaultValue"}
1296
+ }
1297
+ },
1298
+ "BatchAssociateProjectAssetsErrors":{
1299
+ "type":"list",
1300
+ "member":{"shape":"AssetErrorDetails"}
1301
+ },
1302
+ "BatchAssociateProjectAssetsRequest":{
1303
+ "type":"structure",
1304
+ "required":[
1305
+ "projectId",
1306
+ "assetIds"
1307
+ ],
1308
+ "members":{
1309
+ "projectId":{
1310
+ "shape":"ID",
1311
+ "location":"uri",
1312
+ "locationName":"projectId"
1313
+ },
1314
+ "assetIds":{"shape":"IDs"},
1315
+ "clientToken":{
1316
+ "shape":"ClientToken",
1317
+ "idempotencyToken":true
1318
+ }
1319
+ }
1320
+ },
1321
+ "BatchAssociateProjectAssetsResponse":{
1322
+ "type":"structure",
1323
+ "members":{
1324
+ "errors":{"shape":"BatchAssociateProjectAssetsErrors"}
1325
+ }
1326
+ },
1327
+ "BatchDisassociateProjectAssetsErrors":{
1328
+ "type":"list",
1329
+ "member":{"shape":"AssetErrorDetails"}
1330
+ },
1331
+ "BatchDisassociateProjectAssetsRequest":{
1332
+ "type":"structure",
1333
+ "required":[
1334
+ "projectId",
1335
+ "assetIds"
1336
+ ],
1337
+ "members":{
1338
+ "projectId":{
1339
+ "shape":"ID",
1340
+ "location":"uri",
1341
+ "locationName":"projectId"
1342
+ },
1343
+ "assetIds":{"shape":"IDs"},
1344
+ "clientToken":{
1345
+ "shape":"ClientToken",
1346
+ "idempotencyToken":true
1347
+ }
1348
+ }
1349
+ },
1350
+ "BatchDisassociateProjectAssetsResponse":{
1351
+ "type":"structure",
1352
+ "members":{
1353
+ "errors":{"shape":"BatchDisassociateProjectAssetsErrors"}
1354
+ }
1355
+ },
1356
+ "BatchPutAssetPropertyError":{
1357
+ "type":"structure",
1358
+ "required":[
1359
+ "errorCode",
1360
+ "errorMessage",
1361
+ "timestamps"
1362
+ ],
1363
+ "members":{
1364
+ "errorCode":{"shape":"BatchPutAssetPropertyValueErrorCode"},
1365
+ "errorMessage":{"shape":"ErrorMessage"},
1366
+ "timestamps":{"shape":"Timestamps"}
1367
+ }
1368
+ },
1369
+ "BatchPutAssetPropertyErrorEntries":{
1370
+ "type":"list",
1371
+ "member":{"shape":"BatchPutAssetPropertyErrorEntry"}
1372
+ },
1373
+ "BatchPutAssetPropertyErrorEntry":{
1374
+ "type":"structure",
1375
+ "required":[
1376
+ "entryId",
1377
+ "errors"
1378
+ ],
1379
+ "members":{
1380
+ "entryId":{"shape":"EntryId"},
1381
+ "errors":{"shape":"BatchPutAssetPropertyErrors"}
1382
+ }
1383
+ },
1384
+ "BatchPutAssetPropertyErrors":{
1385
+ "type":"list",
1386
+ "member":{"shape":"BatchPutAssetPropertyError"}
1387
+ },
1388
+ "BatchPutAssetPropertyValueErrorCode":{
1389
+ "type":"string",
1390
+ "enum":[
1391
+ "ResourceNotFoundException",
1392
+ "InvalidRequestException",
1393
+ "InternalFailureException",
1394
+ "ServiceUnavailableException",
1395
+ "ThrottlingException",
1396
+ "LimitExceededException",
1397
+ "ConflictingOperationException",
1398
+ "TimestampOutOfRangeException",
1399
+ "AccessDeniedException"
1400
+ ]
1401
+ },
1402
+ "BatchPutAssetPropertyValueRequest":{
1403
+ "type":"structure",
1404
+ "required":["entries"],
1405
+ "members":{
1406
+ "entries":{"shape":"PutAssetPropertyValueEntries"}
1407
+ }
1408
+ },
1409
+ "BatchPutAssetPropertyValueResponse":{
1410
+ "type":"structure",
1411
+ "required":["errorEntries"],
1412
+ "members":{
1413
+ "errorEntries":{"shape":"BatchPutAssetPropertyErrorEntries"}
1414
+ }
1415
+ },
1416
+ "CapabilityConfiguration":{
1417
+ "type":"string",
1418
+ "max":204800,
1419
+ "min":1
1420
+ },
1421
+ "CapabilityNamespace":{
1422
+ "type":"string",
1423
+ "max":512,
1424
+ "min":1,
1425
+ "pattern":"^[a-zA-Z]+:[a-zA-Z]+:[0-9]+$"
1426
+ },
1427
+ "CapabilitySyncStatus":{
1428
+ "type":"string",
1429
+ "enum":[
1430
+ "IN_SYNC",
1431
+ "OUT_OF_SYNC",
1432
+ "SYNC_FAILED"
1433
+ ]
1434
+ },
1435
+ "ClientToken":{
1436
+ "type":"string",
1437
+ "max":64,
1438
+ "min":36,
1439
+ "pattern":"\\S{36,64}"
1440
+ },
1441
+ "ConflictingOperationException":{
1442
+ "type":"structure",
1443
+ "required":[
1444
+ "message",
1445
+ "resourceId",
1446
+ "resourceArn"
1447
+ ],
1448
+ "members":{
1449
+ "message":{"shape":"ErrorMessage"},
1450
+ "resourceId":{"shape":"ResourceId"},
1451
+ "resourceArn":{"shape":"ResourceArn"}
1452
+ },
1453
+ "error":{"httpStatusCode":409},
1454
+ "exception":true
1455
+ },
1456
+ "CreateAccessPolicyRequest":{
1457
+ "type":"structure",
1458
+ "required":[
1459
+ "accessPolicyIdentity",
1460
+ "accessPolicyResource",
1461
+ "accessPolicyPermission"
1462
+ ],
1463
+ "members":{
1464
+ "accessPolicyIdentity":{"shape":"Identity"},
1465
+ "accessPolicyResource":{"shape":"Resource"},
1466
+ "accessPolicyPermission":{"shape":"Permission"},
1467
+ "clientToken":{
1468
+ "shape":"ClientToken",
1469
+ "idempotencyToken":true
1470
+ },
1471
+ "tags":{"shape":"TagMap"}
1472
+ }
1473
+ },
1474
+ "CreateAccessPolicyResponse":{
1475
+ "type":"structure",
1476
+ "required":[
1477
+ "accessPolicyId",
1478
+ "accessPolicyArn"
1479
+ ],
1480
+ "members":{
1481
+ "accessPolicyId":{"shape":"ID"},
1482
+ "accessPolicyArn":{"shape":"ARN"}
1483
+ }
1484
+ },
1485
+ "CreateAssetModelRequest":{
1486
+ "type":"structure",
1487
+ "required":["assetModelName"],
1488
+ "members":{
1489
+ "assetModelName":{"shape":"Name"},
1490
+ "assetModelDescription":{"shape":"Description"},
1491
+ "assetModelProperties":{"shape":"AssetModelPropertyDefinitions"},
1492
+ "assetModelHierarchies":{"shape":"AssetModelHierarchyDefinitions"},
1493
+ "clientToken":{
1494
+ "shape":"ClientToken",
1495
+ "idempotencyToken":true
1496
+ },
1497
+ "tags":{"shape":"TagMap"}
1498
+ }
1499
+ },
1500
+ "CreateAssetModelResponse":{
1501
+ "type":"structure",
1502
+ "required":[
1503
+ "assetModelId",
1504
+ "assetModelArn",
1505
+ "assetModelStatus"
1506
+ ],
1507
+ "members":{
1508
+ "assetModelId":{"shape":"ID"},
1509
+ "assetModelArn":{"shape":"ARN"},
1510
+ "assetModelStatus":{"shape":"AssetModelStatus"}
1511
+ }
1512
+ },
1513
+ "CreateAssetRequest":{
1514
+ "type":"structure",
1515
+ "required":[
1516
+ "assetName",
1517
+ "assetModelId"
1518
+ ],
1519
+ "members":{
1520
+ "assetName":{"shape":"Name"},
1521
+ "assetModelId":{"shape":"ID"},
1522
+ "clientToken":{
1523
+ "shape":"ClientToken",
1524
+ "idempotencyToken":true
1525
+ },
1526
+ "tags":{"shape":"TagMap"}
1527
+ }
1528
+ },
1529
+ "CreateAssetResponse":{
1530
+ "type":"structure",
1531
+ "required":[
1532
+ "assetId",
1533
+ "assetArn",
1534
+ "assetStatus"
1535
+ ],
1536
+ "members":{
1537
+ "assetId":{"shape":"ID"},
1538
+ "assetArn":{"shape":"ARN"},
1539
+ "assetStatus":{"shape":"AssetStatus"}
1540
+ }
1541
+ },
1542
+ "CreateDashboardRequest":{
1543
+ "type":"structure",
1544
+ "required":[
1545
+ "projectId",
1546
+ "dashboardName",
1547
+ "dashboardDefinition"
1548
+ ],
1549
+ "members":{
1550
+ "projectId":{"shape":"ID"},
1551
+ "dashboardName":{"shape":"Name"},
1552
+ "dashboardDescription":{"shape":"Description"},
1553
+ "dashboardDefinition":{"shape":"DashboardDefinition"},
1554
+ "clientToken":{
1555
+ "shape":"ClientToken",
1556
+ "idempotencyToken":true
1557
+ },
1558
+ "tags":{"shape":"TagMap"}
1559
+ }
1560
+ },
1561
+ "CreateDashboardResponse":{
1562
+ "type":"structure",
1563
+ "required":[
1564
+ "dashboardId",
1565
+ "dashboardArn"
1566
+ ],
1567
+ "members":{
1568
+ "dashboardId":{"shape":"ID"},
1569
+ "dashboardArn":{"shape":"ARN"}
1570
+ }
1571
+ },
1572
+ "CreateGatewayRequest":{
1573
+ "type":"structure",
1574
+ "required":[
1575
+ "gatewayName",
1576
+ "gatewayPlatform"
1577
+ ],
1578
+ "members":{
1579
+ "gatewayName":{"shape":"Name"},
1580
+ "gatewayPlatform":{"shape":"GatewayPlatform"},
1581
+ "tags":{"shape":"TagMap"}
1582
+ }
1583
+ },
1584
+ "CreateGatewayResponse":{
1585
+ "type":"structure",
1586
+ "required":[
1587
+ "gatewayId",
1588
+ "gatewayArn"
1589
+ ],
1590
+ "members":{
1591
+ "gatewayId":{"shape":"ID"},
1592
+ "gatewayArn":{"shape":"ARN"}
1593
+ }
1594
+ },
1595
+ "CreatePortalRequest":{
1596
+ "type":"structure",
1597
+ "required":[
1598
+ "portalName",
1599
+ "portalContactEmail",
1600
+ "roleArn"
1601
+ ],
1602
+ "members":{
1603
+ "portalName":{"shape":"Name"},
1604
+ "portalDescription":{"shape":"Description"},
1605
+ "portalContactEmail":{"shape":"Email"},
1606
+ "clientToken":{
1607
+ "shape":"ClientToken",
1608
+ "idempotencyToken":true
1609
+ },
1610
+ "portalLogoImageFile":{"shape":"ImageFile"},
1611
+ "roleArn":{"shape":"ARN"},
1612
+ "tags":{"shape":"TagMap"}
1613
+ }
1614
+ },
1615
+ "CreatePortalResponse":{
1616
+ "type":"structure",
1617
+ "required":[
1618
+ "portalId",
1619
+ "portalArn",
1620
+ "portalStartUrl",
1621
+ "portalStatus",
1622
+ "ssoApplicationId"
1623
+ ],
1624
+ "members":{
1625
+ "portalId":{"shape":"ID"},
1626
+ "portalArn":{"shape":"ARN"},
1627
+ "portalStartUrl":{"shape":"Url"},
1628
+ "portalStatus":{"shape":"PortalStatus"},
1629
+ "ssoApplicationId":{"shape":"SSOApplicationId"}
1630
+ }
1631
+ },
1632
+ "CreateProjectRequest":{
1633
+ "type":"structure",
1634
+ "required":[
1635
+ "portalId",
1636
+ "projectName"
1637
+ ],
1638
+ "members":{
1639
+ "portalId":{"shape":"ID"},
1640
+ "projectName":{"shape":"Name"},
1641
+ "projectDescription":{"shape":"Description"},
1642
+ "clientToken":{
1643
+ "shape":"ClientToken",
1644
+ "idempotencyToken":true
1645
+ },
1646
+ "tags":{"shape":"TagMap"}
1647
+ }
1648
+ },
1649
+ "CreateProjectResponse":{
1650
+ "type":"structure",
1651
+ "required":[
1652
+ "projectId",
1653
+ "projectArn"
1654
+ ],
1655
+ "members":{
1656
+ "projectId":{"shape":"ID"},
1657
+ "projectArn":{"shape":"ARN"}
1658
+ }
1659
+ },
1660
+ "DashboardDefinition":{
1661
+ "type":"string",
1662
+ "max":204800,
1663
+ "min":0,
1664
+ "pattern":".+"
1665
+ },
1666
+ "DashboardSummaries":{
1667
+ "type":"list",
1668
+ "member":{"shape":"DashboardSummary"}
1669
+ },
1670
+ "DashboardSummary":{
1671
+ "type":"structure",
1672
+ "required":[
1673
+ "id",
1674
+ "name"
1675
+ ],
1676
+ "members":{
1677
+ "id":{"shape":"ID"},
1678
+ "name":{"shape":"Name"},
1679
+ "description":{"shape":"Description"},
1680
+ "creationDate":{"shape":"Timestamp"},
1681
+ "lastUpdateDate":{"shape":"Timestamp"}
1682
+ }
1683
+ },
1684
+ "DefaultValue":{
1685
+ "type":"string",
1686
+ "max":1024,
1687
+ "min":1,
1688
+ "pattern":"[^\\u0000-\\u001F\\u007F]+"
1689
+ },
1690
+ "DeleteAccessPolicyRequest":{
1691
+ "type":"structure",
1692
+ "required":["accessPolicyId"],
1693
+ "members":{
1694
+ "accessPolicyId":{
1695
+ "shape":"ID",
1696
+ "location":"uri",
1697
+ "locationName":"accessPolicyId"
1698
+ },
1699
+ "clientToken":{
1700
+ "shape":"ClientToken",
1701
+ "idempotencyToken":true,
1702
+ "location":"querystring",
1703
+ "locationName":"clientToken"
1704
+ }
1705
+ }
1706
+ },
1707
+ "DeleteAccessPolicyResponse":{
1708
+ "type":"structure",
1709
+ "members":{
1710
+ }
1711
+ },
1712
+ "DeleteAssetModelRequest":{
1713
+ "type":"structure",
1714
+ "required":["assetModelId"],
1715
+ "members":{
1716
+ "assetModelId":{
1717
+ "shape":"ID",
1718
+ "location":"uri",
1719
+ "locationName":"assetModelId"
1720
+ },
1721
+ "clientToken":{
1722
+ "shape":"ClientToken",
1723
+ "idempotencyToken":true,
1724
+ "location":"querystring",
1725
+ "locationName":"clientToken"
1726
+ }
1727
+ }
1728
+ },
1729
+ "DeleteAssetModelResponse":{
1730
+ "type":"structure",
1731
+ "required":["assetModelStatus"],
1732
+ "members":{
1733
+ "assetModelStatus":{"shape":"AssetModelStatus"}
1734
+ }
1735
+ },
1736
+ "DeleteAssetRequest":{
1737
+ "type":"structure",
1738
+ "required":["assetId"],
1739
+ "members":{
1740
+ "assetId":{
1741
+ "shape":"ID",
1742
+ "location":"uri",
1743
+ "locationName":"assetId"
1744
+ },
1745
+ "clientToken":{
1746
+ "shape":"ClientToken",
1747
+ "idempotencyToken":true,
1748
+ "location":"querystring",
1749
+ "locationName":"clientToken"
1750
+ }
1751
+ }
1752
+ },
1753
+ "DeleteAssetResponse":{
1754
+ "type":"structure",
1755
+ "required":["assetStatus"],
1756
+ "members":{
1757
+ "assetStatus":{"shape":"AssetStatus"}
1758
+ }
1759
+ },
1760
+ "DeleteDashboardRequest":{
1761
+ "type":"structure",
1762
+ "required":["dashboardId"],
1763
+ "members":{
1764
+ "dashboardId":{
1765
+ "shape":"ID",
1766
+ "location":"uri",
1767
+ "locationName":"dashboardId"
1768
+ },
1769
+ "clientToken":{
1770
+ "shape":"ClientToken",
1771
+ "idempotencyToken":true,
1772
+ "location":"querystring",
1773
+ "locationName":"clientToken"
1774
+ }
1775
+ }
1776
+ },
1777
+ "DeleteDashboardResponse":{
1778
+ "type":"structure",
1779
+ "members":{
1780
+ }
1781
+ },
1782
+ "DeleteGatewayRequest":{
1783
+ "type":"structure",
1784
+ "required":["gatewayId"],
1785
+ "members":{
1786
+ "gatewayId":{
1787
+ "shape":"ID",
1788
+ "location":"uri",
1789
+ "locationName":"gatewayId"
1790
+ }
1791
+ }
1792
+ },
1793
+ "DeletePortalRequest":{
1794
+ "type":"structure",
1795
+ "required":["portalId"],
1796
+ "members":{
1797
+ "portalId":{
1798
+ "shape":"ID",
1799
+ "location":"uri",
1800
+ "locationName":"portalId"
1801
+ },
1802
+ "clientToken":{
1803
+ "shape":"ClientToken",
1804
+ "idempotencyToken":true,
1805
+ "location":"querystring",
1806
+ "locationName":"clientToken"
1807
+ }
1808
+ }
1809
+ },
1810
+ "DeletePortalResponse":{
1811
+ "type":"structure",
1812
+ "required":["portalStatus"],
1813
+ "members":{
1814
+ "portalStatus":{"shape":"PortalStatus"}
1815
+ }
1816
+ },
1817
+ "DeleteProjectRequest":{
1818
+ "type":"structure",
1819
+ "required":["projectId"],
1820
+ "members":{
1821
+ "projectId":{
1822
+ "shape":"ID",
1823
+ "location":"uri",
1824
+ "locationName":"projectId"
1825
+ },
1826
+ "clientToken":{
1827
+ "shape":"ClientToken",
1828
+ "idempotencyToken":true,
1829
+ "location":"querystring",
1830
+ "locationName":"clientToken"
1831
+ }
1832
+ }
1833
+ },
1834
+ "DeleteProjectResponse":{
1835
+ "type":"structure",
1836
+ "members":{
1837
+ }
1838
+ },
1839
+ "DescribeAccessPolicyRequest":{
1840
+ "type":"structure",
1841
+ "required":["accessPolicyId"],
1842
+ "members":{
1843
+ "accessPolicyId":{
1844
+ "shape":"ID",
1845
+ "location":"uri",
1846
+ "locationName":"accessPolicyId"
1847
+ }
1848
+ }
1849
+ },
1850
+ "DescribeAccessPolicyResponse":{
1851
+ "type":"structure",
1852
+ "required":[
1853
+ "accessPolicyId",
1854
+ "accessPolicyArn",
1855
+ "accessPolicyIdentity",
1856
+ "accessPolicyResource",
1857
+ "accessPolicyPermission",
1858
+ "accessPolicyCreationDate",
1859
+ "accessPolicyLastUpdateDate"
1860
+ ],
1861
+ "members":{
1862
+ "accessPolicyId":{"shape":"ID"},
1863
+ "accessPolicyArn":{"shape":"ARN"},
1864
+ "accessPolicyIdentity":{"shape":"Identity"},
1865
+ "accessPolicyResource":{"shape":"Resource"},
1866
+ "accessPolicyPermission":{"shape":"Permission"},
1867
+ "accessPolicyCreationDate":{"shape":"Timestamp"},
1868
+ "accessPolicyLastUpdateDate":{"shape":"Timestamp"}
1869
+ }
1870
+ },
1871
+ "DescribeAssetModelRequest":{
1872
+ "type":"structure",
1873
+ "required":["assetModelId"],
1874
+ "members":{
1875
+ "assetModelId":{
1876
+ "shape":"ID",
1877
+ "location":"uri",
1878
+ "locationName":"assetModelId"
1879
+ }
1880
+ }
1881
+ },
1882
+ "DescribeAssetModelResponse":{
1883
+ "type":"structure",
1884
+ "required":[
1885
+ "assetModelId",
1886
+ "assetModelArn",
1887
+ "assetModelName",
1888
+ "assetModelDescription",
1889
+ "assetModelProperties",
1890
+ "assetModelHierarchies",
1891
+ "assetModelCreationDate",
1892
+ "assetModelLastUpdateDate",
1893
+ "assetModelStatus"
1894
+ ],
1895
+ "members":{
1896
+ "assetModelId":{"shape":"ID"},
1897
+ "assetModelArn":{"shape":"ARN"},
1898
+ "assetModelName":{"shape":"Name"},
1899
+ "assetModelDescription":{"shape":"Description"},
1900
+ "assetModelProperties":{"shape":"AssetModelProperties"},
1901
+ "assetModelHierarchies":{"shape":"AssetModelHierarchies"},
1902
+ "assetModelCreationDate":{"shape":"Timestamp"},
1903
+ "assetModelLastUpdateDate":{"shape":"Timestamp"},
1904
+ "assetModelStatus":{"shape":"AssetModelStatus"}
1905
+ }
1906
+ },
1907
+ "DescribeAssetPropertyRequest":{
1908
+ "type":"structure",
1909
+ "required":[
1910
+ "assetId",
1911
+ "propertyId"
1912
+ ],
1913
+ "members":{
1914
+ "assetId":{
1915
+ "shape":"ID",
1916
+ "location":"uri",
1917
+ "locationName":"assetId"
1918
+ },
1919
+ "propertyId":{
1920
+ "shape":"ID",
1921
+ "location":"uri",
1922
+ "locationName":"propertyId"
1923
+ }
1924
+ }
1925
+ },
1926
+ "DescribeAssetPropertyResponse":{
1927
+ "type":"structure",
1928
+ "required":[
1929
+ "assetId",
1930
+ "assetName",
1931
+ "assetModelId",
1932
+ "assetProperty"
1933
+ ],
1934
+ "members":{
1935
+ "assetId":{"shape":"ID"},
1936
+ "assetName":{"shape":"Name"},
1937
+ "assetModelId":{"shape":"ID"},
1938
+ "assetProperty":{"shape":"Property"}
1939
+ }
1940
+ },
1941
+ "DescribeAssetRequest":{
1942
+ "type":"structure",
1943
+ "required":["assetId"],
1944
+ "members":{
1945
+ "assetId":{
1946
+ "shape":"ID",
1947
+ "location":"uri",
1948
+ "locationName":"assetId"
1949
+ }
1950
+ }
1951
+ },
1952
+ "DescribeAssetResponse":{
1953
+ "type":"structure",
1954
+ "required":[
1955
+ "assetId",
1956
+ "assetArn",
1957
+ "assetName",
1958
+ "assetModelId",
1959
+ "assetProperties",
1960
+ "assetHierarchies",
1961
+ "assetCreationDate",
1962
+ "assetLastUpdateDate",
1963
+ "assetStatus"
1964
+ ],
1965
+ "members":{
1966
+ "assetId":{"shape":"ID"},
1967
+ "assetArn":{"shape":"ARN"},
1968
+ "assetName":{"shape":"Name"},
1969
+ "assetModelId":{"shape":"ID"},
1970
+ "assetProperties":{"shape":"AssetProperties"},
1971
+ "assetHierarchies":{"shape":"AssetHierarchies"},
1972
+ "assetCreationDate":{"shape":"Timestamp"},
1973
+ "assetLastUpdateDate":{"shape":"Timestamp"},
1974
+ "assetStatus":{"shape":"AssetStatus"}
1975
+ }
1976
+ },
1977
+ "DescribeDashboardRequest":{
1978
+ "type":"structure",
1979
+ "required":["dashboardId"],
1980
+ "members":{
1981
+ "dashboardId":{
1982
+ "shape":"ID",
1983
+ "location":"uri",
1984
+ "locationName":"dashboardId"
1985
+ }
1986
+ }
1987
+ },
1988
+ "DescribeDashboardResponse":{
1989
+ "type":"structure",
1990
+ "required":[
1991
+ "dashboardId",
1992
+ "dashboardArn",
1993
+ "dashboardName",
1994
+ "projectId",
1995
+ "dashboardDefinition",
1996
+ "dashboardCreationDate",
1997
+ "dashboardLastUpdateDate"
1998
+ ],
1999
+ "members":{
2000
+ "dashboardId":{"shape":"ID"},
2001
+ "dashboardArn":{"shape":"ARN"},
2002
+ "dashboardName":{"shape":"Name"},
2003
+ "projectId":{"shape":"ID"},
2004
+ "dashboardDescription":{"shape":"Description"},
2005
+ "dashboardDefinition":{"shape":"DashboardDefinition"},
2006
+ "dashboardCreationDate":{"shape":"Timestamp"},
2007
+ "dashboardLastUpdateDate":{"shape":"Timestamp"}
2008
+ }
2009
+ },
2010
+ "DescribeGatewayCapabilityConfigurationRequest":{
2011
+ "type":"structure",
2012
+ "required":[
2013
+ "gatewayId",
2014
+ "capabilityNamespace"
2015
+ ],
2016
+ "members":{
2017
+ "gatewayId":{
2018
+ "shape":"ID",
2019
+ "location":"uri",
2020
+ "locationName":"gatewayId"
2021
+ },
2022
+ "capabilityNamespace":{
2023
+ "shape":"CapabilityNamespace",
2024
+ "location":"uri",
2025
+ "locationName":"capabilityNamespace"
2026
+ }
2027
+ }
2028
+ },
2029
+ "DescribeGatewayCapabilityConfigurationResponse":{
2030
+ "type":"structure",
2031
+ "required":[
2032
+ "gatewayId",
2033
+ "capabilityNamespace",
2034
+ "capabilityConfiguration",
2035
+ "capabilitySyncStatus"
2036
+ ],
2037
+ "members":{
2038
+ "gatewayId":{"shape":"ID"},
2039
+ "capabilityNamespace":{"shape":"CapabilityNamespace"},
2040
+ "capabilityConfiguration":{"shape":"CapabilityConfiguration"},
2041
+ "capabilitySyncStatus":{"shape":"CapabilitySyncStatus"}
2042
+ }
2043
+ },
2044
+ "DescribeGatewayRequest":{
2045
+ "type":"structure",
2046
+ "required":["gatewayId"],
2047
+ "members":{
2048
+ "gatewayId":{
2049
+ "shape":"ID",
2050
+ "location":"uri",
2051
+ "locationName":"gatewayId"
2052
+ }
2053
+ }
2054
+ },
2055
+ "DescribeGatewayResponse":{
2056
+ "type":"structure",
2057
+ "required":[
2058
+ "gatewayId",
2059
+ "gatewayName",
2060
+ "gatewayArn",
2061
+ "gatewayCapabilitySummaries",
2062
+ "creationDate",
2063
+ "lastUpdateDate"
2064
+ ],
2065
+ "members":{
2066
+ "gatewayId":{"shape":"ID"},
2067
+ "gatewayName":{"shape":"Name"},
2068
+ "gatewayArn":{"shape":"ARN"},
2069
+ "gatewayPlatform":{"shape":"GatewayPlatform"},
2070
+ "gatewayCapabilitySummaries":{"shape":"GatewayCapabilitySummaries"},
2071
+ "creationDate":{"shape":"Timestamp"},
2072
+ "lastUpdateDate":{"shape":"Timestamp"}
2073
+ }
2074
+ },
2075
+ "DescribeLoggingOptionsRequest":{
2076
+ "type":"structure",
2077
+ "members":{
2078
+ }
2079
+ },
2080
+ "DescribeLoggingOptionsResponse":{
2081
+ "type":"structure",
2082
+ "required":["loggingOptions"],
2083
+ "members":{
2084
+ "loggingOptions":{"shape":"LoggingOptions"}
2085
+ }
2086
+ },
2087
+ "DescribePortalRequest":{
2088
+ "type":"structure",
2089
+ "required":["portalId"],
2090
+ "members":{
2091
+ "portalId":{
2092
+ "shape":"ID",
2093
+ "location":"uri",
2094
+ "locationName":"portalId"
2095
+ }
2096
+ }
2097
+ },
2098
+ "DescribePortalResponse":{
2099
+ "type":"structure",
2100
+ "required":[
2101
+ "portalId",
2102
+ "portalArn",
2103
+ "portalName",
2104
+ "portalClientId",
2105
+ "portalStartUrl",
2106
+ "portalContactEmail",
2107
+ "portalStatus",
2108
+ "portalCreationDate",
2109
+ "portalLastUpdateDate"
2110
+ ],
2111
+ "members":{
2112
+ "portalId":{"shape":"ID"},
2113
+ "portalArn":{"shape":"ARN"},
2114
+ "portalName":{"shape":"Name"},
2115
+ "portalDescription":{"shape":"Description"},
2116
+ "portalClientId":{"shape":"PortalClientId"},
2117
+ "portalStartUrl":{"shape":"Url"},
2118
+ "portalContactEmail":{"shape":"Email"},
2119
+ "portalStatus":{"shape":"PortalStatus"},
2120
+ "portalCreationDate":{"shape":"Timestamp"},
2121
+ "portalLastUpdateDate":{"shape":"Timestamp"},
2122
+ "portalLogoImage":{"shape":"Image"},
2123
+ "roleArn":{"shape":"ARN"}
2124
+ }
2125
+ },
2126
+ "DescribeProjectRequest":{
2127
+ "type":"structure",
2128
+ "required":["projectId"],
2129
+ "members":{
2130
+ "projectId":{
2131
+ "shape":"ID",
2132
+ "location":"uri",
2133
+ "locationName":"projectId"
2134
+ }
2135
+ }
2136
+ },
2137
+ "DescribeProjectResponse":{
2138
+ "type":"structure",
2139
+ "required":[
2140
+ "projectId",
2141
+ "projectArn",
2142
+ "projectName",
2143
+ "portalId",
2144
+ "projectCreationDate",
2145
+ "projectLastUpdateDate"
2146
+ ],
2147
+ "members":{
2148
+ "projectId":{"shape":"ID"},
2149
+ "projectArn":{"shape":"ARN"},
2150
+ "projectName":{"shape":"Name"},
2151
+ "portalId":{"shape":"ID"},
2152
+ "projectDescription":{"shape":"Description"},
2153
+ "projectCreationDate":{"shape":"Timestamp"},
2154
+ "projectLastUpdateDate":{"shape":"Timestamp"}
2155
+ }
2156
+ },
2157
+ "Description":{
2158
+ "type":"string",
2159
+ "max":2048,
2160
+ "min":1,
2161
+ "pattern":"[^\\u0000-\\u001F\\u007F]+"
2162
+ },
2163
+ "DisassociateAssetsRequest":{
2164
+ "type":"structure",
2165
+ "required":[
2166
+ "assetId",
2167
+ "hierarchyId",
2168
+ "childAssetId"
2169
+ ],
2170
+ "members":{
2171
+ "assetId":{
2172
+ "shape":"ID",
2173
+ "location":"uri",
2174
+ "locationName":"assetId"
2175
+ },
2176
+ "hierarchyId":{"shape":"ID"},
2177
+ "childAssetId":{"shape":"ID"},
2178
+ "clientToken":{
2179
+ "shape":"ClientToken",
2180
+ "idempotencyToken":true
2181
+ }
2182
+ }
2183
+ },
2184
+ "Email":{
2185
+ "type":"string",
2186
+ "max":255,
2187
+ "min":1,
2188
+ "pattern":"[^@]+@[^@]+"
2189
+ },
2190
+ "EntryId":{
2191
+ "type":"string",
2192
+ "max":64,
2193
+ "min":1,
2194
+ "pattern":"^[a-zA-Z0-9_-]+$"
2195
+ },
2196
+ "ErrorCode":{
2197
+ "type":"string",
2198
+ "enum":[
2199
+ "VALIDATION_ERROR",
2200
+ "INTERNAL_FAILURE"
2201
+ ]
2202
+ },
2203
+ "ErrorDetails":{
2204
+ "type":"structure",
2205
+ "required":[
2206
+ "code",
2207
+ "message"
2208
+ ],
2209
+ "members":{
2210
+ "code":{"shape":"ErrorCode"},
2211
+ "message":{"shape":"ErrorMessage"}
2212
+ }
2213
+ },
2214
+ "ErrorMessage":{"type":"string"},
2215
+ "ExceptionMessage":{"type":"string"},
2216
+ "Expression":{
2217
+ "type":"string",
2218
+ "max":1024,
2219
+ "min":1,
2220
+ "pattern":"^[a-z0-9._+\\-*%/^, ()]+$"
2221
+ },
2222
+ "ExpressionVariable":{
2223
+ "type":"structure",
2224
+ "required":[
2225
+ "name",
2226
+ "value"
2227
+ ],
2228
+ "members":{
2229
+ "name":{"shape":"VariableName"},
2230
+ "value":{"shape":"VariableValue"}
2231
+ }
2232
+ },
2233
+ "ExpressionVariables":{
2234
+ "type":"list",
2235
+ "member":{"shape":"ExpressionVariable"}
2236
+ },
2237
+ "GatewayCapabilitySummaries":{
2238
+ "type":"list",
2239
+ "member":{"shape":"GatewayCapabilitySummary"}
2240
+ },
2241
+ "GatewayCapabilitySummary":{
2242
+ "type":"structure",
2243
+ "required":[
2244
+ "capabilityNamespace",
2245
+ "capabilitySyncStatus"
2246
+ ],
2247
+ "members":{
2248
+ "capabilityNamespace":{"shape":"CapabilityNamespace"},
2249
+ "capabilitySyncStatus":{"shape":"CapabilitySyncStatus"}
2250
+ }
2251
+ },
2252
+ "GatewayPlatform":{
2253
+ "type":"structure",
2254
+ "required":["greengrass"],
2255
+ "members":{
2256
+ "greengrass":{"shape":"Greengrass"}
2257
+ }
2258
+ },
2259
+ "GatewaySummaries":{
2260
+ "type":"list",
2261
+ "member":{"shape":"GatewaySummary"}
2262
+ },
2263
+ "GatewaySummary":{
2264
+ "type":"structure",
2265
+ "required":[
2266
+ "gatewayId",
2267
+ "gatewayName",
2268
+ "creationDate",
2269
+ "lastUpdateDate"
2270
+ ],
2271
+ "members":{
2272
+ "gatewayId":{"shape":"ID"},
2273
+ "gatewayName":{"shape":"Name"},
2274
+ "gatewayCapabilitySummaries":{"shape":"GatewayCapabilitySummaries"},
2275
+ "creationDate":{"shape":"Timestamp"},
2276
+ "lastUpdateDate":{"shape":"Timestamp"}
2277
+ }
2278
+ },
2279
+ "GetAssetPropertyAggregatesRequest":{
2280
+ "type":"structure",
2281
+ "required":[
2282
+ "aggregateTypes",
2283
+ "resolution",
2284
+ "startDate",
2285
+ "endDate"
2286
+ ],
2287
+ "members":{
2288
+ "assetId":{
2289
+ "shape":"ID",
2290
+ "location":"querystring",
2291
+ "locationName":"assetId"
2292
+ },
2293
+ "propertyId":{
2294
+ "shape":"ID",
2295
+ "location":"querystring",
2296
+ "locationName":"propertyId"
2297
+ },
2298
+ "propertyAlias":{
2299
+ "shape":"AssetPropertyAlias",
2300
+ "location":"querystring",
2301
+ "locationName":"propertyAlias"
2302
+ },
2303
+ "aggregateTypes":{
2304
+ "shape":"AggregateTypes",
2305
+ "location":"querystring",
2306
+ "locationName":"aggregateTypes"
2307
+ },
2308
+ "resolution":{
2309
+ "shape":"Resolution",
2310
+ "location":"querystring",
2311
+ "locationName":"resolution"
2312
+ },
2313
+ "qualities":{
2314
+ "shape":"Qualities",
2315
+ "location":"querystring",
2316
+ "locationName":"qualities"
2317
+ },
2318
+ "startDate":{
2319
+ "shape":"Timestamp",
2320
+ "location":"querystring",
2321
+ "locationName":"startDate"
2322
+ },
2323
+ "endDate":{
2324
+ "shape":"Timestamp",
2325
+ "location":"querystring",
2326
+ "locationName":"endDate"
2327
+ },
2328
+ "timeOrdering":{
2329
+ "shape":"TimeOrdering",
2330
+ "location":"querystring",
2331
+ "locationName":"timeOrdering"
2332
+ },
2333
+ "nextToken":{
2334
+ "shape":"NextToken",
2335
+ "location":"querystring",
2336
+ "locationName":"nextToken"
2337
+ },
2338
+ "maxResults":{
2339
+ "shape":"MaxResults",
2340
+ "location":"querystring",
2341
+ "locationName":"maxResults"
2342
+ }
2343
+ }
2344
+ },
2345
+ "GetAssetPropertyAggregatesResponse":{
2346
+ "type":"structure",
2347
+ "required":["aggregatedValues"],
2348
+ "members":{
2349
+ "aggregatedValues":{"shape":"AggregatedValues"},
2350
+ "nextToken":{"shape":"NextToken"}
2351
+ }
2352
+ },
2353
+ "GetAssetPropertyValueHistoryRequest":{
2354
+ "type":"structure",
2355
+ "required":[
2356
+ "startDate",
2357
+ "endDate"
2358
+ ],
2359
+ "members":{
2360
+ "assetId":{
2361
+ "shape":"ID",
2362
+ "location":"querystring",
2363
+ "locationName":"assetId"
2364
+ },
2365
+ "propertyId":{
2366
+ "shape":"ID",
2367
+ "location":"querystring",
2368
+ "locationName":"propertyId"
2369
+ },
2370
+ "propertyAlias":{
2371
+ "shape":"AssetPropertyAlias",
2372
+ "location":"querystring",
2373
+ "locationName":"propertyAlias"
2374
+ },
2375
+ "startDate":{
2376
+ "shape":"Timestamp",
2377
+ "location":"querystring",
2378
+ "locationName":"startDate"
2379
+ },
2380
+ "endDate":{
2381
+ "shape":"Timestamp",
2382
+ "location":"querystring",
2383
+ "locationName":"endDate"
2384
+ },
2385
+ "qualities":{
2386
+ "shape":"Qualities",
2387
+ "location":"querystring",
2388
+ "locationName":"qualities"
2389
+ },
2390
+ "timeOrdering":{
2391
+ "shape":"TimeOrdering",
2392
+ "location":"querystring",
2393
+ "locationName":"timeOrdering"
2394
+ },
2395
+ "nextToken":{
2396
+ "shape":"NextToken",
2397
+ "location":"querystring",
2398
+ "locationName":"nextToken"
2399
+ },
2400
+ "maxResults":{
2401
+ "shape":"MaxResults",
2402
+ "location":"querystring",
2403
+ "locationName":"maxResults"
2404
+ }
2405
+ }
2406
+ },
2407
+ "GetAssetPropertyValueHistoryResponse":{
2408
+ "type":"structure",
2409
+ "required":["assetPropertyValueHistory"],
2410
+ "members":{
2411
+ "assetPropertyValueHistory":{"shape":"AssetPropertyValueHistory"},
2412
+ "nextToken":{"shape":"NextToken"}
2413
+ }
2414
+ },
2415
+ "GetAssetPropertyValueRequest":{
2416
+ "type":"structure",
2417
+ "members":{
2418
+ "assetId":{
2419
+ "shape":"ID",
2420
+ "location":"querystring",
2421
+ "locationName":"assetId"
2422
+ },
2423
+ "propertyId":{
2424
+ "shape":"ID",
2425
+ "location":"querystring",
2426
+ "locationName":"propertyId"
2427
+ },
2428
+ "propertyAlias":{
2429
+ "shape":"AssetPropertyAlias",
2430
+ "location":"querystring",
2431
+ "locationName":"propertyAlias"
2432
+ }
2433
+ }
2434
+ },
2435
+ "GetAssetPropertyValueResponse":{
2436
+ "type":"structure",
2437
+ "members":{
2438
+ "propertyValue":{"shape":"AssetPropertyValue"}
2439
+ }
2440
+ },
2441
+ "Greengrass":{
2442
+ "type":"structure",
2443
+ "required":["groupArn"],
2444
+ "members":{
2445
+ "groupArn":{"shape":"ARN"}
2446
+ }
2447
+ },
2448
+ "GroupIdentity":{
2449
+ "type":"structure",
2450
+ "required":["id"],
2451
+ "members":{
2452
+ "id":{"shape":"IdentityId"}
2453
+ }
2454
+ },
2455
+ "ID":{
2456
+ "type":"string",
2457
+ "max":36,
2458
+ "min":36,
2459
+ "pattern":"^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
2460
+ },
2461
+ "IDs":{
2462
+ "type":"list",
2463
+ "member":{"shape":"ID"},
2464
+ "max":100,
2465
+ "min":1
2466
+ },
2467
+ "Identity":{
2468
+ "type":"structure",
2469
+ "members":{
2470
+ "user":{"shape":"UserIdentity"},
2471
+ "group":{"shape":"GroupIdentity"}
2472
+ }
2473
+ },
2474
+ "IdentityId":{
2475
+ "type":"string",
2476
+ "max":256,
2477
+ "min":1,
2478
+ "pattern":"\\S+"
2479
+ },
2480
+ "IdentityType":{
2481
+ "type":"string",
2482
+ "enum":[
2483
+ "USER",
2484
+ "GROUP"
2485
+ ]
2486
+ },
2487
+ "Image":{
2488
+ "type":"structure",
2489
+ "members":{
2490
+ "locationUrl":{"shape":"Url"},
2491
+ "lastUpdateDate":{"shape":"Timestamp"}
2492
+ }
2493
+ },
2494
+ "ImageFile":{
2495
+ "type":"structure",
2496
+ "required":[
2497
+ "encodedString",
2498
+ "fileType"
2499
+ ],
2500
+ "members":{
2501
+ "encodedString":{"shape":"ImageFileData"},
2502
+ "fileType":{"shape":"ImageFileType"}
2503
+ }
2504
+ },
2505
+ "ImageFileData":{"type":"blob"},
2506
+ "ImageFileType":{
2507
+ "type":"string",
2508
+ "enum":["PNG"]
2509
+ },
2510
+ "InternalFailureException":{
2511
+ "type":"structure",
2512
+ "required":["message"],
2513
+ "members":{
2514
+ "message":{"shape":"ErrorMessage"}
2515
+ },
2516
+ "error":{"httpStatusCode":500},
2517
+ "exception":true,
2518
+ "fault":true
2519
+ },
2520
+ "Interval":{
2521
+ "type":"string",
2522
+ "max":3,
2523
+ "min":2,
2524
+ "pattern":"1w|1d|1h|15m|5m|1m"
2525
+ },
2526
+ "InvalidRequestException":{
2527
+ "type":"structure",
2528
+ "required":["message"],
2529
+ "members":{
2530
+ "message":{"shape":"ErrorMessage"}
2531
+ },
2532
+ "error":{"httpStatusCode":400},
2533
+ "exception":true
2534
+ },
2535
+ "LimitExceededException":{
2536
+ "type":"structure",
2537
+ "required":["message"],
2538
+ "members":{
2539
+ "message":{"shape":"ErrorMessage"}
2540
+ },
2541
+ "error":{"httpStatusCode":410},
2542
+ "exception":true
2543
+ },
2544
+ "ListAccessPoliciesRequest":{
2545
+ "type":"structure",
2546
+ "members":{
2547
+ "identityType":{
2548
+ "shape":"IdentityType",
2549
+ "location":"querystring",
2550
+ "locationName":"identityType"
2551
+ },
2552
+ "identityId":{
2553
+ "shape":"IdentityId",
2554
+ "location":"querystring",
2555
+ "locationName":"identityId"
2556
+ },
2557
+ "resourceType":{
2558
+ "shape":"ResourceType",
2559
+ "location":"querystring",
2560
+ "locationName":"resourceType"
2561
+ },
2562
+ "resourceId":{
2563
+ "shape":"ID",
2564
+ "location":"querystring",
2565
+ "locationName":"resourceId"
2566
+ },
2567
+ "nextToken":{
2568
+ "shape":"NextToken",
2569
+ "location":"querystring",
2570
+ "locationName":"nextToken"
2571
+ },
2572
+ "maxResults":{
2573
+ "shape":"MaxResults",
2574
+ "location":"querystring",
2575
+ "locationName":"maxResults"
2576
+ }
2577
+ }
2578
+ },
2579
+ "ListAccessPoliciesResponse":{
2580
+ "type":"structure",
2581
+ "required":["accessPolicySummaries"],
2582
+ "members":{
2583
+ "accessPolicySummaries":{"shape":"AccessPolicySummaries"},
2584
+ "nextToken":{"shape":"NextToken"}
2585
+ }
2586
+ },
2587
+ "ListAssetModelsRequest":{
2588
+ "type":"structure",
2589
+ "members":{
2590
+ "nextToken":{
2591
+ "shape":"NextToken",
2592
+ "location":"querystring",
2593
+ "locationName":"nextToken"
2594
+ },
2595
+ "maxResults":{
2596
+ "shape":"MaxResults",
2597
+ "location":"querystring",
2598
+ "locationName":"maxResults"
2599
+ }
2600
+ }
2601
+ },
2602
+ "ListAssetModelsResponse":{
2603
+ "type":"structure",
2604
+ "required":["assetModelSummaries"],
2605
+ "members":{
2606
+ "assetModelSummaries":{"shape":"AssetModelSummaries"},
2607
+ "nextToken":{"shape":"NextToken"}
2608
+ }
2609
+ },
2610
+ "ListAssetsFilter":{
2611
+ "type":"string",
2612
+ "enum":[
2613
+ "ALL",
2614
+ "TOP_LEVEL"
2615
+ ]
2616
+ },
2617
+ "ListAssetsRequest":{
2618
+ "type":"structure",
2619
+ "members":{
2620
+ "nextToken":{
2621
+ "shape":"NextToken",
2622
+ "location":"querystring",
2623
+ "locationName":"nextToken"
2624
+ },
2625
+ "maxResults":{
2626
+ "shape":"MaxResults",
2627
+ "location":"querystring",
2628
+ "locationName":"maxResults"
2629
+ },
2630
+ "assetModelId":{
2631
+ "shape":"ID",
2632
+ "location":"querystring",
2633
+ "locationName":"assetModelId"
2634
+ },
2635
+ "filter":{
2636
+ "shape":"ListAssetsFilter",
2637
+ "location":"querystring",
2638
+ "locationName":"filter"
2639
+ }
2640
+ }
2641
+ },
2642
+ "ListAssetsResponse":{
2643
+ "type":"structure",
2644
+ "required":["assetSummaries"],
2645
+ "members":{
2646
+ "assetSummaries":{"shape":"AssetSummaries"},
2647
+ "nextToken":{"shape":"NextToken"}
2648
+ }
2649
+ },
2650
+ "ListAssociatedAssetsRequest":{
2651
+ "type":"structure",
2652
+ "required":[
2653
+ "assetId",
2654
+ "hierarchyId"
2655
+ ],
2656
+ "members":{
2657
+ "assetId":{
2658
+ "shape":"ID",
2659
+ "location":"uri",
2660
+ "locationName":"assetId"
2661
+ },
2662
+ "hierarchyId":{
2663
+ "shape":"ID",
2664
+ "location":"querystring",
2665
+ "locationName":"hierarchyId"
2666
+ },
2667
+ "nextToken":{
2668
+ "shape":"NextToken",
2669
+ "location":"querystring",
2670
+ "locationName":"nextToken"
2671
+ },
2672
+ "maxResults":{
2673
+ "shape":"MaxResults",
2674
+ "location":"querystring",
2675
+ "locationName":"maxResults"
2676
+ }
2677
+ }
2678
+ },
2679
+ "ListAssociatedAssetsResponse":{
2680
+ "type":"structure",
2681
+ "required":["assetSummaries"],
2682
+ "members":{
2683
+ "assetSummaries":{"shape":"AssociatedAssetsSummaries"},
2684
+ "nextToken":{"shape":"NextToken"}
2685
+ }
2686
+ },
2687
+ "ListDashboardsRequest":{
2688
+ "type":"structure",
2689
+ "required":["projectId"],
2690
+ "members":{
2691
+ "projectId":{
2692
+ "shape":"ID",
2693
+ "location":"querystring",
2694
+ "locationName":"projectId"
2695
+ },
2696
+ "nextToken":{
2697
+ "shape":"NextToken",
2698
+ "location":"querystring",
2699
+ "locationName":"nextToken"
2700
+ },
2701
+ "maxResults":{
2702
+ "shape":"MaxResults",
2703
+ "location":"querystring",
2704
+ "locationName":"maxResults"
2705
+ }
2706
+ }
2707
+ },
2708
+ "ListDashboardsResponse":{
2709
+ "type":"structure",
2710
+ "required":["dashboardSummaries"],
2711
+ "members":{
2712
+ "dashboardSummaries":{"shape":"DashboardSummaries"},
2713
+ "nextToken":{"shape":"NextToken"}
2714
+ }
2715
+ },
2716
+ "ListGatewaysRequest":{
2717
+ "type":"structure",
2718
+ "members":{
2719
+ "nextToken":{
2720
+ "shape":"NextToken",
2721
+ "location":"querystring",
2722
+ "locationName":"nextToken"
2723
+ },
2724
+ "maxResults":{
2725
+ "shape":"MaxResults",
2726
+ "location":"querystring",
2727
+ "locationName":"maxResults"
2728
+ }
2729
+ }
2730
+ },
2731
+ "ListGatewaysResponse":{
2732
+ "type":"structure",
2733
+ "required":["gatewaySummaries"],
2734
+ "members":{
2735
+ "gatewaySummaries":{"shape":"GatewaySummaries"},
2736
+ "nextToken":{"shape":"NextToken"}
2737
+ }
2738
+ },
2739
+ "ListPortalsRequest":{
2740
+ "type":"structure",
2741
+ "members":{
2742
+ "nextToken":{
2743
+ "shape":"NextToken",
2744
+ "location":"querystring",
2745
+ "locationName":"nextToken"
2746
+ },
2747
+ "maxResults":{
2748
+ "shape":"MaxResults",
2749
+ "location":"querystring",
2750
+ "locationName":"maxResults"
2751
+ }
2752
+ }
2753
+ },
2754
+ "ListPortalsResponse":{
2755
+ "type":"structure",
2756
+ "members":{
2757
+ "portalSummaries":{"shape":"PortalSummaries"},
2758
+ "nextToken":{"shape":"NextToken"}
2759
+ }
2760
+ },
2761
+ "ListProjectAssetsRequest":{
2762
+ "type":"structure",
2763
+ "required":["projectId"],
2764
+ "members":{
2765
+ "projectId":{
2766
+ "shape":"ID",
2767
+ "location":"uri",
2768
+ "locationName":"projectId"
2769
+ },
2770
+ "nextToken":{
2771
+ "shape":"NextToken",
2772
+ "location":"querystring",
2773
+ "locationName":"nextToken"
2774
+ },
2775
+ "maxResults":{
2776
+ "shape":"MaxResults",
2777
+ "location":"querystring",
2778
+ "locationName":"maxResults"
2779
+ }
2780
+ }
2781
+ },
2782
+ "ListProjectAssetsResponse":{
2783
+ "type":"structure",
2784
+ "required":["assetIds"],
2785
+ "members":{
2786
+ "assetIds":{"shape":"AssetIDs"},
2787
+ "nextToken":{"shape":"NextToken"}
2788
+ }
2789
+ },
2790
+ "ListProjectsRequest":{
2791
+ "type":"structure",
2792
+ "required":["portalId"],
2793
+ "members":{
2794
+ "portalId":{
2795
+ "shape":"ID",
2796
+ "location":"querystring",
2797
+ "locationName":"portalId"
2798
+ },
2799
+ "nextToken":{
2800
+ "shape":"NextToken",
2801
+ "location":"querystring",
2802
+ "locationName":"nextToken"
2803
+ },
2804
+ "maxResults":{
2805
+ "shape":"MaxResults",
2806
+ "location":"querystring",
2807
+ "locationName":"maxResults"
2808
+ }
2809
+ }
2810
+ },
2811
+ "ListProjectsResponse":{
2812
+ "type":"structure",
2813
+ "required":["projectSummaries"],
2814
+ "members":{
2815
+ "projectSummaries":{"shape":"ProjectSummaries"},
2816
+ "nextToken":{"shape":"NextToken"}
2817
+ }
2818
+ },
2819
+ "ListTagsForResourceRequest":{
2820
+ "type":"structure",
2821
+ "required":["resourceArn"],
2822
+ "members":{
2823
+ "resourceArn":{
2824
+ "shape":"AmazonResourceName",
2825
+ "location":"querystring",
2826
+ "locationName":"resourceArn"
2827
+ }
2828
+ }
2829
+ },
2830
+ "ListTagsForResourceResponse":{
2831
+ "type":"structure",
2832
+ "members":{
2833
+ "tags":{"shape":"TagMap"}
2834
+ }
2835
+ },
2836
+ "LoggingLevel":{
2837
+ "type":"string",
2838
+ "enum":[
2839
+ "ERROR",
2840
+ "INFO",
2841
+ "OFF"
2842
+ ]
2843
+ },
2844
+ "LoggingOptions":{
2845
+ "type":"structure",
2846
+ "required":["level"],
2847
+ "members":{
2848
+ "level":{"shape":"LoggingLevel"}
2849
+ }
2850
+ },
2851
+ "Macro":{
2852
+ "type":"string",
2853
+ "max":256,
2854
+ "min":1,
2855
+ "pattern":"[^\\u0000-\\u001F\\u007F]+"
2856
+ },
2857
+ "MaxResults":{
2858
+ "type":"integer",
2859
+ "max":250,
2860
+ "min":1
2861
+ },
2862
+ "Measurement":{
2863
+ "type":"structure",
2864
+ "members":{
2865
+ }
2866
+ },
2867
+ "Metric":{
2868
+ "type":"structure",
2869
+ "required":[
2870
+ "expression",
2871
+ "variables",
2872
+ "window"
2873
+ ],
2874
+ "members":{
2875
+ "expression":{"shape":"Expression"},
2876
+ "variables":{"shape":"ExpressionVariables"},
2877
+ "window":{"shape":"MetricWindow"}
2878
+ }
2879
+ },
2880
+ "MetricWindow":{
2881
+ "type":"structure",
2882
+ "members":{
2883
+ "tumbling":{"shape":"TumblingWindow"}
2884
+ }
2885
+ },
2886
+ "MonitorErrorCode":{
2887
+ "type":"string",
2888
+ "enum":["INTERNAL_FAILURE"]
2889
+ },
2890
+ "MonitorErrorDetails":{
2891
+ "type":"structure",
2892
+ "members":{
2893
+ "code":{"shape":"MonitorErrorCode"},
2894
+ "message":{"shape":"MonitorErrorMessage"}
2895
+ }
2896
+ },
2897
+ "MonitorErrorMessage":{"type":"string"},
2898
+ "Name":{
2899
+ "type":"string",
2900
+ "max":256,
2901
+ "min":1,
2902
+ "pattern":"[^\\u0000-\\u001F\\u007F]+"
2903
+ },
2904
+ "NextToken":{
2905
+ "type":"string",
2906
+ "max":2048,
2907
+ "min":1,
2908
+ "pattern":"[A-Za-z0-9+/=]+"
2909
+ },
2910
+ "OffsetInNanos":{
2911
+ "type":"integer",
2912
+ "max":999999999,
2913
+ "min":0
2914
+ },
2915
+ "Permission":{
2916
+ "type":"string",
2917
+ "enum":[
2918
+ "ADMINISTRATOR",
2919
+ "VIEWER"
2920
+ ]
2921
+ },
2922
+ "PortalClientId":{
2923
+ "type":"string",
2924
+ "max":256,
2925
+ "min":1,
2926
+ "pattern":"^[!-~]*"
2927
+ },
2928
+ "PortalResource":{
2929
+ "type":"structure",
2930
+ "required":["id"],
2931
+ "members":{
2932
+ "id":{"shape":"ID"}
2933
+ }
2934
+ },
2935
+ "PortalState":{
2936
+ "type":"string",
2937
+ "enum":[
2938
+ "CREATING",
2939
+ "UPDATING",
2940
+ "DELETING",
2941
+ "ACTIVE",
2942
+ "FAILED"
2943
+ ]
2944
+ },
2945
+ "PortalStatus":{
2946
+ "type":"structure",
2947
+ "required":["state"],
2948
+ "members":{
2949
+ "state":{"shape":"PortalState"},
2950
+ "error":{"shape":"MonitorErrorDetails"}
2951
+ }
2952
+ },
2953
+ "PortalSummaries":{
2954
+ "type":"list",
2955
+ "member":{"shape":"PortalSummary"}
2956
+ },
2957
+ "PortalSummary":{
2958
+ "type":"structure",
2959
+ "required":[
2960
+ "id",
2961
+ "name",
2962
+ "startUrl"
2963
+ ],
2964
+ "members":{
2965
+ "id":{"shape":"ID"},
2966
+ "name":{"shape":"Name"},
2967
+ "description":{"shape":"Description"},
2968
+ "startUrl":{"shape":"Url"},
2969
+ "creationDate":{"shape":"Timestamp"},
2970
+ "lastUpdateDate":{"shape":"Timestamp"},
2971
+ "roleArn":{"shape":"ARN"}
2972
+ }
2973
+ },
2974
+ "ProjectResource":{
2975
+ "type":"structure",
2976
+ "required":["id"],
2977
+ "members":{
2978
+ "id":{"shape":"ID"}
2979
+ }
2980
+ },
2981
+ "ProjectSummaries":{
2982
+ "type":"list",
2983
+ "member":{"shape":"ProjectSummary"}
2984
+ },
2985
+ "ProjectSummary":{
2986
+ "type":"structure",
2987
+ "required":[
2988
+ "id",
2989
+ "name"
2990
+ ],
2991
+ "members":{
2992
+ "id":{"shape":"ID"},
2993
+ "name":{"shape":"Name"},
2994
+ "description":{"shape":"Description"},
2995
+ "creationDate":{"shape":"Timestamp"},
2996
+ "lastUpdateDate":{"shape":"Timestamp"}
2997
+ }
2998
+ },
2999
+ "Property":{
3000
+ "type":"structure",
3001
+ "required":[
3002
+ "id",
3003
+ "name",
3004
+ "dataType"
3005
+ ],
3006
+ "members":{
3007
+ "id":{"shape":"ID"},
3008
+ "name":{"shape":"Name"},
3009
+ "alias":{"shape":"PropertyAlias"},
3010
+ "notification":{"shape":"PropertyNotification"},
3011
+ "dataType":{"shape":"PropertyDataType"},
3012
+ "unit":{"shape":"PropertyUnit"},
3013
+ "type":{"shape":"PropertyType"}
3014
+ }
3015
+ },
3016
+ "PropertyAlias":{
3017
+ "type":"string",
3018
+ "max":2048,
3019
+ "min":1,
3020
+ "pattern":"[^\\u0000-\\u001F\\u007F]+"
3021
+ },
3022
+ "PropertyDataType":{
3023
+ "type":"string",
3024
+ "enum":[
3025
+ "STRING",
3026
+ "INTEGER",
3027
+ "DOUBLE",
3028
+ "BOOLEAN"
3029
+ ]
3030
+ },
3031
+ "PropertyNotification":{
3032
+ "type":"structure",
3033
+ "required":[
3034
+ "topic",
3035
+ "state"
3036
+ ],
3037
+ "members":{
3038
+ "topic":{"shape":"PropertyNotificationTopic"},
3039
+ "state":{"shape":"PropertyNotificationState"}
3040
+ }
3041
+ },
3042
+ "PropertyNotificationState":{
3043
+ "type":"string",
3044
+ "enum":[
3045
+ "ENABLED",
3046
+ "DISABLED"
3047
+ ]
3048
+ },
3049
+ "PropertyNotificationTopic":{"type":"string"},
3050
+ "PropertyType":{
3051
+ "type":"structure",
3052
+ "members":{
3053
+ "attribute":{"shape":"Attribute"},
3054
+ "measurement":{"shape":"Measurement"},
3055
+ "transform":{"shape":"Transform"},
3056
+ "metric":{"shape":"Metric"}
3057
+ }
3058
+ },
3059
+ "PropertyUnit":{
3060
+ "type":"string",
3061
+ "max":256,
3062
+ "min":1,
3063
+ "pattern":"[^\\u0000-\\u001F\\u007F]+"
3064
+ },
3065
+ "PropertyValueBooleanValue":{"type":"boolean"},
3066
+ "PropertyValueDoubleValue":{"type":"double"},
3067
+ "PropertyValueIntegerValue":{"type":"integer"},
3068
+ "PropertyValueStringValue":{
3069
+ "type":"string",
3070
+ "max":1024,
3071
+ "min":1,
3072
+ "pattern":"[^\\u0000-\\u001F\\u007F]+"
3073
+ },
3074
+ "PutAssetPropertyValueEntries":{
3075
+ "type":"list",
3076
+ "member":{"shape":"PutAssetPropertyValueEntry"}
3077
+ },
3078
+ "PutAssetPropertyValueEntry":{
3079
+ "type":"structure",
3080
+ "required":[
3081
+ "entryId",
3082
+ "propertyValues"
3083
+ ],
3084
+ "members":{
3085
+ "entryId":{"shape":"EntryId"},
3086
+ "assetId":{"shape":"ID"},
3087
+ "propertyId":{"shape":"ID"},
3088
+ "propertyAlias":{"shape":"AssetPropertyAlias"},
3089
+ "propertyValues":{"shape":"AssetPropertyValues"}
3090
+ }
3091
+ },
3092
+ "PutLoggingOptionsRequest":{
3093
+ "type":"structure",
3094
+ "required":["loggingOptions"],
3095
+ "members":{
3096
+ "loggingOptions":{"shape":"LoggingOptions"}
3097
+ }
3098
+ },
3099
+ "PutLoggingOptionsResponse":{
3100
+ "type":"structure",
3101
+ "members":{
3102
+ }
3103
+ },
3104
+ "Qualities":{
3105
+ "type":"list",
3106
+ "member":{"shape":"Quality"},
3107
+ "max":1,
3108
+ "min":1
3109
+ },
3110
+ "Quality":{
3111
+ "type":"string",
3112
+ "enum":[
3113
+ "GOOD",
3114
+ "BAD",
3115
+ "UNCERTAIN"
3116
+ ]
3117
+ },
3118
+ "Resolution":{
3119
+ "type":"string",
3120
+ "max":2,
3121
+ "min":2,
3122
+ "pattern":"1m|1h|1d"
3123
+ },
3124
+ "Resource":{
3125
+ "type":"structure",
3126
+ "members":{
3127
+ "portal":{"shape":"PortalResource"},
3128
+ "project":{"shape":"ProjectResource"}
3129
+ }
3130
+ },
3131
+ "ResourceAlreadyExistsException":{
3132
+ "type":"structure",
3133
+ "required":[
3134
+ "message",
3135
+ "resourceId",
3136
+ "resourceArn"
3137
+ ],
3138
+ "members":{
3139
+ "message":{"shape":"ErrorMessage"},
3140
+ "resourceId":{"shape":"ResourceId"},
3141
+ "resourceArn":{"shape":"ResourceArn"}
3142
+ },
3143
+ "error":{"httpStatusCode":409},
3144
+ "exception":true
3145
+ },
3146
+ "ResourceArn":{"type":"string"},
3147
+ "ResourceId":{"type":"string"},
3148
+ "ResourceNotFoundException":{
3149
+ "type":"structure",
3150
+ "required":["message"],
3151
+ "members":{
3152
+ "message":{"shape":"ErrorMessage"}
3153
+ },
3154
+ "error":{"httpStatusCode":404},
3155
+ "exception":true
3156
+ },
3157
+ "ResourceType":{
3158
+ "type":"string",
3159
+ "enum":[
3160
+ "PORTAL",
3161
+ "PROJECT"
3162
+ ]
3163
+ },
3164
+ "SSOApplicationId":{
3165
+ "type":"string",
3166
+ "max":64,
3167
+ "min":1,
3168
+ "pattern":"^[!-~]*"
3169
+ },
3170
+ "ServiceUnavailableException":{
3171
+ "type":"structure",
3172
+ "required":["message"],
3173
+ "members":{
3174
+ "message":{"shape":"ErrorMessage"}
3175
+ },
3176
+ "error":{"httpStatusCode":503},
3177
+ "exception":true,
3178
+ "fault":true
3179
+ },
3180
+ "TagKey":{
3181
+ "type":"string",
3182
+ "max":128,
3183
+ "min":1
3184
+ },
3185
+ "TagKeyList":{
3186
+ "type":"list",
3187
+ "member":{"shape":"TagKey"},
3188
+ "max":200,
3189
+ "min":0
3190
+ },
3191
+ "TagMap":{
3192
+ "type":"map",
3193
+ "key":{"shape":"TagKey"},
3194
+ "value":{"shape":"TagValue"},
3195
+ "max":50,
3196
+ "min":1
3197
+ },
3198
+ "TagResourceRequest":{
3199
+ "type":"structure",
3200
+ "required":[
3201
+ "resourceArn",
3202
+ "tags"
3203
+ ],
3204
+ "members":{
3205
+ "resourceArn":{
3206
+ "shape":"AmazonResourceName",
3207
+ "location":"querystring",
3208
+ "locationName":"resourceArn"
3209
+ },
3210
+ "tags":{"shape":"TagMap"}
3211
+ }
3212
+ },
3213
+ "TagResourceResponse":{
3214
+ "type":"structure",
3215
+ "members":{
3216
+ }
3217
+ },
3218
+ "TagValue":{
3219
+ "type":"string",
3220
+ "max":256,
3221
+ "min":0
3222
+ },
3223
+ "ThrottlingException":{
3224
+ "type":"structure",
3225
+ "required":["message"],
3226
+ "members":{
3227
+ "message":{"shape":"ErrorMessage"}
3228
+ },
3229
+ "error":{"httpStatusCode":429},
3230
+ "exception":true
3231
+ },
3232
+ "TimeInNanos":{
3233
+ "type":"structure",
3234
+ "required":["timeInSeconds"],
3235
+ "members":{
3236
+ "timeInSeconds":{"shape":"TimeInSeconds"},
3237
+ "offsetInNanos":{"shape":"OffsetInNanos"}
3238
+ }
3239
+ },
3240
+ "TimeInSeconds":{
3241
+ "type":"long",
3242
+ "max":31556889864403199,
3243
+ "min":1
3244
+ },
3245
+ "TimeOrdering":{
3246
+ "type":"string",
3247
+ "enum":[
3248
+ "ASCENDING",
3249
+ "DESCENDING"
3250
+ ]
3251
+ },
3252
+ "Timestamp":{"type":"timestamp"},
3253
+ "Timestamps":{
3254
+ "type":"list",
3255
+ "member":{"shape":"TimeInNanos"}
3256
+ },
3257
+ "TooManyTagsException":{
3258
+ "type":"structure",
3259
+ "members":{
3260
+ "message":{"shape":"ExceptionMessage"},
3261
+ "resourceName":{"shape":"AmazonResourceName"}
3262
+ },
3263
+ "error":{"httpStatusCode":400},
3264
+ "exception":true
3265
+ },
3266
+ "Transform":{
3267
+ "type":"structure",
3268
+ "required":[
3269
+ "expression",
3270
+ "variables"
3271
+ ],
3272
+ "members":{
3273
+ "expression":{"shape":"Expression"},
3274
+ "variables":{"shape":"ExpressionVariables"}
3275
+ }
3276
+ },
3277
+ "TumblingWindow":{
3278
+ "type":"structure",
3279
+ "required":["interval"],
3280
+ "members":{
3281
+ "interval":{"shape":"Interval"}
3282
+ }
3283
+ },
3284
+ "UntagResourceRequest":{
3285
+ "type":"structure",
3286
+ "required":[
3287
+ "resourceArn",
3288
+ "tagKeys"
3289
+ ],
3290
+ "members":{
3291
+ "resourceArn":{
3292
+ "shape":"AmazonResourceName",
3293
+ "location":"querystring",
3294
+ "locationName":"resourceArn"
3295
+ },
3296
+ "tagKeys":{
3297
+ "shape":"TagKeyList",
3298
+ "location":"querystring",
3299
+ "locationName":"tagKeys"
3300
+ }
3301
+ }
3302
+ },
3303
+ "UntagResourceResponse":{
3304
+ "type":"structure",
3305
+ "members":{
3306
+ }
3307
+ },
3308
+ "UpdateAccessPolicyRequest":{
3309
+ "type":"structure",
3310
+ "required":[
3311
+ "accessPolicyId",
3312
+ "accessPolicyIdentity",
3313
+ "accessPolicyResource",
3314
+ "accessPolicyPermission"
3315
+ ],
3316
+ "members":{
3317
+ "accessPolicyId":{
3318
+ "shape":"ID",
3319
+ "location":"uri",
3320
+ "locationName":"accessPolicyId"
3321
+ },
3322
+ "accessPolicyIdentity":{"shape":"Identity"},
3323
+ "accessPolicyResource":{"shape":"Resource"},
3324
+ "accessPolicyPermission":{"shape":"Permission"},
3325
+ "clientToken":{
3326
+ "shape":"ClientToken",
3327
+ "idempotencyToken":true
3328
+ }
3329
+ }
3330
+ },
3331
+ "UpdateAccessPolicyResponse":{
3332
+ "type":"structure",
3333
+ "members":{
3334
+ }
3335
+ },
3336
+ "UpdateAssetModelRequest":{
3337
+ "type":"structure",
3338
+ "required":[
3339
+ "assetModelId",
3340
+ "assetModelName"
3341
+ ],
3342
+ "members":{
3343
+ "assetModelId":{
3344
+ "shape":"ID",
3345
+ "location":"uri",
3346
+ "locationName":"assetModelId"
3347
+ },
3348
+ "assetModelName":{"shape":"Name"},
3349
+ "assetModelDescription":{"shape":"Description"},
3350
+ "assetModelProperties":{"shape":"AssetModelProperties"},
3351
+ "assetModelHierarchies":{"shape":"AssetModelHierarchies"},
3352
+ "clientToken":{
3353
+ "shape":"ClientToken",
3354
+ "idempotencyToken":true
3355
+ }
3356
+ }
3357
+ },
3358
+ "UpdateAssetModelResponse":{
3359
+ "type":"structure",
3360
+ "required":["assetModelStatus"],
3361
+ "members":{
3362
+ "assetModelStatus":{"shape":"AssetModelStatus"}
3363
+ }
3364
+ },
3365
+ "UpdateAssetPropertyRequest":{
3366
+ "type":"structure",
3367
+ "required":[
3368
+ "assetId",
3369
+ "propertyId"
3370
+ ],
3371
+ "members":{
3372
+ "assetId":{
3373
+ "shape":"ID",
3374
+ "location":"uri",
3375
+ "locationName":"assetId"
3376
+ },
3377
+ "propertyId":{
3378
+ "shape":"ID",
3379
+ "location":"uri",
3380
+ "locationName":"propertyId"
3381
+ },
3382
+ "propertyAlias":{"shape":"PropertyAlias"},
3383
+ "propertyNotificationState":{"shape":"PropertyNotificationState"},
3384
+ "clientToken":{
3385
+ "shape":"ClientToken",
3386
+ "idempotencyToken":true
3387
+ }
3388
+ }
3389
+ },
3390
+ "UpdateAssetRequest":{
3391
+ "type":"structure",
3392
+ "required":[
3393
+ "assetId",
3394
+ "assetName"
3395
+ ],
3396
+ "members":{
3397
+ "assetId":{
3398
+ "shape":"ID",
3399
+ "location":"uri",
3400
+ "locationName":"assetId"
3401
+ },
3402
+ "assetName":{"shape":"Name"},
3403
+ "clientToken":{
3404
+ "shape":"ClientToken",
3405
+ "idempotencyToken":true
3406
+ }
3407
+ }
3408
+ },
3409
+ "UpdateAssetResponse":{
3410
+ "type":"structure",
3411
+ "required":["assetStatus"],
3412
+ "members":{
3413
+ "assetStatus":{"shape":"AssetStatus"}
3414
+ }
3415
+ },
3416
+ "UpdateDashboardRequest":{
3417
+ "type":"structure",
3418
+ "required":[
3419
+ "dashboardId",
3420
+ "dashboardName",
3421
+ "dashboardDefinition"
3422
+ ],
3423
+ "members":{
3424
+ "dashboardId":{
3425
+ "shape":"ID",
3426
+ "location":"uri",
3427
+ "locationName":"dashboardId"
3428
+ },
3429
+ "dashboardName":{"shape":"Name"},
3430
+ "dashboardDescription":{"shape":"Description"},
3431
+ "dashboardDefinition":{"shape":"DashboardDefinition"},
3432
+ "clientToken":{
3433
+ "shape":"ClientToken",
3434
+ "idempotencyToken":true
3435
+ }
3436
+ }
3437
+ },
3438
+ "UpdateDashboardResponse":{
3439
+ "type":"structure",
3440
+ "members":{
3441
+ }
3442
+ },
3443
+ "UpdateGatewayCapabilityConfigurationRequest":{
3444
+ "type":"structure",
3445
+ "required":[
3446
+ "gatewayId",
3447
+ "capabilityNamespace",
3448
+ "capabilityConfiguration"
3449
+ ],
3450
+ "members":{
3451
+ "gatewayId":{
3452
+ "shape":"ID",
3453
+ "location":"uri",
3454
+ "locationName":"gatewayId"
3455
+ },
3456
+ "capabilityNamespace":{"shape":"CapabilityNamespace"},
3457
+ "capabilityConfiguration":{"shape":"CapabilityConfiguration"}
3458
+ }
3459
+ },
3460
+ "UpdateGatewayCapabilityConfigurationResponse":{
3461
+ "type":"structure",
3462
+ "required":[
3463
+ "capabilityNamespace",
3464
+ "capabilitySyncStatus"
3465
+ ],
3466
+ "members":{
3467
+ "capabilityNamespace":{"shape":"CapabilityNamespace"},
3468
+ "capabilitySyncStatus":{"shape":"CapabilitySyncStatus"}
3469
+ }
3470
+ },
3471
+ "UpdateGatewayRequest":{
3472
+ "type":"structure",
3473
+ "required":[
3474
+ "gatewayId",
3475
+ "gatewayName"
3476
+ ],
3477
+ "members":{
3478
+ "gatewayId":{
3479
+ "shape":"ID",
3480
+ "location":"uri",
3481
+ "locationName":"gatewayId"
3482
+ },
3483
+ "gatewayName":{"shape":"Name"}
3484
+ }
3485
+ },
3486
+ "UpdatePortalRequest":{
3487
+ "type":"structure",
3488
+ "required":[
3489
+ "portalId",
3490
+ "portalName",
3491
+ "portalContactEmail",
3492
+ "roleArn"
3493
+ ],
3494
+ "members":{
3495
+ "portalId":{
3496
+ "shape":"ID",
3497
+ "location":"uri",
3498
+ "locationName":"portalId"
3499
+ },
3500
+ "portalName":{"shape":"Name"},
3501
+ "portalDescription":{"shape":"Description"},
3502
+ "portalContactEmail":{"shape":"Email"},
3503
+ "portalLogoImageFile":{"shape":"ImageFile"},
3504
+ "roleArn":{"shape":"ARN"},
3505
+ "clientToken":{
3506
+ "shape":"ClientToken",
3507
+ "idempotencyToken":true
3508
+ }
3509
+ }
3510
+ },
3511
+ "UpdatePortalResponse":{
3512
+ "type":"structure",
3513
+ "required":["portalStatus"],
3514
+ "members":{
3515
+ "portalStatus":{"shape":"PortalStatus"}
3516
+ }
3517
+ },
3518
+ "UpdateProjectRequest":{
3519
+ "type":"structure",
3520
+ "required":[
3521
+ "projectId",
3522
+ "projectName"
3523
+ ],
3524
+ "members":{
3525
+ "projectId":{
3526
+ "shape":"ID",
3527
+ "location":"uri",
3528
+ "locationName":"projectId"
3529
+ },
3530
+ "projectName":{"shape":"Name"},
3531
+ "projectDescription":{"shape":"Description"},
3532
+ "clientToken":{
3533
+ "shape":"ClientToken",
3534
+ "idempotencyToken":true
3535
+ }
3536
+ }
3537
+ },
3538
+ "UpdateProjectResponse":{
3539
+ "type":"structure",
3540
+ "members":{
3541
+ }
3542
+ },
3543
+ "Url":{
3544
+ "type":"string",
3545
+ "max":256,
3546
+ "min":1,
3547
+ "pattern":"^(http|https)\\://\\S+"
3548
+ },
3549
+ "UserIdentity":{
3550
+ "type":"structure",
3551
+ "required":["id"],
3552
+ "members":{
3553
+ "id":{"shape":"IdentityId"}
3554
+ }
3555
+ },
3556
+ "VariableName":{
3557
+ "type":"string",
3558
+ "max":64,
3559
+ "min":1,
3560
+ "pattern":"^[a-z][a-z0-9_]*$"
3561
+ },
3562
+ "VariableValue":{
3563
+ "type":"structure",
3564
+ "required":["propertyId"],
3565
+ "members":{
3566
+ "propertyId":{"shape":"Macro"},
3567
+ "hierarchyId":{"shape":"Macro"}
3568
+ }
3569
+ },
3570
+ "Variant":{
3571
+ "type":"structure",
3572
+ "members":{
3573
+ "stringValue":{"shape":"PropertyValueStringValue"},
3574
+ "integerValue":{"shape":"PropertyValueIntegerValue"},
3575
+ "doubleValue":{"shape":"PropertyValueDoubleValue"},
3576
+ "booleanValue":{"shape":"PropertyValueBooleanValue"}
3577
+ }
3578
+ }
3579
+ }
3580
+ }