aws-sdk-iotwireless 1.3.0 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b8b350671d9c7dc2ab820ab64638440080c95ac038759f89bcf12b4fc7e2a3aa
4
- data.tar.gz: 29f8e920dcd049acb9ae457290853a46d6d1c830440dab1f37b9629042b4a95b
3
+ metadata.gz: b63a5670ad67485a4f3fd0711ecea943144bfefb539ee392c3fdfed825d86cd2
4
+ data.tar.gz: 1658739d51df31133a4c9c72aba6fbb98337b547ba663be27085ce7307b11107
5
5
  SHA512:
6
- metadata.gz: 334aa605e0d46fc8f3096fbd4f3d9b6bf4b61948d1bfb385b5d6150d608b46bef470477200f73ba5f46bea1c8233beb4257fbb405b07dcac16ff52badbd4798d
7
- data.tar.gz: b3dac57f2bbdaf8fb9b1e7e3af1dd004ddca0e94b6d07e3dd83290a7f2ef66d0a7647ec7fca4a21e9bd11dc1205b76e50f3b704b6efb91870cd1c3bb078332c9
6
+ metadata.gz: d7a74b6e71f1b6378679fef8ddc38f3f7707f4e02ef64b2897d1feb47850743fc7f2d410b5a36ac8344448c3141b61cc145d04e3a378601f4612863224ba1f5f
7
+ data.tar.gz: c7c73b08aa306aa9caacf3032ceef7bb1529ac17701cc0a1da102153afe8c78d9607d28d503dad470c62235814de2f1a18e54b4ab79bf2677797c79fcf993a6d
data/CHANGELOG.md ADDED
@@ -0,0 +1,48 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.8.0 (2021-04-26)
5
+ ------------------
6
+
7
+ * Feature - Add a new optional field MessageType to support Sidewalk devices in SendDataToWirelessDevice API
8
+
9
+ 1.7.0 (2021-03-31)
10
+ ------------------
11
+
12
+ * Feature - Add Sidewalk support to APIs: GetWirelessDevice, ListWirelessDevices, GetWirelessDeviceStatistics. Add Gateway connection status in GetWirelessGatewayStatistics API.
13
+
14
+ 1.6.0 (2021-03-26)
15
+ ------------------
16
+
17
+ * Feature - Support tag-on-create for WirelessDevice.
18
+
19
+ 1.5.0 (2021-03-10)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
24
+ 1.4.0 (2021-03-09)
25
+ ------------------
26
+
27
+ * Feature - Add max value to Seq in SendDataToWirelessDevice API"
28
+
29
+ 1.3.0 (2021-03-02)
30
+ ------------------
31
+
32
+ * Feature - Add ARN & Tags for PartnerAccount related APIs and WirelessGatewayTaskDefinition related APIs
33
+
34
+ 1.2.0 (2021-02-02)
35
+ ------------------
36
+
37
+ * Feature - Add enum value MqttTopic for Destination ExpressionType, add LoRaWANNetworkServerCertificateId for GetWirelessGatewayCertificate API
38
+
39
+ 1.1.0 (2020-12-22)
40
+ ------------------
41
+
42
+ * Feature - Adding the ability to use Fingerprint in GetPartnerAccount and ListPartnerAccounts API responses to protect sensitive customer account information.
43
+
44
+ 1.0.0 (2020-12-15)
45
+ ------------------
46
+
47
+ * Feature - Initial release of `aws-sdk-iotwireless`.
48
+
data/LICENSE.txt ADDED
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.8.0
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-iotwireless/customizations'
48
48
  # @!group service
49
49
  module Aws::IoTWireless
50
50
 
51
- GEM_VERSION = '1.3.0'
51
+ GEM_VERSION = '1.8.0'
52
52
 
53
53
  end
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -342,8 +342,8 @@ module Aws::IoTWireless
342
342
  # not need to pass this option.**
343
343
  #
344
344
  # @option params [Array<Types::Tag>] :tags
345
- # The tags attached to the specified resource. Tags are metadata that
346
- # can be used to manage a resource
345
+ # The tags to attach to the specified resource. Tags are metadata that
346
+ # you can use to manage a resource.
347
347
  #
348
348
  # @return [Types::AssociateAwsAccountWithPartnerAccountResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
349
349
  #
@@ -476,8 +476,8 @@ module Aws::IoTWireless
476
476
  # The ARN of the IAM Role that authorizes the destination.
477
477
  #
478
478
  # @option params [Array<Types::Tag>] :tags
479
- # The tags to attach to the new destination. Tags are metadata that can
480
- # be used to manage a resource.
479
+ # The tags to attach to the new destination. Tags are metadata that you
480
+ # can use to manage a resource.
481
481
  #
482
482
  # @option params [String] :client_request_token
483
483
  # Each resource must have a unique client request token. If you try to
@@ -531,8 +531,8 @@ module Aws::IoTWireless
531
531
  # The device profile information to use to create the device profile.
532
532
  #
533
533
  # @option params [Array<Types::Tag>] :tags
534
- # The tags to attach to the new device profile Tags are metadata that
535
- # can be used to manage a resource.
534
+ # The tags to attach to the new device profile. Tags are metadata that
535
+ # you can use to manage a resource.
536
536
  #
537
537
  # @option params [String] :client_request_token
538
538
  # Each resource must have a unique client request token. If you try to
@@ -604,7 +604,7 @@ module Aws::IoTWireless
604
604
  #
605
605
  # @option params [Array<Types::Tag>] :tags
606
606
  # The tags to attach to the new service profile. Tags are metadata that
607
- # can be used to manage a resource.
607
+ # you can use to manage a resource.
608
608
  #
609
609
  # @option params [String] :client_request_token
610
610
  # Each resource must have a unique client request token. If you try to
@@ -675,6 +675,10 @@ module Aws::IoTWireless
675
675
  # The device configuration information to use to create the wireless
676
676
  # device.
677
677
  #
678
+ # @option params [Array<Types::Tag>] :tags
679
+ # The tags to attach to the new wireless device. Tags are metadata that
680
+ # you can use to manage a resource.
681
+ #
678
682
  # @return [Types::CreateWirelessDeviceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
679
683
  #
680
684
  # * {Types::CreateWirelessDeviceResponse#arn #arn} => String
@@ -718,6 +722,12 @@ module Aws::IoTWireless
718
722
  # },
719
723
  # },
720
724
  # },
725
+ # tags: [
726
+ # {
727
+ # key: "TagKey", # required
728
+ # value: "TagValue", # required
729
+ # },
730
+ # ],
721
731
  # })
722
732
  #
723
733
  # @example Response structure
@@ -746,7 +756,7 @@ module Aws::IoTWireless
746
756
  #
747
757
  # @option params [Array<Types::Tag>] :tags
748
758
  # The tags to attach to the new wireless gateway. Tags are metadata that
749
- # can be used to manage a resource.
759
+ # you can use to manage a resource.
750
760
  #
751
761
  # @option params [String] :client_request_token
752
762
  # Each resource must have a unique client request token. If you try to
@@ -847,8 +857,8 @@ module Aws::IoTWireless
847
857
  # not need to pass this option.**
848
858
  #
849
859
  # @option params [Array<Types::Tag>] :tags
850
- # The tags attached to the specified resource. Tags are metadata that
851
- # can be used to manage a resource
860
+ # The tags to attach to the specified resource. Tags are metadata that
861
+ # you can use to manage a resource.
852
862
  #
853
863
  # @return [Types::CreateWirelessGatewayTaskDefinitionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
854
864
  #
@@ -1351,6 +1361,7 @@ module Aws::IoTWireless
1351
1361
  # * {Types::GetWirelessDeviceResponse#thing_name #thing_name} => String
1352
1362
  # * {Types::GetWirelessDeviceResponse#thing_arn #thing_arn} => String
1353
1363
  # * {Types::GetWirelessDeviceResponse#lo_ra_wan #lo_ra_wan} => Types::LoRaWANDevice
1364
+ # * {Types::GetWirelessDeviceResponse#sidewalk #sidewalk} => Types::SidewalkDevice
1354
1365
  #
1355
1366
  # @example Request syntax with placeholder values
1356
1367
  #
@@ -1385,6 +1396,11 @@ module Aws::IoTWireless
1385
1396
  # resp.lo_ra_wan.abp_v1_0_x.dev_addr #=> String
1386
1397
  # resp.lo_ra_wan.abp_v1_0_x.session_keys.nwk_s_key #=> String
1387
1398
  # resp.lo_ra_wan.abp_v1_0_x.session_keys.app_s_key #=> String
1399
+ # resp.sidewalk.sidewalk_id #=> String
1400
+ # resp.sidewalk.sidewalk_manufacturing_sn #=> String
1401
+ # resp.sidewalk.device_certificates #=> Array
1402
+ # resp.sidewalk.device_certificates[0].signing_alg #=> String, one of "Ed25519", "P256r1"
1403
+ # resp.sidewalk.device_certificates[0].value #=> String
1388
1404
  #
1389
1405
  # @overload get_wireless_device(params = {})
1390
1406
  # @param [Hash] params ({})
@@ -1403,6 +1419,7 @@ module Aws::IoTWireless
1403
1419
  # * {Types::GetWirelessDeviceStatisticsResponse#wireless_device_id #wireless_device_id} => String
1404
1420
  # * {Types::GetWirelessDeviceStatisticsResponse#last_uplink_received_at #last_uplink_received_at} => String
1405
1421
  # * {Types::GetWirelessDeviceStatisticsResponse#lo_ra_wan #lo_ra_wan} => Types::LoRaWANDeviceMetadata
1422
+ # * {Types::GetWirelessDeviceStatisticsResponse#sidewalk #sidewalk} => Types::SidewalkDeviceMetadata
1406
1423
  #
1407
1424
  # @example Request syntax with placeholder values
1408
1425
  #
@@ -1423,6 +1440,10 @@ module Aws::IoTWireless
1423
1440
  # resp.lo_ra_wan.gateways[0].gateway_eui #=> String
1424
1441
  # resp.lo_ra_wan.gateways[0].snr #=> Float
1425
1442
  # resp.lo_ra_wan.gateways[0].rssi #=> Float
1443
+ # resp.sidewalk.rssi #=> Integer
1444
+ # resp.sidewalk.battery_level #=> String, one of "normal", "low", "critical"
1445
+ # resp.sidewalk.event #=> String, one of "discovered", "lost", "ack", "nack", "passthrough"
1446
+ # resp.sidewalk.device_state #=> String, one of "Provisioned", "RegisteredNotSeen", "RegisteredReachable", "RegisteredUnreachable"
1426
1447
  #
1427
1448
  # @overload get_wireless_device_statistics(params = {})
1428
1449
  # @param [Hash] params ({})
@@ -1541,6 +1562,7 @@ module Aws::IoTWireless
1541
1562
  #
1542
1563
  # * {Types::GetWirelessGatewayStatisticsResponse#wireless_gateway_id #wireless_gateway_id} => String
1543
1564
  # * {Types::GetWirelessGatewayStatisticsResponse#last_uplink_received_at #last_uplink_received_at} => String
1565
+ # * {Types::GetWirelessGatewayStatisticsResponse#connection_status #connection_status} => String
1544
1566
  #
1545
1567
  # @example Request syntax with placeholder values
1546
1568
  #
@@ -1552,6 +1574,7 @@ module Aws::IoTWireless
1552
1574
  #
1553
1575
  # resp.wireless_gateway_id #=> String
1554
1576
  # resp.last_uplink_received_at #=> String
1577
+ # resp.connection_status #=> String, one of "Connected", "Disconnected"
1555
1578
  #
1556
1579
  # @overload get_wireless_gateway_statistics(params = {})
1557
1580
  # @param [Hash] params ({})
@@ -1795,7 +1818,7 @@ module Aws::IoTWireless
1795
1818
  # Lists the tags (metadata) you have assigned to the resource.
1796
1819
  #
1797
1820
  # @option params [required, String] :resource_arn
1798
- # The ARN of the resource for which to list tags.
1821
+ # The ARN of the resource for which you want to list tags.
1799
1822
  #
1800
1823
  # @return [Types::ListTagsForResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1801
1824
  #
@@ -1875,6 +1898,11 @@ module Aws::IoTWireless
1875
1898
  # resp.wireless_device_list[0].last_uplink_received_at #=> String
1876
1899
  # resp.wireless_device_list[0].lo_ra_wan.dev_eui #=> String
1877
1900
  # resp.wireless_device_list[0].sidewalk.amazon_id #=> String
1901
+ # resp.wireless_device_list[0].sidewalk.sidewalk_id #=> String
1902
+ # resp.wireless_device_list[0].sidewalk.sidewalk_manufacturing_sn #=> String
1903
+ # resp.wireless_device_list[0].sidewalk.device_certificates #=> Array
1904
+ # resp.wireless_device_list[0].sidewalk.device_certificates[0].signing_alg #=> String, one of "Ed25519", "P256r1"
1905
+ # resp.wireless_device_list[0].sidewalk.device_certificates[0].value #=> String
1878
1906
  #
1879
1907
  # @overload list_wireless_devices(params = {})
1880
1908
  # @param [Hash] params ({})
@@ -2005,6 +2033,7 @@ module Aws::IoTWireless
2005
2033
  # },
2006
2034
  # sidewalk: {
2007
2035
  # seq: 1,
2036
+ # message_type: "CUSTOM_COMMAND_ID_NOTIFY", # accepts CUSTOM_COMMAND_ID_NOTIFY, CUSTOM_COMMAND_ID_GET, CUSTOM_COMMAND_ID_SET, CUSTOM_COMMAND_ID_RESP
2008
2037
  # },
2009
2038
  # },
2010
2039
  # })
@@ -2027,7 +2056,7 @@ module Aws::IoTWireless
2027
2056
  #
2028
2057
  # @option params [required, Array<Types::Tag>] :tags
2029
2058
  # Adds to or modifies the tags of the given resource. Tags are metadata
2030
- # that can be used to manage a resource.
2059
+ # that you can use to manage a resource.
2031
2060
  #
2032
2061
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2033
2062
  #
@@ -2247,7 +2276,7 @@ module Aws::IoTWireless
2247
2276
  params: params,
2248
2277
  config: config)
2249
2278
  context[:gem_name] = 'aws-sdk-iotwireless'
2250
- context[:gem_version] = '1.3.0'
2279
+ context[:gem_version] = '1.8.0'
2251
2280
  Seahorse::Client::Request.new(handlers, context)
2252
2281
  end
2253
2282
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -33,12 +33,16 @@ module Aws::IoTWireless
33
33
  AssociateWirelessGatewayWithThingRequest = Shapes::StructureShape.new(name: 'AssociateWirelessGatewayWithThingRequest')
34
34
  AssociateWirelessGatewayWithThingResponse = Shapes::StructureShape.new(name: 'AssociateWirelessGatewayWithThingResponse')
35
35
  AutoCreateTasks = Shapes::BooleanShape.new(name: 'AutoCreateTasks')
36
+ BatteryLevel = Shapes::StringShape.new(name: 'BatteryLevel')
37
+ CertificateList = Shapes::StructureShape.new(name: 'CertificateList')
36
38
  CertificatePEM = Shapes::StringShape.new(name: 'CertificatePEM')
39
+ CertificateValue = Shapes::StringShape.new(name: 'CertificateValue')
37
40
  ChannelMask = Shapes::StringShape.new(name: 'ChannelMask')
38
41
  ClassBTimeout = Shapes::IntegerShape.new(name: 'ClassBTimeout')
39
42
  ClassCTimeout = Shapes::IntegerShape.new(name: 'ClassCTimeout')
40
43
  ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
41
44
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
45
+ ConnectionStatus = Shapes::StringShape.new(name: 'ConnectionStatus')
42
46
  Crc = Shapes::IntegerShape.new(name: 'Crc')
43
47
  CreateDestinationRequest = Shapes::StructureShape.new(name: 'CreateDestinationRequest')
44
48
  CreateDestinationResponse = Shapes::StructureShape.new(name: 'CreateDestinationResponse')
@@ -76,11 +80,13 @@ module Aws::IoTWireless
76
80
  DevAddr = Shapes::StringShape.new(name: 'DevAddr')
77
81
  DevEui = Shapes::StringShape.new(name: 'DevEui')
78
82
  DevStatusReqFreq = Shapes::IntegerShape.new(name: 'DevStatusReqFreq')
83
+ DeviceCertificateList = Shapes::ListShape.new(name: 'DeviceCertificateList')
79
84
  DeviceProfile = Shapes::StructureShape.new(name: 'DeviceProfile')
80
85
  DeviceProfileArn = Shapes::StringShape.new(name: 'DeviceProfileArn')
81
86
  DeviceProfileId = Shapes::StringShape.new(name: 'DeviceProfileId')
82
87
  DeviceProfileList = Shapes::ListShape.new(name: 'DeviceProfileList')
83
88
  DeviceProfileName = Shapes::StringShape.new(name: 'DeviceProfileName')
89
+ DeviceState = Shapes::StringShape.new(name: 'DeviceState')
84
90
  DisassociateAwsAccountFromPartnerAccountRequest = Shapes::StructureShape.new(name: 'DisassociateAwsAccountFromPartnerAccountRequest')
85
91
  DisassociateAwsAccountFromPartnerAccountResponse = Shapes::StructureShape.new(name: 'DisassociateAwsAccountFromPartnerAccountResponse')
86
92
  DisassociateWirelessDeviceFromThingRequest = Shapes::StructureShape.new(name: 'DisassociateWirelessDeviceFromThingRequest')
@@ -96,6 +102,7 @@ module Aws::IoTWireless
96
102
  DrMax = Shapes::IntegerShape.new(name: 'DrMax')
97
103
  DrMin = Shapes::IntegerShape.new(name: 'DrMin')
98
104
  EndPoint = Shapes::StringShape.new(name: 'EndPoint')
105
+ Event = Shapes::StringShape.new(name: 'Event')
99
106
  Expression = Shapes::StringShape.new(name: 'Expression')
100
107
  ExpressionType = Shapes::StringShape.new(name: 'ExpressionType')
101
108
  FNwkSIntKey = Shapes::StringShape.new(name: 'FNwkSIntKey')
@@ -173,6 +180,7 @@ module Aws::IoTWireless
173
180
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
174
181
  Message = Shapes::StringShape.new(name: 'Message')
175
182
  MessageId = Shapes::StringShape.new(name: 'MessageId')
183
+ MessageType = Shapes::StringShape.new(name: 'MessageType')
176
184
  MinGwDiversity = Shapes::IntegerShape.new(name: 'MinGwDiversity')
177
185
  Model = Shapes::StringShape.new(name: 'Model')
178
186
  NextToken = Shapes::StringShape.new(name: 'NextToken')
@@ -220,9 +228,14 @@ module Aws::IoTWireless
220
228
  SidewalkAccountInfo = Shapes::StructureShape.new(name: 'SidewalkAccountInfo')
221
229
  SidewalkAccountInfoWithFingerprint = Shapes::StructureShape.new(name: 'SidewalkAccountInfoWithFingerprint')
222
230
  SidewalkAccountList = Shapes::ListShape.new(name: 'SidewalkAccountList')
231
+ SidewalkDevice = Shapes::StructureShape.new(name: 'SidewalkDevice')
232
+ SidewalkDeviceMetadata = Shapes::StructureShape.new(name: 'SidewalkDeviceMetadata')
233
+ SidewalkId = Shapes::StringShape.new(name: 'SidewalkId')
223
234
  SidewalkListDevice = Shapes::StructureShape.new(name: 'SidewalkListDevice')
235
+ SidewalkManufacturingSn = Shapes::StringShape.new(name: 'SidewalkManufacturingSn')
224
236
  SidewalkSendDataToDevice = Shapes::StructureShape.new(name: 'SidewalkSendDataToDevice')
225
237
  SidewalkUpdateAccount = Shapes::StructureShape.new(name: 'SidewalkUpdateAccount')
238
+ SigningAlg = Shapes::StringShape.new(name: 'SigningAlg')
226
239
  Station = Shapes::StringShape.new(name: 'Station')
227
240
  Supports32BitFCnt = Shapes::BooleanShape.new(name: 'Supports32BitFCnt')
228
241
  SupportsClassB = Shapes::BooleanShape.new(name: 'SupportsClassB')
@@ -322,6 +335,10 @@ module Aws::IoTWireless
322
335
 
323
336
  AssociateWirelessGatewayWithThingResponse.struct_class = Types::AssociateWirelessGatewayWithThingResponse
324
337
 
338
+ CertificateList.add_member(:signing_alg, Shapes::ShapeRef.new(shape: SigningAlg, required: true, location_name: "SigningAlg"))
339
+ CertificateList.add_member(:value, Shapes::ShapeRef.new(shape: CertificateValue, required: true, location_name: "Value"))
340
+ CertificateList.struct_class = Types::CertificateList
341
+
325
342
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
326
343
  ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ResourceId"))
327
344
  ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
@@ -366,6 +383,7 @@ module Aws::IoTWireless
366
383
  CreateWirelessDeviceRequest.add_member(:destination_name, Shapes::ShapeRef.new(shape: DestinationName, required: true, location_name: "DestinationName"))
367
384
  CreateWirelessDeviceRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
368
385
  CreateWirelessDeviceRequest.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANDevice, location_name: "LoRaWAN"))
386
+ CreateWirelessDeviceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
369
387
  CreateWirelessDeviceRequest.struct_class = Types::CreateWirelessDeviceRequest
370
388
 
371
389
  CreateWirelessDeviceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: WirelessDeviceArn, location_name: "Arn"))
@@ -447,6 +465,8 @@ module Aws::IoTWireless
447
465
  Destinations.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
448
466
  Destinations.struct_class = Types::Destinations
449
467
 
468
+ DeviceCertificateList.member = Shapes::ShapeRef.new(shape: CertificateList)
469
+
450
470
  DeviceProfile.add_member(:arn, Shapes::ShapeRef.new(shape: DeviceProfileArn, location_name: "Arn"))
451
471
  DeviceProfile.add_member(:name, Shapes::ShapeRef.new(shape: DeviceProfileName, location_name: "Name"))
452
472
  DeviceProfile.add_member(:id, Shapes::ShapeRef.new(shape: DeviceProfileId, location_name: "Id"))
@@ -535,6 +555,7 @@ module Aws::IoTWireless
535
555
  GetWirelessDeviceResponse.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "ThingName"))
536
556
  GetWirelessDeviceResponse.add_member(:thing_arn, Shapes::ShapeRef.new(shape: ThingArn, location_name: "ThingArn"))
537
557
  GetWirelessDeviceResponse.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANDevice, location_name: "LoRaWAN"))
558
+ GetWirelessDeviceResponse.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkDevice, location_name: "Sidewalk"))
538
559
  GetWirelessDeviceResponse.struct_class = Types::GetWirelessDeviceResponse
539
560
 
540
561
  GetWirelessDeviceStatisticsRequest.add_member(:wireless_device_id, Shapes::ShapeRef.new(shape: WirelessDeviceId, required: true, location: "uri", location_name: "Id"))
@@ -543,6 +564,7 @@ module Aws::IoTWireless
543
564
  GetWirelessDeviceStatisticsResponse.add_member(:wireless_device_id, Shapes::ShapeRef.new(shape: WirelessDeviceId, location_name: "WirelessDeviceId"))
544
565
  GetWirelessDeviceStatisticsResponse.add_member(:last_uplink_received_at, Shapes::ShapeRef.new(shape: ISODateTimeString, location_name: "LastUplinkReceivedAt"))
545
566
  GetWirelessDeviceStatisticsResponse.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANDeviceMetadata, location_name: "LoRaWAN"))
567
+ GetWirelessDeviceStatisticsResponse.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkDeviceMetadata, location_name: "Sidewalk"))
546
568
  GetWirelessDeviceStatisticsResponse.struct_class = Types::GetWirelessDeviceStatisticsResponse
547
569
 
548
570
  GetWirelessGatewayCertificateRequest.add_member(:id, Shapes::ShapeRef.new(shape: WirelessGatewayId, required: true, location: "uri", location_name: "Id"))
@@ -576,6 +598,7 @@ module Aws::IoTWireless
576
598
 
577
599
  GetWirelessGatewayStatisticsResponse.add_member(:wireless_gateway_id, Shapes::ShapeRef.new(shape: WirelessGatewayId, location_name: "WirelessGatewayId"))
578
600
  GetWirelessGatewayStatisticsResponse.add_member(:last_uplink_received_at, Shapes::ShapeRef.new(shape: ISODateTimeString, location_name: "LastUplinkReceivedAt"))
601
+ GetWirelessGatewayStatisticsResponse.add_member(:connection_status, Shapes::ShapeRef.new(shape: ConnectionStatus, location_name: "ConnectionStatus"))
579
602
  GetWirelessGatewayStatisticsResponse.struct_class = Types::GetWirelessGatewayStatisticsResponse
580
603
 
581
604
  GetWirelessGatewayTaskDefinitionRequest.add_member(:id, Shapes::ShapeRef.new(shape: WirelessGatewayTaskDefinitionId, required: true, location: "uri", location_name: "Id"))
@@ -819,10 +842,25 @@ module Aws::IoTWireless
819
842
 
820
843
  SidewalkAccountList.member = Shapes::ShapeRef.new(shape: SidewalkAccountInfoWithFingerprint)
821
844
 
845
+ SidewalkDevice.add_member(:sidewalk_id, Shapes::ShapeRef.new(shape: SidewalkId, location_name: "SidewalkId"))
846
+ SidewalkDevice.add_member(:sidewalk_manufacturing_sn, Shapes::ShapeRef.new(shape: SidewalkManufacturingSn, location_name: "SidewalkManufacturingSn"))
847
+ SidewalkDevice.add_member(:device_certificates, Shapes::ShapeRef.new(shape: DeviceCertificateList, location_name: "DeviceCertificates"))
848
+ SidewalkDevice.struct_class = Types::SidewalkDevice
849
+
850
+ SidewalkDeviceMetadata.add_member(:rssi, Shapes::ShapeRef.new(shape: Integer, location_name: "Rssi"))
851
+ SidewalkDeviceMetadata.add_member(:battery_level, Shapes::ShapeRef.new(shape: BatteryLevel, location_name: "BatteryLevel"))
852
+ SidewalkDeviceMetadata.add_member(:event, Shapes::ShapeRef.new(shape: Event, location_name: "Event"))
853
+ SidewalkDeviceMetadata.add_member(:device_state, Shapes::ShapeRef.new(shape: DeviceState, location_name: "DeviceState"))
854
+ SidewalkDeviceMetadata.struct_class = Types::SidewalkDeviceMetadata
855
+
822
856
  SidewalkListDevice.add_member(:amazon_id, Shapes::ShapeRef.new(shape: AmazonId, location_name: "AmazonId"))
857
+ SidewalkListDevice.add_member(:sidewalk_id, Shapes::ShapeRef.new(shape: SidewalkId, location_name: "SidewalkId"))
858
+ SidewalkListDevice.add_member(:sidewalk_manufacturing_sn, Shapes::ShapeRef.new(shape: SidewalkManufacturingSn, location_name: "SidewalkManufacturingSn"))
859
+ SidewalkListDevice.add_member(:device_certificates, Shapes::ShapeRef.new(shape: DeviceCertificateList, location_name: "DeviceCertificates"))
823
860
  SidewalkListDevice.struct_class = Types::SidewalkListDevice
824
861
 
825
862
  SidewalkSendDataToDevice.add_member(:seq, Shapes::ShapeRef.new(shape: Seq, location_name: "Seq"))
863
+ SidewalkSendDataToDevice.add_member(:message_type, Shapes::ShapeRef.new(shape: MessageType, location_name: "MessageType"))
826
864
  SidewalkSendDataToDevice.struct_class = Types::SidewalkSendDataToDevice
827
865
 
828
866
  SidewalkUpdateAccount.add_member(:app_server_private_key, Shapes::ShapeRef.new(shape: AppServerPrivateKey, location_name: "AppServerPrivateKey"))
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -111,8 +111,8 @@ module Aws::IoTWireless
111
111
  # @return [String]
112
112
  #
113
113
  # @!attribute [rw] tags
114
- # The tags attached to the specified resource. Tags are metadata that
115
- # can be used to manage a resource
114
+ # The tags to attach to the specified resource. Tags are metadata that
115
+ # you can use to manage a resource.
116
116
  # @return [Array<Types::Tag>]
117
117
  #
118
118
  class AssociateAwsAccountWithPartnerAccountRequest < Struct.new(
@@ -221,6 +221,23 @@ module Aws::IoTWireless
221
221
 
222
222
  class AssociateWirelessGatewayWithThingResponse < Aws::EmptyStructure; end
223
223
 
224
+ # List of sidewalk certificates.
225
+ #
226
+ # @!attribute [rw] signing_alg
227
+ # The certificate chain algorithm provided by sidewalk.
228
+ # @return [String]
229
+ #
230
+ # @!attribute [rw] value
231
+ # The value of the chosen sidewalk certificate.
232
+ # @return [String]
233
+ #
234
+ class CertificateList < Struct.new(
235
+ :signing_alg,
236
+ :value)
237
+ SENSITIVE = []
238
+ include Aws::Structure
239
+ end
240
+
224
241
  # Adding, updating, or deleting the resource can cause an inconsistent
225
242
  # state.
226
243
  #
@@ -281,7 +298,7 @@ module Aws::IoTWireless
281
298
  #
282
299
  # @!attribute [rw] tags
283
300
  # The tags to attach to the new destination. Tags are metadata that
284
- # can be used to manage a resource.
301
+ # you can use to manage a resource.
285
302
  # @return [Array<Types::Tag>]
286
303
  #
287
304
  # @!attribute [rw] client_request_token
@@ -365,8 +382,8 @@ module Aws::IoTWireless
365
382
  # @return [Types::LoRaWANDeviceProfile]
366
383
  #
367
384
  # @!attribute [rw] tags
368
- # The tags to attach to the new device profile Tags are metadata that
369
- # can be used to manage a resource.
385
+ # The tags to attach to the new device profile. Tags are metadata that
386
+ # you can use to manage a resource.
370
387
  # @return [Array<Types::Tag>]
371
388
  #
372
389
  # @!attribute [rw] client_request_token
@@ -431,7 +448,7 @@ module Aws::IoTWireless
431
448
  #
432
449
  # @!attribute [rw] tags
433
450
  # The tags to attach to the new service profile. Tags are metadata
434
- # that can be used to manage a resource.
451
+ # that you can use to manage a resource.
435
452
  # @return [Array<Types::Tag>]
436
453
  #
437
454
  # @!attribute [rw] client_request_token
@@ -507,6 +524,12 @@ module Aws::IoTWireless
507
524
  # },
508
525
  # },
509
526
  # },
527
+ # tags: [
528
+ # {
529
+ # key: "TagKey", # required
530
+ # value: "TagValue", # required
531
+ # },
532
+ # ],
510
533
  # }
511
534
  #
512
535
  # @!attribute [rw] type
@@ -540,13 +563,19 @@ module Aws::IoTWireless
540
563
  # device.
541
564
  # @return [Types::LoRaWANDevice]
542
565
  #
566
+ # @!attribute [rw] tags
567
+ # The tags to attach to the new wireless device. Tags are metadata
568
+ # that you can use to manage a resource.
569
+ # @return [Array<Types::Tag>]
570
+ #
543
571
  class CreateWirelessDeviceRequest < Struct.new(
544
572
  :type,
545
573
  :name,
546
574
  :description,
547
575
  :destination_name,
548
576
  :client_request_token,
549
- :lo_ra_wan)
577
+ :lo_ra_wan,
578
+ :tags)
550
579
  SENSITIVE = []
551
580
  include Aws::Structure
552
581
  end
@@ -600,7 +629,7 @@ module Aws::IoTWireless
600
629
  #
601
630
  # @!attribute [rw] tags
602
631
  # The tags to attach to the new wireless gateway. Tags are metadata
603
- # that can be used to manage a resource.
632
+ # that you can use to manage a resource.
604
633
  # @return [Array<Types::Tag>]
605
634
  #
606
635
  # @!attribute [rw] client_request_token
@@ -696,8 +725,8 @@ module Aws::IoTWireless
696
725
  # @return [String]
697
726
  #
698
727
  # @!attribute [rw] tags
699
- # The tags attached to the specified resource. Tags are metadata that
700
- # can be used to manage a resource
728
+ # The tags to attach to the specified resource. Tags are metadata that
729
+ # you can use to manage a resource.
701
730
  # @return [Array<Types::Tag>]
702
731
  #
703
732
  class CreateWirelessGatewayTaskDefinitionRequest < Struct.new(
@@ -1310,6 +1339,10 @@ module Aws::IoTWireless
1310
1339
  # Information about the wireless device.
1311
1340
  # @return [Types::LoRaWANDevice]
1312
1341
  #
1342
+ # @!attribute [rw] sidewalk
1343
+ # Sidewalk device object.
1344
+ # @return [Types::SidewalkDevice]
1345
+ #
1313
1346
  class GetWirelessDeviceResponse < Struct.new(
1314
1347
  :type,
1315
1348
  :name,
@@ -1319,7 +1352,8 @@ module Aws::IoTWireless
1319
1352
  :arn,
1320
1353
  :thing_name,
1321
1354
  :thing_arn,
1322
- :lo_ra_wan)
1355
+ :lo_ra_wan,
1356
+ :sidewalk)
1323
1357
  SENSITIVE = []
1324
1358
  include Aws::Structure
1325
1359
  end
@@ -1353,10 +1387,15 @@ module Aws::IoTWireless
1353
1387
  # Information about the wireless device's operations.
1354
1388
  # @return [Types::LoRaWANDeviceMetadata]
1355
1389
  #
1390
+ # @!attribute [rw] sidewalk
1391
+ # MetaData for Sidewalk device.
1392
+ # @return [Types::SidewalkDeviceMetadata]
1393
+ #
1356
1394
  class GetWirelessDeviceStatisticsResponse < Struct.new(
1357
1395
  :wireless_device_id,
1358
1396
  :last_uplink_received_at,
1359
- :lo_ra_wan)
1397
+ :lo_ra_wan,
1398
+ :sidewalk)
1360
1399
  SENSITIVE = []
1361
1400
  include Aws::Structure
1362
1401
  end
@@ -1510,9 +1549,14 @@ module Aws::IoTWireless
1510
1549
  # The date and time when the most recent uplink was received.
1511
1550
  # @return [String]
1512
1551
  #
1552
+ # @!attribute [rw] connection_status
1553
+ # The connection status of the wireless gateway.
1554
+ # @return [String]
1555
+ #
1513
1556
  class GetWirelessGatewayStatisticsResponse < Struct.new(
1514
1557
  :wireless_gateway_id,
1515
- :last_uplink_received_at)
1558
+ :last_uplink_received_at,
1559
+ :connection_status)
1516
1560
  SENSITIVE = []
1517
1561
  include Aws::Structure
1518
1562
  end
@@ -1791,7 +1835,7 @@ module Aws::IoTWireless
1791
1835
  # }
1792
1836
  #
1793
1837
  # @!attribute [rw] resource_arn
1794
- # The ARN of the resource for which to list tags.
1838
+ # The ARN of the resource for which you want to list tags.
1795
1839
  # @return [String]
1796
1840
  #
1797
1841
  class ListTagsForResourceRequest < Struct.new(
@@ -1801,8 +1845,8 @@ module Aws::IoTWireless
1801
1845
  end
1802
1846
 
1803
1847
  # @!attribute [rw] tags
1804
- # The tags attached to the specified resource. Tags are metadata that
1805
- # can be used to manage a resource
1848
+ # The tags to attach to the specified resource. Tags are metadata that
1849
+ # you can use to manage a resource.
1806
1850
  # @return [Array<Types::Tag>]
1807
1851
  #
1808
1852
  class ListTagsForResourceResponse < Struct.new(
@@ -2630,6 +2674,7 @@ module Aws::IoTWireless
2630
2674
  # },
2631
2675
  # sidewalk: {
2632
2676
  # seq: 1,
2677
+ # message_type: "CUSTOM_COMMAND_ID_NOTIFY", # accepts CUSTOM_COMMAND_ID_NOTIFY, CUSTOM_COMMAND_ID_GET, CUSTOM_COMMAND_ID_SET, CUSTOM_COMMAND_ID_RESP
2633
2678
  # },
2634
2679
  # },
2635
2680
  # }
@@ -2802,14 +2847,78 @@ module Aws::IoTWireless
2802
2847
  include Aws::Structure
2803
2848
  end
2804
2849
 
2850
+ # Sidewalk device object.
2851
+ #
2852
+ # @!attribute [rw] sidewalk_id
2853
+ # The sidewalk device identification.
2854
+ # @return [String]
2855
+ #
2856
+ # @!attribute [rw] sidewalk_manufacturing_sn
2857
+ # The Sidewalk manufacturing series number.
2858
+ # @return [String]
2859
+ #
2860
+ # @!attribute [rw] device_certificates
2861
+ # The sidewalk device certificates for Ed25519 and P256r1.
2862
+ # @return [Array<Types::CertificateList>]
2863
+ #
2864
+ class SidewalkDevice < Struct.new(
2865
+ :sidewalk_id,
2866
+ :sidewalk_manufacturing_sn,
2867
+ :device_certificates)
2868
+ SENSITIVE = []
2869
+ include Aws::Structure
2870
+ end
2871
+
2872
+ # MetaData for Sidewalk device.
2873
+ #
2874
+ # @!attribute [rw] rssi
2875
+ # The RSSI value.
2876
+ # @return [Integer]
2877
+ #
2878
+ # @!attribute [rw] battery_level
2879
+ # Sidewalk device battery level.
2880
+ # @return [String]
2881
+ #
2882
+ # @!attribute [rw] event
2883
+ # Sidewalk device status notification.
2884
+ # @return [String]
2885
+ #
2886
+ # @!attribute [rw] device_state
2887
+ # Device state defines the device status of sidewalk device.
2888
+ # @return [String]
2889
+ #
2890
+ class SidewalkDeviceMetadata < Struct.new(
2891
+ :rssi,
2892
+ :battery_level,
2893
+ :event,
2894
+ :device_state)
2895
+ SENSITIVE = []
2896
+ include Aws::Structure
2897
+ end
2898
+
2805
2899
  # Sidewalk object used by list functions.
2806
2900
  #
2807
2901
  # @!attribute [rw] amazon_id
2808
2902
  # The Sidewalk Amazon ID.
2809
2903
  # @return [String]
2810
2904
  #
2905
+ # @!attribute [rw] sidewalk_id
2906
+ # The sidewalk device identification.
2907
+ # @return [String]
2908
+ #
2909
+ # @!attribute [rw] sidewalk_manufacturing_sn
2910
+ # The Sidewalk manufacturing series number.
2911
+ # @return [String]
2912
+ #
2913
+ # @!attribute [rw] device_certificates
2914
+ # The sidewalk device certificates for Ed25519 and P256r1.
2915
+ # @return [Array<Types::CertificateList>]
2916
+ #
2811
2917
  class SidewalkListDevice < Struct.new(
2812
- :amazon_id)
2918
+ :amazon_id,
2919
+ :sidewalk_id,
2920
+ :sidewalk_manufacturing_sn,
2921
+ :device_certificates)
2813
2922
  SENSITIVE = []
2814
2923
  include Aws::Structure
2815
2924
  end
@@ -2821,14 +2930,20 @@ module Aws::IoTWireless
2821
2930
  #
2822
2931
  # {
2823
2932
  # seq: 1,
2933
+ # message_type: "CUSTOM_COMMAND_ID_NOTIFY", # accepts CUSTOM_COMMAND_ID_NOTIFY, CUSTOM_COMMAND_ID_GET, CUSTOM_COMMAND_ID_SET, CUSTOM_COMMAND_ID_RESP
2824
2934
  # }
2825
2935
  #
2826
2936
  # @!attribute [rw] seq
2827
2937
  # The sequence number.
2828
2938
  # @return [Integer]
2829
2939
  #
2940
+ # @!attribute [rw] message_type
2941
+ # Sidewalk device message type.
2942
+ # @return [String]
2943
+ #
2830
2944
  class SidewalkSendDataToDevice < Struct.new(
2831
- :seq)
2945
+ :seq,
2946
+ :message_type)
2832
2947
  SENSITIVE = []
2833
2948
  include Aws::Structure
2834
2949
  end
@@ -2896,7 +3011,7 @@ module Aws::IoTWireless
2896
3011
  #
2897
3012
  # @!attribute [rw] tags
2898
3013
  # Adds to or modifies the tags of the given resource. Tags are
2899
- # metadata that can be used to manage a resource.
3014
+ # metadata that you can use to manage a resource.
2900
3015
  # @return [Array<Types::Tag>]
2901
3016
  #
2902
3017
  class TagResourceRequest < Struct.new(
@@ -3312,6 +3427,7 @@ module Aws::IoTWireless
3312
3427
  # },
3313
3428
  # sidewalk: {
3314
3429
  # seq: 1,
3430
+ # message_type: "CUSTOM_COMMAND_ID_NOTIFY", # accepts CUSTOM_COMMAND_ID_NOTIFY, CUSTOM_COMMAND_ID_GET, CUSTOM_COMMAND_ID_SET, CUSTOM_COMMAND_ID_RESP
3315
3431
  # },
3316
3432
  # }
3317
3433
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotwireless
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.8.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-03-02 00:00:00.000000000 Z
11
+ date: 2021-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -47,11 +47,14 @@ dependencies:
47
47
  description: Official AWS Ruby gem for AWS IoT Wireless. This gem is part of the AWS
48
48
  SDK for Ruby.
49
49
  email:
50
- - trevrowe@amazon.com
50
+ - aws-dr-rubygems@amazon.com
51
51
  executables: []
52
52
  extensions: []
53
53
  extra_rdoc_files: []
54
54
  files:
55
+ - CHANGELOG.md
56
+ - LICENSE.txt
57
+ - VERSION
55
58
  - lib/aws-sdk-iotwireless.rb
56
59
  - lib/aws-sdk-iotwireless/client.rb
57
60
  - lib/aws-sdk-iotwireless/client_api.rb
@@ -63,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
63
66
  licenses:
64
67
  - Apache-2.0
65
68
  metadata:
66
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iotwireless
67
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iotwireless/CHANGELOG.md
69
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotwireless
70
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotwireless/CHANGELOG.md
68
71
  post_install_message:
69
72
  rdoc_options: []
70
73
  require_paths:
@@ -80,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
83
  - !ruby/object:Gem::Version
81
84
  version: '0'
82
85
  requirements: []
83
- rubyforge_project:
84
- rubygems_version: 2.7.6.2
86
+ rubygems_version: 3.1.6
85
87
  signing_key:
86
88
  specification_version: 4
87
89
  summary: AWS SDK for Ruby - AWS IoT Wireless