aws-sdk-iotwireless 1.85.0 → 1.86.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotwireless/client.rb +1 -1
- data/lib/aws-sdk-iotwireless.rb +1 -1
- data/sig/client.rbs +41 -55
- data/sig/params.rbs +22 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b0f2bbb780c813cacf7d565340104919fff03122376a24306c5ad2f3e38be782
|
|
4
|
+
data.tar.gz: 042b6b5bbb0f22917240137bbfd9550bd353f1cf45535a1fad8430d3b869f0eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 888a5b62b1611e7d34740a6adc40b2ca67b16355bd1d5d9f6b1cd0c5ce2601872e47bfa314cca8d359af9a8e8cf23226363eee6f1cf8c1ff80f80fc932838528
|
|
7
|
+
data.tar.gz: 2bb5853284e9a0e5f167e12b6c98b47aef30d23341eb226d0fa51ffcad17b6806e213e73376a3343c746e694f2e95f3814a496d59aa05e4f2d075b2a635d9dd0
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.86.0
|
data/lib/aws-sdk-iotwireless.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -94,7 +94,7 @@ module Aws
|
|
|
94
94
|
{
|
|
95
95
|
key: ::String,
|
|
96
96
|
value: ::String
|
|
97
|
-
}
|
|
97
|
+
}
|
|
98
98
|
]
|
|
99
99
|
) -> _AssociateAwsAccountWithPartnerAccountResponseSuccess
|
|
100
100
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateAwsAccountWithPartnerAccountResponseSuccess
|
|
@@ -185,7 +185,7 @@ module Aws
|
|
|
185
185
|
{
|
|
186
186
|
key: ::String,
|
|
187
187
|
value: ::String
|
|
188
|
-
}
|
|
188
|
+
}
|
|
189
189
|
],
|
|
190
190
|
?client_request_token: ::String
|
|
191
191
|
) -> _CreateDestinationResponseSuccess
|
|
@@ -224,7 +224,7 @@ module Aws
|
|
|
224
224
|
{
|
|
225
225
|
key: ::String,
|
|
226
226
|
value: ::String
|
|
227
|
-
}
|
|
227
|
+
}
|
|
228
228
|
],
|
|
229
229
|
?client_request_token: ::String,
|
|
230
230
|
?sidewalk: {
|
|
@@ -251,7 +251,7 @@ module Aws
|
|
|
251
251
|
{
|
|
252
252
|
key: ::String,
|
|
253
253
|
value: ::String
|
|
254
|
-
}
|
|
254
|
+
}
|
|
255
255
|
],
|
|
256
256
|
?redundancy_percent: ::Integer,
|
|
257
257
|
?fragment_size_bytes: ::Integer,
|
|
@@ -270,19 +270,12 @@ module Aws
|
|
|
270
270
|
?name: ::String,
|
|
271
271
|
?description: ::String,
|
|
272
272
|
?client_request_token: ::String,
|
|
273
|
-
lo_ra_wan:
|
|
274
|
-
rf_region: ("EU868" | "US915" | "AU915" | "AS923-1" | "AS923-2" | "AS923-3" | "AS923-4" | "EU433" | "CN470" | "CN779" | "RU864" | "KR920" | "IN865")?,
|
|
275
|
-
dl_class: ("ClassB" | "ClassC")?,
|
|
276
|
-
participating_gateways: {
|
|
277
|
-
gateway_list: Array[::String]?,
|
|
278
|
-
transmission_interval: ::Integer?
|
|
279
|
-
}?
|
|
280
|
-
},
|
|
273
|
+
lo_ra_wan: Params::lo_ra_wan_multicast,
|
|
281
274
|
?tags: Array[
|
|
282
275
|
{
|
|
283
276
|
key: ::String,
|
|
284
277
|
value: ::String
|
|
285
|
-
}
|
|
278
|
+
}
|
|
286
279
|
]
|
|
287
280
|
) -> _CreateMulticastGroupResponseSuccess
|
|
288
281
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMulticastGroupResponseSuccess
|
|
@@ -307,7 +300,7 @@ module Aws
|
|
|
307
300
|
{
|
|
308
301
|
key: ::String,
|
|
309
302
|
value: ::String
|
|
310
|
-
}
|
|
303
|
+
}
|
|
311
304
|
],
|
|
312
305
|
?client_request_token: ::String,
|
|
313
306
|
?multicast_groups: Array[::String]
|
|
@@ -337,7 +330,7 @@ module Aws
|
|
|
337
330
|
{
|
|
338
331
|
key: ::String,
|
|
339
332
|
value: ::String
|
|
340
|
-
}
|
|
333
|
+
}
|
|
341
334
|
],
|
|
342
335
|
?client_request_token: ::String
|
|
343
336
|
) -> _CreateServiceProfileResponseSuccess
|
|
@@ -402,7 +395,7 @@ module Aws
|
|
|
402
395
|
f_port: ::Integer?,
|
|
403
396
|
type: ("SemtechGeolocation")?,
|
|
404
397
|
destination_name: ::String?
|
|
405
|
-
}
|
|
398
|
+
}
|
|
406
399
|
]?
|
|
407
400
|
}?
|
|
408
401
|
},
|
|
@@ -410,7 +403,7 @@ module Aws
|
|
|
410
403
|
{
|
|
411
404
|
key: ::String,
|
|
412
405
|
value: ::String
|
|
413
|
-
}
|
|
406
|
+
}
|
|
414
407
|
],
|
|
415
408
|
?positioning: ("Enabled" | "Disabled"),
|
|
416
409
|
?sidewalk: {
|
|
@@ -436,7 +429,7 @@ module Aws
|
|
|
436
429
|
gateway_eui: ::String?,
|
|
437
430
|
rf_region: ::String?,
|
|
438
431
|
join_eui_filters: Array[
|
|
439
|
-
Array[::String]
|
|
432
|
+
Array[::String]
|
|
440
433
|
]?,
|
|
441
434
|
net_id_filters: Array[::String]?,
|
|
442
435
|
sub_bands: Array[::Integer]?,
|
|
@@ -450,7 +443,7 @@ module Aws
|
|
|
450
443
|
{
|
|
451
444
|
key: ::String,
|
|
452
445
|
value: ::String
|
|
453
|
-
}
|
|
446
|
+
}
|
|
454
447
|
],
|
|
455
448
|
?client_request_token: ::String
|
|
456
449
|
) -> _CreateWirelessGatewayResponseSuccess
|
|
@@ -500,7 +493,7 @@ module Aws
|
|
|
500
493
|
{
|
|
501
494
|
key: ::String,
|
|
502
495
|
value: ::String
|
|
503
|
-
}
|
|
496
|
+
}
|
|
504
497
|
]
|
|
505
498
|
) -> _CreateWirelessGatewayTaskDefinitionResponseSuccess
|
|
506
499
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWirelessGatewayTaskDefinitionResponseSuccess
|
|
@@ -791,12 +784,12 @@ module Aws
|
|
|
791
784
|
{
|
|
792
785
|
name: ("DeviceId" | "GatewayId")?,
|
|
793
786
|
value: ::String?
|
|
794
|
-
}
|
|
787
|
+
}
|
|
795
788
|
]?,
|
|
796
789
|
aggregation_period: ("OneHour" | "OneDay" | "OneWeek")?,
|
|
797
790
|
start_timestamp: ::Time?,
|
|
798
791
|
end_timestamp: ::Time?
|
|
799
|
-
}
|
|
792
|
+
}
|
|
800
793
|
]
|
|
801
794
|
) -> _GetMetricsResponseSuccess
|
|
802
795
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMetricsResponseSuccess
|
|
@@ -893,7 +886,7 @@ module Aws
|
|
|
893
886
|
{
|
|
894
887
|
mac_address: ::String,
|
|
895
888
|
rss: ::Integer
|
|
896
|
-
}
|
|
889
|
+
}
|
|
897
890
|
],
|
|
898
891
|
?cell_towers: {
|
|
899
892
|
gsm: Array[
|
|
@@ -917,9 +910,9 @@ module Aws
|
|
|
917
910
|
lac: ::Integer,
|
|
918
911
|
geran_cid: ::Integer
|
|
919
912
|
}?
|
|
920
|
-
}
|
|
913
|
+
}
|
|
921
914
|
]?
|
|
922
|
-
}
|
|
915
|
+
}
|
|
923
916
|
]?,
|
|
924
917
|
wcdma: Array[
|
|
925
918
|
{
|
|
@@ -940,9 +933,9 @@ module Aws
|
|
|
940
933
|
utran_cid: ::Integer,
|
|
941
934
|
rscp: ::Integer?,
|
|
942
935
|
path_loss: ::Integer?
|
|
943
|
-
}
|
|
936
|
+
}
|
|
944
937
|
]?
|
|
945
|
-
}
|
|
938
|
+
}
|
|
946
939
|
]?,
|
|
947
940
|
tdscdma: Array[
|
|
948
941
|
{
|
|
@@ -964,9 +957,9 @@ module Aws
|
|
|
964
957
|
utran_cid: ::Integer?,
|
|
965
958
|
rscp: ::Integer?,
|
|
966
959
|
path_loss: ::Integer?
|
|
967
|
-
}
|
|
960
|
+
}
|
|
968
961
|
]?
|
|
969
|
-
}
|
|
962
|
+
}
|
|
970
963
|
]?,
|
|
971
964
|
lte: Array[
|
|
972
965
|
{
|
|
@@ -989,9 +982,9 @@ module Aws
|
|
|
989
982
|
eutran_cid: ::Integer?,
|
|
990
983
|
rsrp: ::Integer?,
|
|
991
984
|
rsrq: ::Float?
|
|
992
|
-
}
|
|
985
|
+
}
|
|
993
986
|
]?
|
|
994
|
-
}
|
|
987
|
+
}
|
|
995
988
|
]?,
|
|
996
989
|
cdma: Array[
|
|
997
990
|
{
|
|
@@ -1012,9 +1005,9 @@ module Aws
|
|
|
1012
1005
|
cdma_channel: ::Integer,
|
|
1013
1006
|
pilot_power: ::Integer?,
|
|
1014
1007
|
base_station_id: ::Integer?
|
|
1015
|
-
}
|
|
1008
|
+
}
|
|
1016
1009
|
]?
|
|
1017
|
-
}
|
|
1010
|
+
}
|
|
1018
1011
|
]?
|
|
1019
1012
|
},
|
|
1020
1013
|
?ip: {
|
|
@@ -1532,7 +1525,7 @@ module Aws
|
|
|
1532
1525
|
{
|
|
1533
1526
|
gateway_id: ::String,
|
|
1534
1527
|
downlink_frequency: ::Integer
|
|
1535
|
-
}
|
|
1528
|
+
}
|
|
1536
1529
|
],
|
|
1537
1530
|
transmission_interval: ::Integer
|
|
1538
1531
|
}?
|
|
@@ -1557,7 +1550,7 @@ module Aws
|
|
|
1557
1550
|
{
|
|
1558
1551
|
key: ::String,
|
|
1559
1552
|
value: ::String
|
|
1560
|
-
}
|
|
1553
|
+
}
|
|
1561
1554
|
]
|
|
1562
1555
|
) -> _StartBulkAssociateWirelessDeviceWithMulticastGroupResponseSuccess
|
|
1563
1556
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartBulkAssociateWirelessDeviceWithMulticastGroupResponseSuccess
|
|
@@ -1573,7 +1566,7 @@ module Aws
|
|
|
1573
1566
|
{
|
|
1574
1567
|
key: ::String,
|
|
1575
1568
|
value: ::String
|
|
1576
|
-
}
|
|
1569
|
+
}
|
|
1577
1570
|
]
|
|
1578
1571
|
) -> _StartBulkDisassociateWirelessDeviceFromMulticastGroupResponseSuccess
|
|
1579
1572
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartBulkDisassociateWirelessDeviceFromMulticastGroupResponseSuccess
|
|
@@ -1620,7 +1613,7 @@ module Aws
|
|
|
1620
1613
|
{
|
|
1621
1614
|
key: ::String,
|
|
1622
1615
|
value: ::String
|
|
1623
|
-
}
|
|
1616
|
+
}
|
|
1624
1617
|
],
|
|
1625
1618
|
?positioning: ("Enabled" | "Disabled"),
|
|
1626
1619
|
sidewalk: {
|
|
@@ -1645,7 +1638,7 @@ module Aws
|
|
|
1645
1638
|
{
|
|
1646
1639
|
key: ::String,
|
|
1647
1640
|
value: ::String
|
|
1648
|
-
}
|
|
1641
|
+
}
|
|
1649
1642
|
],
|
|
1650
1643
|
?positioning: ("Enabled" | "Disabled"),
|
|
1651
1644
|
sidewalk: {
|
|
@@ -1668,7 +1661,7 @@ module Aws
|
|
|
1668
1661
|
{
|
|
1669
1662
|
key: ::String,
|
|
1670
1663
|
value: ::String
|
|
1671
|
-
}
|
|
1664
|
+
}
|
|
1672
1665
|
]
|
|
1673
1666
|
) -> _TagResourceResponseSuccess
|
|
1674
1667
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
@@ -1773,9 +1766,9 @@ module Aws
|
|
|
1773
1766
|
{
|
|
1774
1767
|
event: ("Fuota"),
|
|
1775
1768
|
log_level: ("INFO" | "ERROR" | "DISABLED")
|
|
1776
|
-
}
|
|
1769
|
+
}
|
|
1777
1770
|
]?
|
|
1778
|
-
}
|
|
1771
|
+
}
|
|
1779
1772
|
],
|
|
1780
1773
|
?wireless_device_log_options: Array[
|
|
1781
1774
|
{
|
|
@@ -1785,9 +1778,9 @@ module Aws
|
|
|
1785
1778
|
{
|
|
1786
1779
|
event: ("Join" | "Rejoin" | "Uplink_Data" | "Downlink_Data" | "Registration"),
|
|
1787
1780
|
log_level: ("INFO" | "ERROR" | "DISABLED")
|
|
1788
|
-
}
|
|
1781
|
+
}
|
|
1789
1782
|
]?
|
|
1790
|
-
}
|
|
1783
|
+
}
|
|
1791
1784
|
],
|
|
1792
1785
|
?wireless_gateway_log_options: Array[
|
|
1793
1786
|
{
|
|
@@ -1797,9 +1790,9 @@ module Aws
|
|
|
1797
1790
|
{
|
|
1798
1791
|
event: ("CUPS_Request" | "Certificate"),
|
|
1799
1792
|
log_level: ("INFO" | "ERROR" | "DISABLED")
|
|
1800
|
-
}
|
|
1793
|
+
}
|
|
1801
1794
|
]?
|
|
1802
|
-
}
|
|
1795
|
+
}
|
|
1803
1796
|
]
|
|
1804
1797
|
) -> _UpdateLogLevelsByResourceTypesResponseSuccess
|
|
1805
1798
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateLogLevelsByResourceTypesResponseSuccess
|
|
@@ -1823,14 +1816,7 @@ module Aws
|
|
|
1823
1816
|
id: ::String,
|
|
1824
1817
|
?name: ::String,
|
|
1825
1818
|
?description: ::String,
|
|
1826
|
-
?lo_ra_wan:
|
|
1827
|
-
rf_region: ("EU868" | "US915" | "AU915" | "AS923-1" | "AS923-2" | "AS923-3" | "AS923-4" | "EU433" | "CN470" | "CN779" | "RU864" | "KR920" | "IN865")?,
|
|
1828
|
-
dl_class: ("ClassB" | "ClassC")?,
|
|
1829
|
-
participating_gateways: {
|
|
1830
|
-
gateway_list: Array[::String]?,
|
|
1831
|
-
transmission_interval: ::Integer?
|
|
1832
|
-
}?
|
|
1833
|
-
}
|
|
1819
|
+
?lo_ra_wan: Params::lo_ra_wan_multicast
|
|
1834
1820
|
) -> _UpdateMulticastGroupResponseSuccess
|
|
1835
1821
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateMulticastGroupResponseSuccess
|
|
1836
1822
|
|
|
@@ -1960,7 +1946,7 @@ module Aws
|
|
|
1960
1946
|
f_port: ::Integer?,
|
|
1961
1947
|
type: ("SemtechGeolocation")?,
|
|
1962
1948
|
destination_name: ::String?
|
|
1963
|
-
}
|
|
1949
|
+
}
|
|
1964
1950
|
]?
|
|
1965
1951
|
}?
|
|
1966
1952
|
},
|
|
@@ -1994,7 +1980,7 @@ module Aws
|
|
|
1994
1980
|
?name: ::String,
|
|
1995
1981
|
?description: ::String,
|
|
1996
1982
|
?join_eui_filters: Array[
|
|
1997
|
-
Array[::String]
|
|
1983
|
+
Array[::String]
|
|
1998
1984
|
],
|
|
1999
1985
|
?net_id_filters: Array[::String],
|
|
2000
1986
|
?max_eirp: ::Float
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module IoTWireless
|
|
10
|
+
module Params
|
|
11
|
+
type lo_ra_wan_multicast = {
|
|
12
|
+
rf_region: ("EU868" | "US915" | "AU915" | "AS923-1" | "AS923-2" | "AS923-3" | "AS923-4" | "EU433" | "CN470" | "CN779" | "RU864" | "KR920" | "IN865")?,
|
|
13
|
+
dl_class: ("ClassB" | "ClassC")?,
|
|
14
|
+
participating_gateways: {
|
|
15
|
+
gateway_list: Array[::String]?,
|
|
16
|
+
transmission_interval: ::Integer?
|
|
17
|
+
}?
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-iotwireless
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.86.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-iotwireless/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|