aws-sdk-iotsitewise 1.26.0 → 1.27.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotsitewise.rb +1 -1
- data/lib/aws-sdk-iotsitewise/client.rb +129 -6
- data/lib/aws-sdk-iotsitewise/client_api.rb +41 -1
- data/lib/aws-sdk-iotsitewise/types.rb +339 -8
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 245f60df12ec946f7a4e0fbc14727bc578da0c816fcd9459b4ca5643c9708971
|
4
|
+
data.tar.gz: 195510e5eb76a9f52ef6cedb2a57d05e8ed27c4b439c157c3ce2327c33f2d2c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c76ef9ed7e3e0c65fa4364dac73f076c4ed8b8c71a863b549eb61c22ebc92d4efa3e9cb700925b16487d843c4beb39541dbf84f9770ea469efc1685f57ba376f
|
7
|
+
data.tar.gz: 3ff92ef8e696bbdb40e27e607efe0f9be4dba2b807e86627bee2a37bdad16391cf67a9645f823cf53b256c5c56ec14f3fd070c36b1a5e887718c831c73c88c86
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.27.0 (2021-07-29)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for AWS IoT SiteWise Edge. You can now create an AWS IoT SiteWise gateway that runs on AWS IoT Greengrass V2. With the gateway, you can collect local server and equipment data, process the data, and export the selected data from the edge to the AWS Cloud.
|
8
|
+
|
4
9
|
1.26.0 (2021-07-28)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.27.0
|
data/lib/aws-sdk-iotsitewise.rb
CHANGED
@@ -688,6 +688,9 @@ module Aws::IoTSiteWise
|
|
688
688
|
# resp.asset_status.state #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "FAILED"
|
689
689
|
# resp.asset_status.error.code #=> String, one of "VALIDATION_ERROR", "INTERNAL_FAILURE"
|
690
690
|
# resp.asset_status.error.message #=> String
|
691
|
+
# resp.asset_status.error.details #=> Array
|
692
|
+
# resp.asset_status.error.details[0].code #=> String, one of "INCOMPATIBLE_COMPUTE_LOCATION", "INCOMPATIBLE_FORWARDING_CONFIGURATION"
|
693
|
+
# resp.asset_status.error.details[0].message #=> String
|
691
694
|
#
|
692
695
|
# @overload create_asset(params = {})
|
693
696
|
# @param [Hash] params ({})
|
@@ -785,6 +788,11 @@ module Aws::IoTSiteWise
|
|
785
788
|
# default_value: "DefaultValue",
|
786
789
|
# },
|
787
790
|
# measurement: {
|
791
|
+
# processing_config: {
|
792
|
+
# forwarding_config: { # required
|
793
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
794
|
+
# },
|
795
|
+
# },
|
788
796
|
# },
|
789
797
|
# transform: {
|
790
798
|
# expression: "Expression", # required
|
@@ -797,6 +805,12 @@ module Aws::IoTSiteWise
|
|
797
805
|
# },
|
798
806
|
# },
|
799
807
|
# ],
|
808
|
+
# processing_config: {
|
809
|
+
# compute_location: "EDGE", # required, accepts EDGE, CLOUD
|
810
|
+
# forwarding_config: {
|
811
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
812
|
+
# },
|
813
|
+
# },
|
800
814
|
# },
|
801
815
|
# metric: {
|
802
816
|
# expression: "Expression", # required
|
@@ -814,6 +828,9 @@ module Aws::IoTSiteWise
|
|
814
828
|
# interval: "Interval", # required
|
815
829
|
# },
|
816
830
|
# },
|
831
|
+
# processing_config: {
|
832
|
+
# compute_location: "EDGE", # required, accepts EDGE, CLOUD
|
833
|
+
# },
|
817
834
|
# },
|
818
835
|
# },
|
819
836
|
# },
|
@@ -840,6 +857,11 @@ module Aws::IoTSiteWise
|
|
840
857
|
# default_value: "DefaultValue",
|
841
858
|
# },
|
842
859
|
# measurement: {
|
860
|
+
# processing_config: {
|
861
|
+
# forwarding_config: { # required
|
862
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
863
|
+
# },
|
864
|
+
# },
|
843
865
|
# },
|
844
866
|
# transform: {
|
845
867
|
# expression: "Expression", # required
|
@@ -852,6 +874,12 @@ module Aws::IoTSiteWise
|
|
852
874
|
# },
|
853
875
|
# },
|
854
876
|
# ],
|
877
|
+
# processing_config: {
|
878
|
+
# compute_location: "EDGE", # required, accepts EDGE, CLOUD
|
879
|
+
# forwarding_config: {
|
880
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
881
|
+
# },
|
882
|
+
# },
|
855
883
|
# },
|
856
884
|
# metric: {
|
857
885
|
# expression: "Expression", # required
|
@@ -869,6 +897,9 @@ module Aws::IoTSiteWise
|
|
869
897
|
# interval: "Interval", # required
|
870
898
|
# },
|
871
899
|
# },
|
900
|
+
# processing_config: {
|
901
|
+
# compute_location: "EDGE", # required, accepts EDGE, CLOUD
|
902
|
+
# },
|
872
903
|
# },
|
873
904
|
# },
|
874
905
|
# },
|
@@ -888,6 +919,9 @@ module Aws::IoTSiteWise
|
|
888
919
|
# resp.asset_model_status.state #=> String, one of "CREATING", "ACTIVE", "UPDATING", "PROPAGATING", "DELETING", "FAILED"
|
889
920
|
# resp.asset_model_status.error.code #=> String, one of "VALIDATION_ERROR", "INTERNAL_FAILURE"
|
890
921
|
# resp.asset_model_status.error.message #=> String
|
922
|
+
# resp.asset_model_status.error.details #=> Array
|
923
|
+
# resp.asset_model_status.error.details[0].code #=> String, one of "INCOMPATIBLE_COMPUTE_LOCATION", "INCOMPATIBLE_FORWARDING_CONFIGURATION"
|
924
|
+
# resp.asset_model_status.error.details[0].message #=> String
|
891
925
|
#
|
892
926
|
# @overload create_asset_model(params = {})
|
893
927
|
# @param [Hash] params ({})
|
@@ -998,9 +1032,12 @@ module Aws::IoTSiteWise
|
|
998
1032
|
# resp = client.create_gateway({
|
999
1033
|
# gateway_name: "Name", # required
|
1000
1034
|
# gateway_platform: { # required
|
1001
|
-
# greengrass: {
|
1035
|
+
# greengrass: {
|
1002
1036
|
# group_arn: "ARN", # required
|
1003
1037
|
# },
|
1038
|
+
# greengrass_v2: {
|
1039
|
+
# core_device_thing_name: "CoreDeviceThingName", # required
|
1040
|
+
# },
|
1004
1041
|
# },
|
1005
1042
|
# tags: {
|
1006
1043
|
# "TagKey" => "TagValue",
|
@@ -1296,6 +1333,9 @@ module Aws::IoTSiteWise
|
|
1296
1333
|
# resp.asset_status.state #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "FAILED"
|
1297
1334
|
# resp.asset_status.error.code #=> String, one of "VALIDATION_ERROR", "INTERNAL_FAILURE"
|
1298
1335
|
# resp.asset_status.error.message #=> String
|
1336
|
+
# resp.asset_status.error.details #=> Array
|
1337
|
+
# resp.asset_status.error.details[0].code #=> String, one of "INCOMPATIBLE_COMPUTE_LOCATION", "INCOMPATIBLE_FORWARDING_CONFIGURATION"
|
1338
|
+
# resp.asset_status.error.details[0].message #=> String
|
1299
1339
|
#
|
1300
1340
|
# @overload delete_asset(params = {})
|
1301
1341
|
# @param [Hash] params ({})
|
@@ -1342,6 +1382,9 @@ module Aws::IoTSiteWise
|
|
1342
1382
|
# resp.asset_model_status.state #=> String, one of "CREATING", "ACTIVE", "UPDATING", "PROPAGATING", "DELETING", "FAILED"
|
1343
1383
|
# resp.asset_model_status.error.code #=> String, one of "VALIDATION_ERROR", "INTERNAL_FAILURE"
|
1344
1384
|
# resp.asset_model_status.error.message #=> String
|
1385
|
+
# resp.asset_model_status.error.details #=> Array
|
1386
|
+
# resp.asset_model_status.error.details[0].code #=> String, one of "INCOMPATIBLE_COMPUTE_LOCATION", "INCOMPATIBLE_FORWARDING_CONFIGURATION"
|
1387
|
+
# resp.asset_model_status.error.details[0].message #=> String
|
1345
1388
|
#
|
1346
1389
|
# @overload delete_asset_model(params = {})
|
1347
1390
|
# @param [Hash] params ({})
|
@@ -1569,6 +1612,9 @@ module Aws::IoTSiteWise
|
|
1569
1612
|
# resp.asset_status.state #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "FAILED"
|
1570
1613
|
# resp.asset_status.error.code #=> String, one of "VALIDATION_ERROR", "INTERNAL_FAILURE"
|
1571
1614
|
# resp.asset_status.error.message #=> String
|
1615
|
+
# resp.asset_status.error.details #=> Array
|
1616
|
+
# resp.asset_status.error.details[0].code #=> String, one of "INCOMPATIBLE_COMPUTE_LOCATION", "INCOMPATIBLE_FORWARDING_CONFIGURATION"
|
1617
|
+
# resp.asset_status.error.details[0].message #=> String
|
1572
1618
|
#
|
1573
1619
|
#
|
1574
1620
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -1620,17 +1666,21 @@ module Aws::IoTSiteWise
|
|
1620
1666
|
# resp.asset_model_properties[0].data_type_spec #=> String
|
1621
1667
|
# resp.asset_model_properties[0].unit #=> String
|
1622
1668
|
# resp.asset_model_properties[0].type.attribute.default_value #=> String
|
1669
|
+
# resp.asset_model_properties[0].type.measurement.processing_config.forwarding_config.state #=> String, one of "DISABLED", "ENABLED"
|
1623
1670
|
# resp.asset_model_properties[0].type.transform.expression #=> String
|
1624
1671
|
# resp.asset_model_properties[0].type.transform.variables #=> Array
|
1625
1672
|
# resp.asset_model_properties[0].type.transform.variables[0].name #=> String
|
1626
1673
|
# resp.asset_model_properties[0].type.transform.variables[0].value.property_id #=> String
|
1627
1674
|
# resp.asset_model_properties[0].type.transform.variables[0].value.hierarchy_id #=> String
|
1675
|
+
# resp.asset_model_properties[0].type.transform.processing_config.compute_location #=> String, one of "EDGE", "CLOUD"
|
1676
|
+
# resp.asset_model_properties[0].type.transform.processing_config.forwarding_config.state #=> String, one of "DISABLED", "ENABLED"
|
1628
1677
|
# resp.asset_model_properties[0].type.metric.expression #=> String
|
1629
1678
|
# resp.asset_model_properties[0].type.metric.variables #=> Array
|
1630
1679
|
# resp.asset_model_properties[0].type.metric.variables[0].name #=> String
|
1631
1680
|
# resp.asset_model_properties[0].type.metric.variables[0].value.property_id #=> String
|
1632
1681
|
# resp.asset_model_properties[0].type.metric.variables[0].value.hierarchy_id #=> String
|
1633
1682
|
# resp.asset_model_properties[0].type.metric.window.tumbling.interval #=> String
|
1683
|
+
# resp.asset_model_properties[0].type.metric.processing_config.compute_location #=> String, one of "EDGE", "CLOUD"
|
1634
1684
|
# resp.asset_model_hierarchies #=> Array
|
1635
1685
|
# resp.asset_model_hierarchies[0].id #=> String
|
1636
1686
|
# resp.asset_model_hierarchies[0].name #=> String
|
@@ -1646,22 +1696,29 @@ module Aws::IoTSiteWise
|
|
1646
1696
|
# resp.asset_model_composite_models[0].properties[0].data_type_spec #=> String
|
1647
1697
|
# resp.asset_model_composite_models[0].properties[0].unit #=> String
|
1648
1698
|
# resp.asset_model_composite_models[0].properties[0].type.attribute.default_value #=> String
|
1699
|
+
# resp.asset_model_composite_models[0].properties[0].type.measurement.processing_config.forwarding_config.state #=> String, one of "DISABLED", "ENABLED"
|
1649
1700
|
# resp.asset_model_composite_models[0].properties[0].type.transform.expression #=> String
|
1650
1701
|
# resp.asset_model_composite_models[0].properties[0].type.transform.variables #=> Array
|
1651
1702
|
# resp.asset_model_composite_models[0].properties[0].type.transform.variables[0].name #=> String
|
1652
1703
|
# resp.asset_model_composite_models[0].properties[0].type.transform.variables[0].value.property_id #=> String
|
1653
1704
|
# resp.asset_model_composite_models[0].properties[0].type.transform.variables[0].value.hierarchy_id #=> String
|
1705
|
+
# resp.asset_model_composite_models[0].properties[0].type.transform.processing_config.compute_location #=> String, one of "EDGE", "CLOUD"
|
1706
|
+
# resp.asset_model_composite_models[0].properties[0].type.transform.processing_config.forwarding_config.state #=> String, one of "DISABLED", "ENABLED"
|
1654
1707
|
# resp.asset_model_composite_models[0].properties[0].type.metric.expression #=> String
|
1655
1708
|
# resp.asset_model_composite_models[0].properties[0].type.metric.variables #=> Array
|
1656
1709
|
# resp.asset_model_composite_models[0].properties[0].type.metric.variables[0].name #=> String
|
1657
1710
|
# resp.asset_model_composite_models[0].properties[0].type.metric.variables[0].value.property_id #=> String
|
1658
1711
|
# resp.asset_model_composite_models[0].properties[0].type.metric.variables[0].value.hierarchy_id #=> String
|
1659
1712
|
# resp.asset_model_composite_models[0].properties[0].type.metric.window.tumbling.interval #=> String
|
1713
|
+
# resp.asset_model_composite_models[0].properties[0].type.metric.processing_config.compute_location #=> String, one of "EDGE", "CLOUD"
|
1660
1714
|
# resp.asset_model_creation_date #=> Time
|
1661
1715
|
# resp.asset_model_last_update_date #=> Time
|
1662
1716
|
# resp.asset_model_status.state #=> String, one of "CREATING", "ACTIVE", "UPDATING", "PROPAGATING", "DELETING", "FAILED"
|
1663
1717
|
# resp.asset_model_status.error.code #=> String, one of "VALIDATION_ERROR", "INTERNAL_FAILURE"
|
1664
1718
|
# resp.asset_model_status.error.message #=> String
|
1719
|
+
# resp.asset_model_status.error.details #=> Array
|
1720
|
+
# resp.asset_model_status.error.details[0].code #=> String, one of "INCOMPATIBLE_COMPUTE_LOCATION", "INCOMPATIBLE_FORWARDING_CONFIGURATION"
|
1721
|
+
# resp.asset_model_status.error.details[0].message #=> String
|
1665
1722
|
#
|
1666
1723
|
#
|
1667
1724
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -1726,17 +1783,21 @@ module Aws::IoTSiteWise
|
|
1726
1783
|
# resp.asset_property.data_type #=> String, one of "STRING", "INTEGER", "DOUBLE", "BOOLEAN", "STRUCT"
|
1727
1784
|
# resp.asset_property.unit #=> String
|
1728
1785
|
# resp.asset_property.type.attribute.default_value #=> String
|
1786
|
+
# resp.asset_property.type.measurement.processing_config.forwarding_config.state #=> String, one of "DISABLED", "ENABLED"
|
1729
1787
|
# resp.asset_property.type.transform.expression #=> String
|
1730
1788
|
# resp.asset_property.type.transform.variables #=> Array
|
1731
1789
|
# resp.asset_property.type.transform.variables[0].name #=> String
|
1732
1790
|
# resp.asset_property.type.transform.variables[0].value.property_id #=> String
|
1733
1791
|
# resp.asset_property.type.transform.variables[0].value.hierarchy_id #=> String
|
1792
|
+
# resp.asset_property.type.transform.processing_config.compute_location #=> String, one of "EDGE", "CLOUD"
|
1793
|
+
# resp.asset_property.type.transform.processing_config.forwarding_config.state #=> String, one of "DISABLED", "ENABLED"
|
1734
1794
|
# resp.asset_property.type.metric.expression #=> String
|
1735
1795
|
# resp.asset_property.type.metric.variables #=> Array
|
1736
1796
|
# resp.asset_property.type.metric.variables[0].name #=> String
|
1737
1797
|
# resp.asset_property.type.metric.variables[0].value.property_id #=> String
|
1738
1798
|
# resp.asset_property.type.metric.variables[0].value.hierarchy_id #=> String
|
1739
1799
|
# resp.asset_property.type.metric.window.tumbling.interval #=> String
|
1800
|
+
# resp.asset_property.type.metric.processing_config.compute_location #=> String, one of "EDGE", "CLOUD"
|
1740
1801
|
# resp.composite_model.name #=> String
|
1741
1802
|
# resp.composite_model.type #=> String
|
1742
1803
|
# resp.composite_model.asset_property.id #=> String
|
@@ -1747,17 +1808,21 @@ module Aws::IoTSiteWise
|
|
1747
1808
|
# resp.composite_model.asset_property.data_type #=> String, one of "STRING", "INTEGER", "DOUBLE", "BOOLEAN", "STRUCT"
|
1748
1809
|
# resp.composite_model.asset_property.unit #=> String
|
1749
1810
|
# resp.composite_model.asset_property.type.attribute.default_value #=> String
|
1811
|
+
# resp.composite_model.asset_property.type.measurement.processing_config.forwarding_config.state #=> String, one of "DISABLED", "ENABLED"
|
1750
1812
|
# resp.composite_model.asset_property.type.transform.expression #=> String
|
1751
1813
|
# resp.composite_model.asset_property.type.transform.variables #=> Array
|
1752
1814
|
# resp.composite_model.asset_property.type.transform.variables[0].name #=> String
|
1753
1815
|
# resp.composite_model.asset_property.type.transform.variables[0].value.property_id #=> String
|
1754
1816
|
# resp.composite_model.asset_property.type.transform.variables[0].value.hierarchy_id #=> String
|
1817
|
+
# resp.composite_model.asset_property.type.transform.processing_config.compute_location #=> String, one of "EDGE", "CLOUD"
|
1818
|
+
# resp.composite_model.asset_property.type.transform.processing_config.forwarding_config.state #=> String, one of "DISABLED", "ENABLED"
|
1755
1819
|
# resp.composite_model.asset_property.type.metric.expression #=> String
|
1756
1820
|
# resp.composite_model.asset_property.type.metric.variables #=> Array
|
1757
1821
|
# resp.composite_model.asset_property.type.metric.variables[0].name #=> String
|
1758
1822
|
# resp.composite_model.asset_property.type.metric.variables[0].value.property_id #=> String
|
1759
1823
|
# resp.composite_model.asset_property.type.metric.variables[0].value.hierarchy_id #=> String
|
1760
1824
|
# resp.composite_model.asset_property.type.metric.window.tumbling.interval #=> String
|
1825
|
+
# resp.composite_model.asset_property.type.metric.processing_config.compute_location #=> String, one of "EDGE", "CLOUD"
|
1761
1826
|
#
|
1762
1827
|
# @overload describe_asset_property(params = {})
|
1763
1828
|
# @param [Hash] params ({})
|
@@ -1863,9 +1928,10 @@ module Aws::IoTSiteWise
|
|
1863
1928
|
# resp.gateway_name #=> String
|
1864
1929
|
# resp.gateway_arn #=> String
|
1865
1930
|
# resp.gateway_platform.greengrass.group_arn #=> String
|
1931
|
+
# resp.gateway_platform.greengrass_v2.core_device_thing_name #=> String
|
1866
1932
|
# resp.gateway_capability_summaries #=> Array
|
1867
1933
|
# resp.gateway_capability_summaries[0].capability_namespace #=> String
|
1868
|
-
# resp.gateway_capability_summaries[0].capability_sync_status #=> String, one of "IN_SYNC", "OUT_OF_SYNC", "SYNC_FAILED"
|
1934
|
+
# resp.gateway_capability_summaries[0].capability_sync_status #=> String, one of "IN_SYNC", "OUT_OF_SYNC", "SYNC_FAILED", "UNKNOWN"
|
1869
1935
|
# resp.creation_date #=> Time
|
1870
1936
|
# resp.last_update_date #=> Time
|
1871
1937
|
#
|
@@ -1917,7 +1983,7 @@ module Aws::IoTSiteWise
|
|
1917
1983
|
# resp.gateway_id #=> String
|
1918
1984
|
# resp.capability_namespace #=> String
|
1919
1985
|
# resp.capability_configuration #=> String
|
1920
|
-
# resp.capability_sync_status #=> String, one of "IN_SYNC", "OUT_OF_SYNC", "SYNC_FAILED"
|
1986
|
+
# resp.capability_sync_status #=> String, one of "IN_SYNC", "OUT_OF_SYNC", "SYNC_FAILED", "UNKNOWN"
|
1921
1987
|
#
|
1922
1988
|
# @overload describe_gateway_capability_configuration(params = {})
|
1923
1989
|
# @param [Hash] params ({})
|
@@ -2048,6 +2114,12 @@ module Aws::IoTSiteWise
|
|
2048
2114
|
# Retrieves information about the storage configuration for IoT
|
2049
2115
|
# SiteWise.
|
2050
2116
|
#
|
2117
|
+
# <note markdown="1"> Exporting data to Amazon S3 is currently in preview release and is
|
2118
|
+
# subject to change. We recommend that you use this feature only with
|
2119
|
+
# test data, and not in production environments.
|
2120
|
+
#
|
2121
|
+
# </note>
|
2122
|
+
#
|
2051
2123
|
# @return [Types::DescribeStorageConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2052
2124
|
#
|
2053
2125
|
# * {Types::DescribeStorageConfigurationResponse#storage_type #storage_type} => String
|
@@ -2609,6 +2681,9 @@ module Aws::IoTSiteWise
|
|
2609
2681
|
# resp.asset_model_summaries[0].status.state #=> String, one of "CREATING", "ACTIVE", "UPDATING", "PROPAGATING", "DELETING", "FAILED"
|
2610
2682
|
# resp.asset_model_summaries[0].status.error.code #=> String, one of "VALIDATION_ERROR", "INTERNAL_FAILURE"
|
2611
2683
|
# resp.asset_model_summaries[0].status.error.message #=> String
|
2684
|
+
# resp.asset_model_summaries[0].status.error.details #=> Array
|
2685
|
+
# resp.asset_model_summaries[0].status.error.details[0].code #=> String, one of "INCOMPATIBLE_COMPUTE_LOCATION", "INCOMPATIBLE_FORWARDING_CONFIGURATION"
|
2686
|
+
# resp.asset_model_summaries[0].status.error.details[0].message #=> String
|
2612
2687
|
# resp.next_token #=> String
|
2613
2688
|
#
|
2614
2689
|
# @overload list_asset_models(params = {})
|
@@ -2742,6 +2817,9 @@ module Aws::IoTSiteWise
|
|
2742
2817
|
# resp.asset_summaries[0].status.state #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "FAILED"
|
2743
2818
|
# resp.asset_summaries[0].status.error.code #=> String, one of "VALIDATION_ERROR", "INTERNAL_FAILURE"
|
2744
2819
|
# resp.asset_summaries[0].status.error.message #=> String
|
2820
|
+
# resp.asset_summaries[0].status.error.details #=> Array
|
2821
|
+
# resp.asset_summaries[0].status.error.details[0].code #=> String, one of "INCOMPATIBLE_COMPUTE_LOCATION", "INCOMPATIBLE_FORWARDING_CONFIGURATION"
|
2822
|
+
# resp.asset_summaries[0].status.error.details[0].message #=> String
|
2745
2823
|
# resp.asset_summaries[0].hierarchies #=> Array
|
2746
2824
|
# resp.asset_summaries[0].hierarchies[0].id #=> String
|
2747
2825
|
# resp.asset_summaries[0].hierarchies[0].name #=> String
|
@@ -2830,6 +2908,9 @@ module Aws::IoTSiteWise
|
|
2830
2908
|
# resp.asset_summaries[0].status.state #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "FAILED"
|
2831
2909
|
# resp.asset_summaries[0].status.error.code #=> String, one of "VALIDATION_ERROR", "INTERNAL_FAILURE"
|
2832
2910
|
# resp.asset_summaries[0].status.error.message #=> String
|
2911
|
+
# resp.asset_summaries[0].status.error.details #=> Array
|
2912
|
+
# resp.asset_summaries[0].status.error.details[0].code #=> String, one of "INCOMPATIBLE_COMPUTE_LOCATION", "INCOMPATIBLE_FORWARDING_CONFIGURATION"
|
2913
|
+
# resp.asset_summaries[0].status.error.details[0].message #=> String
|
2833
2914
|
# resp.asset_summaries[0].hierarchies #=> Array
|
2834
2915
|
# resp.asset_summaries[0].hierarchies[0].id #=> String
|
2835
2916
|
# resp.asset_summaries[0].hierarchies[0].name #=> String
|
@@ -2917,9 +2998,11 @@ module Aws::IoTSiteWise
|
|
2917
2998
|
# resp.gateway_summaries #=> Array
|
2918
2999
|
# resp.gateway_summaries[0].gateway_id #=> String
|
2919
3000
|
# resp.gateway_summaries[0].gateway_name #=> String
|
3001
|
+
# resp.gateway_summaries[0].gateway_platform.greengrass.group_arn #=> String
|
3002
|
+
# resp.gateway_summaries[0].gateway_platform.greengrass_v2.core_device_thing_name #=> String
|
2920
3003
|
# resp.gateway_summaries[0].gateway_capability_summaries #=> Array
|
2921
3004
|
# resp.gateway_summaries[0].gateway_capability_summaries[0].capability_namespace #=> String
|
2922
|
-
# resp.gateway_summaries[0].gateway_capability_summaries[0].capability_sync_status #=> String, one of "IN_SYNC", "OUT_OF_SYNC", "SYNC_FAILED"
|
3005
|
+
# resp.gateway_summaries[0].gateway_capability_summaries[0].capability_sync_status #=> String, one of "IN_SYNC", "OUT_OF_SYNC", "SYNC_FAILED", "UNKNOWN"
|
2923
3006
|
# resp.gateway_summaries[0].creation_date #=> Time
|
2924
3007
|
# resp.gateway_summaries[0].last_update_date #=> Time
|
2925
3008
|
# resp.next_token #=> String
|
@@ -3163,6 +3246,12 @@ module Aws::IoTSiteWise
|
|
3163
3246
|
|
3164
3247
|
# Configures storage settings for IoT SiteWise.
|
3165
3248
|
#
|
3249
|
+
# <note markdown="1"> Exporting data to Amazon S3 is currently in preview release and is
|
3250
|
+
# subject to change. We recommend that you use this feature only with
|
3251
|
+
# test data, and not in production environments.
|
3252
|
+
#
|
3253
|
+
# </note>
|
3254
|
+
#
|
3166
3255
|
# @option params [required, String] :storage_type
|
3167
3256
|
# The type of storage that you specified for your data. The storage type
|
3168
3257
|
# can be one of the following values:
|
@@ -3381,6 +3470,9 @@ module Aws::IoTSiteWise
|
|
3381
3470
|
# resp.asset_status.state #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "FAILED"
|
3382
3471
|
# resp.asset_status.error.code #=> String, one of "VALIDATION_ERROR", "INTERNAL_FAILURE"
|
3383
3472
|
# resp.asset_status.error.message #=> String
|
3473
|
+
# resp.asset_status.error.details #=> Array
|
3474
|
+
# resp.asset_status.error.details[0].code #=> String, one of "INCOMPATIBLE_COMPUTE_LOCATION", "INCOMPATIBLE_FORWARDING_CONFIGURATION"
|
3475
|
+
# resp.asset_status.error.details[0].message #=> String
|
3384
3476
|
#
|
3385
3477
|
# @overload update_asset(params = {})
|
3386
3478
|
# @param [Hash] params ({})
|
@@ -3485,6 +3577,11 @@ module Aws::IoTSiteWise
|
|
3485
3577
|
# default_value: "DefaultValue",
|
3486
3578
|
# },
|
3487
3579
|
# measurement: {
|
3580
|
+
# processing_config: {
|
3581
|
+
# forwarding_config: { # required
|
3582
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
3583
|
+
# },
|
3584
|
+
# },
|
3488
3585
|
# },
|
3489
3586
|
# transform: {
|
3490
3587
|
# expression: "Expression", # required
|
@@ -3497,6 +3594,12 @@ module Aws::IoTSiteWise
|
|
3497
3594
|
# },
|
3498
3595
|
# },
|
3499
3596
|
# ],
|
3597
|
+
# processing_config: {
|
3598
|
+
# compute_location: "EDGE", # required, accepts EDGE, CLOUD
|
3599
|
+
# forwarding_config: {
|
3600
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
3601
|
+
# },
|
3602
|
+
# },
|
3500
3603
|
# },
|
3501
3604
|
# metric: {
|
3502
3605
|
# expression: "Expression", # required
|
@@ -3514,6 +3617,9 @@ module Aws::IoTSiteWise
|
|
3514
3617
|
# interval: "Interval", # required
|
3515
3618
|
# },
|
3516
3619
|
# },
|
3620
|
+
# processing_config: {
|
3621
|
+
# compute_location: "EDGE", # required, accepts EDGE, CLOUD
|
3622
|
+
# },
|
3517
3623
|
# },
|
3518
3624
|
# },
|
3519
3625
|
# },
|
@@ -3542,6 +3648,11 @@ module Aws::IoTSiteWise
|
|
3542
3648
|
# default_value: "DefaultValue",
|
3543
3649
|
# },
|
3544
3650
|
# measurement: {
|
3651
|
+
# processing_config: {
|
3652
|
+
# forwarding_config: { # required
|
3653
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
3654
|
+
# },
|
3655
|
+
# },
|
3545
3656
|
# },
|
3546
3657
|
# transform: {
|
3547
3658
|
# expression: "Expression", # required
|
@@ -3554,6 +3665,12 @@ module Aws::IoTSiteWise
|
|
3554
3665
|
# },
|
3555
3666
|
# },
|
3556
3667
|
# ],
|
3668
|
+
# processing_config: {
|
3669
|
+
# compute_location: "EDGE", # required, accepts EDGE, CLOUD
|
3670
|
+
# forwarding_config: {
|
3671
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
3672
|
+
# },
|
3673
|
+
# },
|
3557
3674
|
# },
|
3558
3675
|
# metric: {
|
3559
3676
|
# expression: "Expression", # required
|
@@ -3571,6 +3688,9 @@ module Aws::IoTSiteWise
|
|
3571
3688
|
# interval: "Interval", # required
|
3572
3689
|
# },
|
3573
3690
|
# },
|
3691
|
+
# processing_config: {
|
3692
|
+
# compute_location: "EDGE", # required, accepts EDGE, CLOUD
|
3693
|
+
# },
|
3574
3694
|
# },
|
3575
3695
|
# },
|
3576
3696
|
# },
|
@@ -3585,6 +3705,9 @@ module Aws::IoTSiteWise
|
|
3585
3705
|
# resp.asset_model_status.state #=> String, one of "CREATING", "ACTIVE", "UPDATING", "PROPAGATING", "DELETING", "FAILED"
|
3586
3706
|
# resp.asset_model_status.error.code #=> String, one of "VALIDATION_ERROR", "INTERNAL_FAILURE"
|
3587
3707
|
# resp.asset_model_status.error.message #=> String
|
3708
|
+
# resp.asset_model_status.error.details #=> Array
|
3709
|
+
# resp.asset_model_status.error.details[0].code #=> String, one of "INCOMPATIBLE_COMPUTE_LOCATION", "INCOMPATIBLE_FORWARDING_CONFIGURATION"
|
3710
|
+
# resp.asset_model_status.error.details[0].message #=> String
|
3588
3711
|
#
|
3589
3712
|
# @overload update_asset_model(params = {})
|
3590
3713
|
# @param [Hash] params ({})
|
@@ -3783,7 +3906,7 @@ module Aws::IoTSiteWise
|
|
3783
3906
|
# @example Response structure
|
3784
3907
|
#
|
3785
3908
|
# resp.capability_namespace #=> String
|
3786
|
-
# resp.capability_sync_status #=> String, one of "IN_SYNC", "OUT_OF_SYNC", "SYNC_FAILED"
|
3909
|
+
# resp.capability_sync_status #=> String, one of "IN_SYNC", "OUT_OF_SYNC", "SYNC_FAILED", "UNKNOWN"
|
3787
3910
|
#
|
3788
3911
|
# @overload update_gateway_capability_configuration(params = {})
|
3789
3912
|
# @param [Hash] params ({})
|
@@ -3937,7 +4060,7 @@ module Aws::IoTSiteWise
|
|
3937
4060
|
params: params,
|
3938
4061
|
config: config)
|
3939
4062
|
context[:gem_name] = 'aws-sdk-iotsitewise'
|
3940
|
-
context[:gem_version] = '1.
|
4063
|
+
context[:gem_version] = '1.27.0'
|
3941
4064
|
Seahorse::Client::Request.new(handlers, context)
|
3942
4065
|
end
|
3943
4066
|
|
@@ -85,10 +85,12 @@ module Aws::IoTSiteWise
|
|
85
85
|
CapabilitySyncStatus = Shapes::StringShape.new(name: 'CapabilitySyncStatus')
|
86
86
|
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
87
87
|
CompositeModelProperty = Shapes::StructureShape.new(name: 'CompositeModelProperty')
|
88
|
+
ComputeLocation = Shapes::StringShape.new(name: 'ComputeLocation')
|
88
89
|
ConfigurationErrorDetails = Shapes::StructureShape.new(name: 'ConfigurationErrorDetails')
|
89
90
|
ConfigurationState = Shapes::StringShape.new(name: 'ConfigurationState')
|
90
91
|
ConfigurationStatus = Shapes::StructureShape.new(name: 'ConfigurationStatus')
|
91
92
|
ConflictingOperationException = Shapes::StructureShape.new(name: 'ConflictingOperationException')
|
93
|
+
CoreDeviceThingName = Shapes::StringShape.new(name: 'CoreDeviceThingName')
|
92
94
|
CreateAccessPolicyRequest = Shapes::StructureShape.new(name: 'CreateAccessPolicyRequest')
|
93
95
|
CreateAccessPolicyResponse = Shapes::StructureShape.new(name: 'CreateAccessPolicyResponse')
|
94
96
|
CreateAssetModelRequest = Shapes::StructureShape.new(name: 'CreateAssetModelRequest')
|
@@ -146,6 +148,10 @@ module Aws::IoTSiteWise
|
|
146
148
|
DescribeStorageConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeStorageConfigurationRequest')
|
147
149
|
DescribeStorageConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeStorageConfigurationResponse')
|
148
150
|
Description = Shapes::StringShape.new(name: 'Description')
|
151
|
+
DetailedError = Shapes::StructureShape.new(name: 'DetailedError')
|
152
|
+
DetailedErrorCode = Shapes::StringShape.new(name: 'DetailedErrorCode')
|
153
|
+
DetailedErrorMessage = Shapes::StringShape.new(name: 'DetailedErrorMessage')
|
154
|
+
DetailedErrors = Shapes::ListShape.new(name: 'DetailedErrors')
|
149
155
|
DisassociateAssetsRequest = Shapes::StructureShape.new(name: 'DisassociateAssetsRequest')
|
150
156
|
Email = Shapes::StringShape.new(name: 'Email')
|
151
157
|
EncryptionType = Shapes::StringShape.new(name: 'EncryptionType')
|
@@ -157,6 +163,8 @@ module Aws::IoTSiteWise
|
|
157
163
|
Expression = Shapes::StringShape.new(name: 'Expression')
|
158
164
|
ExpressionVariable = Shapes::StructureShape.new(name: 'ExpressionVariable')
|
159
165
|
ExpressionVariables = Shapes::ListShape.new(name: 'ExpressionVariables')
|
166
|
+
ForwardingConfig = Shapes::StructureShape.new(name: 'ForwardingConfig')
|
167
|
+
ForwardingConfigState = Shapes::StringShape.new(name: 'ForwardingConfigState')
|
160
168
|
GatewayCapabilitySummaries = Shapes::ListShape.new(name: 'GatewayCapabilitySummaries')
|
161
169
|
GatewayCapabilitySummary = Shapes::StructureShape.new(name: 'GatewayCapabilitySummary')
|
162
170
|
GatewayPlatform = Shapes::StructureShape.new(name: 'GatewayPlatform')
|
@@ -171,6 +179,7 @@ module Aws::IoTSiteWise
|
|
171
179
|
GetInterpolatedAssetPropertyValuesRequest = Shapes::StructureShape.new(name: 'GetInterpolatedAssetPropertyValuesRequest')
|
172
180
|
GetInterpolatedAssetPropertyValuesResponse = Shapes::StructureShape.new(name: 'GetInterpolatedAssetPropertyValuesResponse')
|
173
181
|
Greengrass = Shapes::StructureShape.new(name: 'Greengrass')
|
182
|
+
GreengrassV2 = Shapes::StructureShape.new(name: 'GreengrassV2')
|
174
183
|
GroupIdentity = Shapes::StructureShape.new(name: 'GroupIdentity')
|
175
184
|
IAMRoleIdentity = Shapes::StructureShape.new(name: 'IAMRoleIdentity')
|
176
185
|
IAMUserIdentity = Shapes::StructureShape.new(name: 'IAMUserIdentity')
|
@@ -222,7 +231,9 @@ module Aws::IoTSiteWise
|
|
222
231
|
MaxInterpolatedResults = Shapes::IntegerShape.new(name: 'MaxInterpolatedResults')
|
223
232
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
224
233
|
Measurement = Shapes::StructureShape.new(name: 'Measurement')
|
234
|
+
MeasurementProcessingConfig = Shapes::StructureShape.new(name: 'MeasurementProcessingConfig')
|
225
235
|
Metric = Shapes::StructureShape.new(name: 'Metric')
|
236
|
+
MetricProcessingConfig = Shapes::StructureShape.new(name: 'MetricProcessingConfig')
|
226
237
|
MetricWindow = Shapes::StructureShape.new(name: 'MetricWindow')
|
227
238
|
MonitorErrorCode = Shapes::StringShape.new(name: 'MonitorErrorCode')
|
228
239
|
MonitorErrorDetails = Shapes::StructureShape.new(name: 'MonitorErrorDetails')
|
@@ -287,6 +298,7 @@ module Aws::IoTSiteWise
|
|
287
298
|
Timestamps = Shapes::ListShape.new(name: 'Timestamps')
|
288
299
|
TooManyTagsException = Shapes::StructureShape.new(name: 'TooManyTagsException')
|
289
300
|
Transform = Shapes::StructureShape.new(name: 'Transform')
|
301
|
+
TransformProcessingConfig = Shapes::StructureShape.new(name: 'TransformProcessingConfig')
|
290
302
|
TraversalDirection = Shapes::StringShape.new(name: 'TraversalDirection')
|
291
303
|
TraversalType = Shapes::StringShape.new(name: 'TraversalType')
|
292
304
|
TumblingWindow = Shapes::StructureShape.new(name: 'TumblingWindow')
|
@@ -836,6 +848,12 @@ module Aws::IoTSiteWise
|
|
836
848
|
DescribeStorageConfigurationResponse.add_member(:last_update_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdateDate"))
|
837
849
|
DescribeStorageConfigurationResponse.struct_class = Types::DescribeStorageConfigurationResponse
|
838
850
|
|
851
|
+
DetailedError.add_member(:code, Shapes::ShapeRef.new(shape: DetailedErrorCode, required: true, location_name: "code"))
|
852
|
+
DetailedError.add_member(:message, Shapes::ShapeRef.new(shape: DetailedErrorMessage, required: true, location_name: "message"))
|
853
|
+
DetailedError.struct_class = Types::DetailedError
|
854
|
+
|
855
|
+
DetailedErrors.member = Shapes::ShapeRef.new(shape: DetailedError)
|
856
|
+
|
839
857
|
DisassociateAssetsRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "assetId"))
|
840
858
|
DisassociateAssetsRequest.add_member(:hierarchy_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "hierarchyId"))
|
841
859
|
DisassociateAssetsRequest.add_member(:child_asset_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "childAssetId"))
|
@@ -844,6 +862,7 @@ module Aws::IoTSiteWise
|
|
844
862
|
|
845
863
|
ErrorDetails.add_member(:code, Shapes::ShapeRef.new(shape: ErrorCode, required: true, location_name: "code"))
|
846
864
|
ErrorDetails.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
865
|
+
ErrorDetails.add_member(:details, Shapes::ShapeRef.new(shape: DetailedErrors, location_name: "details"))
|
847
866
|
ErrorDetails.struct_class = Types::ErrorDetails
|
848
867
|
|
849
868
|
ExpressionVariable.add_member(:name, Shapes::ShapeRef.new(shape: VariableName, required: true, location_name: "name"))
|
@@ -852,19 +871,24 @@ module Aws::IoTSiteWise
|
|
852
871
|
|
853
872
|
ExpressionVariables.member = Shapes::ShapeRef.new(shape: ExpressionVariable)
|
854
873
|
|
874
|
+
ForwardingConfig.add_member(:state, Shapes::ShapeRef.new(shape: ForwardingConfigState, required: true, location_name: "state"))
|
875
|
+
ForwardingConfig.struct_class = Types::ForwardingConfig
|
876
|
+
|
855
877
|
GatewayCapabilitySummaries.member = Shapes::ShapeRef.new(shape: GatewayCapabilitySummary)
|
856
878
|
|
857
879
|
GatewayCapabilitySummary.add_member(:capability_namespace, Shapes::ShapeRef.new(shape: CapabilityNamespace, required: true, location_name: "capabilityNamespace"))
|
858
880
|
GatewayCapabilitySummary.add_member(:capability_sync_status, Shapes::ShapeRef.new(shape: CapabilitySyncStatus, required: true, location_name: "capabilitySyncStatus"))
|
859
881
|
GatewayCapabilitySummary.struct_class = Types::GatewayCapabilitySummary
|
860
882
|
|
861
|
-
GatewayPlatform.add_member(:greengrass, Shapes::ShapeRef.new(shape: Greengrass,
|
883
|
+
GatewayPlatform.add_member(:greengrass, Shapes::ShapeRef.new(shape: Greengrass, location_name: "greengrass"))
|
884
|
+
GatewayPlatform.add_member(:greengrass_v2, Shapes::ShapeRef.new(shape: GreengrassV2, location_name: "greengrassV2"))
|
862
885
|
GatewayPlatform.struct_class = Types::GatewayPlatform
|
863
886
|
|
864
887
|
GatewaySummaries.member = Shapes::ShapeRef.new(shape: GatewaySummary)
|
865
888
|
|
866
889
|
GatewaySummary.add_member(:gateway_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "gatewayId"))
|
867
890
|
GatewaySummary.add_member(:gateway_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "gatewayName"))
|
891
|
+
GatewaySummary.add_member(:gateway_platform, Shapes::ShapeRef.new(shape: GatewayPlatform, location_name: "gatewayPlatform"))
|
868
892
|
GatewaySummary.add_member(:gateway_capability_summaries, Shapes::ShapeRef.new(shape: GatewayCapabilitySummaries, location_name: "gatewayCapabilitySummaries"))
|
869
893
|
GatewaySummary.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDate"))
|
870
894
|
GatewaySummary.add_member(:last_update_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdateDate"))
|
@@ -931,6 +955,9 @@ module Aws::IoTSiteWise
|
|
931
955
|
Greengrass.add_member(:group_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "groupArn"))
|
932
956
|
Greengrass.struct_class = Types::Greengrass
|
933
957
|
|
958
|
+
GreengrassV2.add_member(:core_device_thing_name, Shapes::ShapeRef.new(shape: CoreDeviceThingName, required: true, location_name: "coreDeviceThingName"))
|
959
|
+
GreengrassV2.struct_class = Types::GreengrassV2
|
960
|
+
|
934
961
|
GroupIdentity.add_member(:id, Shapes::ShapeRef.new(shape: IdentityId, required: true, location_name: "id"))
|
935
962
|
GroupIdentity.struct_class = Types::GroupIdentity
|
936
963
|
|
@@ -1079,13 +1106,21 @@ module Aws::IoTSiteWise
|
|
1079
1106
|
LoggingOptions.add_member(:level, Shapes::ShapeRef.new(shape: LoggingLevel, required: true, location_name: "level"))
|
1080
1107
|
LoggingOptions.struct_class = Types::LoggingOptions
|
1081
1108
|
|
1109
|
+
Measurement.add_member(:processing_config, Shapes::ShapeRef.new(shape: MeasurementProcessingConfig, location_name: "processingConfig"))
|
1082
1110
|
Measurement.struct_class = Types::Measurement
|
1083
1111
|
|
1112
|
+
MeasurementProcessingConfig.add_member(:forwarding_config, Shapes::ShapeRef.new(shape: ForwardingConfig, required: true, location_name: "forwardingConfig"))
|
1113
|
+
MeasurementProcessingConfig.struct_class = Types::MeasurementProcessingConfig
|
1114
|
+
|
1084
1115
|
Metric.add_member(:expression, Shapes::ShapeRef.new(shape: Expression, required: true, location_name: "expression"))
|
1085
1116
|
Metric.add_member(:variables, Shapes::ShapeRef.new(shape: ExpressionVariables, required: true, location_name: "variables"))
|
1086
1117
|
Metric.add_member(:window, Shapes::ShapeRef.new(shape: MetricWindow, required: true, location_name: "window"))
|
1118
|
+
Metric.add_member(:processing_config, Shapes::ShapeRef.new(shape: MetricProcessingConfig, location_name: "processingConfig"))
|
1087
1119
|
Metric.struct_class = Types::Metric
|
1088
1120
|
|
1121
|
+
MetricProcessingConfig.add_member(:compute_location, Shapes::ShapeRef.new(shape: ComputeLocation, required: true, location_name: "computeLocation"))
|
1122
|
+
MetricProcessingConfig.struct_class = Types::MetricProcessingConfig
|
1123
|
+
|
1089
1124
|
MetricWindow.add_member(:tumbling, Shapes::ShapeRef.new(shape: TumblingWindow, location_name: "tumbling"))
|
1090
1125
|
MetricWindow.struct_class = Types::MetricWindow
|
1091
1126
|
|
@@ -1221,8 +1256,13 @@ module Aws::IoTSiteWise
|
|
1221
1256
|
|
1222
1257
|
Transform.add_member(:expression, Shapes::ShapeRef.new(shape: Expression, required: true, location_name: "expression"))
|
1223
1258
|
Transform.add_member(:variables, Shapes::ShapeRef.new(shape: ExpressionVariables, required: true, location_name: "variables"))
|
1259
|
+
Transform.add_member(:processing_config, Shapes::ShapeRef.new(shape: TransformProcessingConfig, location_name: "processingConfig"))
|
1224
1260
|
Transform.struct_class = Types::Transform
|
1225
1261
|
|
1262
|
+
TransformProcessingConfig.add_member(:compute_location, Shapes::ShapeRef.new(shape: ComputeLocation, required: true, location_name: "computeLocation"))
|
1263
|
+
TransformProcessingConfig.add_member(:forwarding_config, Shapes::ShapeRef.new(shape: ForwardingConfig, location_name: "forwardingConfig"))
|
1264
|
+
TransformProcessingConfig.struct_class = Types::TransformProcessingConfig
|
1265
|
+
|
1226
1266
|
TumblingWindow.add_member(:interval, Shapes::ShapeRef.new(shape: Interval, required: true, location_name: "interval"))
|
1227
1267
|
TumblingWindow.struct_class = Types::TumblingWindow
|
1228
1268
|
|
@@ -276,6 +276,11 @@ module Aws::IoTSiteWise
|
|
276
276
|
# default_value: "DefaultValue",
|
277
277
|
# },
|
278
278
|
# measurement: {
|
279
|
+
# processing_config: {
|
280
|
+
# forwarding_config: { # required
|
281
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
282
|
+
# },
|
283
|
+
# },
|
279
284
|
# },
|
280
285
|
# transform: {
|
281
286
|
# expression: "Expression", # required
|
@@ -288,6 +293,12 @@ module Aws::IoTSiteWise
|
|
288
293
|
# },
|
289
294
|
# },
|
290
295
|
# ],
|
296
|
+
# processing_config: {
|
297
|
+
# compute_location: "EDGE", # required, accepts EDGE, CLOUD
|
298
|
+
# forwarding_config: {
|
299
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
300
|
+
# },
|
301
|
+
# },
|
291
302
|
# },
|
292
303
|
# metric: {
|
293
304
|
# expression: "Expression", # required
|
@@ -305,6 +316,9 @@ module Aws::IoTSiteWise
|
|
305
316
|
# interval: "Interval", # required
|
306
317
|
# },
|
307
318
|
# },
|
319
|
+
# processing_config: {
|
320
|
+
# compute_location: "EDGE", # required, accepts EDGE, CLOUD
|
321
|
+
# },
|
308
322
|
# },
|
309
323
|
# },
|
310
324
|
# },
|
@@ -359,6 +373,11 @@ module Aws::IoTSiteWise
|
|
359
373
|
# default_value: "DefaultValue",
|
360
374
|
# },
|
361
375
|
# measurement: {
|
376
|
+
# processing_config: {
|
377
|
+
# forwarding_config: { # required
|
378
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
379
|
+
# },
|
380
|
+
# },
|
362
381
|
# },
|
363
382
|
# transform: {
|
364
383
|
# expression: "Expression", # required
|
@@ -371,6 +390,12 @@ module Aws::IoTSiteWise
|
|
371
390
|
# },
|
372
391
|
# },
|
373
392
|
# ],
|
393
|
+
# processing_config: {
|
394
|
+
# compute_location: "EDGE", # required, accepts EDGE, CLOUD
|
395
|
+
# forwarding_config: {
|
396
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
397
|
+
# },
|
398
|
+
# },
|
374
399
|
# },
|
375
400
|
# metric: {
|
376
401
|
# expression: "Expression", # required
|
@@ -388,6 +413,9 @@ module Aws::IoTSiteWise
|
|
388
413
|
# interval: "Interval", # required
|
389
414
|
# },
|
390
415
|
# },
|
416
|
+
# processing_config: {
|
417
|
+
# compute_location: "EDGE", # required, accepts EDGE, CLOUD
|
418
|
+
# },
|
391
419
|
# },
|
392
420
|
# },
|
393
421
|
# },
|
@@ -509,6 +537,11 @@ module Aws::IoTSiteWise
|
|
509
537
|
# default_value: "DefaultValue",
|
510
538
|
# },
|
511
539
|
# measurement: {
|
540
|
+
# processing_config: {
|
541
|
+
# forwarding_config: { # required
|
542
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
543
|
+
# },
|
544
|
+
# },
|
512
545
|
# },
|
513
546
|
# transform: {
|
514
547
|
# expression: "Expression", # required
|
@@ -521,6 +554,12 @@ module Aws::IoTSiteWise
|
|
521
554
|
# },
|
522
555
|
# },
|
523
556
|
# ],
|
557
|
+
# processing_config: {
|
558
|
+
# compute_location: "EDGE", # required, accepts EDGE, CLOUD
|
559
|
+
# forwarding_config: {
|
560
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
561
|
+
# },
|
562
|
+
# },
|
524
563
|
# },
|
525
564
|
# metric: {
|
526
565
|
# expression: "Expression", # required
|
@@ -538,6 +577,9 @@ module Aws::IoTSiteWise
|
|
538
577
|
# interval: "Interval", # required
|
539
578
|
# },
|
540
579
|
# },
|
580
|
+
# processing_config: {
|
581
|
+
# compute_location: "EDGE", # required, accepts EDGE, CLOUD
|
582
|
+
# },
|
541
583
|
# },
|
542
584
|
# },
|
543
585
|
# }
|
@@ -594,6 +636,11 @@ module Aws::IoTSiteWise
|
|
594
636
|
# default_value: "DefaultValue",
|
595
637
|
# },
|
596
638
|
# measurement: {
|
639
|
+
# processing_config: {
|
640
|
+
# forwarding_config: { # required
|
641
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
642
|
+
# },
|
643
|
+
# },
|
597
644
|
# },
|
598
645
|
# transform: {
|
599
646
|
# expression: "Expression", # required
|
@@ -606,6 +653,12 @@ module Aws::IoTSiteWise
|
|
606
653
|
# },
|
607
654
|
# },
|
608
655
|
# ],
|
656
|
+
# processing_config: {
|
657
|
+
# compute_location: "EDGE", # required, accepts EDGE, CLOUD
|
658
|
+
# forwarding_config: {
|
659
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
660
|
+
# },
|
661
|
+
# },
|
609
662
|
# },
|
610
663
|
# metric: {
|
611
664
|
# expression: "Expression", # required
|
@@ -623,6 +676,9 @@ module Aws::IoTSiteWise
|
|
623
676
|
# interval: "Interval", # required
|
624
677
|
# },
|
625
678
|
# },
|
679
|
+
# processing_config: {
|
680
|
+
# compute_location: "EDGE", # required, accepts EDGE, CLOUD
|
681
|
+
# },
|
626
682
|
# },
|
627
683
|
# },
|
628
684
|
# }
|
@@ -1446,6 +1502,11 @@ module Aws::IoTSiteWise
|
|
1446
1502
|
# default_value: "DefaultValue",
|
1447
1503
|
# },
|
1448
1504
|
# measurement: {
|
1505
|
+
# processing_config: {
|
1506
|
+
# forwarding_config: { # required
|
1507
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
1508
|
+
# },
|
1509
|
+
# },
|
1449
1510
|
# },
|
1450
1511
|
# transform: {
|
1451
1512
|
# expression: "Expression", # required
|
@@ -1458,6 +1519,12 @@ module Aws::IoTSiteWise
|
|
1458
1519
|
# },
|
1459
1520
|
# },
|
1460
1521
|
# ],
|
1522
|
+
# processing_config: {
|
1523
|
+
# compute_location: "EDGE", # required, accepts EDGE, CLOUD
|
1524
|
+
# forwarding_config: {
|
1525
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
1526
|
+
# },
|
1527
|
+
# },
|
1461
1528
|
# },
|
1462
1529
|
# metric: {
|
1463
1530
|
# expression: "Expression", # required
|
@@ -1475,6 +1542,9 @@ module Aws::IoTSiteWise
|
|
1475
1542
|
# interval: "Interval", # required
|
1476
1543
|
# },
|
1477
1544
|
# },
|
1545
|
+
# processing_config: {
|
1546
|
+
# compute_location: "EDGE", # required, accepts EDGE, CLOUD
|
1547
|
+
# },
|
1478
1548
|
# },
|
1479
1549
|
# },
|
1480
1550
|
# },
|
@@ -1501,6 +1571,11 @@ module Aws::IoTSiteWise
|
|
1501
1571
|
# default_value: "DefaultValue",
|
1502
1572
|
# },
|
1503
1573
|
# measurement: {
|
1574
|
+
# processing_config: {
|
1575
|
+
# forwarding_config: { # required
|
1576
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
1577
|
+
# },
|
1578
|
+
# },
|
1504
1579
|
# },
|
1505
1580
|
# transform: {
|
1506
1581
|
# expression: "Expression", # required
|
@@ -1513,6 +1588,12 @@ module Aws::IoTSiteWise
|
|
1513
1588
|
# },
|
1514
1589
|
# },
|
1515
1590
|
# ],
|
1591
|
+
# processing_config: {
|
1592
|
+
# compute_location: "EDGE", # required, accepts EDGE, CLOUD
|
1593
|
+
# forwarding_config: {
|
1594
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
1595
|
+
# },
|
1596
|
+
# },
|
1516
1597
|
# },
|
1517
1598
|
# metric: {
|
1518
1599
|
# expression: "Expression", # required
|
@@ -1530,6 +1611,9 @@ module Aws::IoTSiteWise
|
|
1530
1611
|
# interval: "Interval", # required
|
1531
1612
|
# },
|
1532
1613
|
# },
|
1614
|
+
# processing_config: {
|
1615
|
+
# compute_location: "EDGE", # required, accepts EDGE, CLOUD
|
1616
|
+
# },
|
1533
1617
|
# },
|
1534
1618
|
# },
|
1535
1619
|
# },
|
@@ -1814,9 +1898,12 @@ module Aws::IoTSiteWise
|
|
1814
1898
|
# {
|
1815
1899
|
# gateway_name: "Name", # required
|
1816
1900
|
# gateway_platform: { # required
|
1817
|
-
# greengrass: {
|
1901
|
+
# greengrass: {
|
1818
1902
|
# group_arn: "ARN", # required
|
1819
1903
|
# },
|
1904
|
+
# greengrass_v2: {
|
1905
|
+
# core_device_thing_name: "CoreDeviceThingName", # required
|
1906
|
+
# },
|
1820
1907
|
# },
|
1821
1908
|
# tags: {
|
1822
1909
|
# "TagKey" => "TagValue",
|
@@ -3182,6 +3269,23 @@ module Aws::IoTSiteWise
|
|
3182
3269
|
include Aws::Structure
|
3183
3270
|
end
|
3184
3271
|
|
3272
|
+
# Contains detailed error information.
|
3273
|
+
#
|
3274
|
+
# @!attribute [rw] code
|
3275
|
+
# The error code.
|
3276
|
+
# @return [String]
|
3277
|
+
#
|
3278
|
+
# @!attribute [rw] message
|
3279
|
+
# The error message.
|
3280
|
+
# @return [String]
|
3281
|
+
#
|
3282
|
+
class DetailedError < Struct.new(
|
3283
|
+
:code,
|
3284
|
+
:message)
|
3285
|
+
SENSITIVE = []
|
3286
|
+
include Aws::Structure
|
3287
|
+
end
|
3288
|
+
|
3185
3289
|
# @note When making an API call, you may pass DisassociateAssetsRequest
|
3186
3290
|
# data as a hash:
|
3187
3291
|
#
|
@@ -3241,9 +3345,14 @@ module Aws::IoTSiteWise
|
|
3241
3345
|
# The error message.
|
3242
3346
|
# @return [String]
|
3243
3347
|
#
|
3348
|
+
# @!attribute [rw] details
|
3349
|
+
# A list of detailed errors.
|
3350
|
+
# @return [Array<Types::DetailedError>]
|
3351
|
+
#
|
3244
3352
|
class ErrorDetails < Struct.new(
|
3245
3353
|
:code,
|
3246
|
-
:message
|
3354
|
+
:message,
|
3355
|
+
:details)
|
3247
3356
|
SENSITIVE = []
|
3248
3357
|
include Aws::Structure
|
3249
3358
|
end
|
@@ -3277,6 +3386,25 @@ module Aws::IoTSiteWise
|
|
3277
3386
|
include Aws::Structure
|
3278
3387
|
end
|
3279
3388
|
|
3389
|
+
# The forwarding configuration for a given property.
|
3390
|
+
#
|
3391
|
+
# @note When making an API call, you may pass ForwardingConfig
|
3392
|
+
# data as a hash:
|
3393
|
+
#
|
3394
|
+
# {
|
3395
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
3396
|
+
# }
|
3397
|
+
#
|
3398
|
+
# @!attribute [rw] state
|
3399
|
+
# The forwarding state for the given property.
|
3400
|
+
# @return [String]
|
3401
|
+
#
|
3402
|
+
class ForwardingConfig < Struct.new(
|
3403
|
+
:state)
|
3404
|
+
SENSITIVE = []
|
3405
|
+
include Aws::Structure
|
3406
|
+
end
|
3407
|
+
|
3280
3408
|
# Contains a summary of a gateway capability configuration.
|
3281
3409
|
#
|
3282
3410
|
# @!attribute [rw] capability_namespace
|
@@ -3312,17 +3440,25 @@ module Aws::IoTSiteWise
|
|
3312
3440
|
# data as a hash:
|
3313
3441
|
#
|
3314
3442
|
# {
|
3315
|
-
# greengrass: {
|
3443
|
+
# greengrass: {
|
3316
3444
|
# group_arn: "ARN", # required
|
3317
3445
|
# },
|
3446
|
+
# greengrass_v2: {
|
3447
|
+
# core_device_thing_name: "CoreDeviceThingName", # required
|
3448
|
+
# },
|
3318
3449
|
# }
|
3319
3450
|
#
|
3320
3451
|
# @!attribute [rw] greengrass
|
3321
3452
|
# A gateway that runs on IoT Greengrass.
|
3322
3453
|
# @return [Types::Greengrass]
|
3323
3454
|
#
|
3455
|
+
# @!attribute [rw] greengrass_v2
|
3456
|
+
# A gateway that runs on IoT Greengrass V2.
|
3457
|
+
# @return [Types::GreengrassV2]
|
3458
|
+
#
|
3324
3459
|
class GatewayPlatform < Struct.new(
|
3325
|
-
:greengrass
|
3460
|
+
:greengrass,
|
3461
|
+
:greengrass_v2)
|
3326
3462
|
SENSITIVE = []
|
3327
3463
|
include Aws::Structure
|
3328
3464
|
end
|
@@ -3337,6 +3473,10 @@ module Aws::IoTSiteWise
|
|
3337
3473
|
# The name of the asset.
|
3338
3474
|
# @return [String]
|
3339
3475
|
#
|
3476
|
+
# @!attribute [rw] gateway_platform
|
3477
|
+
# Contains a gateway's platform information.
|
3478
|
+
# @return [Types::GatewayPlatform]
|
3479
|
+
#
|
3340
3480
|
# @!attribute [rw] gateway_capability_summaries
|
3341
3481
|
# A list of gateway capability summaries that each contain a namespace
|
3342
3482
|
# and status. Each gateway capability defines data sources for the
|
@@ -3359,6 +3499,7 @@ module Aws::IoTSiteWise
|
|
3359
3499
|
class GatewaySummary < Struct.new(
|
3360
3500
|
:gateway_id,
|
3361
3501
|
:gateway_name,
|
3502
|
+
:gateway_platform,
|
3362
3503
|
:gateway_capability_summaries,
|
3363
3504
|
:creation_date,
|
3364
3505
|
:last_update_date)
|
@@ -3766,6 +3907,35 @@ module Aws::IoTSiteWise
|
|
3766
3907
|
include Aws::Structure
|
3767
3908
|
end
|
3768
3909
|
|
3910
|
+
# Contains details for a gateway that runs on IoT Greengrass V2. To
|
3911
|
+
# create a gateway that runs on IoT Greengrass V2, you must deploy the
|
3912
|
+
# IoT SiteWise Edge component to your gateway device. Your [Greengrass
|
3913
|
+
# device role][1] must use the `AWSIoTSiteWiseEdgeAccess` policy. For
|
3914
|
+
# more information, see [Using IoT SiteWise at the edge][2] in the *IoT
|
3915
|
+
# SiteWise User Guide*.
|
3916
|
+
#
|
3917
|
+
#
|
3918
|
+
#
|
3919
|
+
# [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/device-service-role.html
|
3920
|
+
# [2]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/sw-gateways.html
|
3921
|
+
#
|
3922
|
+
# @note When making an API call, you may pass GreengrassV2
|
3923
|
+
# data as a hash:
|
3924
|
+
#
|
3925
|
+
# {
|
3926
|
+
# core_device_thing_name: "CoreDeviceThingName", # required
|
3927
|
+
# }
|
3928
|
+
#
|
3929
|
+
# @!attribute [rw] core_device_thing_name
|
3930
|
+
# The name of the IoT thing for your IoT Greengrass V2 core device.
|
3931
|
+
# @return [String]
|
3932
|
+
#
|
3933
|
+
class GreengrassV2 < Struct.new(
|
3934
|
+
:core_device_thing_name)
|
3935
|
+
SENSITIVE = []
|
3936
|
+
include Aws::Structure
|
3937
|
+
end
|
3938
|
+
|
3769
3939
|
# Contains information for a group identity in an access policy.
|
3770
3940
|
#
|
3771
3941
|
# @note When making an API call, you may pass GroupIdentity
|
@@ -4653,9 +4823,53 @@ module Aws::IoTSiteWise
|
|
4653
4823
|
#
|
4654
4824
|
# [1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-properties.html#measurements
|
4655
4825
|
#
|
4656
|
-
# @
|
4826
|
+
# @note When making an API call, you may pass Measurement
|
4827
|
+
# data as a hash:
|
4828
|
+
#
|
4829
|
+
# {
|
4830
|
+
# processing_config: {
|
4831
|
+
# forwarding_config: { # required
|
4832
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
4833
|
+
# },
|
4834
|
+
# },
|
4835
|
+
# }
|
4836
|
+
#
|
4837
|
+
# @!attribute [rw] processing_config
|
4838
|
+
# The processing configuration for the given measurement property. You
|
4839
|
+
# can configure measurements to be kept at the edge or forwarded to
|
4840
|
+
# the Amazon Web Services Cloud. By default, measurements are
|
4841
|
+
# forwarded to the cloud.
|
4842
|
+
# @return [Types::MeasurementProcessingConfig]
|
4657
4843
|
#
|
4658
|
-
class Measurement <
|
4844
|
+
class Measurement < Struct.new(
|
4845
|
+
:processing_config)
|
4846
|
+
SENSITIVE = []
|
4847
|
+
include Aws::Structure
|
4848
|
+
end
|
4849
|
+
|
4850
|
+
# The processing configuration for the given measurement property. You
|
4851
|
+
# can configure measurements to be kept at the edge or forwarded to the
|
4852
|
+
# Amazon Web Services Cloud. By default, measurements are forwarded to
|
4853
|
+
# the cloud.
|
4854
|
+
#
|
4855
|
+
# @note When making an API call, you may pass MeasurementProcessingConfig
|
4856
|
+
# data as a hash:
|
4857
|
+
#
|
4858
|
+
# {
|
4859
|
+
# forwarding_config: { # required
|
4860
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
4861
|
+
# },
|
4862
|
+
# }
|
4863
|
+
#
|
4864
|
+
# @!attribute [rw] forwarding_config
|
4865
|
+
# The forwarding configuration for the given measurement property.
|
4866
|
+
# @return [Types::ForwardingConfig]
|
4867
|
+
#
|
4868
|
+
class MeasurementProcessingConfig < Struct.new(
|
4869
|
+
:forwarding_config)
|
4870
|
+
SENSITIVE = []
|
4871
|
+
include Aws::Structure
|
4872
|
+
end
|
4659
4873
|
|
4660
4874
|
# Contains an asset metric property. With metrics, you can calculate
|
4661
4875
|
# aggregate functions, such as an average, maximum, or minimum, as
|
@@ -4694,6 +4908,9 @@ module Aws::IoTSiteWise
|
|
4694
4908
|
# interval: "Interval", # required
|
4695
4909
|
# },
|
4696
4910
|
# },
|
4911
|
+
# processing_config: {
|
4912
|
+
# compute_location: "EDGE", # required, accepts EDGE, CLOUD
|
4913
|
+
# },
|
4697
4914
|
# }
|
4698
4915
|
#
|
4699
4916
|
# @!attribute [rw] expression
|
@@ -4719,10 +4936,38 @@ module Aws::IoTSiteWise
|
|
4719
4936
|
# point per `window`.
|
4720
4937
|
# @return [Types::MetricWindow]
|
4721
4938
|
#
|
4939
|
+
# @!attribute [rw] processing_config
|
4940
|
+
# The processing configuration for the given metric property. You can
|
4941
|
+
# configure metrics to be computed at the edge or in the Amazon Web
|
4942
|
+
# Services Cloud. By default, metrics are forwarded to the cloud.
|
4943
|
+
# @return [Types::MetricProcessingConfig]
|
4944
|
+
#
|
4722
4945
|
class Metric < Struct.new(
|
4723
4946
|
:expression,
|
4724
4947
|
:variables,
|
4725
|
-
:window
|
4948
|
+
:window,
|
4949
|
+
:processing_config)
|
4950
|
+
SENSITIVE = []
|
4951
|
+
include Aws::Structure
|
4952
|
+
end
|
4953
|
+
|
4954
|
+
# The processing configuration for the given metric property. You can
|
4955
|
+
# configure metrics to be computed at the edge or in the Amazon Web
|
4956
|
+
# Services Cloud. By default, metrics are forwarded to the cloud.
|
4957
|
+
#
|
4958
|
+
# @note When making an API call, you may pass MetricProcessingConfig
|
4959
|
+
# data as a hash:
|
4960
|
+
#
|
4961
|
+
# {
|
4962
|
+
# compute_location: "EDGE", # required, accepts EDGE, CLOUD
|
4963
|
+
# }
|
4964
|
+
#
|
4965
|
+
# @!attribute [rw] compute_location
|
4966
|
+
# The compute location for the given metric property.
|
4967
|
+
# @return [String]
|
4968
|
+
#
|
4969
|
+
class MetricProcessingConfig < Struct.new(
|
4970
|
+
:compute_location)
|
4726
4971
|
SENSITIVE = []
|
4727
4972
|
include Aws::Structure
|
4728
4973
|
end
|
@@ -5025,6 +5270,11 @@ module Aws::IoTSiteWise
|
|
5025
5270
|
# default_value: "DefaultValue",
|
5026
5271
|
# },
|
5027
5272
|
# measurement: {
|
5273
|
+
# processing_config: {
|
5274
|
+
# forwarding_config: { # required
|
5275
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
5276
|
+
# },
|
5277
|
+
# },
|
5028
5278
|
# },
|
5029
5279
|
# transform: {
|
5030
5280
|
# expression: "Expression", # required
|
@@ -5037,6 +5287,12 @@ module Aws::IoTSiteWise
|
|
5037
5287
|
# },
|
5038
5288
|
# },
|
5039
5289
|
# ],
|
5290
|
+
# processing_config: {
|
5291
|
+
# compute_location: "EDGE", # required, accepts EDGE, CLOUD
|
5292
|
+
# forwarding_config: {
|
5293
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
5294
|
+
# },
|
5295
|
+
# },
|
5040
5296
|
# },
|
5041
5297
|
# metric: {
|
5042
5298
|
# expression: "Expression", # required
|
@@ -5054,6 +5310,9 @@ module Aws::IoTSiteWise
|
|
5054
5310
|
# interval: "Interval", # required
|
5055
5311
|
# },
|
5056
5312
|
# },
|
5313
|
+
# processing_config: {
|
5314
|
+
# compute_location: "EDGE", # required, accepts EDGE, CLOUD
|
5315
|
+
# },
|
5057
5316
|
# },
|
5058
5317
|
# }
|
5059
5318
|
#
|
@@ -5510,6 +5769,12 @@ module Aws::IoTSiteWise
|
|
5510
5769
|
# },
|
5511
5770
|
# },
|
5512
5771
|
# ],
|
5772
|
+
# processing_config: {
|
5773
|
+
# compute_location: "EDGE", # required, accepts EDGE, CLOUD
|
5774
|
+
# forwarding_config: {
|
5775
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
5776
|
+
# },
|
5777
|
+
# },
|
5513
5778
|
# }
|
5514
5779
|
#
|
5515
5780
|
# @!attribute [rw] expression
|
@@ -5529,9 +5794,47 @@ module Aws::IoTSiteWise
|
|
5529
5794
|
# The list of variables used in the expression.
|
5530
5795
|
# @return [Array<Types::ExpressionVariable>]
|
5531
5796
|
#
|
5797
|
+
# @!attribute [rw] processing_config
|
5798
|
+
# The processing configuration for the given transform property. You
|
5799
|
+
# can configure transforms to be kept at the edge or forwarded to the
|
5800
|
+
# Amazon Web Services Cloud. You can also configure transforms to be
|
5801
|
+
# computed at the edge or in the cloud.
|
5802
|
+
# @return [Types::TransformProcessingConfig]
|
5803
|
+
#
|
5532
5804
|
class Transform < Struct.new(
|
5533
5805
|
:expression,
|
5534
|
-
:variables
|
5806
|
+
:variables,
|
5807
|
+
:processing_config)
|
5808
|
+
SENSITIVE = []
|
5809
|
+
include Aws::Structure
|
5810
|
+
end
|
5811
|
+
|
5812
|
+
# The processing configuration for the given transform property. You can
|
5813
|
+
# configure transforms to be kept at the edge or forwarded to the Amazon
|
5814
|
+
# Web Services Cloud. You can also configure transforms to be computed
|
5815
|
+
# at the edge or in the cloud.
|
5816
|
+
#
|
5817
|
+
# @note When making an API call, you may pass TransformProcessingConfig
|
5818
|
+
# data as a hash:
|
5819
|
+
#
|
5820
|
+
# {
|
5821
|
+
# compute_location: "EDGE", # required, accepts EDGE, CLOUD
|
5822
|
+
# forwarding_config: {
|
5823
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
5824
|
+
# },
|
5825
|
+
# }
|
5826
|
+
#
|
5827
|
+
# @!attribute [rw] compute_location
|
5828
|
+
# The compute location for the given transform property.
|
5829
|
+
# @return [String]
|
5830
|
+
#
|
5831
|
+
# @!attribute [rw] forwarding_config
|
5832
|
+
# The forwarding configuration for a given property.
|
5833
|
+
# @return [Types::ForwardingConfig]
|
5834
|
+
#
|
5835
|
+
class TransformProcessingConfig < Struct.new(
|
5836
|
+
:compute_location,
|
5837
|
+
:forwarding_config)
|
5535
5838
|
SENSITIVE = []
|
5536
5839
|
include Aws::Structure
|
5537
5840
|
end
|
@@ -5697,6 +6000,11 @@ module Aws::IoTSiteWise
|
|
5697
6000
|
# default_value: "DefaultValue",
|
5698
6001
|
# },
|
5699
6002
|
# measurement: {
|
6003
|
+
# processing_config: {
|
6004
|
+
# forwarding_config: { # required
|
6005
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
6006
|
+
# },
|
6007
|
+
# },
|
5700
6008
|
# },
|
5701
6009
|
# transform: {
|
5702
6010
|
# expression: "Expression", # required
|
@@ -5709,6 +6017,12 @@ module Aws::IoTSiteWise
|
|
5709
6017
|
# },
|
5710
6018
|
# },
|
5711
6019
|
# ],
|
6020
|
+
# processing_config: {
|
6021
|
+
# compute_location: "EDGE", # required, accepts EDGE, CLOUD
|
6022
|
+
# forwarding_config: {
|
6023
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
6024
|
+
# },
|
6025
|
+
# },
|
5712
6026
|
# },
|
5713
6027
|
# metric: {
|
5714
6028
|
# expression: "Expression", # required
|
@@ -5726,6 +6040,9 @@ module Aws::IoTSiteWise
|
|
5726
6040
|
# interval: "Interval", # required
|
5727
6041
|
# },
|
5728
6042
|
# },
|
6043
|
+
# processing_config: {
|
6044
|
+
# compute_location: "EDGE", # required, accepts EDGE, CLOUD
|
6045
|
+
# },
|
5729
6046
|
# },
|
5730
6047
|
# },
|
5731
6048
|
# },
|
@@ -5754,6 +6071,11 @@ module Aws::IoTSiteWise
|
|
5754
6071
|
# default_value: "DefaultValue",
|
5755
6072
|
# },
|
5756
6073
|
# measurement: {
|
6074
|
+
# processing_config: {
|
6075
|
+
# forwarding_config: { # required
|
6076
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
6077
|
+
# },
|
6078
|
+
# },
|
5757
6079
|
# },
|
5758
6080
|
# transform: {
|
5759
6081
|
# expression: "Expression", # required
|
@@ -5766,6 +6088,12 @@ module Aws::IoTSiteWise
|
|
5766
6088
|
# },
|
5767
6089
|
# },
|
5768
6090
|
# ],
|
6091
|
+
# processing_config: {
|
6092
|
+
# compute_location: "EDGE", # required, accepts EDGE, CLOUD
|
6093
|
+
# forwarding_config: {
|
6094
|
+
# state: "DISABLED", # required, accepts DISABLED, ENABLED
|
6095
|
+
# },
|
6096
|
+
# },
|
5769
6097
|
# },
|
5770
6098
|
# metric: {
|
5771
6099
|
# expression: "Expression", # required
|
@@ -5783,6 +6111,9 @@ module Aws::IoTSiteWise
|
|
5783
6111
|
# interval: "Interval", # required
|
5784
6112
|
# },
|
5785
6113
|
# },
|
6114
|
+
# processing_config: {
|
6115
|
+
# compute_location: "EDGE", # required, accepts EDGE, CLOUD
|
6116
|
+
# },
|
5786
6117
|
# },
|
5787
6118
|
# },
|
5788
6119
|
# },
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-iotsitewise
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.27.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-07-
|
11
|
+
date: 2021-07-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|