aws-sdk-iotsitewise 1.5.1 → 1.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-iotsitewise.rb +3 -1
- data/lib/aws-sdk-iotsitewise/client.rb +3 -1
- data/lib/aws-sdk-iotsitewise/client_api.rb +2 -0
- data/lib/aws-sdk-iotsitewise/errors.rb +2 -0
- data/lib/aws-sdk-iotsitewise/resource.rb +2 -0
- data/lib/aws-sdk-iotsitewise/types.rb +155 -0
- data/lib/aws-sdk-iotsitewise/waiters.rb +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: add6490ae42c4a4806dde49082511cecaf4e92efd57bfe4fc0608e32d2728a8d
|
4
|
+
data.tar.gz: '0738ee6ed9ae08bbe450341cf3c6e4916051904b7bf3177115be2ca256955df9'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e211d306f47d2187907dd29dcd898cdfbe91f10ecca7598f5c0b77533b4b888a8b40105f9ed6b3c67fe858312bb0671664025bf2ccc1cbab6fb14f94ad99db1
|
7
|
+
data.tar.gz: 2ac9c139e3e70f57b0f5778bcce07e6e89cf0b0bf2c4d6da467d25bf88a4ad8d63a1fb30c616819000b94b1989780d65eaa0105ec89aba3582faad5eb32a367e
|
data/lib/aws-sdk-iotsitewise.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -46,6 +48,6 @@ require_relative 'aws-sdk-iotsitewise/customizations'
|
|
46
48
|
# @service
|
47
49
|
module Aws::IoTSiteWise
|
48
50
|
|
49
|
-
GEM_VERSION = '1.
|
51
|
+
GEM_VERSION = '1.6.0'
|
50
52
|
|
51
53
|
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -3262,7 +3264,7 @@ module Aws::IoTSiteWise
|
|
3262
3264
|
params: params,
|
3263
3265
|
config: config)
|
3264
3266
|
context[:gem_name] = 'aws-sdk-iotsitewise'
|
3265
|
-
context[:gem_version] = '1.
|
3267
|
+
context[:gem_version] = '1.6.0'
|
3266
3268
|
Seahorse::Client::Request.new(handlers, context)
|
3267
3269
|
end
|
3268
3270
|
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -43,6 +45,7 @@ module Aws::IoTSiteWise
|
|
43
45
|
:permission,
|
44
46
|
:creation_date,
|
45
47
|
:last_update_date)
|
48
|
+
SENSITIVE = []
|
46
49
|
include Aws::Structure
|
47
50
|
end
|
48
51
|
|
@@ -65,6 +68,7 @@ module Aws::IoTSiteWise
|
|
65
68
|
:timestamp,
|
66
69
|
:quality,
|
67
70
|
:value)
|
71
|
+
SENSITIVE = []
|
68
72
|
include Aws::Structure
|
69
73
|
end
|
70
74
|
|
@@ -104,6 +108,7 @@ module Aws::IoTSiteWise
|
|
104
108
|
:minimum,
|
105
109
|
:sum,
|
106
110
|
:standard_deviation)
|
111
|
+
SENSITIVE = []
|
107
112
|
include Aws::Structure
|
108
113
|
end
|
109
114
|
|
@@ -126,6 +131,7 @@ module Aws::IoTSiteWise
|
|
126
131
|
:asset_id,
|
127
132
|
:code,
|
128
133
|
:message)
|
134
|
+
SENSITIVE = []
|
129
135
|
include Aws::Structure
|
130
136
|
end
|
131
137
|
|
@@ -148,6 +154,7 @@ module Aws::IoTSiteWise
|
|
148
154
|
class AssetHierarchy < Struct.new(
|
149
155
|
:id,
|
150
156
|
:name)
|
157
|
+
SENSITIVE = []
|
151
158
|
include Aws::Structure
|
152
159
|
end
|
153
160
|
|
@@ -187,6 +194,7 @@ module Aws::IoTSiteWise
|
|
187
194
|
:id,
|
188
195
|
:name,
|
189
196
|
:child_asset_model_id)
|
197
|
+
SENSITIVE = []
|
190
198
|
include Aws::Structure
|
191
199
|
end
|
192
200
|
|
@@ -219,6 +227,7 @@ module Aws::IoTSiteWise
|
|
219
227
|
class AssetModelHierarchyDefinition < Struct.new(
|
220
228
|
:name,
|
221
229
|
:child_asset_model_id)
|
230
|
+
SENSITIVE = []
|
222
231
|
include Aws::Structure
|
223
232
|
end
|
224
233
|
|
@@ -296,6 +305,7 @@ module Aws::IoTSiteWise
|
|
296
305
|
:data_type,
|
297
306
|
:unit,
|
298
307
|
:type)
|
308
|
+
SENSITIVE = []
|
299
309
|
include Aws::Structure
|
300
310
|
end
|
301
311
|
|
@@ -369,6 +379,7 @@ module Aws::IoTSiteWise
|
|
369
379
|
:data_type,
|
370
380
|
:unit,
|
371
381
|
:type)
|
382
|
+
SENSITIVE = []
|
372
383
|
include Aws::Structure
|
373
384
|
end
|
374
385
|
|
@@ -391,6 +402,7 @@ module Aws::IoTSiteWise
|
|
391
402
|
class AssetModelStatus < Struct.new(
|
392
403
|
:state,
|
393
404
|
:error)
|
405
|
+
SENSITIVE = []
|
394
406
|
include Aws::Structure
|
395
407
|
end
|
396
408
|
|
@@ -438,6 +450,7 @@ module Aws::IoTSiteWise
|
|
438
450
|
:creation_date,
|
439
451
|
:last_update_date,
|
440
452
|
:status)
|
453
|
+
SENSITIVE = []
|
441
454
|
include Aws::Structure
|
442
455
|
end
|
443
456
|
|
@@ -487,6 +500,7 @@ module Aws::IoTSiteWise
|
|
487
500
|
:notification,
|
488
501
|
:data_type,
|
489
502
|
:unit)
|
503
|
+
SENSITIVE = []
|
490
504
|
include Aws::Structure
|
491
505
|
end
|
492
506
|
|
@@ -525,6 +539,7 @@ module Aws::IoTSiteWise
|
|
525
539
|
:value,
|
526
540
|
:timestamp,
|
527
541
|
:quality)
|
542
|
+
SENSITIVE = []
|
528
543
|
include Aws::Structure
|
529
544
|
end
|
530
545
|
|
@@ -547,6 +562,7 @@ module Aws::IoTSiteWise
|
|
547
562
|
class AssetStatus < Struct.new(
|
548
563
|
:state,
|
549
564
|
:error)
|
565
|
+
SENSITIVE = []
|
550
566
|
include Aws::Structure
|
551
567
|
end
|
552
568
|
|
@@ -600,6 +616,7 @@ module Aws::IoTSiteWise
|
|
600
616
|
:last_update_date,
|
601
617
|
:status,
|
602
618
|
:hierarchies)
|
619
|
+
SENSITIVE = []
|
603
620
|
include Aws::Structure
|
604
621
|
end
|
605
622
|
|
@@ -646,6 +663,7 @@ module Aws::IoTSiteWise
|
|
646
663
|
:hierarchy_id,
|
647
664
|
:child_asset_id,
|
648
665
|
:client_token)
|
666
|
+
SENSITIVE = []
|
649
667
|
include Aws::Structure
|
650
668
|
end
|
651
669
|
|
@@ -699,6 +717,7 @@ module Aws::IoTSiteWise
|
|
699
717
|
:last_update_date,
|
700
718
|
:status,
|
701
719
|
:hierarchies)
|
720
|
+
SENSITIVE = []
|
702
721
|
include Aws::Structure
|
703
722
|
end
|
704
723
|
|
@@ -730,6 +749,7 @@ module Aws::IoTSiteWise
|
|
730
749
|
#
|
731
750
|
class Attribute < Struct.new(
|
732
751
|
:default_value)
|
752
|
+
SENSITIVE = []
|
733
753
|
include Aws::Structure
|
734
754
|
end
|
735
755
|
|
@@ -763,6 +783,7 @@ module Aws::IoTSiteWise
|
|
763
783
|
:project_id,
|
764
784
|
:asset_ids,
|
765
785
|
:client_token)
|
786
|
+
SENSITIVE = []
|
766
787
|
include Aws::Structure
|
767
788
|
end
|
768
789
|
|
@@ -772,6 +793,7 @@ module Aws::IoTSiteWise
|
|
772
793
|
#
|
773
794
|
class BatchAssociateProjectAssetsResponse < Struct.new(
|
774
795
|
:errors)
|
796
|
+
SENSITIVE = []
|
775
797
|
include Aws::Structure
|
776
798
|
end
|
777
799
|
|
@@ -805,6 +827,7 @@ module Aws::IoTSiteWise
|
|
805
827
|
:project_id,
|
806
828
|
:asset_ids,
|
807
829
|
:client_token)
|
830
|
+
SENSITIVE = []
|
808
831
|
include Aws::Structure
|
809
832
|
end
|
810
833
|
|
@@ -814,6 +837,7 @@ module Aws::IoTSiteWise
|
|
814
837
|
#
|
815
838
|
class BatchDisassociateProjectAssetsResponse < Struct.new(
|
816
839
|
:errors)
|
840
|
+
SENSITIVE = []
|
817
841
|
include Aws::Structure
|
818
842
|
end
|
819
843
|
|
@@ -836,6 +860,7 @@ module Aws::IoTSiteWise
|
|
836
860
|
:error_code,
|
837
861
|
:error_message,
|
838
862
|
:timestamps)
|
863
|
+
SENSITIVE = []
|
839
864
|
include Aws::Structure
|
840
865
|
end
|
841
866
|
|
@@ -857,6 +882,7 @@ module Aws::IoTSiteWise
|
|
857
882
|
class BatchPutAssetPropertyErrorEntry < Struct.new(
|
858
883
|
:entry_id,
|
859
884
|
:errors)
|
885
|
+
SENSITIVE = []
|
860
886
|
include Aws::Structure
|
861
887
|
end
|
862
888
|
|
@@ -896,6 +922,7 @@ module Aws::IoTSiteWise
|
|
896
922
|
#
|
897
923
|
class BatchPutAssetPropertyValueRequest < Struct.new(
|
898
924
|
:entries)
|
925
|
+
SENSITIVE = []
|
899
926
|
include Aws::Structure
|
900
927
|
end
|
901
928
|
|
@@ -906,6 +933,7 @@ module Aws::IoTSiteWise
|
|
906
933
|
#
|
907
934
|
class BatchPutAssetPropertyValueResponse < Struct.new(
|
908
935
|
:error_entries)
|
936
|
+
SENSITIVE = []
|
909
937
|
include Aws::Structure
|
910
938
|
end
|
911
939
|
|
@@ -928,6 +956,7 @@ module Aws::IoTSiteWise
|
|
928
956
|
:message,
|
929
957
|
:resource_id,
|
930
958
|
:resource_arn)
|
959
|
+
SENSITIVE = []
|
931
960
|
include Aws::Structure
|
932
961
|
end
|
933
962
|
|
@@ -998,6 +1027,7 @@ module Aws::IoTSiteWise
|
|
998
1027
|
:access_policy_permission,
|
999
1028
|
:client_token,
|
1000
1029
|
:tags)
|
1030
|
+
SENSITIVE = []
|
1001
1031
|
include Aws::Structure
|
1002
1032
|
end
|
1003
1033
|
|
@@ -1018,6 +1048,7 @@ module Aws::IoTSiteWise
|
|
1018
1048
|
class CreateAccessPolicyResponse < Struct.new(
|
1019
1049
|
:access_policy_id,
|
1020
1050
|
:access_policy_arn)
|
1051
|
+
SENSITIVE = []
|
1021
1052
|
include Aws::Structure
|
1022
1053
|
end
|
1023
1054
|
|
@@ -1144,6 +1175,7 @@ module Aws::IoTSiteWise
|
|
1144
1175
|
:asset_model_hierarchies,
|
1145
1176
|
:client_token,
|
1146
1177
|
:tags)
|
1178
|
+
SENSITIVE = []
|
1147
1179
|
include Aws::Structure
|
1148
1180
|
end
|
1149
1181
|
|
@@ -1171,6 +1203,7 @@ module Aws::IoTSiteWise
|
|
1171
1203
|
:asset_model_id,
|
1172
1204
|
:asset_model_arn,
|
1173
1205
|
:asset_model_status)
|
1206
|
+
SENSITIVE = []
|
1174
1207
|
include Aws::Structure
|
1175
1208
|
end
|
1176
1209
|
|
@@ -1218,6 +1251,7 @@ module Aws::IoTSiteWise
|
|
1218
1251
|
:asset_model_id,
|
1219
1252
|
:client_token,
|
1220
1253
|
:tags)
|
1254
|
+
SENSITIVE = []
|
1221
1255
|
include Aws::Structure
|
1222
1256
|
end
|
1223
1257
|
|
@@ -1245,6 +1279,7 @@ module Aws::IoTSiteWise
|
|
1245
1279
|
:asset_id,
|
1246
1280
|
:asset_arn,
|
1247
1281
|
:asset_status)
|
1282
|
+
SENSITIVE = []
|
1248
1283
|
include Aws::Structure
|
1249
1284
|
end
|
1250
1285
|
|
@@ -1310,6 +1345,7 @@ module Aws::IoTSiteWise
|
|
1310
1345
|
:dashboard_definition,
|
1311
1346
|
:client_token,
|
1312
1347
|
:tags)
|
1348
|
+
SENSITIVE = []
|
1313
1349
|
include Aws::Structure
|
1314
1350
|
end
|
1315
1351
|
|
@@ -1330,6 +1366,7 @@ module Aws::IoTSiteWise
|
|
1330
1366
|
class CreateDashboardResponse < Struct.new(
|
1331
1367
|
:dashboard_id,
|
1332
1368
|
:dashboard_arn)
|
1369
|
+
SENSITIVE = []
|
1333
1370
|
include Aws::Structure
|
1334
1371
|
end
|
1335
1372
|
|
@@ -1371,6 +1408,7 @@ module Aws::IoTSiteWise
|
|
1371
1408
|
:gateway_name,
|
1372
1409
|
:gateway_platform,
|
1373
1410
|
:tags)
|
1411
|
+
SENSITIVE = []
|
1374
1412
|
include Aws::Structure
|
1375
1413
|
end
|
1376
1414
|
|
@@ -1392,6 +1430,7 @@ module Aws::IoTSiteWise
|
|
1392
1430
|
class CreateGatewayResponse < Struct.new(
|
1393
1431
|
:gateway_id,
|
1394
1432
|
:gateway_arn)
|
1433
|
+
SENSITIVE = []
|
1395
1434
|
include Aws::Structure
|
1396
1435
|
end
|
1397
1436
|
|
@@ -1469,6 +1508,7 @@ module Aws::IoTSiteWise
|
|
1469
1508
|
:portal_logo_image_file,
|
1470
1509
|
:role_arn,
|
1471
1510
|
:tags)
|
1511
|
+
SENSITIVE = []
|
1472
1512
|
include Aws::Structure
|
1473
1513
|
end
|
1474
1514
|
|
@@ -1505,6 +1545,7 @@ module Aws::IoTSiteWise
|
|
1505
1545
|
:portal_start_url,
|
1506
1546
|
:portal_status,
|
1507
1547
|
:sso_application_id)
|
1548
|
+
SENSITIVE = []
|
1508
1549
|
include Aws::Structure
|
1509
1550
|
end
|
1510
1551
|
|
@@ -1558,6 +1599,7 @@ module Aws::IoTSiteWise
|
|
1558
1599
|
:project_description,
|
1559
1600
|
:client_token,
|
1560
1601
|
:tags)
|
1602
|
+
SENSITIVE = []
|
1561
1603
|
include Aws::Structure
|
1562
1604
|
end
|
1563
1605
|
|
@@ -1578,6 +1620,7 @@ module Aws::IoTSiteWise
|
|
1578
1620
|
class CreateProjectResponse < Struct.new(
|
1579
1621
|
:project_id,
|
1580
1622
|
:project_arn)
|
1623
|
+
SENSITIVE = []
|
1581
1624
|
include Aws::Structure
|
1582
1625
|
end
|
1583
1626
|
|
@@ -1609,6 +1652,7 @@ module Aws::IoTSiteWise
|
|
1609
1652
|
:description,
|
1610
1653
|
:creation_date,
|
1611
1654
|
:last_update_date)
|
1655
|
+
SENSITIVE = []
|
1612
1656
|
include Aws::Structure
|
1613
1657
|
end
|
1614
1658
|
|
@@ -1636,6 +1680,7 @@ module Aws::IoTSiteWise
|
|
1636
1680
|
class DeleteAccessPolicyRequest < Struct.new(
|
1637
1681
|
:access_policy_id,
|
1638
1682
|
:client_token)
|
1683
|
+
SENSITIVE = []
|
1639
1684
|
include Aws::Structure
|
1640
1685
|
end
|
1641
1686
|
|
@@ -1665,6 +1710,7 @@ module Aws::IoTSiteWise
|
|
1665
1710
|
class DeleteAssetModelRequest < Struct.new(
|
1666
1711
|
:asset_model_id,
|
1667
1712
|
:client_token)
|
1713
|
+
SENSITIVE = []
|
1668
1714
|
include Aws::Structure
|
1669
1715
|
end
|
1670
1716
|
|
@@ -1675,6 +1721,7 @@ module Aws::IoTSiteWise
|
|
1675
1721
|
#
|
1676
1722
|
class DeleteAssetModelResponse < Struct.new(
|
1677
1723
|
:asset_model_status)
|
1724
|
+
SENSITIVE = []
|
1678
1725
|
include Aws::Structure
|
1679
1726
|
end
|
1680
1727
|
|
@@ -1702,6 +1749,7 @@ module Aws::IoTSiteWise
|
|
1702
1749
|
class DeleteAssetRequest < Struct.new(
|
1703
1750
|
:asset_id,
|
1704
1751
|
:client_token)
|
1752
|
+
SENSITIVE = []
|
1705
1753
|
include Aws::Structure
|
1706
1754
|
end
|
1707
1755
|
|
@@ -1712,6 +1760,7 @@ module Aws::IoTSiteWise
|
|
1712
1760
|
#
|
1713
1761
|
class DeleteAssetResponse < Struct.new(
|
1714
1762
|
:asset_status)
|
1763
|
+
SENSITIVE = []
|
1715
1764
|
include Aws::Structure
|
1716
1765
|
end
|
1717
1766
|
|
@@ -1739,6 +1788,7 @@ module Aws::IoTSiteWise
|
|
1739
1788
|
class DeleteDashboardRequest < Struct.new(
|
1740
1789
|
:dashboard_id,
|
1741
1790
|
:client_token)
|
1791
|
+
SENSITIVE = []
|
1742
1792
|
include Aws::Structure
|
1743
1793
|
end
|
1744
1794
|
|
@@ -1757,6 +1807,7 @@ module Aws::IoTSiteWise
|
|
1757
1807
|
#
|
1758
1808
|
class DeleteGatewayRequest < Struct.new(
|
1759
1809
|
:gateway_id)
|
1810
|
+
SENSITIVE = []
|
1760
1811
|
include Aws::Structure
|
1761
1812
|
end
|
1762
1813
|
|
@@ -1784,6 +1835,7 @@ module Aws::IoTSiteWise
|
|
1784
1835
|
class DeletePortalRequest < Struct.new(
|
1785
1836
|
:portal_id,
|
1786
1837
|
:client_token)
|
1838
|
+
SENSITIVE = []
|
1787
1839
|
include Aws::Structure
|
1788
1840
|
end
|
1789
1841
|
|
@@ -1794,6 +1846,7 @@ module Aws::IoTSiteWise
|
|
1794
1846
|
#
|
1795
1847
|
class DeletePortalResponse < Struct.new(
|
1796
1848
|
:portal_status)
|
1849
|
+
SENSITIVE = []
|
1797
1850
|
include Aws::Structure
|
1798
1851
|
end
|
1799
1852
|
|
@@ -1821,6 +1874,7 @@ module Aws::IoTSiteWise
|
|
1821
1874
|
class DeleteProjectRequest < Struct.new(
|
1822
1875
|
:project_id,
|
1823
1876
|
:client_token)
|
1877
|
+
SENSITIVE = []
|
1824
1878
|
include Aws::Structure
|
1825
1879
|
end
|
1826
1880
|
|
@@ -1839,6 +1893,7 @@ module Aws::IoTSiteWise
|
|
1839
1893
|
#
|
1840
1894
|
class DescribeAccessPolicyRequest < Struct.new(
|
1841
1895
|
:access_policy_id)
|
1896
|
+
SENSITIVE = []
|
1842
1897
|
include Aws::Structure
|
1843
1898
|
end
|
1844
1899
|
|
@@ -1887,6 +1942,7 @@ module Aws::IoTSiteWise
|
|
1887
1942
|
:access_policy_permission,
|
1888
1943
|
:access_policy_creation_date,
|
1889
1944
|
:access_policy_last_update_date)
|
1945
|
+
SENSITIVE = []
|
1890
1946
|
include Aws::Structure
|
1891
1947
|
end
|
1892
1948
|
|
@@ -1903,6 +1959,7 @@ module Aws::IoTSiteWise
|
|
1903
1959
|
#
|
1904
1960
|
class DescribeAssetModelRequest < Struct.new(
|
1905
1961
|
:asset_model_id)
|
1962
|
+
SENSITIVE = []
|
1906
1963
|
include Aws::Structure
|
1907
1964
|
end
|
1908
1965
|
|
@@ -1962,6 +2019,7 @@ module Aws::IoTSiteWise
|
|
1962
2019
|
:asset_model_creation_date,
|
1963
2020
|
:asset_model_last_update_date,
|
1964
2021
|
:asset_model_status)
|
2022
|
+
SENSITIVE = []
|
1965
2023
|
include Aws::Structure
|
1966
2024
|
end
|
1967
2025
|
|
@@ -1984,6 +2042,7 @@ module Aws::IoTSiteWise
|
|
1984
2042
|
class DescribeAssetPropertyRequest < Struct.new(
|
1985
2043
|
:asset_id,
|
1986
2044
|
:property_id)
|
2045
|
+
SENSITIVE = []
|
1987
2046
|
include Aws::Structure
|
1988
2047
|
end
|
1989
2048
|
|
@@ -2008,6 +2067,7 @@ module Aws::IoTSiteWise
|
|
2008
2067
|
:asset_name,
|
2009
2068
|
:asset_model_id,
|
2010
2069
|
:asset_property)
|
2070
|
+
SENSITIVE = []
|
2011
2071
|
include Aws::Structure
|
2012
2072
|
end
|
2013
2073
|
|
@@ -2024,6 +2084,7 @@ module Aws::IoTSiteWise
|
|
2024
2084
|
#
|
2025
2085
|
class DescribeAssetRequest < Struct.new(
|
2026
2086
|
:asset_id)
|
2087
|
+
SENSITIVE = []
|
2027
2088
|
include Aws::Structure
|
2028
2089
|
end
|
2029
2090
|
|
@@ -2081,6 +2142,7 @@ module Aws::IoTSiteWise
|
|
2081
2142
|
:asset_creation_date,
|
2082
2143
|
:asset_last_update_date,
|
2083
2144
|
:asset_status)
|
2145
|
+
SENSITIVE = []
|
2084
2146
|
include Aws::Structure
|
2085
2147
|
end
|
2086
2148
|
|
@@ -2097,6 +2159,7 @@ module Aws::IoTSiteWise
|
|
2097
2159
|
#
|
2098
2160
|
class DescribeDashboardRequest < Struct.new(
|
2099
2161
|
:dashboard_id)
|
2162
|
+
SENSITIVE = []
|
2100
2163
|
include Aws::Structure
|
2101
2164
|
end
|
2102
2165
|
|
@@ -2153,6 +2216,7 @@ module Aws::IoTSiteWise
|
|
2153
2216
|
:dashboard_definition,
|
2154
2217
|
:dashboard_creation_date,
|
2155
2218
|
:dashboard_last_update_date)
|
2219
|
+
SENSITIVE = []
|
2156
2220
|
include Aws::Structure
|
2157
2221
|
end
|
2158
2222
|
|
@@ -2179,6 +2243,7 @@ module Aws::IoTSiteWise
|
|
2179
2243
|
class DescribeGatewayCapabilityConfigurationRequest < Struct.new(
|
2180
2244
|
:gateway_id,
|
2181
2245
|
:capability_namespace)
|
2246
|
+
SENSITIVE = []
|
2182
2247
|
include Aws::Structure
|
2183
2248
|
end
|
2184
2249
|
|
@@ -2217,6 +2282,7 @@ module Aws::IoTSiteWise
|
|
2217
2282
|
:capability_namespace,
|
2218
2283
|
:capability_configuration,
|
2219
2284
|
:capability_sync_status)
|
2285
|
+
SENSITIVE = []
|
2220
2286
|
include Aws::Structure
|
2221
2287
|
end
|
2222
2288
|
|
@@ -2233,6 +2299,7 @@ module Aws::IoTSiteWise
|
|
2233
2299
|
#
|
2234
2300
|
class DescribeGatewayRequest < Struct.new(
|
2235
2301
|
:gateway_id)
|
2302
|
+
SENSITIVE = []
|
2236
2303
|
include Aws::Structure
|
2237
2304
|
end
|
2238
2305
|
|
@@ -2285,6 +2352,7 @@ module Aws::IoTSiteWise
|
|
2285
2352
|
:gateway_capability_summaries,
|
2286
2353
|
:creation_date,
|
2287
2354
|
:last_update_date)
|
2355
|
+
SENSITIVE = []
|
2288
2356
|
include Aws::Structure
|
2289
2357
|
end
|
2290
2358
|
|
@@ -2298,6 +2366,7 @@ module Aws::IoTSiteWise
|
|
2298
2366
|
#
|
2299
2367
|
class DescribeLoggingOptionsResponse < Struct.new(
|
2300
2368
|
:logging_options)
|
2369
|
+
SENSITIVE = []
|
2301
2370
|
include Aws::Structure
|
2302
2371
|
end
|
2303
2372
|
|
@@ -2314,6 +2383,7 @@ module Aws::IoTSiteWise
|
|
2314
2383
|
#
|
2315
2384
|
class DescribePortalRequest < Struct.new(
|
2316
2385
|
:portal_id)
|
2386
|
+
SENSITIVE = []
|
2317
2387
|
include Aws::Structure
|
2318
2388
|
end
|
2319
2389
|
|
@@ -2395,6 +2465,7 @@ module Aws::IoTSiteWise
|
|
2395
2465
|
:portal_last_update_date,
|
2396
2466
|
:portal_logo_image_location,
|
2397
2467
|
:role_arn)
|
2468
|
+
SENSITIVE = []
|
2398
2469
|
include Aws::Structure
|
2399
2470
|
end
|
2400
2471
|
|
@@ -2411,6 +2482,7 @@ module Aws::IoTSiteWise
|
|
2411
2482
|
#
|
2412
2483
|
class DescribeProjectRequest < Struct.new(
|
2413
2484
|
:project_id)
|
2485
|
+
SENSITIVE = []
|
2414
2486
|
include Aws::Structure
|
2415
2487
|
end
|
2416
2488
|
|
@@ -2456,6 +2528,7 @@ module Aws::IoTSiteWise
|
|
2456
2528
|
:project_description,
|
2457
2529
|
:project_creation_date,
|
2458
2530
|
:project_last_update_date)
|
2531
|
+
SENSITIVE = []
|
2459
2532
|
include Aws::Structure
|
2460
2533
|
end
|
2461
2534
|
|
@@ -2504,6 +2577,7 @@ module Aws::IoTSiteWise
|
|
2504
2577
|
:hierarchy_id,
|
2505
2578
|
:child_asset_id,
|
2506
2579
|
:client_token)
|
2580
|
+
SENSITIVE = []
|
2507
2581
|
include Aws::Structure
|
2508
2582
|
end
|
2509
2583
|
|
@@ -2520,6 +2594,7 @@ module Aws::IoTSiteWise
|
|
2520
2594
|
class ErrorDetails < Struct.new(
|
2521
2595
|
:code,
|
2522
2596
|
:message)
|
2597
|
+
SENSITIVE = []
|
2523
2598
|
include Aws::Structure
|
2524
2599
|
end
|
2525
2600
|
|
@@ -2548,6 +2623,7 @@ module Aws::IoTSiteWise
|
|
2548
2623
|
class ExpressionVariable < Struct.new(
|
2549
2624
|
:name,
|
2550
2625
|
:value)
|
2626
|
+
SENSITIVE = []
|
2551
2627
|
include Aws::Structure
|
2552
2628
|
end
|
2553
2629
|
|
@@ -2576,6 +2652,7 @@ module Aws::IoTSiteWise
|
|
2576
2652
|
class GatewayCapabilitySummary < Struct.new(
|
2577
2653
|
:capability_namespace,
|
2578
2654
|
:capability_sync_status)
|
2655
|
+
SENSITIVE = []
|
2579
2656
|
include Aws::Structure
|
2580
2657
|
end
|
2581
2658
|
|
@@ -2596,6 +2673,7 @@ module Aws::IoTSiteWise
|
|
2596
2673
|
#
|
2597
2674
|
class GatewayPlatform < Struct.new(
|
2598
2675
|
:greengrass)
|
2676
|
+
SENSITIVE = []
|
2599
2677
|
include Aws::Structure
|
2600
2678
|
end
|
2601
2679
|
|
@@ -2634,6 +2712,7 @@ module Aws::IoTSiteWise
|
|
2634
2712
|
:gateway_capability_summaries,
|
2635
2713
|
:creation_date,
|
2636
2714
|
:last_update_date)
|
2715
|
+
SENSITIVE = []
|
2637
2716
|
include Aws::Structure
|
2638
2717
|
end
|
2639
2718
|
|
@@ -2720,6 +2799,7 @@ module Aws::IoTSiteWise
|
|
2720
2799
|
:time_ordering,
|
2721
2800
|
:next_token,
|
2722
2801
|
:max_results)
|
2802
|
+
SENSITIVE = []
|
2723
2803
|
include Aws::Structure
|
2724
2804
|
end
|
2725
2805
|
|
@@ -2735,6 +2815,7 @@ module Aws::IoTSiteWise
|
|
2735
2815
|
class GetAssetPropertyAggregatesResponse < Struct.new(
|
2736
2816
|
:aggregated_values,
|
2737
2817
|
:next_token)
|
2818
|
+
SENSITIVE = []
|
2738
2819
|
include Aws::Structure
|
2739
2820
|
end
|
2740
2821
|
|
@@ -2809,6 +2890,7 @@ module Aws::IoTSiteWise
|
|
2809
2890
|
:time_ordering,
|
2810
2891
|
:next_token,
|
2811
2892
|
:max_results)
|
2893
|
+
SENSITIVE = []
|
2812
2894
|
include Aws::Structure
|
2813
2895
|
end
|
2814
2896
|
|
@@ -2824,6 +2906,7 @@ module Aws::IoTSiteWise
|
|
2824
2906
|
class GetAssetPropertyValueHistoryResponse < Struct.new(
|
2825
2907
|
:asset_property_value_history,
|
2826
2908
|
:next_token)
|
2909
|
+
SENSITIVE = []
|
2827
2910
|
include Aws::Structure
|
2828
2911
|
end
|
2829
2912
|
|
@@ -2860,6 +2943,7 @@ module Aws::IoTSiteWise
|
|
2860
2943
|
:asset_id,
|
2861
2944
|
:property_id,
|
2862
2945
|
:property_alias)
|
2946
|
+
SENSITIVE = []
|
2863
2947
|
include Aws::Structure
|
2864
2948
|
end
|
2865
2949
|
|
@@ -2869,6 +2953,7 @@ module Aws::IoTSiteWise
|
|
2869
2953
|
#
|
2870
2954
|
class GetAssetPropertyValueResponse < Struct.new(
|
2871
2955
|
:property_value)
|
2956
|
+
SENSITIVE = []
|
2872
2957
|
include Aws::Structure
|
2873
2958
|
end
|
2874
2959
|
|
@@ -2904,6 +2989,7 @@ module Aws::IoTSiteWise
|
|
2904
2989
|
#
|
2905
2990
|
class Greengrass < Struct.new(
|
2906
2991
|
:group_arn)
|
2992
|
+
SENSITIVE = []
|
2907
2993
|
include Aws::Structure
|
2908
2994
|
end
|
2909
2995
|
|
@@ -2922,6 +3008,7 @@ module Aws::IoTSiteWise
|
|
2922
3008
|
#
|
2923
3009
|
class GroupIdentity < Struct.new(
|
2924
3010
|
:id)
|
3011
|
+
SENSITIVE = []
|
2925
3012
|
include Aws::Structure
|
2926
3013
|
end
|
2927
3014
|
|
@@ -2960,6 +3047,7 @@ module Aws::IoTSiteWise
|
|
2960
3047
|
class Identity < Struct.new(
|
2961
3048
|
:user,
|
2962
3049
|
:group)
|
3050
|
+
SENSITIVE = []
|
2963
3051
|
include Aws::Structure
|
2964
3052
|
end
|
2965
3053
|
|
@@ -2993,6 +3081,7 @@ module Aws::IoTSiteWise
|
|
2993
3081
|
class Image < Struct.new(
|
2994
3082
|
:id,
|
2995
3083
|
:file)
|
3084
|
+
SENSITIVE = []
|
2996
3085
|
include Aws::Structure
|
2997
3086
|
end
|
2998
3087
|
|
@@ -3018,6 +3107,7 @@ module Aws::IoTSiteWise
|
|
3018
3107
|
class ImageFile < Struct.new(
|
3019
3108
|
:data,
|
3020
3109
|
:type)
|
3110
|
+
SENSITIVE = []
|
3021
3111
|
include Aws::Structure
|
3022
3112
|
end
|
3023
3113
|
|
@@ -3036,6 +3126,7 @@ module Aws::IoTSiteWise
|
|
3036
3126
|
class ImageLocation < Struct.new(
|
3037
3127
|
:id,
|
3038
3128
|
:url)
|
3129
|
+
SENSITIVE = []
|
3039
3130
|
include Aws::Structure
|
3040
3131
|
end
|
3041
3132
|
|
@@ -3047,6 +3138,7 @@ module Aws::IoTSiteWise
|
|
3047
3138
|
#
|
3048
3139
|
class InternalFailureException < Struct.new(
|
3049
3140
|
:message)
|
3141
|
+
SENSITIVE = []
|
3050
3142
|
include Aws::Structure
|
3051
3143
|
end
|
3052
3144
|
|
@@ -3059,6 +3151,7 @@ module Aws::IoTSiteWise
|
|
3059
3151
|
#
|
3060
3152
|
class InvalidRequestException < Struct.new(
|
3061
3153
|
:message)
|
3154
|
+
SENSITIVE = []
|
3062
3155
|
include Aws::Structure
|
3063
3156
|
end
|
3064
3157
|
|
@@ -3079,6 +3172,7 @@ module Aws::IoTSiteWise
|
|
3079
3172
|
#
|
3080
3173
|
class LimitExceededException < Struct.new(
|
3081
3174
|
:message)
|
3175
|
+
SENSITIVE = []
|
3082
3176
|
include Aws::Structure
|
3083
3177
|
end
|
3084
3178
|
|
@@ -3129,6 +3223,7 @@ module Aws::IoTSiteWise
|
|
3129
3223
|
:resource_id,
|
3130
3224
|
:next_token,
|
3131
3225
|
:max_results)
|
3226
|
+
SENSITIVE = []
|
3132
3227
|
include Aws::Structure
|
3133
3228
|
end
|
3134
3229
|
|
@@ -3144,6 +3239,7 @@ module Aws::IoTSiteWise
|
|
3144
3239
|
class ListAccessPoliciesResponse < Struct.new(
|
3145
3240
|
:access_policy_summaries,
|
3146
3241
|
:next_token)
|
3242
|
+
SENSITIVE = []
|
3147
3243
|
include Aws::Structure
|
3148
3244
|
end
|
3149
3245
|
|
@@ -3166,6 +3262,7 @@ module Aws::IoTSiteWise
|
|
3166
3262
|
class ListAssetModelsRequest < Struct.new(
|
3167
3263
|
:next_token,
|
3168
3264
|
:max_results)
|
3265
|
+
SENSITIVE = []
|
3169
3266
|
include Aws::Structure
|
3170
3267
|
end
|
3171
3268
|
|
@@ -3181,6 +3278,7 @@ module Aws::IoTSiteWise
|
|
3181
3278
|
class ListAssetModelsResponse < Struct.new(
|
3182
3279
|
:asset_model_summaries,
|
3183
3280
|
:next_token)
|
3281
|
+
SENSITIVE = []
|
3184
3282
|
include Aws::Structure
|
3185
3283
|
end
|
3186
3284
|
|
@@ -3223,6 +3321,7 @@ module Aws::IoTSiteWise
|
|
3223
3321
|
:max_results,
|
3224
3322
|
:asset_model_id,
|
3225
3323
|
:filter)
|
3324
|
+
SENSITIVE = []
|
3226
3325
|
include Aws::Structure
|
3227
3326
|
end
|
3228
3327
|
|
@@ -3238,6 +3337,7 @@ module Aws::IoTSiteWise
|
|
3238
3337
|
class ListAssetsResponse < Struct.new(
|
3239
3338
|
:asset_summaries,
|
3240
3339
|
:next_token)
|
3340
|
+
SENSITIVE = []
|
3241
3341
|
include Aws::Structure
|
3242
3342
|
end
|
3243
3343
|
|
@@ -3283,6 +3383,7 @@ module Aws::IoTSiteWise
|
|
3283
3383
|
:hierarchy_id,
|
3284
3384
|
:next_token,
|
3285
3385
|
:max_results)
|
3386
|
+
SENSITIVE = []
|
3286
3387
|
include Aws::Structure
|
3287
3388
|
end
|
3288
3389
|
|
@@ -3298,6 +3399,7 @@ module Aws::IoTSiteWise
|
|
3298
3399
|
class ListAssociatedAssetsResponse < Struct.new(
|
3299
3400
|
:asset_summaries,
|
3300
3401
|
:next_token)
|
3402
|
+
SENSITIVE = []
|
3301
3403
|
include Aws::Structure
|
3302
3404
|
end
|
3303
3405
|
|
@@ -3326,6 +3428,7 @@ module Aws::IoTSiteWise
|
|
3326
3428
|
:project_id,
|
3327
3429
|
:next_token,
|
3328
3430
|
:max_results)
|
3431
|
+
SENSITIVE = []
|
3329
3432
|
include Aws::Structure
|
3330
3433
|
end
|
3331
3434
|
|
@@ -3341,6 +3444,7 @@ module Aws::IoTSiteWise
|
|
3341
3444
|
class ListDashboardsResponse < Struct.new(
|
3342
3445
|
:dashboard_summaries,
|
3343
3446
|
:next_token)
|
3447
|
+
SENSITIVE = []
|
3344
3448
|
include Aws::Structure
|
3345
3449
|
end
|
3346
3450
|
|
@@ -3363,6 +3467,7 @@ module Aws::IoTSiteWise
|
|
3363
3467
|
class ListGatewaysRequest < Struct.new(
|
3364
3468
|
:next_token,
|
3365
3469
|
:max_results)
|
3470
|
+
SENSITIVE = []
|
3366
3471
|
include Aws::Structure
|
3367
3472
|
end
|
3368
3473
|
|
@@ -3378,6 +3483,7 @@ module Aws::IoTSiteWise
|
|
3378
3483
|
class ListGatewaysResponse < Struct.new(
|
3379
3484
|
:gateway_summaries,
|
3380
3485
|
:next_token)
|
3486
|
+
SENSITIVE = []
|
3381
3487
|
include Aws::Structure
|
3382
3488
|
end
|
3383
3489
|
|
@@ -3400,6 +3506,7 @@ module Aws::IoTSiteWise
|
|
3400
3506
|
class ListPortalsRequest < Struct.new(
|
3401
3507
|
:next_token,
|
3402
3508
|
:max_results)
|
3509
|
+
SENSITIVE = []
|
3403
3510
|
include Aws::Structure
|
3404
3511
|
end
|
3405
3512
|
|
@@ -3415,6 +3522,7 @@ module Aws::IoTSiteWise
|
|
3415
3522
|
class ListPortalsResponse < Struct.new(
|
3416
3523
|
:portal_summaries,
|
3417
3524
|
:next_token)
|
3525
|
+
SENSITIVE = []
|
3418
3526
|
include Aws::Structure
|
3419
3527
|
end
|
3420
3528
|
|
@@ -3443,6 +3551,7 @@ module Aws::IoTSiteWise
|
|
3443
3551
|
:project_id,
|
3444
3552
|
:next_token,
|
3445
3553
|
:max_results)
|
3554
|
+
SENSITIVE = []
|
3446
3555
|
include Aws::Structure
|
3447
3556
|
end
|
3448
3557
|
|
@@ -3459,6 +3568,7 @@ module Aws::IoTSiteWise
|
|
3459
3568
|
class ListProjectAssetsResponse < Struct.new(
|
3460
3569
|
:asset_ids,
|
3461
3570
|
:next_token)
|
3571
|
+
SENSITIVE = []
|
3462
3572
|
include Aws::Structure
|
3463
3573
|
end
|
3464
3574
|
|
@@ -3487,6 +3597,7 @@ module Aws::IoTSiteWise
|
|
3487
3597
|
:portal_id,
|
3488
3598
|
:next_token,
|
3489
3599
|
:max_results)
|
3600
|
+
SENSITIVE = []
|
3490
3601
|
include Aws::Structure
|
3491
3602
|
end
|
3492
3603
|
|
@@ -3502,6 +3613,7 @@ module Aws::IoTSiteWise
|
|
3502
3613
|
class ListProjectsResponse < Struct.new(
|
3503
3614
|
:project_summaries,
|
3504
3615
|
:next_token)
|
3616
|
+
SENSITIVE = []
|
3505
3617
|
include Aws::Structure
|
3506
3618
|
end
|
3507
3619
|
|
@@ -3522,6 +3634,7 @@ module Aws::IoTSiteWise
|
|
3522
3634
|
#
|
3523
3635
|
class ListTagsForResourceRequest < Struct.new(
|
3524
3636
|
:resource_arn)
|
3637
|
+
SENSITIVE = []
|
3525
3638
|
include Aws::Structure
|
3526
3639
|
end
|
3527
3640
|
|
@@ -3537,6 +3650,7 @@ module Aws::IoTSiteWise
|
|
3537
3650
|
#
|
3538
3651
|
class ListTagsForResourceResponse < Struct.new(
|
3539
3652
|
:tags)
|
3653
|
+
SENSITIVE = []
|
3540
3654
|
include Aws::Structure
|
3541
3655
|
end
|
3542
3656
|
|
@@ -3555,6 +3669,7 @@ module Aws::IoTSiteWise
|
|
3555
3669
|
#
|
3556
3670
|
class LoggingOptions < Struct.new(
|
3557
3671
|
:level)
|
3672
|
+
SENSITIVE = []
|
3558
3673
|
include Aws::Structure
|
3559
3674
|
end
|
3560
3675
|
|
@@ -3636,6 +3751,7 @@ module Aws::IoTSiteWise
|
|
3636
3751
|
:expression,
|
3637
3752
|
:variables,
|
3638
3753
|
:window)
|
3754
|
+
SENSITIVE = []
|
3639
3755
|
include Aws::Structure
|
3640
3756
|
end
|
3641
3757
|
|
@@ -3657,6 +3773,7 @@ module Aws::IoTSiteWise
|
|
3657
3773
|
#
|
3658
3774
|
class MetricWindow < Struct.new(
|
3659
3775
|
:tumbling)
|
3776
|
+
SENSITIVE = []
|
3660
3777
|
include Aws::Structure
|
3661
3778
|
end
|
3662
3779
|
|
@@ -3673,6 +3790,7 @@ module Aws::IoTSiteWise
|
|
3673
3790
|
class MonitorErrorDetails < Struct.new(
|
3674
3791
|
:code,
|
3675
3792
|
:message)
|
3793
|
+
SENSITIVE = []
|
3676
3794
|
include Aws::Structure
|
3677
3795
|
end
|
3678
3796
|
|
@@ -3691,6 +3809,7 @@ module Aws::IoTSiteWise
|
|
3691
3809
|
#
|
3692
3810
|
class PortalResource < Struct.new(
|
3693
3811
|
:id)
|
3812
|
+
SENSITIVE = []
|
3694
3813
|
include Aws::Structure
|
3695
3814
|
end
|
3696
3815
|
|
@@ -3707,6 +3826,7 @@ module Aws::IoTSiteWise
|
|
3707
3826
|
class PortalStatus < Struct.new(
|
3708
3827
|
:state,
|
3709
3828
|
:error)
|
3829
|
+
SENSITIVE = []
|
3710
3830
|
include Aws::Structure
|
3711
3831
|
end
|
3712
3832
|
|
@@ -3757,6 +3877,7 @@ module Aws::IoTSiteWise
|
|
3757
3877
|
:creation_date,
|
3758
3878
|
:last_update_date,
|
3759
3879
|
:role_arn)
|
3880
|
+
SENSITIVE = []
|
3760
3881
|
include Aws::Structure
|
3761
3882
|
end
|
3762
3883
|
|
@@ -3775,6 +3896,7 @@ module Aws::IoTSiteWise
|
|
3775
3896
|
#
|
3776
3897
|
class ProjectResource < Struct.new(
|
3777
3898
|
:id)
|
3899
|
+
SENSITIVE = []
|
3778
3900
|
include Aws::Structure
|
3779
3901
|
end
|
3780
3902
|
|
@@ -3806,6 +3928,7 @@ module Aws::IoTSiteWise
|
|
3806
3928
|
:description,
|
3807
3929
|
:creation_date,
|
3808
3930
|
:last_update_date)
|
3931
|
+
SENSITIVE = []
|
3809
3932
|
include Aws::Structure
|
3810
3933
|
end
|
3811
3934
|
|
@@ -3861,6 +3984,7 @@ module Aws::IoTSiteWise
|
|
3861
3984
|
:data_type,
|
3862
3985
|
:unit,
|
3863
3986
|
:type)
|
3987
|
+
SENSITIVE = []
|
3864
3988
|
include Aws::Structure
|
3865
3989
|
end
|
3866
3990
|
|
@@ -3886,6 +4010,7 @@ module Aws::IoTSiteWise
|
|
3886
4010
|
class PropertyNotification < Struct.new(
|
3887
4011
|
:topic,
|
3888
4012
|
:state)
|
4013
|
+
SENSITIVE = []
|
3889
4014
|
include Aws::Structure
|
3890
4015
|
end
|
3891
4016
|
|
@@ -3967,6 +4092,7 @@ module Aws::IoTSiteWise
|
|
3967
4092
|
:measurement,
|
3968
4093
|
:transform,
|
3969
4094
|
:metric)
|
4095
|
+
SENSITIVE = []
|
3970
4096
|
include Aws::Structure
|
3971
4097
|
end
|
3972
4098
|
|
@@ -4038,6 +4164,7 @@ module Aws::IoTSiteWise
|
|
4038
4164
|
:property_id,
|
4039
4165
|
:property_alias,
|
4040
4166
|
:property_values)
|
4167
|
+
SENSITIVE = []
|
4041
4168
|
include Aws::Structure
|
4042
4169
|
end
|
4043
4170
|
|
@@ -4056,6 +4183,7 @@ module Aws::IoTSiteWise
|
|
4056
4183
|
#
|
4057
4184
|
class PutLoggingOptionsRequest < Struct.new(
|
4058
4185
|
:logging_options)
|
4186
|
+
SENSITIVE = []
|
4059
4187
|
include Aws::Structure
|
4060
4188
|
end
|
4061
4189
|
|
@@ -4087,6 +4215,7 @@ module Aws::IoTSiteWise
|
|
4087
4215
|
class Resource < Struct.new(
|
4088
4216
|
:portal,
|
4089
4217
|
:project)
|
4218
|
+
SENSITIVE = []
|
4090
4219
|
include Aws::Structure
|
4091
4220
|
end
|
4092
4221
|
|
@@ -4107,6 +4236,7 @@ module Aws::IoTSiteWise
|
|
4107
4236
|
:message,
|
4108
4237
|
:resource_id,
|
4109
4238
|
:resource_arn)
|
4239
|
+
SENSITIVE = []
|
4110
4240
|
include Aws::Structure
|
4111
4241
|
end
|
4112
4242
|
|
@@ -4117,6 +4247,7 @@ module Aws::IoTSiteWise
|
|
4117
4247
|
#
|
4118
4248
|
class ResourceNotFoundException < Struct.new(
|
4119
4249
|
:message)
|
4250
|
+
SENSITIVE = []
|
4120
4251
|
include Aws::Structure
|
4121
4252
|
end
|
4122
4253
|
|
@@ -4127,6 +4258,7 @@ module Aws::IoTSiteWise
|
|
4127
4258
|
#
|
4128
4259
|
class ServiceUnavailableException < Struct.new(
|
4129
4260
|
:message)
|
4261
|
+
SENSITIVE = []
|
4130
4262
|
include Aws::Structure
|
4131
4263
|
end
|
4132
4264
|
|
@@ -4161,6 +4293,7 @@ module Aws::IoTSiteWise
|
|
4161
4293
|
class TagResourceRequest < Struct.new(
|
4162
4294
|
:resource_arn,
|
4163
4295
|
:tags)
|
4296
|
+
SENSITIVE = []
|
4164
4297
|
include Aws::Structure
|
4165
4298
|
end
|
4166
4299
|
|
@@ -4182,6 +4315,7 @@ module Aws::IoTSiteWise
|
|
4182
4315
|
#
|
4183
4316
|
class ThrottlingException < Struct.new(
|
4184
4317
|
:message)
|
4318
|
+
SENSITIVE = []
|
4185
4319
|
include Aws::Structure
|
4186
4320
|
end
|
4187
4321
|
|
@@ -4207,6 +4341,7 @@ module Aws::IoTSiteWise
|
|
4207
4341
|
class TimeInNanos < Struct.new(
|
4208
4342
|
:time_in_seconds,
|
4209
4343
|
:offset_in_nanos)
|
4344
|
+
SENSITIVE = []
|
4210
4345
|
include Aws::Structure
|
4211
4346
|
end
|
4212
4347
|
|
@@ -4228,6 +4363,7 @@ module Aws::IoTSiteWise
|
|
4228
4363
|
class TooManyTagsException < Struct.new(
|
4229
4364
|
:message,
|
4230
4365
|
:resource_name)
|
4366
|
+
SENSITIVE = []
|
4231
4367
|
include Aws::Structure
|
4232
4368
|
end
|
4233
4369
|
|
@@ -4282,6 +4418,7 @@ module Aws::IoTSiteWise
|
|
4282
4418
|
class Transform < Struct.new(
|
4283
4419
|
:expression,
|
4284
4420
|
:variables)
|
4421
|
+
SENSITIVE = []
|
4285
4422
|
include Aws::Structure
|
4286
4423
|
end
|
4287
4424
|
|
@@ -4312,6 +4449,7 @@ module Aws::IoTSiteWise
|
|
4312
4449
|
#
|
4313
4450
|
class TumblingWindow < Struct.new(
|
4314
4451
|
:interval)
|
4452
|
+
SENSITIVE = []
|
4315
4453
|
include Aws::Structure
|
4316
4454
|
end
|
4317
4455
|
|
@@ -4338,6 +4476,7 @@ module Aws::IoTSiteWise
|
|
4338
4476
|
class UntagResourceRequest < Struct.new(
|
4339
4477
|
:resource_arn,
|
4340
4478
|
:tag_keys)
|
4479
|
+
SENSITIVE = []
|
4341
4480
|
include Aws::Structure
|
4342
4481
|
end
|
4343
4482
|
|
@@ -4402,6 +4541,7 @@ module Aws::IoTSiteWise
|
|
4402
4541
|
:access_policy_resource,
|
4403
4542
|
:access_policy_permission,
|
4404
4543
|
:client_token)
|
4544
|
+
SENSITIVE = []
|
4405
4545
|
include Aws::Structure
|
4406
4546
|
end
|
4407
4547
|
|
@@ -4525,6 +4665,7 @@ module Aws::IoTSiteWise
|
|
4525
4665
|
:asset_model_properties,
|
4526
4666
|
:asset_model_hierarchies,
|
4527
4667
|
:client_token)
|
4668
|
+
SENSITIVE = []
|
4528
4669
|
include Aws::Structure
|
4529
4670
|
end
|
4530
4671
|
|
@@ -4535,6 +4676,7 @@ module Aws::IoTSiteWise
|
|
4535
4676
|
#
|
4536
4677
|
class UpdateAssetModelResponse < Struct.new(
|
4537
4678
|
:asset_model_status)
|
4679
|
+
SENSITIVE = []
|
4538
4680
|
include Aws::Structure
|
4539
4681
|
end
|
4540
4682
|
|
@@ -4601,6 +4743,7 @@ module Aws::IoTSiteWise
|
|
4601
4743
|
:property_alias,
|
4602
4744
|
:property_notification_state,
|
4603
4745
|
:client_token)
|
4746
|
+
SENSITIVE = []
|
4604
4747
|
include Aws::Structure
|
4605
4748
|
end
|
4606
4749
|
|
@@ -4634,6 +4777,7 @@ module Aws::IoTSiteWise
|
|
4634
4777
|
:asset_id,
|
4635
4778
|
:asset_name,
|
4636
4779
|
:client_token)
|
4780
|
+
SENSITIVE = []
|
4637
4781
|
include Aws::Structure
|
4638
4782
|
end
|
4639
4783
|
|
@@ -4644,6 +4788,7 @@ module Aws::IoTSiteWise
|
|
4644
4788
|
#
|
4645
4789
|
class UpdateAssetResponse < Struct.new(
|
4646
4790
|
:asset_status)
|
4791
|
+
SENSITIVE = []
|
4647
4792
|
include Aws::Structure
|
4648
4793
|
end
|
4649
4794
|
|
@@ -4695,6 +4840,7 @@ module Aws::IoTSiteWise
|
|
4695
4840
|
:dashboard_description,
|
4696
4841
|
:dashboard_definition,
|
4697
4842
|
:client_token)
|
4843
|
+
SENSITIVE = []
|
4698
4844
|
include Aws::Structure
|
4699
4845
|
end
|
4700
4846
|
|
@@ -4735,6 +4881,7 @@ module Aws::IoTSiteWise
|
|
4735
4881
|
:gateway_id,
|
4736
4882
|
:capability_namespace,
|
4737
4883
|
:capability_configuration)
|
4884
|
+
SENSITIVE = []
|
4738
4885
|
include Aws::Structure
|
4739
4886
|
end
|
4740
4887
|
|
@@ -4761,6 +4908,7 @@ module Aws::IoTSiteWise
|
|
4761
4908
|
class UpdateGatewayCapabilityConfigurationResponse < Struct.new(
|
4762
4909
|
:capability_namespace,
|
4763
4910
|
:capability_sync_status)
|
4911
|
+
SENSITIVE = []
|
4764
4912
|
include Aws::Structure
|
4765
4913
|
end
|
4766
4914
|
|
@@ -4783,6 +4931,7 @@ module Aws::IoTSiteWise
|
|
4783
4931
|
class UpdateGatewayRequest < Struct.new(
|
4784
4932
|
:gateway_id,
|
4785
4933
|
:gateway_name)
|
4934
|
+
SENSITIVE = []
|
4786
4935
|
include Aws::Structure
|
4787
4936
|
end
|
4788
4937
|
|
@@ -4859,6 +5008,7 @@ module Aws::IoTSiteWise
|
|
4859
5008
|
:portal_logo_image,
|
4860
5009
|
:role_arn,
|
4861
5010
|
:client_token)
|
5011
|
+
SENSITIVE = []
|
4862
5012
|
include Aws::Structure
|
4863
5013
|
end
|
4864
5014
|
|
@@ -4869,6 +5019,7 @@ module Aws::IoTSiteWise
|
|
4869
5019
|
#
|
4870
5020
|
class UpdatePortalResponse < Struct.new(
|
4871
5021
|
:portal_status)
|
5022
|
+
SENSITIVE = []
|
4872
5023
|
include Aws::Structure
|
4873
5024
|
end
|
4874
5025
|
|
@@ -4908,6 +5059,7 @@ module Aws::IoTSiteWise
|
|
4908
5059
|
:project_name,
|
4909
5060
|
:project_description,
|
4910
5061
|
:client_token)
|
5062
|
+
SENSITIVE = []
|
4911
5063
|
include Aws::Structure
|
4912
5064
|
end
|
4913
5065
|
|
@@ -4928,6 +5080,7 @@ module Aws::IoTSiteWise
|
|
4928
5080
|
#
|
4929
5081
|
class UserIdentity < Struct.new(
|
4930
5082
|
:id)
|
5083
|
+
SENSITIVE = []
|
4931
5084
|
include Aws::Structure
|
4932
5085
|
end
|
4933
5086
|
|
@@ -4964,6 +5117,7 @@ module Aws::IoTSiteWise
|
|
4964
5117
|
class VariableValue < Struct.new(
|
4965
5118
|
:property_id,
|
4966
5119
|
:hierarchy_id)
|
5120
|
+
SENSITIVE = []
|
4967
5121
|
include Aws::Structure
|
4968
5122
|
end
|
4969
5123
|
|
@@ -5000,6 +5154,7 @@ module Aws::IoTSiteWise
|
|
5000
5154
|
:integer_value,
|
5001
5155
|
:double_value,
|
5002
5156
|
:boolean_value)
|
5157
|
+
SENSITIVE = []
|
5003
5158
|
include Aws::Structure
|
5004
5159
|
end
|
5005
5160
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-iotsitewise
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-06-
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|