aws-sdk-iotsitewise 1.21.0 → 1.25.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotsitewise.rb +1 -1
- data/lib/aws-sdk-iotsitewise/client.rb +309 -180
- data/lib/aws-sdk-iotsitewise/client_api.rb +117 -25
- data/lib/aws-sdk-iotsitewise/types.rb +489 -215
- metadata +2 -2
@@ -22,6 +22,7 @@ module Aws::IoTSiteWise
|
|
22
22
|
AggregatedValue = Shapes::StructureShape.new(name: 'AggregatedValue')
|
23
23
|
AggregatedValues = Shapes::ListShape.new(name: 'AggregatedValues')
|
24
24
|
Aggregates = Shapes::StructureShape.new(name: 'Aggregates')
|
25
|
+
Alarms = Shapes::StructureShape.new(name: 'Alarms')
|
25
26
|
AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
|
26
27
|
AssetCompositeModel = Shapes::StructureShape.new(name: 'AssetCompositeModel')
|
27
28
|
AssetCompositeModels = Shapes::ListShape.new(name: 'AssetCompositeModels')
|
@@ -102,6 +103,7 @@ module Aws::IoTSiteWise
|
|
102
103
|
CreatePortalResponse = Shapes::StructureShape.new(name: 'CreatePortalResponse')
|
103
104
|
CreateProjectRequest = Shapes::StructureShape.new(name: 'CreateProjectRequest')
|
104
105
|
CreateProjectResponse = Shapes::StructureShape.new(name: 'CreateProjectResponse')
|
106
|
+
CustomerManagedS3Storage = Shapes::StructureShape.new(name: 'CustomerManagedS3Storage')
|
105
107
|
DashboardDefinition = Shapes::StringShape.new(name: 'DashboardDefinition')
|
106
108
|
DashboardSummaries = Shapes::ListShape.new(name: 'DashboardSummaries')
|
107
109
|
DashboardSummary = Shapes::StructureShape.new(name: 'DashboardSummary')
|
@@ -141,6 +143,8 @@ module Aws::IoTSiteWise
|
|
141
143
|
DescribePortalResponse = Shapes::StructureShape.new(name: 'DescribePortalResponse')
|
142
144
|
DescribeProjectRequest = Shapes::StructureShape.new(name: 'DescribeProjectRequest')
|
143
145
|
DescribeProjectResponse = Shapes::StructureShape.new(name: 'DescribeProjectResponse')
|
146
|
+
DescribeStorageConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeStorageConfigurationRequest')
|
147
|
+
DescribeStorageConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeStorageConfigurationResponse')
|
144
148
|
Description = Shapes::StringShape.new(name: 'Description')
|
145
149
|
DisassociateAssetsRequest = Shapes::StructureShape.new(name: 'DisassociateAssetsRequest')
|
146
150
|
Email = Shapes::StringShape.new(name: 'Email')
|
@@ -223,6 +227,7 @@ module Aws::IoTSiteWise
|
|
223
227
|
MonitorErrorCode = Shapes::StringShape.new(name: 'MonitorErrorCode')
|
224
228
|
MonitorErrorDetails = Shapes::StructureShape.new(name: 'MonitorErrorDetails')
|
225
229
|
MonitorErrorMessage = Shapes::StringShape.new(name: 'MonitorErrorMessage')
|
230
|
+
MultiLayerStorage = Shapes::StructureShape.new(name: 'MultiLayerStorage')
|
226
231
|
Name = Shapes::StringShape.new(name: 'Name')
|
227
232
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
228
233
|
OffsetInNanos = Shapes::IntegerShape.new(name: 'OffsetInNanos')
|
@@ -254,6 +259,8 @@ module Aws::IoTSiteWise
|
|
254
259
|
PutDefaultEncryptionConfigurationResponse = Shapes::StructureShape.new(name: 'PutDefaultEncryptionConfigurationResponse')
|
255
260
|
PutLoggingOptionsRequest = Shapes::StructureShape.new(name: 'PutLoggingOptionsRequest')
|
256
261
|
PutLoggingOptionsResponse = Shapes::StructureShape.new(name: 'PutLoggingOptionsResponse')
|
262
|
+
PutStorageConfigurationRequest = Shapes::StructureShape.new(name: 'PutStorageConfigurationRequest')
|
263
|
+
PutStorageConfigurationResponse = Shapes::StructureShape.new(name: 'PutStorageConfigurationResponse')
|
257
264
|
Qualities = Shapes::ListShape.new(name: 'Qualities')
|
258
265
|
Quality = Shapes::StringShape.new(name: 'Quality')
|
259
266
|
Resolution = Shapes::StringShape.new(name: 'Resolution')
|
@@ -265,6 +272,7 @@ module Aws::IoTSiteWise
|
|
265
272
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
266
273
|
SSOApplicationId = Shapes::StringShape.new(name: 'SSOApplicationId')
|
267
274
|
ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
|
275
|
+
StorageType = Shapes::StringShape.new(name: 'StorageType')
|
268
276
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
269
277
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
270
278
|
TagMap = Shapes::MapShape.new(name: 'TagMap')
|
@@ -334,6 +342,10 @@ module Aws::IoTSiteWise
|
|
334
342
|
Aggregates.add_member(:standard_deviation, Shapes::ShapeRef.new(shape: AggregatedDoubleValue, location_name: "standardDeviation"))
|
335
343
|
Aggregates.struct_class = Types::Aggregates
|
336
344
|
|
345
|
+
Alarms.add_member(:alarm_role_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "alarmRoleArn"))
|
346
|
+
Alarms.add_member(:notification_lambda_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "notificationLambdaArn"))
|
347
|
+
Alarms.struct_class = Types::Alarms
|
348
|
+
|
337
349
|
AssetCompositeModel.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
338
350
|
AssetCompositeModel.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
339
351
|
AssetCompositeModel.add_member(:type, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "type"))
|
@@ -607,6 +619,8 @@ module Aws::IoTSiteWise
|
|
607
619
|
CreatePortalRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "roleArn"))
|
608
620
|
CreatePortalRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
609
621
|
CreatePortalRequest.add_member(:portal_auth_mode, Shapes::ShapeRef.new(shape: AuthMode, location_name: "portalAuthMode"))
|
622
|
+
CreatePortalRequest.add_member(:notification_sender_email, Shapes::ShapeRef.new(shape: Email, location_name: "notificationSenderEmail"))
|
623
|
+
CreatePortalRequest.add_member(:alarms, Shapes::ShapeRef.new(shape: Alarms, location_name: "alarms"))
|
610
624
|
CreatePortalRequest.struct_class = Types::CreatePortalRequest
|
611
625
|
|
612
626
|
CreatePortalResponse.add_member(:portal_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "portalId"))
|
@@ -627,6 +641,10 @@ module Aws::IoTSiteWise
|
|
627
641
|
CreateProjectResponse.add_member(:project_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "projectArn"))
|
628
642
|
CreateProjectResponse.struct_class = Types::CreateProjectResponse
|
629
643
|
|
644
|
+
CustomerManagedS3Storage.add_member(:s3_resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "s3ResourceArn"))
|
645
|
+
CustomerManagedS3Storage.add_member(:role_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "roleArn"))
|
646
|
+
CustomerManagedS3Storage.struct_class = Types::CustomerManagedS3Storage
|
647
|
+
|
630
648
|
DashboardSummaries.member = Shapes::ShapeRef.new(shape: DashboardSummary)
|
631
649
|
|
632
650
|
DashboardSummary.add_member(:id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "id"))
|
@@ -794,6 +812,8 @@ module Aws::IoTSiteWise
|
|
794
812
|
DescribePortalResponse.add_member(:portal_logo_image_location, Shapes::ShapeRef.new(shape: ImageLocation, location_name: "portalLogoImageLocation"))
|
795
813
|
DescribePortalResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "roleArn"))
|
796
814
|
DescribePortalResponse.add_member(:portal_auth_mode, Shapes::ShapeRef.new(shape: AuthMode, location_name: "portalAuthMode"))
|
815
|
+
DescribePortalResponse.add_member(:notification_sender_email, Shapes::ShapeRef.new(shape: Email, location_name: "notificationSenderEmail"))
|
816
|
+
DescribePortalResponse.add_member(:alarms, Shapes::ShapeRef.new(shape: Alarms, location_name: "alarms"))
|
797
817
|
DescribePortalResponse.struct_class = Types::DescribePortalResponse
|
798
818
|
|
799
819
|
DescribeProjectRequest.add_member(:project_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "projectId"))
|
@@ -808,6 +828,14 @@ module Aws::IoTSiteWise
|
|
808
828
|
DescribeProjectResponse.add_member(:project_last_update_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "projectLastUpdateDate"))
|
809
829
|
DescribeProjectResponse.struct_class = Types::DescribeProjectResponse
|
810
830
|
|
831
|
+
DescribeStorageConfigurationRequest.struct_class = Types::DescribeStorageConfigurationRequest
|
832
|
+
|
833
|
+
DescribeStorageConfigurationResponse.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, required: true, location_name: "storageType"))
|
834
|
+
DescribeStorageConfigurationResponse.add_member(:multi_layer_storage, Shapes::ShapeRef.new(shape: MultiLayerStorage, location_name: "multiLayerStorage"))
|
835
|
+
DescribeStorageConfigurationResponse.add_member(:configuration_status, Shapes::ShapeRef.new(shape: ConfigurationStatus, required: true, location_name: "configurationStatus"))
|
836
|
+
DescribeStorageConfigurationResponse.add_member(:last_update_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdateDate"))
|
837
|
+
DescribeStorageConfigurationResponse.struct_class = Types::DescribeStorageConfigurationResponse
|
838
|
+
|
811
839
|
DisassociateAssetsRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "assetId"))
|
812
840
|
DisassociateAssetsRequest.add_member(:hierarchy_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "hierarchyId"))
|
813
841
|
DisassociateAssetsRequest.add_member(:child_asset_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "childAssetId"))
|
@@ -1065,6 +1093,9 @@ module Aws::IoTSiteWise
|
|
1065
1093
|
MonitorErrorDetails.add_member(:message, Shapes::ShapeRef.new(shape: MonitorErrorMessage, location_name: "message"))
|
1066
1094
|
MonitorErrorDetails.struct_class = Types::MonitorErrorDetails
|
1067
1095
|
|
1096
|
+
MultiLayerStorage.add_member(:customer_managed_s3_storage, Shapes::ShapeRef.new(shape: CustomerManagedS3Storage, required: true, location_name: "customerManagedS3Storage"))
|
1097
|
+
MultiLayerStorage.struct_class = Types::MultiLayerStorage
|
1098
|
+
|
1068
1099
|
PortalResource.add_member(:id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "id"))
|
1069
1100
|
PortalResource.struct_class = Types::PortalResource
|
1070
1101
|
|
@@ -1138,6 +1169,15 @@ module Aws::IoTSiteWise
|
|
1138
1169
|
|
1139
1170
|
PutLoggingOptionsResponse.struct_class = Types::PutLoggingOptionsResponse
|
1140
1171
|
|
1172
|
+
PutStorageConfigurationRequest.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, required: true, location_name: "storageType"))
|
1173
|
+
PutStorageConfigurationRequest.add_member(:multi_layer_storage, Shapes::ShapeRef.new(shape: MultiLayerStorage, location_name: "multiLayerStorage"))
|
1174
|
+
PutStorageConfigurationRequest.struct_class = Types::PutStorageConfigurationRequest
|
1175
|
+
|
1176
|
+
PutStorageConfigurationResponse.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, required: true, location_name: "storageType"))
|
1177
|
+
PutStorageConfigurationResponse.add_member(:multi_layer_storage, Shapes::ShapeRef.new(shape: MultiLayerStorage, location_name: "multiLayerStorage"))
|
1178
|
+
PutStorageConfigurationResponse.add_member(:configuration_status, Shapes::ShapeRef.new(shape: ConfigurationStatus, required: true, location_name: "configurationStatus"))
|
1179
|
+
PutStorageConfigurationResponse.struct_class = Types::PutStorageConfigurationResponse
|
1180
|
+
|
1141
1181
|
Qualities.member = Shapes::ShapeRef.new(shape: Quality)
|
1142
1182
|
|
1143
1183
|
Resource.add_member(:portal, Shapes::ShapeRef.new(shape: PortalResource, location_name: "portal"))
|
@@ -1260,6 +1300,8 @@ module Aws::IoTSiteWise
|
|
1260
1300
|
UpdatePortalRequest.add_member(:portal_logo_image, Shapes::ShapeRef.new(shape: Image, location_name: "portalLogoImage"))
|
1261
1301
|
UpdatePortalRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "roleArn"))
|
1262
1302
|
UpdatePortalRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
1303
|
+
UpdatePortalRequest.add_member(:notification_sender_email, Shapes::ShapeRef.new(shape: Email, location_name: "notificationSenderEmail"))
|
1304
|
+
UpdatePortalRequest.add_member(:alarms, Shapes::ShapeRef.new(shape: Alarms, location_name: "alarms"))
|
1263
1305
|
UpdatePortalRequest.struct_class = Types::UpdatePortalRequest
|
1264
1306
|
|
1265
1307
|
UpdatePortalResponse.add_member(:portal_status, Shapes::ShapeRef.new(shape: PortalStatus, required: true, location_name: "portalStatus"))
|
@@ -1309,7 +1351,7 @@ module Aws::IoTSiteWise
|
|
1309
1351
|
o.http_method = "POST"
|
1310
1352
|
o.http_request_uri = "/assets/{assetId}/associate"
|
1311
1353
|
o.endpoint_pattern = {
|
1312
|
-
"hostPrefix" => "
|
1354
|
+
"hostPrefix" => "api.",
|
1313
1355
|
}
|
1314
1356
|
o.input = Shapes::ShapeRef.new(shape: AssociateAssetsRequest)
|
1315
1357
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -1391,7 +1433,7 @@ module Aws::IoTSiteWise
|
|
1391
1433
|
o.http_method = "POST"
|
1392
1434
|
o.http_request_uri = "/assets"
|
1393
1435
|
o.endpoint_pattern = {
|
1394
|
-
"hostPrefix" => "
|
1436
|
+
"hostPrefix" => "api.",
|
1395
1437
|
}
|
1396
1438
|
o.input = Shapes::ShapeRef.new(shape: CreateAssetRequest)
|
1397
1439
|
o.output = Shapes::ShapeRef.new(shape: CreateAssetResponse)
|
@@ -1409,7 +1451,7 @@ module Aws::IoTSiteWise
|
|
1409
1451
|
o.http_method = "POST"
|
1410
1452
|
o.http_request_uri = "/asset-models"
|
1411
1453
|
o.endpoint_pattern = {
|
1412
|
-
"hostPrefix" => "
|
1454
|
+
"hostPrefix" => "api.",
|
1413
1455
|
}
|
1414
1456
|
o.input = Shapes::ShapeRef.new(shape: CreateAssetModelRequest)
|
1415
1457
|
o.output = Shapes::ShapeRef.new(shape: CreateAssetModelResponse)
|
@@ -1443,7 +1485,7 @@ module Aws::IoTSiteWise
|
|
1443
1485
|
o.http_method = "POST"
|
1444
1486
|
o.http_request_uri = "/20200301/gateways"
|
1445
1487
|
o.endpoint_pattern = {
|
1446
|
-
"hostPrefix" => "
|
1488
|
+
"hostPrefix" => "api.",
|
1447
1489
|
}
|
1448
1490
|
o.input = Shapes::ShapeRef.new(shape: CreateGatewayRequest)
|
1449
1491
|
o.output = Shapes::ShapeRef.new(shape: CreateGatewayResponse)
|
@@ -1506,7 +1548,7 @@ module Aws::IoTSiteWise
|
|
1506
1548
|
o.http_method = "DELETE"
|
1507
1549
|
o.http_request_uri = "/assets/{assetId}"
|
1508
1550
|
o.endpoint_pattern = {
|
1509
|
-
"hostPrefix" => "
|
1551
|
+
"hostPrefix" => "api.",
|
1510
1552
|
}
|
1511
1553
|
o.input = Shapes::ShapeRef.new(shape: DeleteAssetRequest)
|
1512
1554
|
o.output = Shapes::ShapeRef.new(shape: DeleteAssetResponse)
|
@@ -1522,7 +1564,7 @@ module Aws::IoTSiteWise
|
|
1522
1564
|
o.http_method = "DELETE"
|
1523
1565
|
o.http_request_uri = "/asset-models/{assetModelId}"
|
1524
1566
|
o.endpoint_pattern = {
|
1525
|
-
"hostPrefix" => "
|
1567
|
+
"hostPrefix" => "api.",
|
1526
1568
|
}
|
1527
1569
|
o.input = Shapes::ShapeRef.new(shape: DeleteAssetModelRequest)
|
1528
1570
|
o.output = Shapes::ShapeRef.new(shape: DeleteAssetModelResponse)
|
@@ -1553,7 +1595,7 @@ module Aws::IoTSiteWise
|
|
1553
1595
|
o.http_method = "DELETE"
|
1554
1596
|
o.http_request_uri = "/20200301/gateways/{gatewayId}"
|
1555
1597
|
o.endpoint_pattern = {
|
1556
|
-
"hostPrefix" => "
|
1598
|
+
"hostPrefix" => "api.",
|
1557
1599
|
}
|
1558
1600
|
o.input = Shapes::ShapeRef.new(shape: DeleteGatewayRequest)
|
1559
1601
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -1614,7 +1656,7 @@ module Aws::IoTSiteWise
|
|
1614
1656
|
o.http_method = "GET"
|
1615
1657
|
o.http_request_uri = "/assets/{assetId}"
|
1616
1658
|
o.endpoint_pattern = {
|
1617
|
-
"hostPrefix" => "
|
1659
|
+
"hostPrefix" => "api.",
|
1618
1660
|
}
|
1619
1661
|
o.input = Shapes::ShapeRef.new(shape: DescribeAssetRequest)
|
1620
1662
|
o.output = Shapes::ShapeRef.new(shape: DescribeAssetResponse)
|
@@ -1629,7 +1671,7 @@ module Aws::IoTSiteWise
|
|
1629
1671
|
o.http_method = "GET"
|
1630
1672
|
o.http_request_uri = "/asset-models/{assetModelId}"
|
1631
1673
|
o.endpoint_pattern = {
|
1632
|
-
"hostPrefix" => "
|
1674
|
+
"hostPrefix" => "api.",
|
1633
1675
|
}
|
1634
1676
|
o.input = Shapes::ShapeRef.new(shape: DescribeAssetModelRequest)
|
1635
1677
|
o.output = Shapes::ShapeRef.new(shape: DescribeAssetModelResponse)
|
@@ -1644,7 +1686,7 @@ module Aws::IoTSiteWise
|
|
1644
1686
|
o.http_method = "GET"
|
1645
1687
|
o.http_request_uri = "/assets/{assetId}/properties/{propertyId}"
|
1646
1688
|
o.endpoint_pattern = {
|
1647
|
-
"hostPrefix" => "
|
1689
|
+
"hostPrefix" => "api.",
|
1648
1690
|
}
|
1649
1691
|
o.input = Shapes::ShapeRef.new(shape: DescribeAssetPropertyRequest)
|
1650
1692
|
o.output = Shapes::ShapeRef.new(shape: DescribeAssetPropertyResponse)
|
@@ -1673,6 +1715,9 @@ module Aws::IoTSiteWise
|
|
1673
1715
|
o.name = "DescribeDefaultEncryptionConfiguration"
|
1674
1716
|
o.http_method = "GET"
|
1675
1717
|
o.http_request_uri = "/configuration/account/encryption"
|
1718
|
+
o.endpoint_pattern = {
|
1719
|
+
"hostPrefix" => "api.",
|
1720
|
+
}
|
1676
1721
|
o.input = Shapes::ShapeRef.new(shape: DescribeDefaultEncryptionConfigurationRequest)
|
1677
1722
|
o.output = Shapes::ShapeRef.new(shape: DescribeDefaultEncryptionConfigurationResponse)
|
1678
1723
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
@@ -1685,7 +1730,7 @@ module Aws::IoTSiteWise
|
|
1685
1730
|
o.http_method = "GET"
|
1686
1731
|
o.http_request_uri = "/20200301/gateways/{gatewayId}"
|
1687
1732
|
o.endpoint_pattern = {
|
1688
|
-
"hostPrefix" => "
|
1733
|
+
"hostPrefix" => "api.",
|
1689
1734
|
}
|
1690
1735
|
o.input = Shapes::ShapeRef.new(shape: DescribeGatewayRequest)
|
1691
1736
|
o.output = Shapes::ShapeRef.new(shape: DescribeGatewayResponse)
|
@@ -1700,7 +1745,7 @@ module Aws::IoTSiteWise
|
|
1700
1745
|
o.http_method = "GET"
|
1701
1746
|
o.http_request_uri = "/20200301/gateways/{gatewayId}/capability/{capabilityNamespace}"
|
1702
1747
|
o.endpoint_pattern = {
|
1703
|
-
"hostPrefix" => "
|
1748
|
+
"hostPrefix" => "api.",
|
1704
1749
|
}
|
1705
1750
|
o.input = Shapes::ShapeRef.new(shape: DescribeGatewayCapabilityConfigurationRequest)
|
1706
1751
|
o.output = Shapes::ShapeRef.new(shape: DescribeGatewayCapabilityConfigurationResponse)
|
@@ -1715,7 +1760,7 @@ module Aws::IoTSiteWise
|
|
1715
1760
|
o.http_method = "GET"
|
1716
1761
|
o.http_request_uri = "/logging"
|
1717
1762
|
o.endpoint_pattern = {
|
1718
|
-
"hostPrefix" => "
|
1763
|
+
"hostPrefix" => "api.",
|
1719
1764
|
}
|
1720
1765
|
o.input = Shapes::ShapeRef.new(shape: DescribeLoggingOptionsRequest)
|
1721
1766
|
o.output = Shapes::ShapeRef.new(shape: DescribeLoggingOptionsResponse)
|
@@ -1755,12 +1800,29 @@ module Aws::IoTSiteWise
|
|
1755
1800
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1756
1801
|
end)
|
1757
1802
|
|
1803
|
+
api.add_operation(:describe_storage_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1804
|
+
o.name = "DescribeStorageConfiguration"
|
1805
|
+
o.http_method = "GET"
|
1806
|
+
o.http_request_uri = "/configuration/account/storage"
|
1807
|
+
o.endpoint_pattern = {
|
1808
|
+
"hostPrefix" => "api.",
|
1809
|
+
}
|
1810
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeStorageConfigurationRequest)
|
1811
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeStorageConfigurationResponse)
|
1812
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1813
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1814
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1815
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1816
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1817
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictingOperationException)
|
1818
|
+
end)
|
1819
|
+
|
1758
1820
|
api.add_operation(:disassociate_assets, Seahorse::Model::Operation.new.tap do |o|
|
1759
1821
|
o.name = "DisassociateAssets"
|
1760
1822
|
o.http_method = "POST"
|
1761
1823
|
o.http_request_uri = "/assets/{assetId}/disassociate"
|
1762
1824
|
o.endpoint_pattern = {
|
1763
|
-
"hostPrefix" => "
|
1825
|
+
"hostPrefix" => "api.",
|
1764
1826
|
}
|
1765
1827
|
o.input = Shapes::ShapeRef.new(shape: DisassociateAssetsRequest)
|
1766
1828
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -1878,7 +1940,7 @@ module Aws::IoTSiteWise
|
|
1878
1940
|
o.http_method = "GET"
|
1879
1941
|
o.http_request_uri = "/asset-models"
|
1880
1942
|
o.endpoint_pattern = {
|
1881
|
-
"hostPrefix" => "
|
1943
|
+
"hostPrefix" => "api.",
|
1882
1944
|
}
|
1883
1945
|
o.input = Shapes::ShapeRef.new(shape: ListAssetModelsRequest)
|
1884
1946
|
o.output = Shapes::ShapeRef.new(shape: ListAssetModelsResponse)
|
@@ -1898,7 +1960,7 @@ module Aws::IoTSiteWise
|
|
1898
1960
|
o.http_method = "GET"
|
1899
1961
|
o.http_request_uri = "/assets/{assetId}/assetRelationships"
|
1900
1962
|
o.endpoint_pattern = {
|
1901
|
-
"hostPrefix" => "
|
1963
|
+
"hostPrefix" => "api.",
|
1902
1964
|
}
|
1903
1965
|
o.input = Shapes::ShapeRef.new(shape: ListAssetRelationshipsRequest)
|
1904
1966
|
o.output = Shapes::ShapeRef.new(shape: ListAssetRelationshipsResponse)
|
@@ -1919,7 +1981,7 @@ module Aws::IoTSiteWise
|
|
1919
1981
|
o.http_method = "GET"
|
1920
1982
|
o.http_request_uri = "/assets"
|
1921
1983
|
o.endpoint_pattern = {
|
1922
|
-
"hostPrefix" => "
|
1984
|
+
"hostPrefix" => "api.",
|
1923
1985
|
}
|
1924
1986
|
o.input = Shapes::ShapeRef.new(shape: ListAssetsRequest)
|
1925
1987
|
o.output = Shapes::ShapeRef.new(shape: ListAssetsResponse)
|
@@ -1940,7 +2002,7 @@ module Aws::IoTSiteWise
|
|
1940
2002
|
o.http_method = "GET"
|
1941
2003
|
o.http_request_uri = "/assets/{assetId}/hierarchies"
|
1942
2004
|
o.endpoint_pattern = {
|
1943
|
-
"hostPrefix" => "
|
2005
|
+
"hostPrefix" => "api.",
|
1944
2006
|
}
|
1945
2007
|
o.input = Shapes::ShapeRef.new(shape: ListAssociatedAssetsRequest)
|
1946
2008
|
o.output = Shapes::ShapeRef.new(shape: ListAssociatedAssetsResponse)
|
@@ -1981,7 +2043,7 @@ module Aws::IoTSiteWise
|
|
1981
2043
|
o.http_method = "GET"
|
1982
2044
|
o.http_request_uri = "/20200301/gateways"
|
1983
2045
|
o.endpoint_pattern = {
|
1984
|
-
"hostPrefix" => "
|
2046
|
+
"hostPrefix" => "api.",
|
1985
2047
|
}
|
1986
2048
|
o.input = Shapes::ShapeRef.new(shape: ListGatewaysRequest)
|
1987
2049
|
o.output = Shapes::ShapeRef.new(shape: ListGatewaysResponse)
|
@@ -2060,6 +2122,9 @@ module Aws::IoTSiteWise
|
|
2060
2122
|
o.name = "ListTagsForResource"
|
2061
2123
|
o.http_method = "GET"
|
2062
2124
|
o.http_request_uri = "/tags"
|
2125
|
+
o.endpoint_pattern = {
|
2126
|
+
"hostPrefix" => "api.",
|
2127
|
+
}
|
2063
2128
|
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
2064
2129
|
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
2065
2130
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
@@ -2075,6 +2140,9 @@ module Aws::IoTSiteWise
|
|
2075
2140
|
o.name = "PutDefaultEncryptionConfiguration"
|
2076
2141
|
o.http_method = "POST"
|
2077
2142
|
o.http_request_uri = "/configuration/account/encryption"
|
2143
|
+
o.endpoint_pattern = {
|
2144
|
+
"hostPrefix" => "api.",
|
2145
|
+
}
|
2078
2146
|
o.input = Shapes::ShapeRef.new(shape: PutDefaultEncryptionConfigurationRequest)
|
2079
2147
|
o.output = Shapes::ShapeRef.new(shape: PutDefaultEncryptionConfigurationResponse)
|
2080
2148
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
@@ -2089,7 +2157,7 @@ module Aws::IoTSiteWise
|
|
2089
2157
|
o.http_method = "PUT"
|
2090
2158
|
o.http_request_uri = "/logging"
|
2091
2159
|
o.endpoint_pattern = {
|
2092
|
-
"hostPrefix" => "
|
2160
|
+
"hostPrefix" => "api.",
|
2093
2161
|
}
|
2094
2162
|
o.input = Shapes::ShapeRef.new(shape: PutLoggingOptionsRequest)
|
2095
2163
|
o.output = Shapes::ShapeRef.new(shape: PutLoggingOptionsResponse)
|
@@ -2100,10 +2168,31 @@ module Aws::IoTSiteWise
|
|
2100
2168
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2101
2169
|
end)
|
2102
2170
|
|
2171
|
+
api.add_operation(:put_storage_configuration, Seahorse::Model::Operation.new.tap do |o|
|
2172
|
+
o.name = "PutStorageConfiguration"
|
2173
|
+
o.http_method = "POST"
|
2174
|
+
o.http_request_uri = "/configuration/account/storage"
|
2175
|
+
o.endpoint_pattern = {
|
2176
|
+
"hostPrefix" => "api.",
|
2177
|
+
}
|
2178
|
+
o.input = Shapes::ShapeRef.new(shape: PutStorageConfigurationRequest)
|
2179
|
+
o.output = Shapes::ShapeRef.new(shape: PutStorageConfigurationResponse)
|
2180
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2181
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
2182
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2183
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2184
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2185
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2186
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictingOperationException)
|
2187
|
+
end)
|
2188
|
+
|
2103
2189
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
2104
2190
|
o.name = "TagResource"
|
2105
2191
|
o.http_method = "POST"
|
2106
2192
|
o.http_request_uri = "/tags"
|
2193
|
+
o.endpoint_pattern = {
|
2194
|
+
"hostPrefix" => "api.",
|
2195
|
+
}
|
2107
2196
|
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
2108
2197
|
o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
|
2109
2198
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
@@ -2120,6 +2209,9 @@ module Aws::IoTSiteWise
|
|
2120
2209
|
o.name = "UntagResource"
|
2121
2210
|
o.http_method = "DELETE"
|
2122
2211
|
o.http_request_uri = "/tags"
|
2212
|
+
o.endpoint_pattern = {
|
2213
|
+
"hostPrefix" => "api.",
|
2214
|
+
}
|
2123
2215
|
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
2124
2216
|
o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
|
2125
2217
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
@@ -2151,7 +2243,7 @@ module Aws::IoTSiteWise
|
|
2151
2243
|
o.http_method = "PUT"
|
2152
2244
|
o.http_request_uri = "/assets/{assetId}"
|
2153
2245
|
o.endpoint_pattern = {
|
2154
|
-
"hostPrefix" => "
|
2246
|
+
"hostPrefix" => "api.",
|
2155
2247
|
}
|
2156
2248
|
o.input = Shapes::ShapeRef.new(shape: UpdateAssetRequest)
|
2157
2249
|
o.output = Shapes::ShapeRef.new(shape: UpdateAssetResponse)
|
@@ -2168,7 +2260,7 @@ module Aws::IoTSiteWise
|
|
2168
2260
|
o.http_method = "PUT"
|
2169
2261
|
o.http_request_uri = "/asset-models/{assetModelId}"
|
2170
2262
|
o.endpoint_pattern = {
|
2171
|
-
"hostPrefix" => "
|
2263
|
+
"hostPrefix" => "api.",
|
2172
2264
|
}
|
2173
2265
|
o.input = Shapes::ShapeRef.new(shape: UpdateAssetModelRequest)
|
2174
2266
|
o.output = Shapes::ShapeRef.new(shape: UpdateAssetModelResponse)
|
@@ -2186,7 +2278,7 @@ module Aws::IoTSiteWise
|
|
2186
2278
|
o.http_method = "PUT"
|
2187
2279
|
o.http_request_uri = "/assets/{assetId}/properties/{propertyId}"
|
2188
2280
|
o.endpoint_pattern = {
|
2189
|
-
"hostPrefix" => "
|
2281
|
+
"hostPrefix" => "api.",
|
2190
2282
|
}
|
2191
2283
|
o.input = Shapes::ShapeRef.new(shape: UpdateAssetPropertyRequest)
|
2192
2284
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -2217,7 +2309,7 @@ module Aws::IoTSiteWise
|
|
2217
2309
|
o.http_method = "PUT"
|
2218
2310
|
o.http_request_uri = "/20200301/gateways/{gatewayId}"
|
2219
2311
|
o.endpoint_pattern = {
|
2220
|
-
"hostPrefix" => "
|
2312
|
+
"hostPrefix" => "api.",
|
2221
2313
|
}
|
2222
2314
|
o.input = Shapes::ShapeRef.new(shape: UpdateGatewayRequest)
|
2223
2315
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -2233,7 +2325,7 @@ module Aws::IoTSiteWise
|
|
2233
2325
|
o.http_method = "POST"
|
2234
2326
|
o.http_request_uri = "/20200301/gateways/{gatewayId}/capability"
|
2235
2327
|
o.endpoint_pattern = {
|
2236
|
-
"hostPrefix" => "
|
2328
|
+
"hostPrefix" => "api.",
|
2237
2329
|
}
|
2238
2330
|
o.input = Shapes::ShapeRef.new(shape: UpdateGatewayCapabilityConfigurationRequest)
|
2239
2331
|
o.output = Shapes::ShapeRef.new(shape: UpdateGatewayCapabilityConfigurationResponse)
|
@@ -10,19 +10,20 @@
|
|
10
10
|
module Aws::IoTSiteWise
|
11
11
|
module Types
|
12
12
|
|
13
|
-
# Contains an access policy that defines an identity's access to an
|
14
|
-
#
|
13
|
+
# Contains an access policy that defines an identity's access to an IoT
|
14
|
+
# SiteWise Monitor resource.
|
15
15
|
#
|
16
16
|
# @!attribute [rw] id
|
17
17
|
# The ID of the access policy.
|
18
18
|
# @return [String]
|
19
19
|
#
|
20
20
|
# @!attribute [rw] identity
|
21
|
-
# The identity (an
|
21
|
+
# The identity (an Amazon Web Services SSO user, an Amazon Web
|
22
|
+
# Services SSO group, or an IAM user).
|
22
23
|
# @return [Types::Identity]
|
23
24
|
#
|
24
25
|
# @!attribute [rw] resource
|
25
|
-
# The
|
26
|
+
# The IoT SiteWise Monitor resource (a portal or project).
|
26
27
|
# @return [Types::Resource]
|
27
28
|
#
|
28
29
|
# @!attribute [rw] permission
|
@@ -112,6 +113,52 @@ module Aws::IoTSiteWise
|
|
112
113
|
include Aws::Structure
|
113
114
|
end
|
114
115
|
|
116
|
+
# Contains the configuration information of an alarm created in an IoT
|
117
|
+
# SiteWise Monitor portal. You can use the alarm to monitor an asset
|
118
|
+
# property and get notified when the asset property value is outside a
|
119
|
+
# specified range. For more information, see [Monitoring with alarms][1]
|
120
|
+
# in the *IoT SiteWise Application Guide*.
|
121
|
+
#
|
122
|
+
#
|
123
|
+
#
|
124
|
+
# [1]: https://docs.aws.amazon.com/iot-sitewise/latest/appguide/monitor-alarms.html
|
125
|
+
#
|
126
|
+
# @note When making an API call, you may pass Alarms
|
127
|
+
# data as a hash:
|
128
|
+
#
|
129
|
+
# {
|
130
|
+
# alarm_role_arn: "ARN", # required
|
131
|
+
# notification_lambda_arn: "ARN",
|
132
|
+
# }
|
133
|
+
#
|
134
|
+
# @!attribute [rw] alarm_role_arn
|
135
|
+
# The [ARN][1] of the IAM role that allows the alarm to perform
|
136
|
+
# actions and access Amazon Web Services resources and services, such
|
137
|
+
# as IoT Events.
|
138
|
+
#
|
139
|
+
#
|
140
|
+
#
|
141
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
142
|
+
# @return [String]
|
143
|
+
#
|
144
|
+
# @!attribute [rw] notification_lambda_arn
|
145
|
+
# The [ARN][1] of the Lambda function that manages alarm
|
146
|
+
# notifications. For more information, see [Managing alarm
|
147
|
+
# notifications][2] in the *IoT Events Developer Guide*.
|
148
|
+
#
|
149
|
+
#
|
150
|
+
#
|
151
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
152
|
+
# [2]: https://docs.aws.amazon.com/iotevents/latest/developerguide/lambda-support.html
|
153
|
+
# @return [String]
|
154
|
+
#
|
155
|
+
class Alarms < Struct.new(
|
156
|
+
:alarm_role_arn,
|
157
|
+
:notification_lambda_arn)
|
158
|
+
SENSITIVE = []
|
159
|
+
include Aws::Structure
|
160
|
+
end
|
161
|
+
|
115
162
|
# Contains information about a composite model in an asset. This object
|
116
163
|
# contains the asset's properties that you define in the composite
|
117
164
|
# model.
|
@@ -620,8 +667,8 @@ module Aws::IoTSiteWise
|
|
620
667
|
end
|
621
668
|
|
622
669
|
# Contains current status information for an asset model. For more
|
623
|
-
# information, see [Asset and model states][1] in the *
|
624
|
-
#
|
670
|
+
# information, see [Asset and model states][1] in the *IoT SiteWise User
|
671
|
+
# Guide*.
|
625
672
|
#
|
626
673
|
#
|
627
674
|
#
|
@@ -645,7 +692,7 @@ module Aws::IoTSiteWise
|
|
645
692
|
# Contains a summary of an asset model.
|
646
693
|
#
|
647
694
|
# @!attribute [rw] id
|
648
|
-
# The ID of the asset model (used with
|
695
|
+
# The ID of the asset model (used with IoT SiteWise APIs).
|
649
696
|
# @return [String]
|
650
697
|
#
|
651
698
|
# @!attribute [rw] arn
|
@@ -701,11 +748,11 @@ module Aws::IoTSiteWise
|
|
701
748
|
# @return [String]
|
702
749
|
#
|
703
750
|
# @!attribute [rw] alias
|
704
|
-
# The
|
705
|
-
#
|
751
|
+
# The alias that identifies the property, such as an OPC-UA server
|
752
|
+
# data stream path (for example,
|
706
753
|
# `/company/windfarm/3/turbine/7/temperature`). For more information,
|
707
754
|
# see [Mapping industrial data streams to asset properties][1] in the
|
708
|
-
# *
|
755
|
+
# *IoT SiteWise User Guide*.
|
709
756
|
#
|
710
757
|
#
|
711
758
|
#
|
@@ -812,8 +859,8 @@ module Aws::IoTSiteWise
|
|
812
859
|
end
|
813
860
|
|
814
861
|
# Contains information about the current status of an asset. For more
|
815
|
-
# information, see [Asset and model states][1] in the *
|
816
|
-
#
|
862
|
+
# information, see [Asset and model states][1] in the *IoT SiteWise User
|
863
|
+
# Guide*.
|
817
864
|
#
|
818
865
|
#
|
819
866
|
#
|
@@ -906,7 +953,7 @@ module Aws::IoTSiteWise
|
|
906
953
|
# The ID of a hierarchy in the parent asset's model. Hierarchies
|
907
954
|
# allow different groupings of assets to be formed that all come from
|
908
955
|
# the same asset model. For more information, see [Asset
|
909
|
-
# hierarchies][1] in the *
|
956
|
+
# hierarchies][1] in the *IoT SiteWise User Guide*.
|
910
957
|
#
|
911
958
|
#
|
912
959
|
#
|
@@ -990,7 +1037,7 @@ module Aws::IoTSiteWise
|
|
990
1037
|
end
|
991
1038
|
|
992
1039
|
# Contains an asset attribute property. For more information, see
|
993
|
-
# [Attributes][1] in the *
|
1040
|
+
# [Attributes][1] in the *IoT SiteWise User Guide*.
|
994
1041
|
#
|
995
1042
|
#
|
996
1043
|
#
|
@@ -1007,7 +1054,7 @@ module Aws::IoTSiteWise
|
|
1007
1054
|
# The default value of the asset model property attribute. All assets
|
1008
1055
|
# that you create from the asset model contain this attribute value.
|
1009
1056
|
# You can update an attribute's value after you create an asset. For
|
1010
|
-
# more information, see [Updating attribute values][1] in the *
|
1057
|
+
# more information, see [Updating attribute values][1] in the *IoT
|
1011
1058
|
# SiteWise User Guide*.
|
1012
1059
|
#
|
1013
1060
|
#
|
@@ -1227,7 +1274,7 @@ module Aws::IoTSiteWise
|
|
1227
1274
|
include Aws::Structure
|
1228
1275
|
end
|
1229
1276
|
|
1230
|
-
# Contains the details of an
|
1277
|
+
# Contains the details of an IoT SiteWise configuration error.
|
1231
1278
|
#
|
1232
1279
|
# @!attribute [rw] code
|
1233
1280
|
# The error code.
|
@@ -1318,12 +1365,12 @@ module Aws::IoTSiteWise
|
|
1318
1365
|
# }
|
1319
1366
|
#
|
1320
1367
|
# @!attribute [rw] access_policy_identity
|
1321
|
-
# The identity for this access policy. Choose an
|
1322
|
-
# SSO group, or an IAM user.
|
1368
|
+
# The identity for this access policy. Choose an Amazon Web Services
|
1369
|
+
# SSO user, an Amazon Web Services SSO group, or an IAM user.
|
1323
1370
|
# @return [Types::Identity]
|
1324
1371
|
#
|
1325
1372
|
# @!attribute [rw] access_policy_resource
|
1326
|
-
# The
|
1373
|
+
# The IoT SiteWise Monitor resource for this access policy. Choose
|
1327
1374
|
# either a portal or a project.
|
1328
1375
|
# @return [Types::Resource]
|
1329
1376
|
#
|
@@ -1343,8 +1390,8 @@ module Aws::IoTSiteWise
|
|
1343
1390
|
#
|
1344
1391
|
# @!attribute [rw] tags
|
1345
1392
|
# A list of key-value pairs that contain metadata for the access
|
1346
|
-
# policy. For more information, see [Tagging your
|
1347
|
-
# resources][1] in the *
|
1393
|
+
# policy. For more information, see [Tagging your IoT SiteWise
|
1394
|
+
# resources][1] in the *IoT SiteWise User Guide*.
|
1348
1395
|
#
|
1349
1396
|
#
|
1350
1397
|
#
|
@@ -1505,10 +1552,10 @@ module Aws::IoTSiteWise
|
|
1505
1552
|
#
|
1506
1553
|
# @!attribute [rw] asset_model_properties
|
1507
1554
|
# The property definitions of the asset model. For more information,
|
1508
|
-
# see [Asset properties][1] in the *
|
1555
|
+
# see [Asset properties][1] in the *IoT SiteWise User Guide*.
|
1509
1556
|
#
|
1510
1557
|
# You can specify up to 200 properties per asset model. For more
|
1511
|
-
# information, see [Quotas][2] in the *
|
1558
|
+
# information, see [Quotas][2] in the *IoT SiteWise User Guide*.
|
1512
1559
|
#
|
1513
1560
|
#
|
1514
1561
|
#
|
@@ -1520,10 +1567,10 @@ module Aws::IoTSiteWise
|
|
1520
1567
|
# The hierarchy definitions of the asset model. Each hierarchy
|
1521
1568
|
# specifies an asset model whose assets can be children of any other
|
1522
1569
|
# assets created from this asset model. For more information, see
|
1523
|
-
# [Asset hierarchies][1] in the *
|
1570
|
+
# [Asset hierarchies][1] in the *IoT SiteWise User Guide*.
|
1524
1571
|
#
|
1525
1572
|
# You can specify up to 10 hierarchies per asset model. For more
|
1526
|
-
# information, see [Quotas][2] in the *
|
1573
|
+
# information, see [Quotas][2] in the *IoT SiteWise User Guide*.
|
1527
1574
|
#
|
1528
1575
|
#
|
1529
1576
|
#
|
@@ -1550,8 +1597,8 @@ module Aws::IoTSiteWise
|
|
1550
1597
|
#
|
1551
1598
|
# @!attribute [rw] tags
|
1552
1599
|
# A list of key-value pairs that contain metadata for the asset model.
|
1553
|
-
# For more information, see [Tagging your
|
1554
|
-
#
|
1600
|
+
# For more information, see [Tagging your IoT SiteWise resources][1]
|
1601
|
+
# in the *IoT SiteWise User Guide*.
|
1555
1602
|
#
|
1556
1603
|
#
|
1557
1604
|
#
|
@@ -1572,7 +1619,7 @@ module Aws::IoTSiteWise
|
|
1572
1619
|
|
1573
1620
|
# @!attribute [rw] asset_model_id
|
1574
1621
|
# The ID of the asset model. You can use this ID when you call other
|
1575
|
-
#
|
1622
|
+
# IoT SiteWise APIs.
|
1576
1623
|
# @return [String]
|
1577
1624
|
#
|
1578
1625
|
# @!attribute [rw] asset_model_arn
|
@@ -1629,8 +1676,8 @@ module Aws::IoTSiteWise
|
|
1629
1676
|
#
|
1630
1677
|
# @!attribute [rw] tags
|
1631
1678
|
# A list of key-value pairs that contain metadata for the asset. For
|
1632
|
-
# more information, see [Tagging your
|
1633
|
-
#
|
1679
|
+
# more information, see [Tagging your IoT SiteWise resources][1] in
|
1680
|
+
# the *IoT SiteWise User Guide*.
|
1634
1681
|
#
|
1635
1682
|
#
|
1636
1683
|
#
|
@@ -1648,7 +1695,7 @@ module Aws::IoTSiteWise
|
|
1648
1695
|
|
1649
1696
|
# @!attribute [rw] asset_id
|
1650
1697
|
# The ID of the asset. This ID uniquely identifies the asset within
|
1651
|
-
#
|
1698
|
+
# IoT SiteWise and can be used with other IoT SiteWise APIs.
|
1652
1699
|
# @return [String]
|
1653
1700
|
#
|
1654
1701
|
# @!attribute [rw] asset_arn
|
@@ -1702,8 +1749,8 @@ module Aws::IoTSiteWise
|
|
1702
1749
|
#
|
1703
1750
|
# @!attribute [rw] dashboard_definition
|
1704
1751
|
# The dashboard definition specified in a JSON literal. For detailed
|
1705
|
-
# information, see [Creating dashboards (CLI)][1] in the *
|
1706
|
-
#
|
1752
|
+
# information, see [Creating dashboards (CLI)][1] in the *IoT SiteWise
|
1753
|
+
# User Guide*.
|
1707
1754
|
#
|
1708
1755
|
#
|
1709
1756
|
#
|
@@ -1721,8 +1768,8 @@ module Aws::IoTSiteWise
|
|
1721
1768
|
#
|
1722
1769
|
# @!attribute [rw] tags
|
1723
1770
|
# A list of key-value pairs that contain metadata for the dashboard.
|
1724
|
-
# For more information, see [Tagging your
|
1725
|
-
#
|
1771
|
+
# For more information, see [Tagging your IoT SiteWise resources][1]
|
1772
|
+
# in the *IoT SiteWise User Guide*.
|
1726
1773
|
#
|
1727
1774
|
#
|
1728
1775
|
#
|
@@ -1787,8 +1834,8 @@ module Aws::IoTSiteWise
|
|
1787
1834
|
#
|
1788
1835
|
# @!attribute [rw] tags
|
1789
1836
|
# A list of key-value pairs that contain metadata for the gateway. For
|
1790
|
-
# more information, see [Tagging your
|
1791
|
-
#
|
1837
|
+
# more information, see [Tagging your IoT SiteWise resources][1] in
|
1838
|
+
# the *IoT SiteWise User Guide*.
|
1792
1839
|
#
|
1793
1840
|
#
|
1794
1841
|
#
|
@@ -1805,7 +1852,7 @@ module Aws::IoTSiteWise
|
|
1805
1852
|
|
1806
1853
|
# @!attribute [rw] gateway_id
|
1807
1854
|
# The ID of the gateway device. You can use this ID when you call
|
1808
|
-
# other
|
1855
|
+
# other IoT SiteWise APIs.
|
1809
1856
|
# @return [String]
|
1810
1857
|
#
|
1811
1858
|
# @!attribute [rw] gateway_arn
|
@@ -1842,6 +1889,11 @@ module Aws::IoTSiteWise
|
|
1842
1889
|
# "TagKey" => "TagValue",
|
1843
1890
|
# },
|
1844
1891
|
# portal_auth_mode: "IAM", # accepts IAM, SSO
|
1892
|
+
# notification_sender_email: "Email",
|
1893
|
+
# alarms: {
|
1894
|
+
# alarm_role_arn: "ARN", # required
|
1895
|
+
# notification_lambda_arn: "ARN",
|
1896
|
+
# },
|
1845
1897
|
# }
|
1846
1898
|
#
|
1847
1899
|
# @!attribute [rw] portal_name
|
@@ -1853,7 +1905,7 @@ module Aws::IoTSiteWise
|
|
1853
1905
|
# @return [String]
|
1854
1906
|
#
|
1855
1907
|
# @!attribute [rw] portal_contact_email
|
1856
|
-
# The
|
1908
|
+
# The Amazon Web Services administrator's contact email address.
|
1857
1909
|
# @return [String]
|
1858
1910
|
#
|
1859
1911
|
# @!attribute [rw] client_token
|
@@ -1872,9 +1924,9 @@ module Aws::IoTSiteWise
|
|
1872
1924
|
#
|
1873
1925
|
# @!attribute [rw] role_arn
|
1874
1926
|
# The [ARN][1] of a service role that allows the portal's users to
|
1875
|
-
# access your
|
1876
|
-
# information, see [Using service roles for
|
1877
|
-
#
|
1927
|
+
# access your IoT SiteWise resources on your behalf. For more
|
1928
|
+
# information, see [Using service roles for IoT SiteWise Monitor][2]
|
1929
|
+
# in the *IoT SiteWise User Guide*.
|
1878
1930
|
#
|
1879
1931
|
#
|
1880
1932
|
#
|
@@ -1884,8 +1936,8 @@ module Aws::IoTSiteWise
|
|
1884
1936
|
#
|
1885
1937
|
# @!attribute [rw] tags
|
1886
1938
|
# A list of key-value pairs that contain metadata for the portal. For
|
1887
|
-
# more information, see [Tagging your
|
1888
|
-
#
|
1939
|
+
# more information, see [Tagging your IoT SiteWise resources][1] in
|
1940
|
+
# the *IoT SiteWise User Guide*.
|
1889
1941
|
#
|
1890
1942
|
#
|
1891
1943
|
#
|
@@ -1896,15 +1948,16 @@ module Aws::IoTSiteWise
|
|
1896
1948
|
# The service to use to authenticate users to the portal. Choose from
|
1897
1949
|
# the following options:
|
1898
1950
|
#
|
1899
|
-
# * `SSO` – The portal uses
|
1900
|
-
# and manage user permissions. Before you can
|
1901
|
-
# uses
|
1902
|
-
#
|
1903
|
-
#
|
1904
|
-
# Regions
|
1951
|
+
# * `SSO` – The portal uses Amazon Web Services Single Sign On to
|
1952
|
+
# authenticate users and manage user permissions. Before you can
|
1953
|
+
# create a portal that uses Amazon Web Services SSO, you must enable
|
1954
|
+
# Amazon Web Services SSO. For more information, see [Enabling
|
1955
|
+
# Amazon Web Services SSO][1] in the *IoT SiteWise User Guide*. This
|
1956
|
+
# option is only available in Amazon Web Services Regions other than
|
1957
|
+
# the China Regions.
|
1905
1958
|
#
|
1906
|
-
# * `IAM` – The portal uses
|
1907
|
-
#
|
1959
|
+
# * `IAM` – The portal uses Identity and Access Management to
|
1960
|
+
# authenticate users and manage user permissions. This option is
|
1908
1961
|
# only available in the China Regions.
|
1909
1962
|
#
|
1910
1963
|
# You can't change this value after you create a portal.
|
@@ -1916,6 +1969,31 @@ module Aws::IoTSiteWise
|
|
1916
1969
|
# [1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/monitor-get-started.html#mon-gs-sso
|
1917
1970
|
# @return [String]
|
1918
1971
|
#
|
1972
|
+
# @!attribute [rw] notification_sender_email
|
1973
|
+
# The email address that sends alarm notifications.
|
1974
|
+
#
|
1975
|
+
# If you use the [IoT Events managed Lambda function][1] to manage
|
1976
|
+
# your emails, you must [verify the sender email address in Amazon
|
1977
|
+
# SES][2].
|
1978
|
+
#
|
1979
|
+
#
|
1980
|
+
#
|
1981
|
+
# [1]: https://docs.aws.amazon.com/iotevents/latest/developerguide/lambda-support.html
|
1982
|
+
# [2]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-email-addresses.html
|
1983
|
+
# @return [String]
|
1984
|
+
#
|
1985
|
+
# @!attribute [rw] alarms
|
1986
|
+
# Contains the configuration information of an alarm created in an IoT
|
1987
|
+
# SiteWise Monitor portal. You can use the alarm to monitor an asset
|
1988
|
+
# property and get notified when the asset property value is outside a
|
1989
|
+
# specified range. For more information, see [Monitoring with
|
1990
|
+
# alarms][1] in the *IoT SiteWise Application Guide*.
|
1991
|
+
#
|
1992
|
+
#
|
1993
|
+
#
|
1994
|
+
# [1]: https://docs.aws.amazon.com/iot-sitewise/latest/appguide/monitor-alarms.html
|
1995
|
+
# @return [Types::Alarms]
|
1996
|
+
#
|
1919
1997
|
class CreatePortalRequest < Struct.new(
|
1920
1998
|
:portal_name,
|
1921
1999
|
:portal_description,
|
@@ -1924,7 +2002,9 @@ module Aws::IoTSiteWise
|
|
1924
2002
|
:portal_logo_image_file,
|
1925
2003
|
:role_arn,
|
1926
2004
|
:tags,
|
1927
|
-
:portal_auth_mode
|
2005
|
+
:portal_auth_mode,
|
2006
|
+
:notification_sender_email,
|
2007
|
+
:alarms)
|
1928
2008
|
SENSITIVE = []
|
1929
2009
|
include Aws::Structure
|
1930
2010
|
end
|
@@ -1944,9 +2024,9 @@ module Aws::IoTSiteWise
|
|
1944
2024
|
# @return [String]
|
1945
2025
|
#
|
1946
2026
|
# @!attribute [rw] portal_start_url
|
1947
|
-
# The URL for the
|
1948
|
-
#
|
1949
|
-
# portals that use IAM for authentication, you must use the
|
2027
|
+
# The URL for the IoT SiteWise Monitor portal. You can use this URL to
|
2028
|
+
# access portals that use Amazon Web Services SSO for authentication.
|
2029
|
+
# For portals that use IAM for authentication, you must use the IoT
|
1950
2030
|
# SiteWise console to get a URL that you can use to access the portal.
|
1951
2031
|
# @return [String]
|
1952
2032
|
#
|
@@ -1956,7 +2036,8 @@ module Aws::IoTSiteWise
|
|
1956
2036
|
# @return [Types::PortalStatus]
|
1957
2037
|
#
|
1958
2038
|
# @!attribute [rw] sso_application_id
|
1959
|
-
# The associated
|
2039
|
+
# The associated Amazon Web Services SSO application ID, if the portal
|
2040
|
+
# uses Amazon Web Services SSO.
|
1960
2041
|
# @return [String]
|
1961
2042
|
#
|
1962
2043
|
class CreatePortalResponse < Struct.new(
|
@@ -2005,8 +2086,8 @@ module Aws::IoTSiteWise
|
|
2005
2086
|
#
|
2006
2087
|
# @!attribute [rw] tags
|
2007
2088
|
# A list of key-value pairs that contain metadata for the project. For
|
2008
|
-
# more information, see [Tagging your
|
2009
|
-
#
|
2089
|
+
# more information, see [Tagging your IoT SiteWise resources][1] in
|
2090
|
+
# the *IoT SiteWise User Guide*.
|
2010
2091
|
#
|
2011
2092
|
#
|
2012
2093
|
#
|
@@ -2044,6 +2125,43 @@ module Aws::IoTSiteWise
|
|
2044
2125
|
include Aws::Structure
|
2045
2126
|
end
|
2046
2127
|
|
2128
|
+
# Contains information about a customer managed Amazon S3 bucket.
|
2129
|
+
#
|
2130
|
+
# @note When making an API call, you may pass CustomerManagedS3Storage
|
2131
|
+
# data as a hash:
|
2132
|
+
#
|
2133
|
+
# {
|
2134
|
+
# s3_resource_arn: "ARN", # required
|
2135
|
+
# role_arn: "ARN", # required
|
2136
|
+
# }
|
2137
|
+
#
|
2138
|
+
# @!attribute [rw] s3_resource_arn
|
2139
|
+
# The [ARN][1] of the Amazon S3 object. For more information about how
|
2140
|
+
# to find the ARN for an Amazon S3 object, see [Amazon S3
|
2141
|
+
# resources][2] in the *Amazon Simple Storage Service User Guide*.
|
2142
|
+
#
|
2143
|
+
#
|
2144
|
+
#
|
2145
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
2146
|
+
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-arn-format.html
|
2147
|
+
# @return [String]
|
2148
|
+
#
|
2149
|
+
# @!attribute [rw] role_arn
|
2150
|
+
# The [ARN][1] of the Identity and Access Management role that allows
|
2151
|
+
# IoT SiteWise to send data to Amazon S3.
|
2152
|
+
#
|
2153
|
+
#
|
2154
|
+
#
|
2155
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
2156
|
+
# @return [String]
|
2157
|
+
#
|
2158
|
+
class CustomerManagedS3Storage < Struct.new(
|
2159
|
+
:s3_resource_arn,
|
2160
|
+
:role_arn)
|
2161
|
+
SENSITIVE = []
|
2162
|
+
include Aws::Structure
|
2163
|
+
end
|
2164
|
+
|
2047
2165
|
# Contains a dashboard summary.
|
2048
2166
|
#
|
2049
2167
|
# @!attribute [rw] id
|
@@ -2332,13 +2450,13 @@ module Aws::IoTSiteWise
|
|
2332
2450
|
# @return [String]
|
2333
2451
|
#
|
2334
2452
|
# @!attribute [rw] access_policy_identity
|
2335
|
-
# The identity (
|
2336
|
-
# this access policy applies.
|
2453
|
+
# The identity (Amazon Web Services SSO user, Amazon Web Services SSO
|
2454
|
+
# group, or IAM user) to which this access policy applies.
|
2337
2455
|
# @return [Types::Identity]
|
2338
2456
|
#
|
2339
2457
|
# @!attribute [rw] access_policy_resource
|
2340
|
-
# The
|
2341
|
-
#
|
2458
|
+
# The IoT SiteWise Monitor resource (portal or project) to which this
|
2459
|
+
# access policy provides access.
|
2342
2460
|
# @return [Types::Resource]
|
2343
2461
|
#
|
2344
2462
|
# @!attribute [rw] access_policy_permission
|
@@ -2639,8 +2757,7 @@ module Aws::IoTSiteWise
|
|
2639
2757
|
#
|
2640
2758
|
# @!attribute [rw] dashboard_definition
|
2641
2759
|
# The dashboard's definition JSON literal. For detailed information,
|
2642
|
-
# see [Creating dashboards (CLI)][1] in the *
|
2643
|
-
# Guide*.
|
2760
|
+
# see [Creating dashboards (CLI)][1] in the *IoT SiteWise User Guide*.
|
2644
2761
|
#
|
2645
2762
|
#
|
2646
2763
|
#
|
@@ -2678,7 +2795,7 @@ module Aws::IoTSiteWise
|
|
2678
2795
|
#
|
2679
2796
|
# @!attribute [rw] kms_key_arn
|
2680
2797
|
# The key ARN of the customer managed customer master key (CMK) used
|
2681
|
-
# for
|
2798
|
+
# for KMS encryption if you use `KMS_BASED_ENCRYPTION`.
|
2682
2799
|
# @return [String]
|
2683
2800
|
#
|
2684
2801
|
# @!attribute [rw] configuration_status
|
@@ -2709,8 +2826,8 @@ module Aws::IoTSiteWise
|
|
2709
2826
|
#
|
2710
2827
|
# @!attribute [rw] capability_namespace
|
2711
2828
|
# The namespace of the capability configuration. For example, if you
|
2712
|
-
# configure OPC-UA sources from the
|
2713
|
-
#
|
2829
|
+
# configure OPC-UA sources from the IoT SiteWise console, your OPC-UA
|
2830
|
+
# capability configuration has the namespace
|
2714
2831
|
# `iotsitewise:opcuacollector:version`, where `version` is a number
|
2715
2832
|
# such as `1`.
|
2716
2833
|
# @return [String]
|
@@ -2733,7 +2850,7 @@ module Aws::IoTSiteWise
|
|
2733
2850
|
# @!attribute [rw] capability_configuration
|
2734
2851
|
# The JSON document that defines the gateway capability's
|
2735
2852
|
# configuration. For more information, see [Configuring data sources
|
2736
|
-
# (CLI)][1] in the *
|
2853
|
+
# (CLI)][1] in the *IoT SiteWise User Guide*.
|
2737
2854
|
#
|
2738
2855
|
#
|
2739
2856
|
#
|
@@ -2885,20 +3002,21 @@ module Aws::IoTSiteWise
|
|
2885
3002
|
# @return [String]
|
2886
3003
|
#
|
2887
3004
|
# @!attribute [rw] portal_client_id
|
2888
|
-
# The
|
2889
|
-
# APIs).
|
2890
|
-
# that use
|
3005
|
+
# The Amazon Web Services SSO application generated client ID (used
|
3006
|
+
# with Amazon Web Services SSO APIs). IoT SiteWise includes
|
3007
|
+
# `portalClientId` for only portals that use Amazon Web Services SSO
|
3008
|
+
# to authenticate users.
|
2891
3009
|
# @return [String]
|
2892
3010
|
#
|
2893
3011
|
# @!attribute [rw] portal_start_url
|
2894
|
-
# The URL for the
|
2895
|
-
#
|
2896
|
-
# portals that use IAM for authentication, you must use the
|
3012
|
+
# The URL for the IoT SiteWise Monitor portal. You can use this URL to
|
3013
|
+
# access portals that use Amazon Web Services SSO for authentication.
|
3014
|
+
# For portals that use IAM for authentication, you must use the IoT
|
2897
3015
|
# SiteWise console to get a URL that you can use to access the portal.
|
2898
3016
|
# @return [String]
|
2899
3017
|
#
|
2900
3018
|
# @!attribute [rw] portal_contact_email
|
2901
|
-
# The
|
3019
|
+
# The Amazon Web Services administrator's contact email address.
|
2902
3020
|
# @return [String]
|
2903
3021
|
#
|
2904
3022
|
# @!attribute [rw] portal_status
|
@@ -2920,9 +3038,9 @@ module Aws::IoTSiteWise
|
|
2920
3038
|
#
|
2921
3039
|
# @!attribute [rw] role_arn
|
2922
3040
|
# The [ARN][1] of the service role that allows the portal's users to
|
2923
|
-
# access your
|
2924
|
-
# information, see [Using service roles for
|
2925
|
-
#
|
3041
|
+
# access your IoT SiteWise resources on your behalf. For more
|
3042
|
+
# information, see [Using service roles for IoT SiteWise Monitor][2]
|
3043
|
+
# in the *IoT SiteWise User Guide*.
|
2926
3044
|
#
|
2927
3045
|
#
|
2928
3046
|
#
|
@@ -2934,6 +3052,15 @@ module Aws::IoTSiteWise
|
|
2934
3052
|
# The service to use to authenticate users to the portal.
|
2935
3053
|
# @return [String]
|
2936
3054
|
#
|
3055
|
+
# @!attribute [rw] notification_sender_email
|
3056
|
+
# The email address that sends alarm notifications.
|
3057
|
+
# @return [String]
|
3058
|
+
#
|
3059
|
+
# @!attribute [rw] alarms
|
3060
|
+
# Contains the configuration information of an alarm created in an IoT
|
3061
|
+
# SiteWise Monitor portal.
|
3062
|
+
# @return [Types::Alarms]
|
3063
|
+
#
|
2937
3064
|
class DescribePortalResponse < Struct.new(
|
2938
3065
|
:portal_id,
|
2939
3066
|
:portal_arn,
|
@@ -2947,7 +3074,9 @@ module Aws::IoTSiteWise
|
|
2947
3074
|
:portal_last_update_date,
|
2948
3075
|
:portal_logo_image_location,
|
2949
3076
|
:role_arn,
|
2950
|
-
:portal_auth_mode
|
3077
|
+
:portal_auth_mode,
|
3078
|
+
:notification_sender_email,
|
3079
|
+
:alarms)
|
2951
3080
|
SENSITIVE = []
|
2952
3081
|
include Aws::Structure
|
2953
3082
|
end
|
@@ -3015,6 +3144,44 @@ module Aws::IoTSiteWise
|
|
3015
3144
|
include Aws::Structure
|
3016
3145
|
end
|
3017
3146
|
|
3147
|
+
# @api private
|
3148
|
+
#
|
3149
|
+
class DescribeStorageConfigurationRequest < Aws::EmptyStructure; end
|
3150
|
+
|
3151
|
+
# @!attribute [rw] storage_type
|
3152
|
+
# The type of storage that you specified for your data. The storage
|
3153
|
+
# type can be one of the following values:
|
3154
|
+
#
|
3155
|
+
# * `SITEWISE_DEFAULT_STORAGE` – IoT SiteWise replicates your data
|
3156
|
+
# into a service managed database.
|
3157
|
+
#
|
3158
|
+
# * `MULTI_LAYER_STORAGE` – IoT SiteWise replicates your data into a
|
3159
|
+
# service managed database and saves a copy of your raw data and
|
3160
|
+
# metadata in an Amazon S3 object that you specified.
|
3161
|
+
# @return [String]
|
3162
|
+
#
|
3163
|
+
# @!attribute [rw] multi_layer_storage
|
3164
|
+
# Contains information about the storage destination.
|
3165
|
+
# @return [Types::MultiLayerStorage]
|
3166
|
+
#
|
3167
|
+
# @!attribute [rw] configuration_status
|
3168
|
+
# Contains current status information for the configuration.
|
3169
|
+
# @return [Types::ConfigurationStatus]
|
3170
|
+
#
|
3171
|
+
# @!attribute [rw] last_update_date
|
3172
|
+
# The date the storage configuration was last updated, in Unix epoch
|
3173
|
+
# time.
|
3174
|
+
# @return [Time]
|
3175
|
+
#
|
3176
|
+
class DescribeStorageConfigurationResponse < Struct.new(
|
3177
|
+
:storage_type,
|
3178
|
+
:multi_layer_storage,
|
3179
|
+
:configuration_status,
|
3180
|
+
:last_update_date)
|
3181
|
+
SENSITIVE = []
|
3182
|
+
include Aws::Structure
|
3183
|
+
end
|
3184
|
+
|
3018
3185
|
# @note When making an API call, you may pass DisassociateAssetsRequest
|
3019
3186
|
# data as a hash:
|
3020
3187
|
#
|
@@ -3035,7 +3202,7 @@ module Aws::IoTSiteWise
|
|
3035
3202
|
# allow different groupings of assets to be formed that all come from
|
3036
3203
|
# the same asset model. You can use the hierarchy ID to identify the
|
3037
3204
|
# correct asset to disassociate. For more information, see [Asset
|
3038
|
-
# hierarchies][1] in the *
|
3205
|
+
# hierarchies][1] in the *IoT SiteWise User Guide*.
|
3039
3206
|
#
|
3040
3207
|
#
|
3041
3208
|
#
|
@@ -3064,7 +3231,7 @@ module Aws::IoTSiteWise
|
|
3064
3231
|
include Aws::Structure
|
3065
3232
|
end
|
3066
3233
|
|
3067
|
-
# Contains the details of an
|
3234
|
+
# Contains the details of an IoT SiteWise error.
|
3068
3235
|
#
|
3069
3236
|
# @!attribute [rw] code
|
3070
3237
|
# The error code.
|
@@ -3114,8 +3281,8 @@ module Aws::IoTSiteWise
|
|
3114
3281
|
#
|
3115
3282
|
# @!attribute [rw] capability_namespace
|
3116
3283
|
# The namespace of the capability configuration. For example, if you
|
3117
|
-
# configure OPC-UA sources from the
|
3118
|
-
#
|
3284
|
+
# configure OPC-UA sources from the IoT SiteWise console, your OPC-UA
|
3285
|
+
# capability configuration has the namespace
|
3119
3286
|
# `iotsitewise:opcuacollector:version`, where `version` is a number
|
3120
3287
|
# such as `1`.
|
3121
3288
|
# @return [String]
|
@@ -3151,7 +3318,7 @@ module Aws::IoTSiteWise
|
|
3151
3318
|
# }
|
3152
3319
|
#
|
3153
3320
|
# @!attribute [rw] greengrass
|
3154
|
-
# A gateway that runs on
|
3321
|
+
# A gateway that runs on IoT Greengrass.
|
3155
3322
|
# @return [Types::Greengrass]
|
3156
3323
|
#
|
3157
3324
|
class GatewayPlatform < Struct.new(
|
@@ -3225,11 +3392,11 @@ module Aws::IoTSiteWise
|
|
3225
3392
|
# @return [String]
|
3226
3393
|
#
|
3227
3394
|
# @!attribute [rw] property_alias
|
3228
|
-
# The
|
3229
|
-
#
|
3395
|
+
# The alias that identifies the property, such as an OPC-UA server
|
3396
|
+
# data stream path (for example,
|
3230
3397
|
# `/company/windfarm/3/turbine/7/temperature`). For more information,
|
3231
3398
|
# see [Mapping industrial data streams to asset properties][1] in the
|
3232
|
-
# *
|
3399
|
+
# *IoT SiteWise User Guide*.
|
3233
3400
|
#
|
3234
3401
|
#
|
3235
3402
|
#
|
@@ -3269,7 +3436,7 @@ module Aws::IoTSiteWise
|
|
3269
3436
|
# @return [String]
|
3270
3437
|
#
|
3271
3438
|
# @!attribute [rw] max_results
|
3272
|
-
# The maximum number of results to
|
3439
|
+
# The maximum number of results to return for each paginated request.
|
3273
3440
|
#
|
3274
3441
|
# Default: 100
|
3275
3442
|
# @return [Integer]
|
@@ -3330,11 +3497,11 @@ module Aws::IoTSiteWise
|
|
3330
3497
|
# @return [String]
|
3331
3498
|
#
|
3332
3499
|
# @!attribute [rw] property_alias
|
3333
|
-
# The
|
3334
|
-
#
|
3500
|
+
# The alias that identifies the property, such as an OPC-UA server
|
3501
|
+
# data stream path (for example,
|
3335
3502
|
# `/company/windfarm/3/turbine/7/temperature`). For more information,
|
3336
3503
|
# see [Mapping industrial data streams to asset properties][1] in the
|
3337
|
-
# *
|
3504
|
+
# *IoT SiteWise User Guide*.
|
3338
3505
|
#
|
3339
3506
|
#
|
3340
3507
|
#
|
@@ -3366,7 +3533,7 @@ module Aws::IoTSiteWise
|
|
3366
3533
|
# @return [String]
|
3367
3534
|
#
|
3368
3535
|
# @!attribute [rw] max_results
|
3369
|
-
# The maximum number of results to
|
3536
|
+
# The maximum number of results to return for each paginated request.
|
3370
3537
|
#
|
3371
3538
|
# Default: 100
|
3372
3539
|
# @return [Integer]
|
@@ -3419,11 +3586,11 @@ module Aws::IoTSiteWise
|
|
3419
3586
|
# @return [String]
|
3420
3587
|
#
|
3421
3588
|
# @!attribute [rw] property_alias
|
3422
|
-
# The
|
3423
|
-
#
|
3589
|
+
# The alias that identifies the property, such as an OPC-UA server
|
3590
|
+
# data stream path (for example,
|
3424
3591
|
# `/company/windfarm/3/turbine/7/temperature`). For more information,
|
3425
3592
|
# see [Mapping industrial data streams to asset properties][1] in the
|
3426
|
-
# *
|
3593
|
+
# *IoT SiteWise User Guide*.
|
3427
3594
|
#
|
3428
3595
|
#
|
3429
3596
|
#
|
@@ -3475,11 +3642,11 @@ module Aws::IoTSiteWise
|
|
3475
3642
|
# @return [String]
|
3476
3643
|
#
|
3477
3644
|
# @!attribute [rw] property_alias
|
3478
|
-
# The
|
3479
|
-
#
|
3645
|
+
# The alias that identifies the property, such as an OPC-UA server
|
3646
|
+
# data stream path (for example,
|
3480
3647
|
# `/company/windfarm/3/turbine/7/temperature`). For more information,
|
3481
3648
|
# see [Mapping industrial data streams to asset properties][1] in the
|
3482
|
-
# *
|
3649
|
+
# *IoT SiteWise User Guide*.
|
3483
3650
|
#
|
3484
3651
|
#
|
3485
3652
|
#
|
@@ -3520,7 +3687,7 @@ module Aws::IoTSiteWise
|
|
3520
3687
|
# @return [String]
|
3521
3688
|
#
|
3522
3689
|
# @!attribute [rw] max_results
|
3523
|
-
# The maximum number of results to
|
3690
|
+
# The maximum number of results to return for each paginated request.
|
3524
3691
|
# If not specified, the default value is 10.
|
3525
3692
|
# @return [Integer]
|
3526
3693
|
#
|
@@ -3563,12 +3730,12 @@ module Aws::IoTSiteWise
|
|
3563
3730
|
include Aws::Structure
|
3564
3731
|
end
|
3565
3732
|
|
3566
|
-
# Contains details for a gateway that runs on
|
3567
|
-
#
|
3568
|
-
#
|
3569
|
-
#
|
3570
|
-
#
|
3571
|
-
#
|
3733
|
+
# Contains details for a gateway that runs on IoT Greengrass. To create
|
3734
|
+
# a gateway that runs on IoT Greengrass, you must add the IoT SiteWise
|
3735
|
+
# connector to a Greengrass group and deploy it. Your Greengrass group
|
3736
|
+
# must also have permissions to upload data to IoT SiteWise. For more
|
3737
|
+
# information, see [Ingesting data using a gateway][1] in the *IoT
|
3738
|
+
# SiteWise User Guide*.
|
3572
3739
|
#
|
3573
3740
|
#
|
3574
3741
|
#
|
@@ -3584,7 +3751,7 @@ module Aws::IoTSiteWise
|
|
3584
3751
|
# @!attribute [rw] group_arn
|
3585
3752
|
# The [ARN][1] of the Greengrass group. For more information about how
|
3586
3753
|
# to find a group's ARN, see [ListGroups][2] and [GetGroup][3] in the
|
3587
|
-
# *
|
3754
|
+
# *IoT Greengrass API Reference*.
|
3588
3755
|
#
|
3589
3756
|
#
|
3590
3757
|
#
|
@@ -3609,7 +3776,7 @@ module Aws::IoTSiteWise
|
|
3609
3776
|
# }
|
3610
3777
|
#
|
3611
3778
|
# @!attribute [rw] id
|
3612
|
-
# The
|
3779
|
+
# The Amazon Web Services SSO ID of the group.
|
3613
3780
|
# @return [String]
|
3614
3781
|
#
|
3615
3782
|
class GroupIdentity < Struct.new(
|
@@ -3618,9 +3785,8 @@ module Aws::IoTSiteWise
|
|
3618
3785
|
include Aws::Structure
|
3619
3786
|
end
|
3620
3787
|
|
3621
|
-
# Contains information about an
|
3622
|
-
#
|
3623
|
-
# Guide*.
|
3788
|
+
# Contains information about an Identity and Access Management role. For
|
3789
|
+
# more information, see [IAM roles][1] in the *IAM User Guide*.
|
3624
3790
|
#
|
3625
3791
|
#
|
3626
3792
|
#
|
@@ -3648,8 +3814,7 @@ module Aws::IoTSiteWise
|
|
3648
3814
|
include Aws::Structure
|
3649
3815
|
end
|
3650
3816
|
|
3651
|
-
# Contains information about an
|
3652
|
-
# user.
|
3817
|
+
# Contains information about an Identity and Access Management user.
|
3653
3818
|
#
|
3654
3819
|
# @note When making an API call, you may pass IAMUserIdentity
|
3655
3820
|
# data as a hash:
|
@@ -3679,12 +3844,12 @@ module Aws::IoTSiteWise
|
|
3679
3844
|
include Aws::Structure
|
3680
3845
|
end
|
3681
3846
|
|
3682
|
-
# Contains an identity that can access an
|
3683
|
-
# resource.
|
3847
|
+
# Contains an identity that can access an IoT SiteWise Monitor resource.
|
3684
3848
|
#
|
3685
|
-
# <note markdown="1"> Currently, you can't use
|
3686
|
-
#
|
3687
|
-
# pages in the [
|
3849
|
+
# <note markdown="1"> Currently, you can't use Amazon Web Services APIs to retrieve Amazon
|
3850
|
+
# Web Services SSO identity IDs. You can find the Amazon Web Services
|
3851
|
+
# SSO identity IDs in the URL of user and group pages in the [Amazon Web
|
3852
|
+
# Services SSO console][1].
|
3688
3853
|
#
|
3689
3854
|
# </note>
|
3690
3855
|
#
|
@@ -3711,11 +3876,11 @@ module Aws::IoTSiteWise
|
|
3711
3876
|
# }
|
3712
3877
|
#
|
3713
3878
|
# @!attribute [rw] user
|
3714
|
-
# An
|
3879
|
+
# An Amazon Web Services SSO user identity.
|
3715
3880
|
# @return [Types::UserIdentity]
|
3716
3881
|
#
|
3717
3882
|
# @!attribute [rw] group
|
3718
|
-
# An
|
3883
|
+
# An Amazon Web Services SSO group identity.
|
3719
3884
|
# @return [Types::GroupIdentity]
|
3720
3885
|
#
|
3721
3886
|
# @!attribute [rw] iam_user
|
@@ -3795,8 +3960,8 @@ module Aws::IoTSiteWise
|
|
3795
3960
|
include Aws::Structure
|
3796
3961
|
end
|
3797
3962
|
|
3798
|
-
# Contains an image that is uploaded to
|
3799
|
-
#
|
3963
|
+
# Contains an image that is uploaded to IoT SiteWise and available at a
|
3964
|
+
# URL.
|
3800
3965
|
#
|
3801
3966
|
# @!attribute [rw] id
|
3802
3967
|
# The ID of the image.
|
@@ -3814,8 +3979,7 @@ module Aws::IoTSiteWise
|
|
3814
3979
|
include Aws::Structure
|
3815
3980
|
end
|
3816
3981
|
|
3817
|
-
#
|
3818
|
-
# later.
|
3982
|
+
# IoT SiteWise can't process your request right now. Try again later.
|
3819
3983
|
#
|
3820
3984
|
# @!attribute [rw] message
|
3821
3985
|
# @return [String]
|
@@ -3861,7 +4025,7 @@ module Aws::IoTSiteWise
|
|
3861
4025
|
# assets or attempting to create more than the allowed number of
|
3862
4026
|
# properties for an asset model.
|
3863
4027
|
#
|
3864
|
-
# For more information, see [Quotas][1] in the *
|
4028
|
+
# For more information, see [Quotas][1] in the *IoT SiteWise User
|
3865
4029
|
# Guide*.
|
3866
4030
|
#
|
3867
4031
|
#
|
@@ -3891,8 +4055,9 @@ module Aws::IoTSiteWise
|
|
3891
4055
|
# }
|
3892
4056
|
#
|
3893
4057
|
# @!attribute [rw] identity_type
|
3894
|
-
# The type of identity (
|
3895
|
-
# This parameter is required if you
|
4058
|
+
# The type of identity (Amazon Web Services SSO user, Amazon Web
|
4059
|
+
# Services SSO group, or IAM user). This parameter is required if you
|
4060
|
+
# specify `identityId`.
|
3896
4061
|
# @return [String]
|
3897
4062
|
#
|
3898
4063
|
# @!attribute [rw] identity_id
|
@@ -3925,7 +4090,7 @@ module Aws::IoTSiteWise
|
|
3925
4090
|
# @return [String]
|
3926
4091
|
#
|
3927
4092
|
# @!attribute [rw] max_results
|
3928
|
-
# The maximum number of results to
|
4093
|
+
# The maximum number of results to return for each paginated request.
|
3929
4094
|
#
|
3930
4095
|
# Default: 50
|
3931
4096
|
# @return [Integer]
|
@@ -3971,7 +4136,7 @@ module Aws::IoTSiteWise
|
|
3971
4136
|
# @return [String]
|
3972
4137
|
#
|
3973
4138
|
# @!attribute [rw] max_results
|
3974
|
-
# The maximum number of results to
|
4139
|
+
# The maximum number of results to return for each paginated request.
|
3975
4140
|
#
|
3976
4141
|
# Default: 50
|
3977
4142
|
# @return [Integer]
|
@@ -4030,7 +4195,7 @@ module Aws::IoTSiteWise
|
|
4030
4195
|
# @return [String]
|
4031
4196
|
#
|
4032
4197
|
# @!attribute [rw] max_results
|
4033
|
-
# The maximum number of results to
|
4198
|
+
# The maximum number of results to return for each paginated request.
|
4034
4199
|
# @return [Integer]
|
4035
4200
|
#
|
4036
4201
|
class ListAssetRelationshipsRequest < Struct.new(
|
@@ -4073,7 +4238,7 @@ module Aws::IoTSiteWise
|
|
4073
4238
|
# @return [String]
|
4074
4239
|
#
|
4075
4240
|
# @!attribute [rw] max_results
|
4076
|
-
# The maximum number of results to
|
4241
|
+
# The maximum number of results to return for each paginated request.
|
4077
4242
|
#
|
4078
4243
|
# Default: 50
|
4079
4244
|
# @return [Integer]
|
@@ -4142,7 +4307,7 @@ module Aws::IoTSiteWise
|
|
4142
4307
|
# [DescribeAssetModel][2] operations. This parameter is required if
|
4143
4308
|
# you choose `CHILD` for `traversalDirection`.
|
4144
4309
|
#
|
4145
|
-
# For more information, see [Asset hierarchies][3] in the *
|
4310
|
+
# For more information, see [Asset hierarchies][3] in the *IoT
|
4146
4311
|
# SiteWise User Guide*.
|
4147
4312
|
#
|
4148
4313
|
#
|
@@ -4170,7 +4335,7 @@ module Aws::IoTSiteWise
|
|
4170
4335
|
# @return [String]
|
4171
4336
|
#
|
4172
4337
|
# @!attribute [rw] max_results
|
4173
|
-
# The maximum number of results to
|
4338
|
+
# The maximum number of results to return for each paginated request.
|
4174
4339
|
#
|
4175
4340
|
# Default: 50
|
4176
4341
|
# @return [Integer]
|
@@ -4219,7 +4384,7 @@ module Aws::IoTSiteWise
|
|
4219
4384
|
# @return [String]
|
4220
4385
|
#
|
4221
4386
|
# @!attribute [rw] max_results
|
4222
|
-
# The maximum number of results to
|
4387
|
+
# The maximum number of results to return for each paginated request.
|
4223
4388
|
#
|
4224
4389
|
# Default: 50
|
4225
4390
|
# @return [Integer]
|
@@ -4261,7 +4426,7 @@ module Aws::IoTSiteWise
|
|
4261
4426
|
# @return [String]
|
4262
4427
|
#
|
4263
4428
|
# @!attribute [rw] max_results
|
4264
|
-
# The maximum number of results to
|
4429
|
+
# The maximum number of results to return for each paginated request.
|
4265
4430
|
#
|
4266
4431
|
# Default: 50
|
4267
4432
|
# @return [Integer]
|
@@ -4302,7 +4467,7 @@ module Aws::IoTSiteWise
|
|
4302
4467
|
# @return [String]
|
4303
4468
|
#
|
4304
4469
|
# @!attribute [rw] max_results
|
4305
|
-
# The maximum number of results to
|
4470
|
+
# The maximum number of results to return for each paginated request.
|
4306
4471
|
#
|
4307
4472
|
# Default: 50
|
4308
4473
|
# @return [Integer]
|
@@ -4348,7 +4513,7 @@ module Aws::IoTSiteWise
|
|
4348
4513
|
# @return [String]
|
4349
4514
|
#
|
4350
4515
|
# @!attribute [rw] max_results
|
4351
|
-
# The maximum number of results to
|
4516
|
+
# The maximum number of results to return for each paginated request.
|
4352
4517
|
#
|
4353
4518
|
# Default: 50
|
4354
4519
|
# @return [Integer]
|
@@ -4396,7 +4561,7 @@ module Aws::IoTSiteWise
|
|
4396
4561
|
# @return [String]
|
4397
4562
|
#
|
4398
4563
|
# @!attribute [rw] max_results
|
4399
|
-
# The maximum number of results to
|
4564
|
+
# The maximum number of results to return for each paginated request.
|
4400
4565
|
#
|
4401
4566
|
# Default: 50
|
4402
4567
|
# @return [Integer]
|
@@ -4448,8 +4613,8 @@ module Aws::IoTSiteWise
|
|
4448
4613
|
|
4449
4614
|
# @!attribute [rw] tags
|
4450
4615
|
# The list of key-value pairs that contain metadata for the resource.
|
4451
|
-
# For more information, see [Tagging your
|
4452
|
-
#
|
4616
|
+
# For more information, see [Tagging your IoT SiteWise resources][1]
|
4617
|
+
# in the *IoT SiteWise User Guide*.
|
4453
4618
|
#
|
4454
4619
|
#
|
4455
4620
|
#
|
@@ -4472,7 +4637,7 @@ module Aws::IoTSiteWise
|
|
4472
4637
|
# }
|
4473
4638
|
#
|
4474
4639
|
# @!attribute [rw] level
|
4475
|
-
# The
|
4640
|
+
# The IoT SiteWise logging verbosity level.
|
4476
4641
|
# @return [String]
|
4477
4642
|
#
|
4478
4643
|
class LoggingOptions < Struct.new(
|
@@ -4482,7 +4647,7 @@ module Aws::IoTSiteWise
|
|
4482
4647
|
end
|
4483
4648
|
|
4484
4649
|
# Contains an asset measurement property. For more information, see
|
4485
|
-
# [Measurements][1] in the *
|
4650
|
+
# [Measurements][1] in the *IoT SiteWise User Guide*.
|
4486
4651
|
#
|
4487
4652
|
#
|
4488
4653
|
#
|
@@ -4503,7 +4668,7 @@ module Aws::IoTSiteWise
|
|
4503
4668
|
# a metric can only have a data type of `DOUBLE` and consume properties
|
4504
4669
|
# with data types of `INTEGER` or `DOUBLE`.
|
4505
4670
|
#
|
4506
|
-
# For more information, see [Metrics][1] in the *
|
4671
|
+
# For more information, see [Metrics][1] in the *IoT SiteWise User
|
4507
4672
|
# Guide*.
|
4508
4673
|
#
|
4509
4674
|
#
|
@@ -4536,7 +4701,7 @@ module Aws::IoTSiteWise
|
|
4536
4701
|
# function. You can specify up to 10 variables per expression. You can
|
4537
4702
|
# specify up to 10 functions per expression.
|
4538
4703
|
#
|
4539
|
-
# For more information, see [Quotas][1] in the *
|
4704
|
+
# For more information, see [Quotas][1] in the *IoT SiteWise User
|
4540
4705
|
# Guide*.
|
4541
4706
|
#
|
4542
4707
|
#
|
@@ -4549,8 +4714,8 @@ module Aws::IoTSiteWise
|
|
4549
4714
|
# @return [Array<Types::ExpressionVariable>]
|
4550
4715
|
#
|
4551
4716
|
# @!attribute [rw] window
|
4552
|
-
# The window (time interval) over which
|
4553
|
-
# metric's aggregation expression.
|
4717
|
+
# The window (time interval) over which IoT SiteWise computes the
|
4718
|
+
# metric's aggregation expression. IoT SiteWise computes one data
|
4554
4719
|
# point per `window`.
|
4555
4720
|
# @return [Types::MetricWindow]
|
4556
4721
|
#
|
@@ -4584,7 +4749,7 @@ module Aws::IoTSiteWise
|
|
4584
4749
|
include Aws::Structure
|
4585
4750
|
end
|
4586
4751
|
|
4587
|
-
# Contains
|
4752
|
+
# Contains IoT SiteWise Monitor error details.
|
4588
4753
|
#
|
4589
4754
|
# @!attribute [rw] code
|
4590
4755
|
# The error code.
|
@@ -4601,7 +4766,29 @@ module Aws::IoTSiteWise
|
|
4601
4766
|
include Aws::Structure
|
4602
4767
|
end
|
4603
4768
|
|
4604
|
-
#
|
4769
|
+
# Contains information about the storage destination.
|
4770
|
+
#
|
4771
|
+
# @note When making an API call, you may pass MultiLayerStorage
|
4772
|
+
# data as a hash:
|
4773
|
+
#
|
4774
|
+
# {
|
4775
|
+
# customer_managed_s3_storage: { # required
|
4776
|
+
# s3_resource_arn: "ARN", # required
|
4777
|
+
# role_arn: "ARN", # required
|
4778
|
+
# },
|
4779
|
+
# }
|
4780
|
+
#
|
4781
|
+
# @!attribute [rw] customer_managed_s3_storage
|
4782
|
+
# Contains information about a customer managed Amazon S3 bucket.
|
4783
|
+
# @return [Types::CustomerManagedS3Storage]
|
4784
|
+
#
|
4785
|
+
class MultiLayerStorage < Struct.new(
|
4786
|
+
:customer_managed_s3_storage)
|
4787
|
+
SENSITIVE = []
|
4788
|
+
include Aws::Structure
|
4789
|
+
end
|
4790
|
+
|
4791
|
+
# Identifies an IoT SiteWise Monitor portal.
|
4605
4792
|
#
|
4606
4793
|
# @note When making an API call, you may pass PortalResource
|
4607
4794
|
# data as a hash:
|
@@ -4652,9 +4839,9 @@ module Aws::IoTSiteWise
|
|
4652
4839
|
# @return [String]
|
4653
4840
|
#
|
4654
4841
|
# @!attribute [rw] start_url
|
4655
|
-
# The URL for the
|
4656
|
-
#
|
4657
|
-
# portals that use IAM for authentication, you must use the
|
4842
|
+
# The URL for the IoT SiteWise Monitor portal. You can use this URL to
|
4843
|
+
# access portals that use Amazon Web Services SSO for authentication.
|
4844
|
+
# For portals that use IAM for authentication, you must use the IoT
|
4658
4845
|
# SiteWise console to get a URL that you can use to access the portal.
|
4659
4846
|
# @return [String]
|
4660
4847
|
#
|
@@ -4668,9 +4855,9 @@ module Aws::IoTSiteWise
|
|
4668
4855
|
#
|
4669
4856
|
# @!attribute [rw] role_arn
|
4670
4857
|
# The [ARN][1] of the service role that allows the portal's users to
|
4671
|
-
# access your
|
4672
|
-
# information, see [Using service roles for
|
4673
|
-
#
|
4858
|
+
# access your IoT SiteWise resources on your behalf. For more
|
4859
|
+
# information, see [Using service roles for IoT SiteWise Monitor][2]
|
4860
|
+
# in the *IoT SiteWise User Guide*.
|
4674
4861
|
#
|
4675
4862
|
#
|
4676
4863
|
#
|
@@ -4695,7 +4882,7 @@ module Aws::IoTSiteWise
|
|
4695
4882
|
include Aws::Structure
|
4696
4883
|
end
|
4697
4884
|
|
4698
|
-
# Identifies a specific
|
4885
|
+
# Identifies a specific IoT SiteWise Monitor project.
|
4699
4886
|
#
|
4700
4887
|
# @note When making an API call, you may pass ProjectResource
|
4701
4888
|
# data as a hash:
|
@@ -4757,11 +4944,11 @@ module Aws::IoTSiteWise
|
|
4757
4944
|
# @return [String]
|
4758
4945
|
#
|
4759
4946
|
# @!attribute [rw] alias
|
4760
|
-
# The
|
4761
|
-
#
|
4947
|
+
# The alias that identifies the property, such as an OPC-UA server
|
4948
|
+
# data stream path (for example,
|
4762
4949
|
# `/company/windfarm/3/turbine/7/temperature`). For more information,
|
4763
4950
|
# see [Mapping industrial data streams to asset properties][1] in the
|
4764
|
-
# *
|
4951
|
+
# *IoT SiteWise User Guide*.
|
4765
4952
|
#
|
4766
4953
|
#
|
4767
4954
|
#
|
@@ -4803,18 +4990,17 @@ module Aws::IoTSiteWise
|
|
4803
4990
|
end
|
4804
4991
|
|
4805
4992
|
# Contains asset property value notification information. When the
|
4806
|
-
# notification state is enabled,
|
4807
|
-
#
|
4808
|
-
#
|
4809
|
-
# Guide*.
|
4993
|
+
# notification state is enabled, IoT SiteWise publishes property value
|
4994
|
+
# updates to a unique MQTT topic. For more information, see [Interacting
|
4995
|
+
# with other services][1] in the *IoT SiteWise User Guide*.
|
4810
4996
|
#
|
4811
4997
|
#
|
4812
4998
|
#
|
4813
4999
|
# [1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/interact-with-other-services.html
|
4814
5000
|
#
|
4815
5001
|
# @!attribute [rw] topic
|
4816
|
-
# The MQTT topic to which
|
4817
|
-
#
|
5002
|
+
# The MQTT topic to which IoT SiteWise publishes property value update
|
5003
|
+
# notifications.
|
4818
5004
|
# @return [String]
|
4819
5005
|
#
|
4820
5006
|
# @!attribute [rw] state
|
@@ -4957,11 +5143,11 @@ module Aws::IoTSiteWise
|
|
4957
5143
|
# @return [String]
|
4958
5144
|
#
|
4959
5145
|
# @!attribute [rw] property_alias
|
4960
|
-
# The
|
4961
|
-
#
|
5146
|
+
# The alias that identifies the property, such as an OPC-UA server
|
5147
|
+
# data stream path (for example,
|
4962
5148
|
# `/company/windfarm/3/turbine/7/temperature`). For more information,
|
4963
5149
|
# see [Mapping industrial data streams to asset properties][1] in the
|
4964
|
-
# *
|
5150
|
+
# *IoT SiteWise User Guide*.
|
4965
5151
|
#
|
4966
5152
|
#
|
4967
5153
|
#
|
@@ -4997,7 +5183,7 @@ module Aws::IoTSiteWise
|
|
4997
5183
|
#
|
4998
5184
|
# @!attribute [rw] kms_key_id
|
4999
5185
|
# The Key ID of the customer managed customer master key (CMK) used
|
5000
|
-
# for
|
5186
|
+
# for KMS encryption. This is required if you use
|
5001
5187
|
# `KMS_BASED_ENCRYPTION`.
|
5002
5188
|
# @return [String]
|
5003
5189
|
#
|
@@ -5013,8 +5199,8 @@ module Aws::IoTSiteWise
|
|
5013
5199
|
# @return [String]
|
5014
5200
|
#
|
5015
5201
|
# @!attribute [rw] kms_key_arn
|
5016
|
-
# The Key ARN of the
|
5017
|
-
#
|
5202
|
+
# The Key ARN of the KMS CMK used for KMS encryption if you use
|
5203
|
+
# `KMS_BASED_ENCRYPTION`.
|
5018
5204
|
# @return [String]
|
5019
5205
|
#
|
5020
5206
|
# @!attribute [rw] configuration_status
|
@@ -5052,8 +5238,73 @@ module Aws::IoTSiteWise
|
|
5052
5238
|
|
5053
5239
|
class PutLoggingOptionsResponse < Aws::EmptyStructure; end
|
5054
5240
|
|
5055
|
-
#
|
5056
|
-
#
|
5241
|
+
# @note When making an API call, you may pass PutStorageConfigurationRequest
|
5242
|
+
# data as a hash:
|
5243
|
+
#
|
5244
|
+
# {
|
5245
|
+
# storage_type: "SITEWISE_DEFAULT_STORAGE", # required, accepts SITEWISE_DEFAULT_STORAGE, MULTI_LAYER_STORAGE
|
5246
|
+
# multi_layer_storage: {
|
5247
|
+
# customer_managed_s3_storage: { # required
|
5248
|
+
# s3_resource_arn: "ARN", # required
|
5249
|
+
# role_arn: "ARN", # required
|
5250
|
+
# },
|
5251
|
+
# },
|
5252
|
+
# }
|
5253
|
+
#
|
5254
|
+
# @!attribute [rw] storage_type
|
5255
|
+
# The type of storage that you specified for your data. The storage
|
5256
|
+
# type can be one of the following values:
|
5257
|
+
#
|
5258
|
+
# * `SITEWISE_DEFAULT_STORAGE` – IoT SiteWise replicates your data
|
5259
|
+
# into a service managed database.
|
5260
|
+
#
|
5261
|
+
# * `MULTI_LAYER_STORAGE` – IoT SiteWise replicates your data into a
|
5262
|
+
# service managed database and saves a copy of your raw data and
|
5263
|
+
# metadata in an Amazon S3 object that you specified.
|
5264
|
+
# @return [String]
|
5265
|
+
#
|
5266
|
+
# @!attribute [rw] multi_layer_storage
|
5267
|
+
# Identifies a storage destination. If you specified
|
5268
|
+
# `MULTI_LAYER_STORAGE` for the storage type, you must specify a
|
5269
|
+
# `MultiLayerStorage` object.
|
5270
|
+
# @return [Types::MultiLayerStorage]
|
5271
|
+
#
|
5272
|
+
class PutStorageConfigurationRequest < Struct.new(
|
5273
|
+
:storage_type,
|
5274
|
+
:multi_layer_storage)
|
5275
|
+
SENSITIVE = []
|
5276
|
+
include Aws::Structure
|
5277
|
+
end
|
5278
|
+
|
5279
|
+
# @!attribute [rw] storage_type
|
5280
|
+
# The type of storage that you specified for your data. The storage
|
5281
|
+
# type can be one of the following values:
|
5282
|
+
#
|
5283
|
+
# * `SITEWISE_DEFAULT_STORAGE` – IoT SiteWise replicates your data
|
5284
|
+
# into a service managed database.
|
5285
|
+
#
|
5286
|
+
# * `MULTI_LAYER_STORAGE` – IoT SiteWise replicates your data into a
|
5287
|
+
# service managed database and saves a copy of your raw data and
|
5288
|
+
# metadata in an Amazon S3 object that you specified.
|
5289
|
+
# @return [String]
|
5290
|
+
#
|
5291
|
+
# @!attribute [rw] multi_layer_storage
|
5292
|
+
# Contains information about the storage destination.
|
5293
|
+
# @return [Types::MultiLayerStorage]
|
5294
|
+
#
|
5295
|
+
# @!attribute [rw] configuration_status
|
5296
|
+
# Contains current status information for the configuration.
|
5297
|
+
# @return [Types::ConfigurationStatus]
|
5298
|
+
#
|
5299
|
+
class PutStorageConfigurationResponse < Struct.new(
|
5300
|
+
:storage_type,
|
5301
|
+
:multi_layer_storage,
|
5302
|
+
:configuration_status)
|
5303
|
+
SENSITIVE = []
|
5304
|
+
include Aws::Structure
|
5305
|
+
end
|
5306
|
+
|
5307
|
+
# Contains an IoT SiteWise Monitor resource ID for a portal or project.
|
5057
5308
|
#
|
5058
5309
|
# @note When making an API call, you may pass Resource
|
5059
5310
|
# data as a hash:
|
@@ -5145,8 +5396,8 @@ module Aws::IoTSiteWise
|
|
5145
5396
|
#
|
5146
5397
|
# @!attribute [rw] tags
|
5147
5398
|
# A list of key-value pairs that contain metadata for the resource.
|
5148
|
-
# For more information, see [Tagging your
|
5149
|
-
#
|
5399
|
+
# For more information, see [Tagging your IoT SiteWise resources][1]
|
5400
|
+
# in the *IoT SiteWise User Guide*.
|
5150
5401
|
#
|
5151
5402
|
#
|
5152
5403
|
#
|
@@ -5163,10 +5414,10 @@ module Aws::IoTSiteWise
|
|
5163
5414
|
class TagResourceResponse < Aws::EmptyStructure; end
|
5164
5415
|
|
5165
5416
|
# Your request exceeded a rate limit. For example, you might have
|
5166
|
-
# exceeded the number of
|
5417
|
+
# exceeded the number of IoT SiteWise assets that can be created per
|
5167
5418
|
# second, the allowed number of messages per second, and so on.
|
5168
5419
|
#
|
5169
|
-
# For more information, see [Quotas][1] in the *
|
5420
|
+
# For more information, see [Quotas][1] in the *IoT SiteWise User
|
5170
5421
|
# Guide*.
|
5171
5422
|
#
|
5172
5423
|
#
|
@@ -5210,7 +5461,7 @@ module Aws::IoTSiteWise
|
|
5210
5461
|
|
5211
5462
|
# You've reached the limit for the number of tags allowed for a
|
5212
5463
|
# resource. For more information, see [Tag naming limits and
|
5213
|
-
# requirements][1] in the *
|
5464
|
+
# requirements][1] in the *Amazon Web Services General Reference*.
|
5214
5465
|
#
|
5215
5466
|
#
|
5216
5467
|
#
|
@@ -5238,8 +5489,8 @@ module Aws::IoTSiteWise
|
|
5238
5489
|
# `DOUBLE` and consume properties with data types of `INTEGER` or
|
5239
5490
|
# `DOUBLE`.
|
5240
5491
|
#
|
5241
|
-
# For more information, see [Transforms][1] in the *
|
5242
|
-
#
|
5492
|
+
# For more information, see [Transforms][1] in the *IoT SiteWise User
|
5493
|
+
# Guide*.
|
5243
5494
|
#
|
5244
5495
|
#
|
5245
5496
|
#
|
@@ -5266,7 +5517,7 @@ module Aws::IoTSiteWise
|
|
5266
5517
|
# function. You can specify up to 10 variables per expression. You can
|
5267
5518
|
# specify up to 10 functions per expression.
|
5268
5519
|
#
|
5269
|
-
# For more information, see [Quotas][1] in the *
|
5520
|
+
# For more information, see [Quotas][1] in the *IoT SiteWise User
|
5270
5521
|
# Guide*.
|
5271
5522
|
#
|
5272
5523
|
#
|
@@ -5299,15 +5550,15 @@ module Aws::IoTSiteWise
|
|
5299
5550
|
# @!attribute [rw] interval
|
5300
5551
|
# The time interval for the tumbling window. Note that `w` represents
|
5301
5552
|
# weeks, `d` represents days, `h` represents hours, and `m` represents
|
5302
|
-
# minutes.
|
5303
|
-
#
|
5304
|
-
#
|
5305
|
-
#
|
5553
|
+
# minutes. IoT SiteWise computes the `1w` interval the end of Sunday
|
5554
|
+
# at midnight each week (UTC), the `1d` interval at the end of each
|
5555
|
+
# day at midnight (UTC), the `1h` interval at the end of each hour,
|
5556
|
+
# and so on.
|
5306
5557
|
#
|
5307
|
-
# When
|
5308
|
-
#
|
5309
|
-
#
|
5310
|
-
#
|
5558
|
+
# When IoT SiteWise aggregates data points for metric computations,
|
5559
|
+
# the start of each interval is exclusive and the end of each interval
|
5560
|
+
# is inclusive. IoT SiteWise places the computed data point at the end
|
5561
|
+
# of the interval.
|
5311
5562
|
# @return [String]
|
5312
5563
|
#
|
5313
5564
|
class TumblingWindow < Struct.new(
|
@@ -5392,12 +5643,12 @@ module Aws::IoTSiteWise
|
|
5392
5643
|
# @return [String]
|
5393
5644
|
#
|
5394
5645
|
# @!attribute [rw] access_policy_identity
|
5395
|
-
# The identity for this access policy. Choose an
|
5396
|
-
# SSO group, or an IAM user.
|
5646
|
+
# The identity for this access policy. Choose an Amazon Web Services
|
5647
|
+
# SSO user, an Amazon Web Services SSO group, or an IAM user.
|
5397
5648
|
# @return [Types::Identity]
|
5398
5649
|
#
|
5399
5650
|
# @!attribute [rw] access_policy_resource
|
5400
|
-
# The
|
5651
|
+
# The IoT SiteWise Monitor resource for this access policy. Choose
|
5401
5652
|
# either a portal or a project.
|
5402
5653
|
# @return [Types::Resource]
|
5403
5654
|
#
|
@@ -5555,11 +5806,11 @@ module Aws::IoTSiteWise
|
|
5555
5806
|
#
|
5556
5807
|
# @!attribute [rw] asset_model_properties
|
5557
5808
|
# The updated property definitions of the asset model. For more
|
5558
|
-
# information, see [Asset properties][1] in the *
|
5809
|
+
# information, see [Asset properties][1] in the *IoT SiteWise User
|
5559
5810
|
# Guide*.
|
5560
5811
|
#
|
5561
5812
|
# You can specify up to 200 properties per asset model. For more
|
5562
|
-
# information, see [Quotas][2] in the *
|
5813
|
+
# information, see [Quotas][2] in the *IoT SiteWise User Guide*.
|
5563
5814
|
#
|
5564
5815
|
#
|
5565
5816
|
#
|
@@ -5571,10 +5822,10 @@ module Aws::IoTSiteWise
|
|
5571
5822
|
# The updated hierarchy definitions of the asset model. Each hierarchy
|
5572
5823
|
# specifies an asset model whose assets can be children of any other
|
5573
5824
|
# assets created from this asset model. For more information, see
|
5574
|
-
# [Asset hierarchies][1] in the *
|
5825
|
+
# [Asset hierarchies][1] in the *IoT SiteWise User Guide*.
|
5575
5826
|
#
|
5576
5827
|
# You can specify up to 10 hierarchies per asset model. For more
|
5577
|
-
# information, see [Quotas][2] in the *
|
5828
|
+
# information, see [Quotas][2] in the *IoT SiteWise User Guide*.
|
5578
5829
|
#
|
5579
5830
|
#
|
5580
5831
|
#
|
@@ -5642,11 +5893,11 @@ module Aws::IoTSiteWise
|
|
5642
5893
|
# @return [String]
|
5643
5894
|
#
|
5644
5895
|
# @!attribute [rw] property_alias
|
5645
|
-
# The
|
5646
|
-
#
|
5896
|
+
# The alias that identifies the property, such as an OPC-UA server
|
5897
|
+
# data stream path (for example,
|
5647
5898
|
# `/company/windfarm/3/turbine/7/temperature`). For more information,
|
5648
5899
|
# see [Mapping industrial data streams to asset properties][1] in the
|
5649
|
-
# *
|
5900
|
+
# *IoT SiteWise User Guide*.
|
5650
5901
|
#
|
5651
5902
|
# If you omit this parameter, the alias is removed from the property.
|
5652
5903
|
#
|
@@ -5657,10 +5908,10 @@ module Aws::IoTSiteWise
|
|
5657
5908
|
#
|
5658
5909
|
# @!attribute [rw] property_notification_state
|
5659
5910
|
# The MQTT notification state (enabled or disabled) for this asset
|
5660
|
-
# property. When the notification state is enabled,
|
5911
|
+
# property. When the notification state is enabled, IoT SiteWise
|
5661
5912
|
# publishes property value updates to a unique MQTT topic. For more
|
5662
|
-
# information, see [Interacting with other services][1] in the *
|
5663
|
-
#
|
5913
|
+
# information, see [Interacting with other services][1] in the *IoT
|
5914
|
+
# SiteWise User Guide*.
|
5664
5915
|
#
|
5665
5916
|
# If you omit this parameter, the notification state is set to
|
5666
5917
|
# `DISABLED`.
|
@@ -5759,8 +6010,8 @@ module Aws::IoTSiteWise
|
|
5759
6010
|
#
|
5760
6011
|
# @!attribute [rw] dashboard_definition
|
5761
6012
|
# The new dashboard definition, as specified in a JSON literal. For
|
5762
|
-
# detailed information, see [Creating dashboards (CLI)][1] in the *
|
5763
|
-
#
|
6013
|
+
# detailed information, see [Creating dashboards (CLI)][1] in the *IoT
|
6014
|
+
# SiteWise User Guide*.
|
5764
6015
|
#
|
5765
6016
|
#
|
5766
6017
|
#
|
@@ -5803,16 +6054,16 @@ module Aws::IoTSiteWise
|
|
5803
6054
|
#
|
5804
6055
|
# @!attribute [rw] capability_namespace
|
5805
6056
|
# The namespace of the gateway capability configuration to be updated.
|
5806
|
-
# For example, if you configure OPC-UA sources from the
|
5807
|
-
#
|
5808
|
-
#
|
5809
|
-
#
|
6057
|
+
# For example, if you configure OPC-UA sources from the IoT SiteWise
|
6058
|
+
# console, your OPC-UA capability configuration has the namespace
|
6059
|
+
# `iotsitewise:opcuacollector:version`, where `version` is a number
|
6060
|
+
# such as `1`.
|
5810
6061
|
# @return [String]
|
5811
6062
|
#
|
5812
6063
|
# @!attribute [rw] capability_configuration
|
5813
6064
|
# The JSON document that defines the configuration for the gateway
|
5814
6065
|
# capability. For more information, see [Configuring data sources
|
5815
|
-
# (CLI)][1] in the *
|
6066
|
+
# (CLI)][1] in the *IoT SiteWise User Guide*.
|
5816
6067
|
#
|
5817
6068
|
#
|
5818
6069
|
#
|
@@ -5894,6 +6145,11 @@ module Aws::IoTSiteWise
|
|
5894
6145
|
# },
|
5895
6146
|
# role_arn: "ARN", # required
|
5896
6147
|
# client_token: "ClientToken",
|
6148
|
+
# notification_sender_email: "Email",
|
6149
|
+
# alarms: {
|
6150
|
+
# alarm_role_arn: "ARN", # required
|
6151
|
+
# notification_lambda_arn: "ARN",
|
6152
|
+
# },
|
5897
6153
|
# }
|
5898
6154
|
#
|
5899
6155
|
# @!attribute [rw] portal_id
|
@@ -5909,7 +6165,7 @@ module Aws::IoTSiteWise
|
|
5909
6165
|
# @return [String]
|
5910
6166
|
#
|
5911
6167
|
# @!attribute [rw] portal_contact_email
|
5912
|
-
# The
|
6168
|
+
# The Amazon Web Services administrator's contact email address.
|
5913
6169
|
# @return [String]
|
5914
6170
|
#
|
5915
6171
|
# @!attribute [rw] portal_logo_image
|
@@ -5923,9 +6179,9 @@ module Aws::IoTSiteWise
|
|
5923
6179
|
#
|
5924
6180
|
# @!attribute [rw] role_arn
|
5925
6181
|
# The [ARN][1] of a service role that allows the portal's users to
|
5926
|
-
# access your
|
5927
|
-
# information, see [Using service roles for
|
5928
|
-
#
|
6182
|
+
# access your IoT SiteWise resources on your behalf. For more
|
6183
|
+
# information, see [Using service roles for IoT SiteWise Monitor][2]
|
6184
|
+
# in the *IoT SiteWise User Guide*.
|
5929
6185
|
#
|
5930
6186
|
#
|
5931
6187
|
#
|
@@ -5942,6 +6198,22 @@ module Aws::IoTSiteWise
|
|
5942
6198
|
# not need to pass this option.
|
5943
6199
|
# @return [String]
|
5944
6200
|
#
|
6201
|
+
# @!attribute [rw] notification_sender_email
|
6202
|
+
# The email address that sends alarm notifications.
|
6203
|
+
# @return [String]
|
6204
|
+
#
|
6205
|
+
# @!attribute [rw] alarms
|
6206
|
+
# Contains the configuration information of an alarm created in an IoT
|
6207
|
+
# SiteWise Monitor portal. You can use the alarm to monitor an asset
|
6208
|
+
# property and get notified when the asset property value is outside a
|
6209
|
+
# specified range. For more information, see [Monitoring with
|
6210
|
+
# alarms][1] in the *IoT SiteWise Application Guide*.
|
6211
|
+
#
|
6212
|
+
#
|
6213
|
+
#
|
6214
|
+
# [1]: https://docs.aws.amazon.com/iot-sitewise/latest/appguide/monitor-alarms.html
|
6215
|
+
# @return [Types::Alarms]
|
6216
|
+
#
|
5945
6217
|
class UpdatePortalRequest < Struct.new(
|
5946
6218
|
:portal_id,
|
5947
6219
|
:portal_name,
|
@@ -5949,7 +6221,9 @@ module Aws::IoTSiteWise
|
|
5949
6221
|
:portal_contact_email,
|
5950
6222
|
:portal_logo_image,
|
5951
6223
|
:role_arn,
|
5952
|
-
:client_token
|
6224
|
+
:client_token,
|
6225
|
+
:notification_sender_email,
|
6226
|
+
:alarms)
|
5953
6227
|
SENSITIVE = []
|
5954
6228
|
include Aws::Structure
|
5955
6229
|
end
|
@@ -6017,7 +6291,7 @@ module Aws::IoTSiteWise
|
|
6017
6291
|
# }
|
6018
6292
|
#
|
6019
6293
|
# @!attribute [rw] id
|
6020
|
-
# The
|
6294
|
+
# The Amazon Web Services SSO ID of the user.
|
6021
6295
|
# @return [String]
|
6022
6296
|
#
|
6023
6297
|
class UserIdentity < Struct.new(
|
@@ -6049,7 +6323,7 @@ module Aws::IoTSiteWise
|
|
6049
6323
|
# several hierarchies using the same model and therefore the same
|
6050
6324
|
# `propertyId`. For example, you might have separately grouped assets
|
6051
6325
|
# that come from the same asset model. For more information, see
|
6052
|
-
# [Asset hierarchies][1] in the *
|
6326
|
+
# [Asset hierarchies][1] in the *IoT SiteWise User Guide*.
|
6053
6327
|
#
|
6054
6328
|
#
|
6055
6329
|
#
|