aws-sdk-iotwireless 1.4.0 → 1.9.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: 5d53cc9f367059649e3df52eb45b4a7e4207470b6c94118d78282750323b2f51
4
- data.tar.gz: c5d1674d32fe7be5d65cd2212574130a4d80a4f94d713f14769a30245438c187
3
+ metadata.gz: a7257643922c37472c8710619506c5a980819265dd4073e3e74ec7df5545a960
4
+ data.tar.gz: eb1955947fbc08de9862cb84eb07fb2040f3548d4a5682cb04b78e2b7eeb8283
5
5
  SHA512:
6
- metadata.gz: 69b21af9d75fb63343e35241a9d3470af29bc8c3c8f714c765c9536607db98d827318ed0ab1652699e1f7ec38886167291bcd04c309b36eae702521615790ace
7
- data.tar.gz: 668c142e7c503577ab8855ac0f9e02ac250888a2725f7701d69ffc433efd2d56b526d9edbf5d73b511e6468f3ccbd956de79f5b01874c3aea8fd20ef23e4faa0
6
+ metadata.gz: b93b109d9c788cbc3a136edeb7b7309ff45ada3fcf58abf71e7e5d829fb6ddeff14d0439d31b7862dd1379f036807e419743f7e19c5fcb29dd0efd427d214a15
7
+ data.tar.gz: 1b901b8b3ff9865044a7f4a65e6dd75e45f5166f1128ac5788a0287f772f5bf6f91d077bbd15818d6b66d9c93012bcce30cae590c50ea7b45f36920f503ae68a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,31 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.9.0 (2021-05-10)
5
+ ------------------
6
+
7
+ * Feature - Add three new optional fields to support filtering and configurable sub-band in WirelessGateway APIs. The filtering is for all the RF region supported. The sub-band configuration is only applicable to LoRa gateways of US915 or AU915 RF region.
8
+
9
+ 1.8.0 (2021-04-26)
10
+ ------------------
11
+
12
+ * Feature - Add a new optional field MessageType to support Sidewalk devices in SendDataToWirelessDevice API
13
+
14
+ 1.7.0 (2021-03-31)
15
+ ------------------
16
+
17
+ * Feature - Add Sidewalk support to APIs: GetWirelessDevice, ListWirelessDevices, GetWirelessDeviceStatistics. Add Gateway connection status in GetWirelessGatewayStatistics API.
18
+
19
+ 1.6.0 (2021-03-26)
20
+ ------------------
21
+
22
+ * Feature - Support tag-on-create for WirelessDevice.
23
+
24
+ 1.5.0 (2021-03-10)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
4
29
  1.4.0 (2021-03-09)
5
30
  ------------------
6
31
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.9.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.4.0'
51
+ GEM_VERSION = '1.9.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
@@ -770,6 +780,11 @@ module Aws::IoTWireless
770
780
  # lo_ra_wan: { # required
771
781
  # gateway_eui: "GatewayEui",
772
782
  # rf_region: "RfRegion",
783
+ # join_eui_filters: [
784
+ # ["JoinEui"],
785
+ # ],
786
+ # net_id_filters: ["NetId"],
787
+ # sub_bands: [1],
773
788
  # },
774
789
  # tags: [
775
790
  # {
@@ -847,8 +862,8 @@ module Aws::IoTWireless
847
862
  # not need to pass this option.**
848
863
  #
849
864
  # @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
865
+ # The tags to attach to the specified resource. Tags are metadata that
866
+ # you can use to manage a resource.
852
867
  #
853
868
  # @return [Types::CreateWirelessGatewayTaskDefinitionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
854
869
  #
@@ -1351,6 +1366,7 @@ module Aws::IoTWireless
1351
1366
  # * {Types::GetWirelessDeviceResponse#thing_name #thing_name} => String
1352
1367
  # * {Types::GetWirelessDeviceResponse#thing_arn #thing_arn} => String
1353
1368
  # * {Types::GetWirelessDeviceResponse#lo_ra_wan #lo_ra_wan} => Types::LoRaWANDevice
1369
+ # * {Types::GetWirelessDeviceResponse#sidewalk #sidewalk} => Types::SidewalkDevice
1354
1370
  #
1355
1371
  # @example Request syntax with placeholder values
1356
1372
  #
@@ -1385,6 +1401,11 @@ module Aws::IoTWireless
1385
1401
  # resp.lo_ra_wan.abp_v1_0_x.dev_addr #=> String
1386
1402
  # resp.lo_ra_wan.abp_v1_0_x.session_keys.nwk_s_key #=> String
1387
1403
  # resp.lo_ra_wan.abp_v1_0_x.session_keys.app_s_key #=> String
1404
+ # resp.sidewalk.sidewalk_id #=> String
1405
+ # resp.sidewalk.sidewalk_manufacturing_sn #=> String
1406
+ # resp.sidewalk.device_certificates #=> Array
1407
+ # resp.sidewalk.device_certificates[0].signing_alg #=> String, one of "Ed25519", "P256r1"
1408
+ # resp.sidewalk.device_certificates[0].value #=> String
1388
1409
  #
1389
1410
  # @overload get_wireless_device(params = {})
1390
1411
  # @param [Hash] params ({})
@@ -1403,6 +1424,7 @@ module Aws::IoTWireless
1403
1424
  # * {Types::GetWirelessDeviceStatisticsResponse#wireless_device_id #wireless_device_id} => String
1404
1425
  # * {Types::GetWirelessDeviceStatisticsResponse#last_uplink_received_at #last_uplink_received_at} => String
1405
1426
  # * {Types::GetWirelessDeviceStatisticsResponse#lo_ra_wan #lo_ra_wan} => Types::LoRaWANDeviceMetadata
1427
+ # * {Types::GetWirelessDeviceStatisticsResponse#sidewalk #sidewalk} => Types::SidewalkDeviceMetadata
1406
1428
  #
1407
1429
  # @example Request syntax with placeholder values
1408
1430
  #
@@ -1423,6 +1445,10 @@ module Aws::IoTWireless
1423
1445
  # resp.lo_ra_wan.gateways[0].gateway_eui #=> String
1424
1446
  # resp.lo_ra_wan.gateways[0].snr #=> Float
1425
1447
  # resp.lo_ra_wan.gateways[0].rssi #=> Float
1448
+ # resp.sidewalk.rssi #=> Integer
1449
+ # resp.sidewalk.battery_level #=> String, one of "normal", "low", "critical"
1450
+ # resp.sidewalk.event #=> String, one of "discovered", "lost", "ack", "nack", "passthrough"
1451
+ # resp.sidewalk.device_state #=> String, one of "Provisioned", "RegisteredNotSeen", "RegisteredReachable", "RegisteredUnreachable"
1426
1452
  #
1427
1453
  # @overload get_wireless_device_statistics(params = {})
1428
1454
  # @param [Hash] params ({})
@@ -1463,6 +1489,13 @@ module Aws::IoTWireless
1463
1489
  # resp.description #=> String
1464
1490
  # resp.lo_ra_wan.gateway_eui #=> String
1465
1491
  # resp.lo_ra_wan.rf_region #=> String
1492
+ # resp.lo_ra_wan.join_eui_filters #=> Array
1493
+ # resp.lo_ra_wan.join_eui_filters[0] #=> Array
1494
+ # resp.lo_ra_wan.join_eui_filters[0][0] #=> String
1495
+ # resp.lo_ra_wan.net_id_filters #=> Array
1496
+ # resp.lo_ra_wan.net_id_filters[0] #=> String
1497
+ # resp.lo_ra_wan.sub_bands #=> Array
1498
+ # resp.lo_ra_wan.sub_bands[0] #=> Integer
1466
1499
  # resp.arn #=> String
1467
1500
  # resp.thing_name #=> String
1468
1501
  # resp.thing_arn #=> String
@@ -1541,6 +1574,7 @@ module Aws::IoTWireless
1541
1574
  #
1542
1575
  # * {Types::GetWirelessGatewayStatisticsResponse#wireless_gateway_id #wireless_gateway_id} => String
1543
1576
  # * {Types::GetWirelessGatewayStatisticsResponse#last_uplink_received_at #last_uplink_received_at} => String
1577
+ # * {Types::GetWirelessGatewayStatisticsResponse#connection_status #connection_status} => String
1544
1578
  #
1545
1579
  # @example Request syntax with placeholder values
1546
1580
  #
@@ -1552,6 +1586,7 @@ module Aws::IoTWireless
1552
1586
  #
1553
1587
  # resp.wireless_gateway_id #=> String
1554
1588
  # resp.last_uplink_received_at #=> String
1589
+ # resp.connection_status #=> String, one of "Connected", "Disconnected"
1555
1590
  #
1556
1591
  # @overload get_wireless_gateway_statistics(params = {})
1557
1592
  # @param [Hash] params ({})
@@ -1795,7 +1830,7 @@ module Aws::IoTWireless
1795
1830
  # Lists the tags (metadata) you have assigned to the resource.
1796
1831
  #
1797
1832
  # @option params [required, String] :resource_arn
1798
- # The ARN of the resource for which to list tags.
1833
+ # The ARN of the resource for which you want to list tags.
1799
1834
  #
1800
1835
  # @return [Types::ListTagsForResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1801
1836
  #
@@ -1875,6 +1910,11 @@ module Aws::IoTWireless
1875
1910
  # resp.wireless_device_list[0].last_uplink_received_at #=> String
1876
1911
  # resp.wireless_device_list[0].lo_ra_wan.dev_eui #=> String
1877
1912
  # resp.wireless_device_list[0].sidewalk.amazon_id #=> String
1913
+ # resp.wireless_device_list[0].sidewalk.sidewalk_id #=> String
1914
+ # resp.wireless_device_list[0].sidewalk.sidewalk_manufacturing_sn #=> String
1915
+ # resp.wireless_device_list[0].sidewalk.device_certificates #=> Array
1916
+ # resp.wireless_device_list[0].sidewalk.device_certificates[0].signing_alg #=> String, one of "Ed25519", "P256r1"
1917
+ # resp.wireless_device_list[0].sidewalk.device_certificates[0].value #=> String
1878
1918
  #
1879
1919
  # @overload list_wireless_devices(params = {})
1880
1920
  # @param [Hash] params ({})
@@ -1965,6 +2005,13 @@ module Aws::IoTWireless
1965
2005
  # resp.wireless_gateway_list[0].description #=> String
1966
2006
  # resp.wireless_gateway_list[0].lo_ra_wan.gateway_eui #=> String
1967
2007
  # resp.wireless_gateway_list[0].lo_ra_wan.rf_region #=> String
2008
+ # resp.wireless_gateway_list[0].lo_ra_wan.join_eui_filters #=> Array
2009
+ # resp.wireless_gateway_list[0].lo_ra_wan.join_eui_filters[0] #=> Array
2010
+ # resp.wireless_gateway_list[0].lo_ra_wan.join_eui_filters[0][0] #=> String
2011
+ # resp.wireless_gateway_list[0].lo_ra_wan.net_id_filters #=> Array
2012
+ # resp.wireless_gateway_list[0].lo_ra_wan.net_id_filters[0] #=> String
2013
+ # resp.wireless_gateway_list[0].lo_ra_wan.sub_bands #=> Array
2014
+ # resp.wireless_gateway_list[0].lo_ra_wan.sub_bands[0] #=> Integer
1968
2015
  # resp.wireless_gateway_list[0].last_uplink_received_at #=> String
1969
2016
  #
1970
2017
  # @overload list_wireless_gateways(params = {})
@@ -2005,6 +2052,7 @@ module Aws::IoTWireless
2005
2052
  # },
2006
2053
  # sidewalk: {
2007
2054
  # seq: 1,
2055
+ # message_type: "CUSTOM_COMMAND_ID_NOTIFY", # accepts CUSTOM_COMMAND_ID_NOTIFY, CUSTOM_COMMAND_ID_GET, CUSTOM_COMMAND_ID_SET, CUSTOM_COMMAND_ID_RESP
2008
2056
  # },
2009
2057
  # },
2010
2058
  # })
@@ -2027,7 +2075,7 @@ module Aws::IoTWireless
2027
2075
  #
2028
2076
  # @option params [required, Array<Types::Tag>] :tags
2029
2077
  # Adds to or modifies the tags of the given resource. Tags are metadata
2030
- # that can be used to manage a resource.
2078
+ # that you can use to manage a resource.
2031
2079
  #
2032
2080
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2033
2081
  #
@@ -2217,6 +2265,13 @@ module Aws::IoTWireless
2217
2265
  # @option params [String] :description
2218
2266
  # A new description of the resource.
2219
2267
  #
2268
+ # @option params [Array<Array>] :join_eui_filters
2269
+ # A list of JoinEuiRange used by LoRa gateways to filter LoRa frames.
2270
+ #
2271
+ # @option params [Array<String>] :net_id_filters
2272
+ # A list of NetId values that are used by LoRa gateways to filter the
2273
+ # uplink frames.
2274
+ #
2220
2275
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2221
2276
  #
2222
2277
  # @example Request syntax with placeholder values
@@ -2225,6 +2280,10 @@ module Aws::IoTWireless
2225
2280
  # id: "WirelessGatewayId", # required
2226
2281
  # name: "WirelessGatewayName",
2227
2282
  # description: "Description",
2283
+ # join_eui_filters: [
2284
+ # ["JoinEui"],
2285
+ # ],
2286
+ # net_id_filters: ["NetId"],
2228
2287
  # })
2229
2288
  #
2230
2289
  # @overload update_wireless_gateway(params = {})
@@ -2247,7 +2306,7 @@ module Aws::IoTWireless
2247
2306
  params: params,
2248
2307
  config: config)
2249
2308
  context[:gem_name] = 'aws-sdk-iotwireless'
2250
- context[:gem_version] = '1.4.0'
2309
+ context[:gem_version] = '1.9.0'
2251
2310
  Seahorse::Client::Request.new(handlers, context)
2252
2311
  end
2253
2312
 
@@ -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')
@@ -136,6 +143,8 @@ module Aws::IoTWireless
136
143
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
137
144
  IotCertificateId = Shapes::StringShape.new(name: 'IotCertificateId')
138
145
  JoinEui = Shapes::StringShape.new(name: 'JoinEui')
146
+ JoinEuiFilters = Shapes::ListShape.new(name: 'JoinEuiFilters')
147
+ JoinEuiRange = Shapes::ListShape.new(name: 'JoinEuiRange')
139
148
  ListDestinationsRequest = Shapes::StructureShape.new(name: 'ListDestinationsRequest')
140
149
  ListDestinationsResponse = Shapes::StructureShape.new(name: 'ListDestinationsResponse')
141
150
  ListDeviceProfilesRequest = Shapes::StructureShape.new(name: 'ListDeviceProfilesRequest')
@@ -173,8 +182,11 @@ module Aws::IoTWireless
173
182
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
174
183
  Message = Shapes::StringShape.new(name: 'Message')
175
184
  MessageId = Shapes::StringShape.new(name: 'MessageId')
185
+ MessageType = Shapes::StringShape.new(name: 'MessageType')
176
186
  MinGwDiversity = Shapes::IntegerShape.new(name: 'MinGwDiversity')
177
187
  Model = Shapes::StringShape.new(name: 'Model')
188
+ NetId = Shapes::StringShape.new(name: 'NetId')
189
+ NetIdFilters = Shapes::ListShape.new(name: 'NetIdFilters')
178
190
  NextToken = Shapes::StringShape.new(name: 'NextToken')
179
191
  NwkGeoLoc = Shapes::BooleanShape.new(name: 'NwkGeoLoc')
180
192
  NwkKey = Shapes::StringShape.new(name: 'NwkKey')
@@ -220,10 +232,17 @@ module Aws::IoTWireless
220
232
  SidewalkAccountInfo = Shapes::StructureShape.new(name: 'SidewalkAccountInfo')
221
233
  SidewalkAccountInfoWithFingerprint = Shapes::StructureShape.new(name: 'SidewalkAccountInfoWithFingerprint')
222
234
  SidewalkAccountList = Shapes::ListShape.new(name: 'SidewalkAccountList')
235
+ SidewalkDevice = Shapes::StructureShape.new(name: 'SidewalkDevice')
236
+ SidewalkDeviceMetadata = Shapes::StructureShape.new(name: 'SidewalkDeviceMetadata')
237
+ SidewalkId = Shapes::StringShape.new(name: 'SidewalkId')
223
238
  SidewalkListDevice = Shapes::StructureShape.new(name: 'SidewalkListDevice')
239
+ SidewalkManufacturingSn = Shapes::StringShape.new(name: 'SidewalkManufacturingSn')
224
240
  SidewalkSendDataToDevice = Shapes::StructureShape.new(name: 'SidewalkSendDataToDevice')
225
241
  SidewalkUpdateAccount = Shapes::StructureShape.new(name: 'SidewalkUpdateAccount')
242
+ SigningAlg = Shapes::StringShape.new(name: 'SigningAlg')
226
243
  Station = Shapes::StringShape.new(name: 'Station')
244
+ SubBand = Shapes::IntegerShape.new(name: 'SubBand')
245
+ SubBands = Shapes::ListShape.new(name: 'SubBands')
227
246
  Supports32BitFCnt = Shapes::BooleanShape.new(name: 'Supports32BitFCnt')
228
247
  SupportsClassB = Shapes::BooleanShape.new(name: 'SupportsClassB')
229
248
  SupportsClassC = Shapes::BooleanShape.new(name: 'SupportsClassC')
@@ -322,6 +341,10 @@ module Aws::IoTWireless
322
341
 
323
342
  AssociateWirelessGatewayWithThingResponse.struct_class = Types::AssociateWirelessGatewayWithThingResponse
324
343
 
344
+ CertificateList.add_member(:signing_alg, Shapes::ShapeRef.new(shape: SigningAlg, required: true, location_name: "SigningAlg"))
345
+ CertificateList.add_member(:value, Shapes::ShapeRef.new(shape: CertificateValue, required: true, location_name: "Value"))
346
+ CertificateList.struct_class = Types::CertificateList
347
+
325
348
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
326
349
  ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ResourceId"))
327
350
  ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
@@ -366,6 +389,7 @@ module Aws::IoTWireless
366
389
  CreateWirelessDeviceRequest.add_member(:destination_name, Shapes::ShapeRef.new(shape: DestinationName, required: true, location_name: "DestinationName"))
367
390
  CreateWirelessDeviceRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
368
391
  CreateWirelessDeviceRequest.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANDevice, location_name: "LoRaWAN"))
392
+ CreateWirelessDeviceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
369
393
  CreateWirelessDeviceRequest.struct_class = Types::CreateWirelessDeviceRequest
370
394
 
371
395
  CreateWirelessDeviceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: WirelessDeviceArn, location_name: "Arn"))
@@ -447,6 +471,8 @@ module Aws::IoTWireless
447
471
  Destinations.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
448
472
  Destinations.struct_class = Types::Destinations
449
473
 
474
+ DeviceCertificateList.member = Shapes::ShapeRef.new(shape: CertificateList)
475
+
450
476
  DeviceProfile.add_member(:arn, Shapes::ShapeRef.new(shape: DeviceProfileArn, location_name: "Arn"))
451
477
  DeviceProfile.add_member(:name, Shapes::ShapeRef.new(shape: DeviceProfileName, location_name: "Name"))
452
478
  DeviceProfile.add_member(:id, Shapes::ShapeRef.new(shape: DeviceProfileId, location_name: "Id"))
@@ -535,6 +561,7 @@ module Aws::IoTWireless
535
561
  GetWirelessDeviceResponse.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "ThingName"))
536
562
  GetWirelessDeviceResponse.add_member(:thing_arn, Shapes::ShapeRef.new(shape: ThingArn, location_name: "ThingArn"))
537
563
  GetWirelessDeviceResponse.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANDevice, location_name: "LoRaWAN"))
564
+ GetWirelessDeviceResponse.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkDevice, location_name: "Sidewalk"))
538
565
  GetWirelessDeviceResponse.struct_class = Types::GetWirelessDeviceResponse
539
566
 
540
567
  GetWirelessDeviceStatisticsRequest.add_member(:wireless_device_id, Shapes::ShapeRef.new(shape: WirelessDeviceId, required: true, location: "uri", location_name: "Id"))
@@ -543,6 +570,7 @@ module Aws::IoTWireless
543
570
  GetWirelessDeviceStatisticsResponse.add_member(:wireless_device_id, Shapes::ShapeRef.new(shape: WirelessDeviceId, location_name: "WirelessDeviceId"))
544
571
  GetWirelessDeviceStatisticsResponse.add_member(:last_uplink_received_at, Shapes::ShapeRef.new(shape: ISODateTimeString, location_name: "LastUplinkReceivedAt"))
545
572
  GetWirelessDeviceStatisticsResponse.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANDeviceMetadata, location_name: "LoRaWAN"))
573
+ GetWirelessDeviceStatisticsResponse.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkDeviceMetadata, location_name: "Sidewalk"))
546
574
  GetWirelessDeviceStatisticsResponse.struct_class = Types::GetWirelessDeviceStatisticsResponse
547
575
 
548
576
  GetWirelessGatewayCertificateRequest.add_member(:id, Shapes::ShapeRef.new(shape: WirelessGatewayId, required: true, location: "uri", location_name: "Id"))
@@ -576,6 +604,7 @@ module Aws::IoTWireless
576
604
 
577
605
  GetWirelessGatewayStatisticsResponse.add_member(:wireless_gateway_id, Shapes::ShapeRef.new(shape: WirelessGatewayId, location_name: "WirelessGatewayId"))
578
606
  GetWirelessGatewayStatisticsResponse.add_member(:last_uplink_received_at, Shapes::ShapeRef.new(shape: ISODateTimeString, location_name: "LastUplinkReceivedAt"))
607
+ GetWirelessGatewayStatisticsResponse.add_member(:connection_status, Shapes::ShapeRef.new(shape: ConnectionStatus, location_name: "ConnectionStatus"))
579
608
  GetWirelessGatewayStatisticsResponse.struct_class = Types::GetWirelessGatewayStatisticsResponse
580
609
 
581
610
  GetWirelessGatewayTaskDefinitionRequest.add_member(:id, Shapes::ShapeRef.new(shape: WirelessGatewayTaskDefinitionId, required: true, location: "uri", location_name: "Id"))
@@ -600,6 +629,10 @@ module Aws::IoTWireless
600
629
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
601
630
  InternalServerException.struct_class = Types::InternalServerException
602
631
 
632
+ JoinEuiFilters.member = Shapes::ShapeRef.new(shape: JoinEuiRange)
633
+
634
+ JoinEuiRange.member = Shapes::ShapeRef.new(shape: JoinEui)
635
+
603
636
  ListDestinationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
604
637
  ListDestinationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
605
638
  ListDestinationsRequest.struct_class = Types::ListDestinationsRequest
@@ -707,6 +740,9 @@ module Aws::IoTWireless
707
740
 
708
741
  LoRaWANGateway.add_member(:gateway_eui, Shapes::ShapeRef.new(shape: GatewayEui, location_name: "GatewayEui"))
709
742
  LoRaWANGateway.add_member(:rf_region, Shapes::ShapeRef.new(shape: RfRegion, location_name: "RfRegion"))
743
+ LoRaWANGateway.add_member(:join_eui_filters, Shapes::ShapeRef.new(shape: JoinEuiFilters, location_name: "JoinEuiFilters"))
744
+ LoRaWANGateway.add_member(:net_id_filters, Shapes::ShapeRef.new(shape: NetIdFilters, location_name: "NetIdFilters"))
745
+ LoRaWANGateway.add_member(:sub_bands, Shapes::ShapeRef.new(shape: SubBands, location_name: "SubBands"))
710
746
  LoRaWANGateway.struct_class = Types::LoRaWANGateway
711
747
 
712
748
  LoRaWANGatewayCurrentVersion.add_member(:current_version, Shapes::ShapeRef.new(shape: LoRaWANGatewayVersion, location_name: "CurrentVersion"))
@@ -768,6 +804,8 @@ module Aws::IoTWireless
768
804
  LoRaWANUpdateGatewayTaskEntry.add_member(:update_version, Shapes::ShapeRef.new(shape: LoRaWANGatewayVersion, location_name: "UpdateVersion"))
769
805
  LoRaWANUpdateGatewayTaskEntry.struct_class = Types::LoRaWANUpdateGatewayTaskEntry
770
806
 
807
+ NetIdFilters.member = Shapes::ShapeRef.new(shape: NetId)
808
+
771
809
  OtaaV1_0_x.add_member(:app_key, Shapes::ShapeRef.new(shape: AppKey, location_name: "AppKey"))
772
810
  OtaaV1_0_x.add_member(:app_eui, Shapes::ShapeRef.new(shape: AppEui, location_name: "AppEui"))
773
811
  OtaaV1_0_x.struct_class = Types::OtaaV1_0_x
@@ -819,15 +857,32 @@ module Aws::IoTWireless
819
857
 
820
858
  SidewalkAccountList.member = Shapes::ShapeRef.new(shape: SidewalkAccountInfoWithFingerprint)
821
859
 
860
+ SidewalkDevice.add_member(:sidewalk_id, Shapes::ShapeRef.new(shape: SidewalkId, location_name: "SidewalkId"))
861
+ SidewalkDevice.add_member(:sidewalk_manufacturing_sn, Shapes::ShapeRef.new(shape: SidewalkManufacturingSn, location_name: "SidewalkManufacturingSn"))
862
+ SidewalkDevice.add_member(:device_certificates, Shapes::ShapeRef.new(shape: DeviceCertificateList, location_name: "DeviceCertificates"))
863
+ SidewalkDevice.struct_class = Types::SidewalkDevice
864
+
865
+ SidewalkDeviceMetadata.add_member(:rssi, Shapes::ShapeRef.new(shape: Integer, location_name: "Rssi"))
866
+ SidewalkDeviceMetadata.add_member(:battery_level, Shapes::ShapeRef.new(shape: BatteryLevel, location_name: "BatteryLevel"))
867
+ SidewalkDeviceMetadata.add_member(:event, Shapes::ShapeRef.new(shape: Event, location_name: "Event"))
868
+ SidewalkDeviceMetadata.add_member(:device_state, Shapes::ShapeRef.new(shape: DeviceState, location_name: "DeviceState"))
869
+ SidewalkDeviceMetadata.struct_class = Types::SidewalkDeviceMetadata
870
+
822
871
  SidewalkListDevice.add_member(:amazon_id, Shapes::ShapeRef.new(shape: AmazonId, location_name: "AmazonId"))
872
+ SidewalkListDevice.add_member(:sidewalk_id, Shapes::ShapeRef.new(shape: SidewalkId, location_name: "SidewalkId"))
873
+ SidewalkListDevice.add_member(:sidewalk_manufacturing_sn, Shapes::ShapeRef.new(shape: SidewalkManufacturingSn, location_name: "SidewalkManufacturingSn"))
874
+ SidewalkListDevice.add_member(:device_certificates, Shapes::ShapeRef.new(shape: DeviceCertificateList, location_name: "DeviceCertificates"))
823
875
  SidewalkListDevice.struct_class = Types::SidewalkListDevice
824
876
 
825
877
  SidewalkSendDataToDevice.add_member(:seq, Shapes::ShapeRef.new(shape: Seq, location_name: "Seq"))
878
+ SidewalkSendDataToDevice.add_member(:message_type, Shapes::ShapeRef.new(shape: MessageType, location_name: "MessageType"))
826
879
  SidewalkSendDataToDevice.struct_class = Types::SidewalkSendDataToDevice
827
880
 
828
881
  SidewalkUpdateAccount.add_member(:app_server_private_key, Shapes::ShapeRef.new(shape: AppServerPrivateKey, location_name: "AppServerPrivateKey"))
829
882
  SidewalkUpdateAccount.struct_class = Types::SidewalkUpdateAccount
830
883
 
884
+ SubBands.member = Shapes::ShapeRef.new(shape: SubBand)
885
+
831
886
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
832
887
  Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
833
888
  Tag.struct_class = Types::Tag
@@ -889,6 +944,8 @@ module Aws::IoTWireless
889
944
  UpdateWirelessGatewayRequest.add_member(:id, Shapes::ShapeRef.new(shape: WirelessGatewayId, required: true, location: "uri", location_name: "Id"))
890
945
  UpdateWirelessGatewayRequest.add_member(:name, Shapes::ShapeRef.new(shape: WirelessGatewayName, location_name: "Name"))
891
946
  UpdateWirelessGatewayRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
947
+ UpdateWirelessGatewayRequest.add_member(:join_eui_filters, Shapes::ShapeRef.new(shape: JoinEuiFilters, location_name: "JoinEuiFilters"))
948
+ UpdateWirelessGatewayRequest.add_member(:net_id_filters, Shapes::ShapeRef.new(shape: NetIdFilters, location_name: "NetIdFilters"))
892
949
  UpdateWirelessGatewayRequest.struct_class = Types::UpdateWirelessGatewayRequest
893
950
 
894
951
  UpdateWirelessGatewayResponse.struct_class = Types::UpdateWirelessGatewayResponse
@@ -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
  #
@@ -228,9 +245,11 @@ module Aws::IoTWireless
228
245
  # @return [String]
229
246
  #
230
247
  # @!attribute [rw] resource_id
248
+ # Id of the resource in the conflicting operation.
231
249
  # @return [String]
232
250
  #
233
251
  # @!attribute [rw] resource_type
252
+ # Type of the resource in the conflicting operation.
234
253
  # @return [String]
235
254
  #
236
255
  class ConflictException < Struct.new(
@@ -281,7 +300,7 @@ module Aws::IoTWireless
281
300
  #
282
301
  # @!attribute [rw] tags
283
302
  # The tags to attach to the new destination. Tags are metadata that
284
- # can be used to manage a resource.
303
+ # you can use to manage a resource.
285
304
  # @return [Array<Types::Tag>]
286
305
  #
287
306
  # @!attribute [rw] client_request_token
@@ -365,8 +384,8 @@ module Aws::IoTWireless
365
384
  # @return [Types::LoRaWANDeviceProfile]
366
385
  #
367
386
  # @!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.
387
+ # The tags to attach to the new device profile. Tags are metadata that
388
+ # you can use to manage a resource.
370
389
  # @return [Array<Types::Tag>]
371
390
  #
372
391
  # @!attribute [rw] client_request_token
@@ -431,7 +450,7 @@ module Aws::IoTWireless
431
450
  #
432
451
  # @!attribute [rw] tags
433
452
  # The tags to attach to the new service profile. Tags are metadata
434
- # that can be used to manage a resource.
453
+ # that you can use to manage a resource.
435
454
  # @return [Array<Types::Tag>]
436
455
  #
437
456
  # @!attribute [rw] client_request_token
@@ -507,6 +526,12 @@ module Aws::IoTWireless
507
526
  # },
508
527
  # },
509
528
  # },
529
+ # tags: [
530
+ # {
531
+ # key: "TagKey", # required
532
+ # value: "TagValue", # required
533
+ # },
534
+ # ],
510
535
  # }
511
536
  #
512
537
  # @!attribute [rw] type
@@ -540,13 +565,19 @@ module Aws::IoTWireless
540
565
  # device.
541
566
  # @return [Types::LoRaWANDevice]
542
567
  #
568
+ # @!attribute [rw] tags
569
+ # The tags to attach to the new wireless device. Tags are metadata
570
+ # that you can use to manage a resource.
571
+ # @return [Array<Types::Tag>]
572
+ #
543
573
  class CreateWirelessDeviceRequest < Struct.new(
544
574
  :type,
545
575
  :name,
546
576
  :description,
547
577
  :destination_name,
548
578
  :client_request_token,
549
- :lo_ra_wan)
579
+ :lo_ra_wan,
580
+ :tags)
550
581
  SENSITIVE = []
551
582
  include Aws::Structure
552
583
  end
@@ -575,6 +606,11 @@ module Aws::IoTWireless
575
606
  # lo_ra_wan: { # required
576
607
  # gateway_eui: "GatewayEui",
577
608
  # rf_region: "RfRegion",
609
+ # join_eui_filters: [
610
+ # ["JoinEui"],
611
+ # ],
612
+ # net_id_filters: ["NetId"],
613
+ # sub_bands: [1],
578
614
  # },
579
615
  # tags: [
580
616
  # {
@@ -600,7 +636,7 @@ module Aws::IoTWireless
600
636
  #
601
637
  # @!attribute [rw] tags
602
638
  # The tags to attach to the new wireless gateway. Tags are metadata
603
- # that can be used to manage a resource.
639
+ # that you can use to manage a resource.
604
640
  # @return [Array<Types::Tag>]
605
641
  #
606
642
  # @!attribute [rw] client_request_token
@@ -696,8 +732,8 @@ module Aws::IoTWireless
696
732
  # @return [String]
697
733
  #
698
734
  # @!attribute [rw] tags
699
- # The tags attached to the specified resource. Tags are metadata that
700
- # can be used to manage a resource
735
+ # The tags to attach to the specified resource. Tags are metadata that
736
+ # you can use to manage a resource.
701
737
  # @return [Array<Types::Tag>]
702
738
  #
703
739
  class CreateWirelessGatewayTaskDefinitionRequest < Struct.new(
@@ -1310,6 +1346,10 @@ module Aws::IoTWireless
1310
1346
  # Information about the wireless device.
1311
1347
  # @return [Types::LoRaWANDevice]
1312
1348
  #
1349
+ # @!attribute [rw] sidewalk
1350
+ # Sidewalk device object.
1351
+ # @return [Types::SidewalkDevice]
1352
+ #
1313
1353
  class GetWirelessDeviceResponse < Struct.new(
1314
1354
  :type,
1315
1355
  :name,
@@ -1319,7 +1359,8 @@ module Aws::IoTWireless
1319
1359
  :arn,
1320
1360
  :thing_name,
1321
1361
  :thing_arn,
1322
- :lo_ra_wan)
1362
+ :lo_ra_wan,
1363
+ :sidewalk)
1323
1364
  SENSITIVE = []
1324
1365
  include Aws::Structure
1325
1366
  end
@@ -1353,10 +1394,15 @@ module Aws::IoTWireless
1353
1394
  # Information about the wireless device's operations.
1354
1395
  # @return [Types::LoRaWANDeviceMetadata]
1355
1396
  #
1397
+ # @!attribute [rw] sidewalk
1398
+ # MetaData for Sidewalk device.
1399
+ # @return [Types::SidewalkDeviceMetadata]
1400
+ #
1356
1401
  class GetWirelessDeviceStatisticsResponse < Struct.new(
1357
1402
  :wireless_device_id,
1358
1403
  :last_uplink_received_at,
1359
- :lo_ra_wan)
1404
+ :lo_ra_wan,
1405
+ :sidewalk)
1360
1406
  SENSITIVE = []
1361
1407
  include Aws::Structure
1362
1408
  end
@@ -1510,9 +1556,14 @@ module Aws::IoTWireless
1510
1556
  # The date and time when the most recent uplink was received.
1511
1557
  # @return [String]
1512
1558
  #
1559
+ # @!attribute [rw] connection_status
1560
+ # The connection status of the wireless gateway.
1561
+ # @return [String]
1562
+ #
1513
1563
  class GetWirelessGatewayStatisticsResponse < Struct.new(
1514
1564
  :wireless_gateway_id,
1515
- :last_uplink_received_at)
1565
+ :last_uplink_received_at,
1566
+ :connection_status)
1516
1567
  SENSITIVE = []
1517
1568
  include Aws::Structure
1518
1569
  end
@@ -1791,7 +1842,7 @@ module Aws::IoTWireless
1791
1842
  # }
1792
1843
  #
1793
1844
  # @!attribute [rw] resource_arn
1794
- # The ARN of the resource for which to list tags.
1845
+ # The ARN of the resource for which you want to list tags.
1795
1846
  # @return [String]
1796
1847
  #
1797
1848
  class ListTagsForResourceRequest < Struct.new(
@@ -1801,8 +1852,8 @@ module Aws::IoTWireless
1801
1852
  end
1802
1853
 
1803
1854
  # @!attribute [rw] tags
1804
- # The tags attached to the specified resource. Tags are metadata that
1805
- # can be used to manage a resource
1855
+ # The tags to attach to the specified resource. Tags are metadata that
1856
+ # you can use to manage a resource.
1806
1857
  # @return [Array<Types::Tag>]
1807
1858
  #
1808
1859
  class ListTagsForResourceResponse < Struct.new(
@@ -2218,6 +2269,11 @@ module Aws::IoTWireless
2218
2269
  # {
2219
2270
  # gateway_eui: "GatewayEui",
2220
2271
  # rf_region: "RfRegion",
2272
+ # join_eui_filters: [
2273
+ # ["JoinEui"],
2274
+ # ],
2275
+ # net_id_filters: ["NetId"],
2276
+ # sub_bands: [1],
2221
2277
  # }
2222
2278
  #
2223
2279
  # @!attribute [rw] gateway_eui
@@ -2228,9 +2284,26 @@ module Aws::IoTWireless
2228
2284
  # The frequency band (RFRegion) value.
2229
2285
  # @return [String]
2230
2286
  #
2287
+ # @!attribute [rw] join_eui_filters
2288
+ # A list of JoinEuiRange used by LoRa gateways to filter LoRa frames.
2289
+ # @return [Array<Array<String>>]
2290
+ #
2291
+ # @!attribute [rw] net_id_filters
2292
+ # A list of NetId values that are used by LoRa gateways to filter the
2293
+ # uplink frames.
2294
+ # @return [Array<String>]
2295
+ #
2296
+ # @!attribute [rw] sub_bands
2297
+ # A list of integer indicating which sub bands are supported by LoRa
2298
+ # gateway.
2299
+ # @return [Array<Integer>]
2300
+ #
2231
2301
  class LoRaWANGateway < Struct.new(
2232
2302
  :gateway_eui,
2233
- :rf_region)
2303
+ :rf_region,
2304
+ :join_eui_filters,
2305
+ :net_id_filters,
2306
+ :sub_bands)
2234
2307
  SENSITIVE = []
2235
2308
  include Aws::Structure
2236
2309
  end
@@ -2604,9 +2677,11 @@ module Aws::IoTWireless
2604
2677
  # @return [String]
2605
2678
  #
2606
2679
  # @!attribute [rw] resource_id
2680
+ # Id of the not found resource.
2607
2681
  # @return [String]
2608
2682
  #
2609
2683
  # @!attribute [rw] resource_type
2684
+ # Type of the font found resource.
2610
2685
  # @return [String]
2611
2686
  #
2612
2687
  class ResourceNotFoundException < Struct.new(
@@ -2630,6 +2705,7 @@ module Aws::IoTWireless
2630
2705
  # },
2631
2706
  # sidewalk: {
2632
2707
  # seq: 1,
2708
+ # message_type: "CUSTOM_COMMAND_ID_NOTIFY", # accepts CUSTOM_COMMAND_ID_NOTIFY, CUSTOM_COMMAND_ID_GET, CUSTOM_COMMAND_ID_SET, CUSTOM_COMMAND_ID_RESP
2633
2709
  # },
2634
2710
  # },
2635
2711
  # }
@@ -2802,14 +2878,78 @@ module Aws::IoTWireless
2802
2878
  include Aws::Structure
2803
2879
  end
2804
2880
 
2881
+ # Sidewalk device object.
2882
+ #
2883
+ # @!attribute [rw] sidewalk_id
2884
+ # The sidewalk device identification.
2885
+ # @return [String]
2886
+ #
2887
+ # @!attribute [rw] sidewalk_manufacturing_sn
2888
+ # The Sidewalk manufacturing series number.
2889
+ # @return [String]
2890
+ #
2891
+ # @!attribute [rw] device_certificates
2892
+ # The sidewalk device certificates for Ed25519 and P256r1.
2893
+ # @return [Array<Types::CertificateList>]
2894
+ #
2895
+ class SidewalkDevice < Struct.new(
2896
+ :sidewalk_id,
2897
+ :sidewalk_manufacturing_sn,
2898
+ :device_certificates)
2899
+ SENSITIVE = []
2900
+ include Aws::Structure
2901
+ end
2902
+
2903
+ # MetaData for Sidewalk device.
2904
+ #
2905
+ # @!attribute [rw] rssi
2906
+ # The RSSI value.
2907
+ # @return [Integer]
2908
+ #
2909
+ # @!attribute [rw] battery_level
2910
+ # Sidewalk device battery level.
2911
+ # @return [String]
2912
+ #
2913
+ # @!attribute [rw] event
2914
+ # Sidewalk device status notification.
2915
+ # @return [String]
2916
+ #
2917
+ # @!attribute [rw] device_state
2918
+ # Device state defines the device status of sidewalk device.
2919
+ # @return [String]
2920
+ #
2921
+ class SidewalkDeviceMetadata < Struct.new(
2922
+ :rssi,
2923
+ :battery_level,
2924
+ :event,
2925
+ :device_state)
2926
+ SENSITIVE = []
2927
+ include Aws::Structure
2928
+ end
2929
+
2805
2930
  # Sidewalk object used by list functions.
2806
2931
  #
2807
2932
  # @!attribute [rw] amazon_id
2808
2933
  # The Sidewalk Amazon ID.
2809
2934
  # @return [String]
2810
2935
  #
2936
+ # @!attribute [rw] sidewalk_id
2937
+ # The sidewalk device identification.
2938
+ # @return [String]
2939
+ #
2940
+ # @!attribute [rw] sidewalk_manufacturing_sn
2941
+ # The Sidewalk manufacturing series number.
2942
+ # @return [String]
2943
+ #
2944
+ # @!attribute [rw] device_certificates
2945
+ # The sidewalk device certificates for Ed25519 and P256r1.
2946
+ # @return [Array<Types::CertificateList>]
2947
+ #
2811
2948
  class SidewalkListDevice < Struct.new(
2812
- :amazon_id)
2949
+ :amazon_id,
2950
+ :sidewalk_id,
2951
+ :sidewalk_manufacturing_sn,
2952
+ :device_certificates)
2813
2953
  SENSITIVE = []
2814
2954
  include Aws::Structure
2815
2955
  end
@@ -2821,14 +2961,20 @@ module Aws::IoTWireless
2821
2961
  #
2822
2962
  # {
2823
2963
  # seq: 1,
2964
+ # message_type: "CUSTOM_COMMAND_ID_NOTIFY", # accepts CUSTOM_COMMAND_ID_NOTIFY, CUSTOM_COMMAND_ID_GET, CUSTOM_COMMAND_ID_SET, CUSTOM_COMMAND_ID_RESP
2824
2965
  # }
2825
2966
  #
2826
2967
  # @!attribute [rw] seq
2827
2968
  # The sequence number.
2828
2969
  # @return [Integer]
2829
2970
  #
2971
+ # @!attribute [rw] message_type
2972
+ # Sidewalk device message type.
2973
+ # @return [String]
2974
+ #
2830
2975
  class SidewalkSendDataToDevice < Struct.new(
2831
- :seq)
2976
+ :seq,
2977
+ :message_type)
2832
2978
  SENSITIVE = []
2833
2979
  include Aws::Structure
2834
2980
  end
@@ -2896,7 +3042,7 @@ module Aws::IoTWireless
2896
3042
  #
2897
3043
  # @!attribute [rw] tags
2898
3044
  # Adds to or modifies the tags of the given resource. Tags are
2899
- # metadata that can be used to manage a resource.
3045
+ # metadata that you can use to manage a resource.
2900
3046
  # @return [Array<Types::Tag>]
2901
3047
  #
2902
3048
  class TagResourceRequest < Struct.new(
@@ -2953,6 +3099,7 @@ module Aws::IoTWireless
2953
3099
  # @return [String]
2954
3100
  #
2955
3101
  # @!attribute [rw] resource_name
3102
+ # Name of the resource that exceeds maximum number of tags allowed.
2956
3103
  # @return [String]
2957
3104
  #
2958
3105
  class TooManyTagsException < Struct.new(
@@ -3116,6 +3263,10 @@ module Aws::IoTWireless
3116
3263
  # id: "WirelessGatewayId", # required
3117
3264
  # name: "WirelessGatewayName",
3118
3265
  # description: "Description",
3266
+ # join_eui_filters: [
3267
+ # ["JoinEui"],
3268
+ # ],
3269
+ # net_id_filters: ["NetId"],
3119
3270
  # }
3120
3271
  #
3121
3272
  # @!attribute [rw] id
@@ -3130,10 +3281,21 @@ module Aws::IoTWireless
3130
3281
  # A new description of the resource.
3131
3282
  # @return [String]
3132
3283
  #
3284
+ # @!attribute [rw] join_eui_filters
3285
+ # A list of JoinEuiRange used by LoRa gateways to filter LoRa frames.
3286
+ # @return [Array<Array<String>>]
3287
+ #
3288
+ # @!attribute [rw] net_id_filters
3289
+ # A list of NetId values that are used by LoRa gateways to filter the
3290
+ # uplink frames.
3291
+ # @return [Array<String>]
3292
+ #
3133
3293
  class UpdateWirelessGatewayRequest < Struct.new(
3134
3294
  :id,
3135
3295
  :name,
3136
- :description)
3296
+ :description,
3297
+ :join_eui_filters,
3298
+ :net_id_filters)
3137
3299
  SENSITIVE = []
3138
3300
  include Aws::Structure
3139
3301
  end
@@ -3312,6 +3474,7 @@ module Aws::IoTWireless
3312
3474
  # },
3313
3475
  # sidewalk: {
3314
3476
  # seq: 1,
3477
+ # message_type: "CUSTOM_COMMAND_ID_NOTIFY", # accepts CUSTOM_COMMAND_ID_NOTIFY, CUSTOM_COMMAND_ID_GET, CUSTOM_COMMAND_ID_SET, CUSTOM_COMMAND_ID_RESP
3315
3478
  # },
3316
3479
  # }
3317
3480
  #
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.4.0
4
+ version: 1.9.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-09 00:00:00.000000000 Z
11
+ date: 2021-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
66
66
  licenses:
67
67
  - Apache-2.0
68
68
  metadata:
69
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iotwireless
70
- 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
71
71
  post_install_message:
72
72
  rdoc_options: []
73
73
  require_paths:
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubyforge_project:
87
- rubygems_version: 2.7.6.2
86
+ rubygems_version: 3.1.6
88
87
  signing_key:
89
88
  specification_version: 4
90
89
  summary: AWS SDK for Ruby - AWS IoT Wireless