aws-sdk-iotevents 1.11.0 → 1.12.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 923ba74c0236fd5dcf33f29dcef13c7958f9d790c28cbfb013b1210075eb69ad
4
- data.tar.gz: 69f8189293928019a3a329b45bbf648ac5d0bc4f069f1b1124e350d1531ec153
3
+ metadata.gz: 8606839274953de4333d9424e611561ecaf45c806258596932ba9cf2dd953b78
4
+ data.tar.gz: a1643166879a4b2cb5d5b4e7305027d114a6096da3726a8ab61e5e8f02135536
5
5
  SHA512:
6
- metadata.gz: 4642ce404952934ea8a9ca4cf02d8fe92cb5cae8866d71d08d35e2cac935b277d4be5a7ff6409e90a3c43c02e65d59688f1266335641e857c15d69263847c6c6
7
- data.tar.gz: 7d0e987acdc5f5099ed169f8cb3aadbaf9890d2d8b8954ca7158518e5667409ed15fb0628a88cbaae6ecf3e7cb6f199806c72b7f9d9fadfc62c93afcf925807b
6
+ metadata.gz: 9d80640255e686a94a01529900f6aa58300fb74b58b2c3778b4674c7bac0b994a8a7847ea5defac843321fc066e112a6628addde7ccb9ac941537e96e89dd8de
7
+ data.tar.gz: eeac318f823c64ce6196e75c303d04d35b6538fbdba37131575812ce9e6ed12db00c358f539f5e3a0a694fc43620390679f165762c86d7789afc4b78d71f836b
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-iotevents/customizations'
45
45
  # @service
46
46
  module Aws::IoTEvents
47
47
 
48
- GEM_VERSION = '1.11.0'
48
+ GEM_VERSION = '1.12.0'
49
49
 
50
50
  end
@@ -438,6 +438,25 @@ module Aws::IoTEvents
438
438
  # type: "STRING", # required, accepts STRING, JSON
439
439
  # },
440
440
  # },
441
+ # iot_site_wise: {
442
+ # entry_id: "AssetPropertyEntryId",
443
+ # asset_id: "AssetId",
444
+ # property_id: "AssetPropertyId",
445
+ # property_alias: "AssetPropertyAlias",
446
+ # property_value: { # required
447
+ # value: { # required
448
+ # string_value: "AssetPropertyStringValue",
449
+ # integer_value: "AssetPropertyIntegerValue",
450
+ # double_value: "AssetPropertyDoubleValue",
451
+ # boolean_value: "AssetPropertyBooleanValue",
452
+ # },
453
+ # timestamp: {
454
+ # time_in_seconds: "AssetPropertyTimeInSeconds", # required
455
+ # offset_in_nanos: "AssetPropertyOffsetInNanos",
456
+ # },
457
+ # quality: "AssetPropertyQuality",
458
+ # },
459
+ # },
441
460
  # },
442
461
  # ],
443
462
  # },
@@ -529,6 +548,25 @@ module Aws::IoTEvents
529
548
  # type: "STRING", # required, accepts STRING, JSON
530
549
  # },
531
550
  # },
551
+ # iot_site_wise: {
552
+ # entry_id: "AssetPropertyEntryId",
553
+ # asset_id: "AssetId",
554
+ # property_id: "AssetPropertyId",
555
+ # property_alias: "AssetPropertyAlias",
556
+ # property_value: { # required
557
+ # value: { # required
558
+ # string_value: "AssetPropertyStringValue",
559
+ # integer_value: "AssetPropertyIntegerValue",
560
+ # double_value: "AssetPropertyDoubleValue",
561
+ # boolean_value: "AssetPropertyBooleanValue",
562
+ # },
563
+ # timestamp: {
564
+ # time_in_seconds: "AssetPropertyTimeInSeconds", # required
565
+ # offset_in_nanos: "AssetPropertyOffsetInNanos",
566
+ # },
567
+ # quality: "AssetPropertyQuality",
568
+ # },
569
+ # },
532
570
  # },
533
571
  # ],
534
572
  # next_state: "StateName", # required
@@ -623,6 +661,25 @@ module Aws::IoTEvents
623
661
  # type: "STRING", # required, accepts STRING, JSON
624
662
  # },
625
663
  # },
664
+ # iot_site_wise: {
665
+ # entry_id: "AssetPropertyEntryId",
666
+ # asset_id: "AssetId",
667
+ # property_id: "AssetPropertyId",
668
+ # property_alias: "AssetPropertyAlias",
669
+ # property_value: { # required
670
+ # value: { # required
671
+ # string_value: "AssetPropertyStringValue",
672
+ # integer_value: "AssetPropertyIntegerValue",
673
+ # double_value: "AssetPropertyDoubleValue",
674
+ # boolean_value: "AssetPropertyBooleanValue",
675
+ # },
676
+ # timestamp: {
677
+ # time_in_seconds: "AssetPropertyTimeInSeconds", # required
678
+ # offset_in_nanos: "AssetPropertyOffsetInNanos",
679
+ # },
680
+ # quality: "AssetPropertyQuality",
681
+ # },
682
+ # },
626
683
  # },
627
684
  # ],
628
685
  # },
@@ -716,6 +773,25 @@ module Aws::IoTEvents
716
773
  # type: "STRING", # required, accepts STRING, JSON
717
774
  # },
718
775
  # },
776
+ # iot_site_wise: {
777
+ # entry_id: "AssetPropertyEntryId",
778
+ # asset_id: "AssetId",
779
+ # property_id: "AssetPropertyId",
780
+ # property_alias: "AssetPropertyAlias",
781
+ # property_value: { # required
782
+ # value: { # required
783
+ # string_value: "AssetPropertyStringValue",
784
+ # integer_value: "AssetPropertyIntegerValue",
785
+ # double_value: "AssetPropertyDoubleValue",
786
+ # boolean_value: "AssetPropertyBooleanValue",
787
+ # },
788
+ # timestamp: {
789
+ # time_in_seconds: "AssetPropertyTimeInSeconds", # required
790
+ # offset_in_nanos: "AssetPropertyOffsetInNanos",
791
+ # },
792
+ # quality: "AssetPropertyQuality",
793
+ # },
794
+ # },
719
795
  # },
720
796
  # ],
721
797
  # },
@@ -921,6 +997,17 @@ module Aws::IoTEvents
921
997
  # resp.detector_model.detector_model_definition.states[0].on_input.events[0].actions[0].dynamo_d_bv_2.table_name #=> String
922
998
  # resp.detector_model.detector_model_definition.states[0].on_input.events[0].actions[0].dynamo_d_bv_2.payload.content_expression #=> String
923
999
  # resp.detector_model.detector_model_definition.states[0].on_input.events[0].actions[0].dynamo_d_bv_2.payload.type #=> String, one of "STRING", "JSON"
1000
+ # resp.detector_model.detector_model_definition.states[0].on_input.events[0].actions[0].iot_site_wise.entry_id #=> String
1001
+ # resp.detector_model.detector_model_definition.states[0].on_input.events[0].actions[0].iot_site_wise.asset_id #=> String
1002
+ # resp.detector_model.detector_model_definition.states[0].on_input.events[0].actions[0].iot_site_wise.property_id #=> String
1003
+ # resp.detector_model.detector_model_definition.states[0].on_input.events[0].actions[0].iot_site_wise.property_alias #=> String
1004
+ # resp.detector_model.detector_model_definition.states[0].on_input.events[0].actions[0].iot_site_wise.property_value.value.string_value #=> String
1005
+ # resp.detector_model.detector_model_definition.states[0].on_input.events[0].actions[0].iot_site_wise.property_value.value.integer_value #=> String
1006
+ # resp.detector_model.detector_model_definition.states[0].on_input.events[0].actions[0].iot_site_wise.property_value.value.double_value #=> String
1007
+ # resp.detector_model.detector_model_definition.states[0].on_input.events[0].actions[0].iot_site_wise.property_value.value.boolean_value #=> String
1008
+ # resp.detector_model.detector_model_definition.states[0].on_input.events[0].actions[0].iot_site_wise.property_value.timestamp.time_in_seconds #=> String
1009
+ # resp.detector_model.detector_model_definition.states[0].on_input.events[0].actions[0].iot_site_wise.property_value.timestamp.offset_in_nanos #=> String
1010
+ # resp.detector_model.detector_model_definition.states[0].on_input.events[0].actions[0].iot_site_wise.property_value.quality #=> String
924
1011
  # resp.detector_model.detector_model_definition.states[0].on_input.transition_events #=> Array
925
1012
  # resp.detector_model.detector_model_definition.states[0].on_input.transition_events[0].event_name #=> String
926
1013
  # resp.detector_model.detector_model_definition.states[0].on_input.transition_events[0].condition #=> String
@@ -966,6 +1053,17 @@ module Aws::IoTEvents
966
1053
  # resp.detector_model.detector_model_definition.states[0].on_input.transition_events[0].actions[0].dynamo_d_bv_2.table_name #=> String
967
1054
  # resp.detector_model.detector_model_definition.states[0].on_input.transition_events[0].actions[0].dynamo_d_bv_2.payload.content_expression #=> String
968
1055
  # resp.detector_model.detector_model_definition.states[0].on_input.transition_events[0].actions[0].dynamo_d_bv_2.payload.type #=> String, one of "STRING", "JSON"
1056
+ # resp.detector_model.detector_model_definition.states[0].on_input.transition_events[0].actions[0].iot_site_wise.entry_id #=> String
1057
+ # resp.detector_model.detector_model_definition.states[0].on_input.transition_events[0].actions[0].iot_site_wise.asset_id #=> String
1058
+ # resp.detector_model.detector_model_definition.states[0].on_input.transition_events[0].actions[0].iot_site_wise.property_id #=> String
1059
+ # resp.detector_model.detector_model_definition.states[0].on_input.transition_events[0].actions[0].iot_site_wise.property_alias #=> String
1060
+ # resp.detector_model.detector_model_definition.states[0].on_input.transition_events[0].actions[0].iot_site_wise.property_value.value.string_value #=> String
1061
+ # resp.detector_model.detector_model_definition.states[0].on_input.transition_events[0].actions[0].iot_site_wise.property_value.value.integer_value #=> String
1062
+ # resp.detector_model.detector_model_definition.states[0].on_input.transition_events[0].actions[0].iot_site_wise.property_value.value.double_value #=> String
1063
+ # resp.detector_model.detector_model_definition.states[0].on_input.transition_events[0].actions[0].iot_site_wise.property_value.value.boolean_value #=> String
1064
+ # resp.detector_model.detector_model_definition.states[0].on_input.transition_events[0].actions[0].iot_site_wise.property_value.timestamp.time_in_seconds #=> String
1065
+ # resp.detector_model.detector_model_definition.states[0].on_input.transition_events[0].actions[0].iot_site_wise.property_value.timestamp.offset_in_nanos #=> String
1066
+ # resp.detector_model.detector_model_definition.states[0].on_input.transition_events[0].actions[0].iot_site_wise.property_value.quality #=> String
969
1067
  # resp.detector_model.detector_model_definition.states[0].on_input.transition_events[0].next_state #=> String
970
1068
  # resp.detector_model.detector_model_definition.states[0].on_enter.events #=> Array
971
1069
  # resp.detector_model.detector_model_definition.states[0].on_enter.events[0].event_name #=> String
@@ -1012,6 +1110,17 @@ module Aws::IoTEvents
1012
1110
  # resp.detector_model.detector_model_definition.states[0].on_enter.events[0].actions[0].dynamo_d_bv_2.table_name #=> String
1013
1111
  # resp.detector_model.detector_model_definition.states[0].on_enter.events[0].actions[0].dynamo_d_bv_2.payload.content_expression #=> String
1014
1112
  # resp.detector_model.detector_model_definition.states[0].on_enter.events[0].actions[0].dynamo_d_bv_2.payload.type #=> String, one of "STRING", "JSON"
1113
+ # resp.detector_model.detector_model_definition.states[0].on_enter.events[0].actions[0].iot_site_wise.entry_id #=> String
1114
+ # resp.detector_model.detector_model_definition.states[0].on_enter.events[0].actions[0].iot_site_wise.asset_id #=> String
1115
+ # resp.detector_model.detector_model_definition.states[0].on_enter.events[0].actions[0].iot_site_wise.property_id #=> String
1116
+ # resp.detector_model.detector_model_definition.states[0].on_enter.events[0].actions[0].iot_site_wise.property_alias #=> String
1117
+ # resp.detector_model.detector_model_definition.states[0].on_enter.events[0].actions[0].iot_site_wise.property_value.value.string_value #=> String
1118
+ # resp.detector_model.detector_model_definition.states[0].on_enter.events[0].actions[0].iot_site_wise.property_value.value.integer_value #=> String
1119
+ # resp.detector_model.detector_model_definition.states[0].on_enter.events[0].actions[0].iot_site_wise.property_value.value.double_value #=> String
1120
+ # resp.detector_model.detector_model_definition.states[0].on_enter.events[0].actions[0].iot_site_wise.property_value.value.boolean_value #=> String
1121
+ # resp.detector_model.detector_model_definition.states[0].on_enter.events[0].actions[0].iot_site_wise.property_value.timestamp.time_in_seconds #=> String
1122
+ # resp.detector_model.detector_model_definition.states[0].on_enter.events[0].actions[0].iot_site_wise.property_value.timestamp.offset_in_nanos #=> String
1123
+ # resp.detector_model.detector_model_definition.states[0].on_enter.events[0].actions[0].iot_site_wise.property_value.quality #=> String
1015
1124
  # resp.detector_model.detector_model_definition.states[0].on_exit.events #=> Array
1016
1125
  # resp.detector_model.detector_model_definition.states[0].on_exit.events[0].event_name #=> String
1017
1126
  # resp.detector_model.detector_model_definition.states[0].on_exit.events[0].condition #=> String
@@ -1057,6 +1166,17 @@ module Aws::IoTEvents
1057
1166
  # resp.detector_model.detector_model_definition.states[0].on_exit.events[0].actions[0].dynamo_d_bv_2.table_name #=> String
1058
1167
  # resp.detector_model.detector_model_definition.states[0].on_exit.events[0].actions[0].dynamo_d_bv_2.payload.content_expression #=> String
1059
1168
  # resp.detector_model.detector_model_definition.states[0].on_exit.events[0].actions[0].dynamo_d_bv_2.payload.type #=> String, one of "STRING", "JSON"
1169
+ # resp.detector_model.detector_model_definition.states[0].on_exit.events[0].actions[0].iot_site_wise.entry_id #=> String
1170
+ # resp.detector_model.detector_model_definition.states[0].on_exit.events[0].actions[0].iot_site_wise.asset_id #=> String
1171
+ # resp.detector_model.detector_model_definition.states[0].on_exit.events[0].actions[0].iot_site_wise.property_id #=> String
1172
+ # resp.detector_model.detector_model_definition.states[0].on_exit.events[0].actions[0].iot_site_wise.property_alias #=> String
1173
+ # resp.detector_model.detector_model_definition.states[0].on_exit.events[0].actions[0].iot_site_wise.property_value.value.string_value #=> String
1174
+ # resp.detector_model.detector_model_definition.states[0].on_exit.events[0].actions[0].iot_site_wise.property_value.value.integer_value #=> String
1175
+ # resp.detector_model.detector_model_definition.states[0].on_exit.events[0].actions[0].iot_site_wise.property_value.value.double_value #=> String
1176
+ # resp.detector_model.detector_model_definition.states[0].on_exit.events[0].actions[0].iot_site_wise.property_value.value.boolean_value #=> String
1177
+ # resp.detector_model.detector_model_definition.states[0].on_exit.events[0].actions[0].iot_site_wise.property_value.timestamp.time_in_seconds #=> String
1178
+ # resp.detector_model.detector_model_definition.states[0].on_exit.events[0].actions[0].iot_site_wise.property_value.timestamp.offset_in_nanos #=> String
1179
+ # resp.detector_model.detector_model_definition.states[0].on_exit.events[0].actions[0].iot_site_wise.property_value.quality #=> String
1060
1180
  # resp.detector_model.detector_model_definition.initial_state_name #=> String
1061
1181
  # resp.detector_model.detector_model_configuration.detector_model_name #=> String
1062
1182
  # resp.detector_model.detector_model_configuration.detector_model_version #=> String
@@ -1488,6 +1608,25 @@ module Aws::IoTEvents
1488
1608
  # type: "STRING", # required, accepts STRING, JSON
1489
1609
  # },
1490
1610
  # },
1611
+ # iot_site_wise: {
1612
+ # entry_id: "AssetPropertyEntryId",
1613
+ # asset_id: "AssetId",
1614
+ # property_id: "AssetPropertyId",
1615
+ # property_alias: "AssetPropertyAlias",
1616
+ # property_value: { # required
1617
+ # value: { # required
1618
+ # string_value: "AssetPropertyStringValue",
1619
+ # integer_value: "AssetPropertyIntegerValue",
1620
+ # double_value: "AssetPropertyDoubleValue",
1621
+ # boolean_value: "AssetPropertyBooleanValue",
1622
+ # },
1623
+ # timestamp: {
1624
+ # time_in_seconds: "AssetPropertyTimeInSeconds", # required
1625
+ # offset_in_nanos: "AssetPropertyOffsetInNanos",
1626
+ # },
1627
+ # quality: "AssetPropertyQuality",
1628
+ # },
1629
+ # },
1491
1630
  # },
1492
1631
  # ],
1493
1632
  # },
@@ -1579,6 +1718,25 @@ module Aws::IoTEvents
1579
1718
  # type: "STRING", # required, accepts STRING, JSON
1580
1719
  # },
1581
1720
  # },
1721
+ # iot_site_wise: {
1722
+ # entry_id: "AssetPropertyEntryId",
1723
+ # asset_id: "AssetId",
1724
+ # property_id: "AssetPropertyId",
1725
+ # property_alias: "AssetPropertyAlias",
1726
+ # property_value: { # required
1727
+ # value: { # required
1728
+ # string_value: "AssetPropertyStringValue",
1729
+ # integer_value: "AssetPropertyIntegerValue",
1730
+ # double_value: "AssetPropertyDoubleValue",
1731
+ # boolean_value: "AssetPropertyBooleanValue",
1732
+ # },
1733
+ # timestamp: {
1734
+ # time_in_seconds: "AssetPropertyTimeInSeconds", # required
1735
+ # offset_in_nanos: "AssetPropertyOffsetInNanos",
1736
+ # },
1737
+ # quality: "AssetPropertyQuality",
1738
+ # },
1739
+ # },
1582
1740
  # },
1583
1741
  # ],
1584
1742
  # next_state: "StateName", # required
@@ -1673,6 +1831,25 @@ module Aws::IoTEvents
1673
1831
  # type: "STRING", # required, accepts STRING, JSON
1674
1832
  # },
1675
1833
  # },
1834
+ # iot_site_wise: {
1835
+ # entry_id: "AssetPropertyEntryId",
1836
+ # asset_id: "AssetId",
1837
+ # property_id: "AssetPropertyId",
1838
+ # property_alias: "AssetPropertyAlias",
1839
+ # property_value: { # required
1840
+ # value: { # required
1841
+ # string_value: "AssetPropertyStringValue",
1842
+ # integer_value: "AssetPropertyIntegerValue",
1843
+ # double_value: "AssetPropertyDoubleValue",
1844
+ # boolean_value: "AssetPropertyBooleanValue",
1845
+ # },
1846
+ # timestamp: {
1847
+ # time_in_seconds: "AssetPropertyTimeInSeconds", # required
1848
+ # offset_in_nanos: "AssetPropertyOffsetInNanos",
1849
+ # },
1850
+ # quality: "AssetPropertyQuality",
1851
+ # },
1852
+ # },
1676
1853
  # },
1677
1854
  # ],
1678
1855
  # },
@@ -1766,6 +1943,25 @@ module Aws::IoTEvents
1766
1943
  # type: "STRING", # required, accepts STRING, JSON
1767
1944
  # },
1768
1945
  # },
1946
+ # iot_site_wise: {
1947
+ # entry_id: "AssetPropertyEntryId",
1948
+ # asset_id: "AssetId",
1949
+ # property_id: "AssetPropertyId",
1950
+ # property_alias: "AssetPropertyAlias",
1951
+ # property_value: { # required
1952
+ # value: { # required
1953
+ # string_value: "AssetPropertyStringValue",
1954
+ # integer_value: "AssetPropertyIntegerValue",
1955
+ # double_value: "AssetPropertyDoubleValue",
1956
+ # boolean_value: "AssetPropertyBooleanValue",
1957
+ # },
1958
+ # timestamp: {
1959
+ # time_in_seconds: "AssetPropertyTimeInSeconds", # required
1960
+ # offset_in_nanos: "AssetPropertyOffsetInNanos",
1961
+ # },
1962
+ # quality: "AssetPropertyQuality",
1963
+ # },
1964
+ # },
1769
1965
  # },
1770
1966
  # ],
1771
1967
  # },
@@ -1845,6 +2041,37 @@ module Aws::IoTEvents
1845
2041
  req.send_request(options)
1846
2042
  end
1847
2043
 
2044
+ # @option params [required, Array<Types::TagrisSweepListItem>] :tagris_sweep_list
2045
+ #
2046
+ # @return [Types::TagrisVerifyResourcesExistOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2047
+ #
2048
+ # * {Types::TagrisVerifyResourcesExistOutput#tagris_sweep_list_result #tagris_sweep_list_result} => Hash&lt;String,String&gt;
2049
+ #
2050
+ # @example Request syntax with placeholder values
2051
+ #
2052
+ # resp = client.verify_resources_exist_for_tagris({
2053
+ # tagris_sweep_list: [ # required
2054
+ # {
2055
+ # tagris_account_id: "TagrisAccountId",
2056
+ # tagris_amazon_resource_name: "TagrisAmazonResourceName",
2057
+ # tagris_internal_id: "TagrisInternalId",
2058
+ # tagris_version: 1,
2059
+ # },
2060
+ # ],
2061
+ # })
2062
+ #
2063
+ # @example Response structure
2064
+ #
2065
+ # resp.tagris_sweep_list_result #=> Hash
2066
+ # resp.tagris_sweep_list_result["TagrisAmazonResourceName"] #=> String, one of "ACTIVE", "NOT_ACTIVE"
2067
+ #
2068
+ # @overload verify_resources_exist_for_tagris(params = {})
2069
+ # @param [Hash] params ({})
2070
+ def verify_resources_exist_for_tagris(params = {}, options = {})
2071
+ req = build_request(:verify_resources_exist_for_tagris, params)
2072
+ req.send_request(options)
2073
+ end
2074
+
1848
2075
  # @!endgroup
1849
2076
 
1850
2077
  # @param params ({})
@@ -1858,7 +2085,7 @@ module Aws::IoTEvents
1858
2085
  params: params,
1859
2086
  config: config)
1860
2087
  context[:gem_name] = 'aws-sdk-iotevents'
1861
- context[:gem_version] = '1.11.0'
2088
+ context[:gem_version] = '1.12.0'
1862
2089
  Seahorse::Client::Request.new(handlers, context)
1863
2090
  end
1864
2091
 
@@ -14,6 +14,20 @@ module Aws::IoTEvents
14
14
  Action = Shapes::StructureShape.new(name: 'Action')
15
15
  Actions = Shapes::ListShape.new(name: 'Actions')
16
16
  AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
17
+ AssetId = Shapes::StringShape.new(name: 'AssetId')
18
+ AssetPropertyAlias = Shapes::StringShape.new(name: 'AssetPropertyAlias')
19
+ AssetPropertyBooleanValue = Shapes::StringShape.new(name: 'AssetPropertyBooleanValue')
20
+ AssetPropertyDoubleValue = Shapes::StringShape.new(name: 'AssetPropertyDoubleValue')
21
+ AssetPropertyEntryId = Shapes::StringShape.new(name: 'AssetPropertyEntryId')
22
+ AssetPropertyId = Shapes::StringShape.new(name: 'AssetPropertyId')
23
+ AssetPropertyIntegerValue = Shapes::StringShape.new(name: 'AssetPropertyIntegerValue')
24
+ AssetPropertyOffsetInNanos = Shapes::StringShape.new(name: 'AssetPropertyOffsetInNanos')
25
+ AssetPropertyQuality = Shapes::StringShape.new(name: 'AssetPropertyQuality')
26
+ AssetPropertyStringValue = Shapes::StringShape.new(name: 'AssetPropertyStringValue')
27
+ AssetPropertyTimeInSeconds = Shapes::StringShape.new(name: 'AssetPropertyTimeInSeconds')
28
+ AssetPropertyTimestamp = Shapes::StructureShape.new(name: 'AssetPropertyTimestamp')
29
+ AssetPropertyValue = Shapes::StructureShape.new(name: 'AssetPropertyValue')
30
+ AssetPropertyVariant = Shapes::StructureShape.new(name: 'AssetPropertyVariant')
17
31
  Attribute = Shapes::StructureShape.new(name: 'Attribute')
18
32
  AttributeJsonPath = Shapes::StringShape.new(name: 'AttributeJsonPath')
19
33
  Attributes = Shapes::ListShape.new(name: 'Attributes')
@@ -74,6 +88,7 @@ module Aws::IoTEvents
74
88
  InternalFailureException = Shapes::StructureShape.new(name: 'InternalFailureException')
75
89
  InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
76
90
  IotEventsAction = Shapes::StructureShape.new(name: 'IotEventsAction')
91
+ IotSiteWiseAction = Shapes::StructureShape.new(name: 'IotSiteWiseAction')
77
92
  IotTopicPublishAction = Shapes::StructureShape.new(name: 'IotTopicPublishAction')
78
93
  KeyValue = Shapes::StringShape.new(name: 'KeyValue')
79
94
  LambdaAction = Shapes::StructureShape.new(name: 'LambdaAction')
@@ -118,6 +133,23 @@ module Aws::IoTEvents
118
133
  TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
119
134
  TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
120
135
  TagValue = Shapes::StringShape.new(name: 'TagValue')
136
+ TagrisAccessDeniedException = Shapes::StructureShape.new(name: 'TagrisAccessDeniedException')
137
+ TagrisAccountId = Shapes::StringShape.new(name: 'TagrisAccountId')
138
+ TagrisAmazonResourceName = Shapes::StringShape.new(name: 'TagrisAmazonResourceName')
139
+ TagrisExceptionMessage = Shapes::StringShape.new(name: 'TagrisExceptionMessage')
140
+ TagrisInternalId = Shapes::StringShape.new(name: 'TagrisInternalId')
141
+ TagrisInternalServiceException = Shapes::StructureShape.new(name: 'TagrisInternalServiceException')
142
+ TagrisInvalidArnException = Shapes::StructureShape.new(name: 'TagrisInvalidArnException')
143
+ TagrisInvalidParameterException = Shapes::StructureShape.new(name: 'TagrisInvalidParameterException')
144
+ TagrisPartialResourcesExistResultsException = Shapes::StructureShape.new(name: 'TagrisPartialResourcesExistResultsException')
145
+ TagrisStatus = Shapes::StringShape.new(name: 'TagrisStatus')
146
+ TagrisSweepList = Shapes::ListShape.new(name: 'TagrisSweepList')
147
+ TagrisSweepListItem = Shapes::StructureShape.new(name: 'TagrisSweepListItem')
148
+ TagrisSweepListResult = Shapes::MapShape.new(name: 'TagrisSweepListResult')
149
+ TagrisThrottledException = Shapes::StructureShape.new(name: 'TagrisThrottledException')
150
+ TagrisVerifyResourcesExistInput = Shapes::StructureShape.new(name: 'TagrisVerifyResourcesExistInput')
151
+ TagrisVerifyResourcesExistOutput = Shapes::StructureShape.new(name: 'TagrisVerifyResourcesExistOutput')
152
+ TagrisVersion = Shapes::IntegerShape.new(name: 'TagrisVersion')
121
153
  Tags = Shapes::ListShape.new(name: 'Tags')
122
154
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
123
155
  TimerName = Shapes::StringShape.new(name: 'TimerName')
@@ -150,10 +182,26 @@ module Aws::IoTEvents
150
182
  Action.add_member(:firehose, Shapes::ShapeRef.new(shape: FirehoseAction, location_name: "firehose"))
151
183
  Action.add_member(:dynamo_db, Shapes::ShapeRef.new(shape: DynamoDBAction, location_name: "dynamoDB"))
152
184
  Action.add_member(:dynamo_d_bv_2, Shapes::ShapeRef.new(shape: DynamoDBv2Action, location_name: "dynamoDBv2"))
185
+ Action.add_member(:iot_site_wise, Shapes::ShapeRef.new(shape: IotSiteWiseAction, location_name: "iotSiteWise"))
153
186
  Action.struct_class = Types::Action
154
187
 
155
188
  Actions.member = Shapes::ShapeRef.new(shape: Action)
156
189
 
190
+ AssetPropertyTimestamp.add_member(:time_in_seconds, Shapes::ShapeRef.new(shape: AssetPropertyTimeInSeconds, required: true, location_name: "timeInSeconds"))
191
+ AssetPropertyTimestamp.add_member(:offset_in_nanos, Shapes::ShapeRef.new(shape: AssetPropertyOffsetInNanos, location_name: "offsetInNanos"))
192
+ AssetPropertyTimestamp.struct_class = Types::AssetPropertyTimestamp
193
+
194
+ AssetPropertyValue.add_member(:value, Shapes::ShapeRef.new(shape: AssetPropertyVariant, required: true, location_name: "value"))
195
+ AssetPropertyValue.add_member(:timestamp, Shapes::ShapeRef.new(shape: AssetPropertyTimestamp, location_name: "timestamp"))
196
+ AssetPropertyValue.add_member(:quality, Shapes::ShapeRef.new(shape: AssetPropertyQuality, location_name: "quality"))
197
+ AssetPropertyValue.struct_class = Types::AssetPropertyValue
198
+
199
+ AssetPropertyVariant.add_member(:string_value, Shapes::ShapeRef.new(shape: AssetPropertyStringValue, location_name: "stringValue"))
200
+ AssetPropertyVariant.add_member(:integer_value, Shapes::ShapeRef.new(shape: AssetPropertyIntegerValue, location_name: "integerValue"))
201
+ AssetPropertyVariant.add_member(:double_value, Shapes::ShapeRef.new(shape: AssetPropertyDoubleValue, location_name: "doubleValue"))
202
+ AssetPropertyVariant.add_member(:boolean_value, Shapes::ShapeRef.new(shape: AssetPropertyBooleanValue, location_name: "booleanValue"))
203
+ AssetPropertyVariant.struct_class = Types::AssetPropertyVariant
204
+
157
205
  Attribute.add_member(:json_path, Shapes::ShapeRef.new(shape: AttributeJsonPath, required: true, location_name: "jsonPath"))
158
206
  Attribute.struct_class = Types::Attribute
159
207
 
@@ -319,6 +367,13 @@ module Aws::IoTEvents
319
367
  IotEventsAction.add_member(:payload, Shapes::ShapeRef.new(shape: Payload, location_name: "payload"))
320
368
  IotEventsAction.struct_class = Types::IotEventsAction
321
369
 
370
+ IotSiteWiseAction.add_member(:entry_id, Shapes::ShapeRef.new(shape: AssetPropertyEntryId, location_name: "entryId"))
371
+ IotSiteWiseAction.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, location_name: "assetId"))
372
+ IotSiteWiseAction.add_member(:property_id, Shapes::ShapeRef.new(shape: AssetPropertyId, location_name: "propertyId"))
373
+ IotSiteWiseAction.add_member(:property_alias, Shapes::ShapeRef.new(shape: AssetPropertyAlias, location_name: "propertyAlias"))
374
+ IotSiteWiseAction.add_member(:property_value, Shapes::ShapeRef.new(shape: AssetPropertyValue, required: true, location_name: "propertyValue"))
375
+ IotSiteWiseAction.struct_class = Types::IotSiteWiseAction
376
+
322
377
  IotTopicPublishAction.add_member(:mqtt_topic, Shapes::ShapeRef.new(shape: MQTTTopic, required: true, location_name: "mqttTopic"))
323
378
  IotTopicPublishAction.add_member(:payload, Shapes::ShapeRef.new(shape: Payload, location_name: "payload"))
324
379
  IotTopicPublishAction.struct_class = Types::IotTopicPublishAction
@@ -439,6 +494,43 @@ module Aws::IoTEvents
439
494
 
440
495
  TagResourceResponse.struct_class = Types::TagResourceResponse
441
496
 
497
+ TagrisAccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: TagrisExceptionMessage, location_name: "message"))
498
+ TagrisAccessDeniedException.struct_class = Types::TagrisAccessDeniedException
499
+
500
+ TagrisInternalServiceException.add_member(:message, Shapes::ShapeRef.new(shape: TagrisExceptionMessage, location_name: "message"))
501
+ TagrisInternalServiceException.struct_class = Types::TagrisInternalServiceException
502
+
503
+ TagrisInvalidArnException.add_member(:message, Shapes::ShapeRef.new(shape: TagrisExceptionMessage, location_name: "message"))
504
+ TagrisInvalidArnException.add_member(:sweep_list_item, Shapes::ShapeRef.new(shape: TagrisSweepListItem, location_name: "sweepListItem"))
505
+ TagrisInvalidArnException.struct_class = Types::TagrisInvalidArnException
506
+
507
+ TagrisInvalidParameterException.add_member(:message, Shapes::ShapeRef.new(shape: TagrisExceptionMessage, location_name: "message"))
508
+ TagrisInvalidParameterException.struct_class = Types::TagrisInvalidParameterException
509
+
510
+ TagrisPartialResourcesExistResultsException.add_member(:message, Shapes::ShapeRef.new(shape: TagrisExceptionMessage, location_name: "message"))
511
+ TagrisPartialResourcesExistResultsException.add_member(:resource_existence_information, Shapes::ShapeRef.new(shape: TagrisSweepListResult, location_name: "resourceExistenceInformation"))
512
+ TagrisPartialResourcesExistResultsException.struct_class = Types::TagrisPartialResourcesExistResultsException
513
+
514
+ TagrisSweepList.member = Shapes::ShapeRef.new(shape: TagrisSweepListItem)
515
+
516
+ TagrisSweepListItem.add_member(:tagris_account_id, Shapes::ShapeRef.new(shape: TagrisAccountId, location_name: "TagrisAccountId"))
517
+ TagrisSweepListItem.add_member(:tagris_amazon_resource_name, Shapes::ShapeRef.new(shape: TagrisAmazonResourceName, location_name: "TagrisAmazonResourceName"))
518
+ TagrisSweepListItem.add_member(:tagris_internal_id, Shapes::ShapeRef.new(shape: TagrisInternalId, location_name: "TagrisInternalId"))
519
+ TagrisSweepListItem.add_member(:tagris_version, Shapes::ShapeRef.new(shape: TagrisVersion, location_name: "TagrisVersion"))
520
+ TagrisSweepListItem.struct_class = Types::TagrisSweepListItem
521
+
522
+ TagrisSweepListResult.key = Shapes::ShapeRef.new(shape: TagrisAmazonResourceName)
523
+ TagrisSweepListResult.value = Shapes::ShapeRef.new(shape: TagrisStatus)
524
+
525
+ TagrisThrottledException.add_member(:message, Shapes::ShapeRef.new(shape: TagrisExceptionMessage, location_name: "message"))
526
+ TagrisThrottledException.struct_class = Types::TagrisThrottledException
527
+
528
+ TagrisVerifyResourcesExistInput.add_member(:tagris_sweep_list, Shapes::ShapeRef.new(shape: TagrisSweepList, required: true, location_name: "TagrisSweepList"))
529
+ TagrisVerifyResourcesExistInput.struct_class = Types::TagrisVerifyResourcesExistInput
530
+
531
+ TagrisVerifyResourcesExistOutput.add_member(:tagris_sweep_list_result, Shapes::ShapeRef.new(shape: TagrisSweepListResult, required: true, location_name: "TagrisSweepListResult"))
532
+ TagrisVerifyResourcesExistOutput.struct_class = Types::TagrisVerifyResourcesExistOutput
533
+
442
534
  Tags.member = Shapes::ShapeRef.new(shape: Tag)
443
535
 
444
536
  ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
@@ -710,6 +802,20 @@ module Aws::IoTEvents
710
802
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
711
803
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
712
804
  end)
805
+
806
+ api.add_operation(:verify_resources_exist_for_tagris, Seahorse::Model::Operation.new.tap do |o|
807
+ o.name = "VerifyResourcesExistForTagris"
808
+ o.http_method = "GET"
809
+ o.http_request_uri = "/internal/tags/resource-status"
810
+ o.input = Shapes::ShapeRef.new(shape: TagrisVerifyResourcesExistInput)
811
+ o.output = Shapes::ShapeRef.new(shape: TagrisVerifyResourcesExistOutput)
812
+ o.errors << Shapes::ShapeRef.new(shape: TagrisAccessDeniedException)
813
+ o.errors << Shapes::ShapeRef.new(shape: TagrisInternalServiceException)
814
+ o.errors << Shapes::ShapeRef.new(shape: TagrisInvalidArnException)
815
+ o.errors << Shapes::ShapeRef.new(shape: TagrisInvalidParameterException)
816
+ o.errors << Shapes::ShapeRef.new(shape: TagrisPartialResourcesExistResultsException)
817
+ o.errors << Shapes::ShapeRef.new(shape: TagrisThrottledException)
818
+ end)
713
819
  end
714
820
 
715
821
  end