aws-sdk-iotwireless 1.43.0 → 1.45.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: e3df6d8122cdd1de911cd92fc0dfc3eed13688313ed71a518352d68de71efcfd
4
- data.tar.gz: e36102799c41959dff64d30f4d2db6dcad087ad3eb39fb002345da56b838a4df
3
+ metadata.gz: 3fdd3392b2e4ee7d0c51ec5dc2de53ff533786efeff8cb79c16785c9056b7696
4
+ data.tar.gz: 6c72bce59f88508b217c20431c4765cccb2d3625383d22458027a7d96dc1ee86
5
5
  SHA512:
6
- metadata.gz: e9d5a2fed5ee46e553a2449ae096a7d712d273ddf725195b656e39d5846b0adfbb8d7e64c69426d51b6bc620476cc75e4492b5c0c9afe5889f327c7798471811
7
- data.tar.gz: 8e309886be1e728b608f975f2af425509cd76e597eec867d33833befb9f5e3d72fc74eb700da83b4082196c1dd81fbe3c700a14e69018bd2afe7715691277ea1
6
+ metadata.gz: 6f572e5f577b12b65bace77e78ded07e2ca5aa8955f611b31397d2dd901685c99d16ece5801970a0071de19960914c19757714f88c96728c92c338c50def1a70
7
+ data.tar.gz: cdae2ab0791a649af6b1d4902582760b10e75fc8f9965d9f716a15dc0b932f2e193de1193de2f5e6bef56400f19c3b40e72fe37d9463a51d746e3b9cbc24a428
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.45.0 (2024-04-16)
5
+ ------------------
6
+
7
+ * Feature - Add PublicGateways in the GetWirelessStatistics call response, indicating the LoRaWAN public network accessed by the device.
8
+
9
+ 1.44.0 (2024-03-29)
10
+ ------------------
11
+
12
+ * Feature - Add support for retrieving key historical and live metrics for LoRaWAN devices and gateways
13
+
4
14
  1.43.0 (2024-01-26)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.45.0
@@ -394,14 +394,23 @@ module Aws::IoTWireless
394
394
  # The Sidewalk account credentials.
395
395
  #
396
396
  # @option params [String] :client_request_token
397
- # Each resource must have a unique client request token. If you try to
398
- # create a new resource with the same token as a resource that already
399
- # exists, an exception occurs. If you omit this value, AWS SDKs will
400
- # automatically generate a unique client request.
397
+ # Each resource must have a unique client request token. The client
398
+ # token is used to implement idempotency. It ensures that the request
399
+ # completes no more than one time. If you retry a request with the same
400
+ # token and the same parameters, the request will complete successfully.
401
+ # However, if you try to create a new resource using the same token but
402
+ # different parameters, an HTTP 409 conflict occurs. If you omit this
403
+ # value, AWS SDKs will automatically generate a unique client request.
404
+ # For more information about idempotency, see [Ensuring idempotency in
405
+ # Amazon EC2 API requests][1].
401
406
  #
402
407
  # **A suitable default value is auto-generated.** You should normally
403
408
  # not need to pass this option.**
404
409
  #
410
+ #
411
+ #
412
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
413
+ #
405
414
  # @option params [Array<Types::Tag>] :tags
406
415
  # The tags to attach to the specified resource. Tags are metadata that
407
416
  # you can use to manage a resource.
@@ -633,14 +642,23 @@ module Aws::IoTWireless
633
642
  # can use to manage a resource.
634
643
  #
635
644
  # @option params [String] :client_request_token
636
- # Each resource must have a unique client request token. If you try to
637
- # create a new resource with the same token as a resource that already
638
- # exists, an exception occurs. If you omit this value, AWS SDKs will
639
- # automatically generate a unique client request.
645
+ # Each resource must have a unique client request token. The client
646
+ # token is used to implement idempotency. It ensures that the request
647
+ # completes no more than one time. If you retry a request with the same
648
+ # token and the same parameters, the request will complete successfully.
649
+ # However, if you try to create a new resource using the same token but
650
+ # different parameters, an HTTP 409 conflict occurs. If you omit this
651
+ # value, AWS SDKs will automatically generate a unique client request.
652
+ # For more information about idempotency, see [Ensuring idempotency in
653
+ # Amazon EC2 API requests][1].
640
654
  #
641
655
  # **A suitable default value is auto-generated.** You should normally
642
656
  # not need to pass this option.**
643
657
  #
658
+ #
659
+ #
660
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
661
+ #
644
662
  # @return [Types::CreateDestinationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
645
663
  #
646
664
  # * {Types::CreateDestinationResponse#arn #arn} => String
@@ -688,14 +706,23 @@ module Aws::IoTWireless
688
706
  # you can use to manage a resource.
689
707
  #
690
708
  # @option params [String] :client_request_token
691
- # Each resource must have a unique client request token. If you try to
692
- # create a new resource with the same token as a resource that already
693
- # exists, an exception occurs. If you omit this value, AWS SDKs will
694
- # automatically generate a unique client request.
709
+ # Each resource must have a unique client request token. The client
710
+ # token is used to implement idempotency. It ensures that the request
711
+ # completes no more than one time. If you retry a request with the same
712
+ # token and the same parameters, the request will complete successfully.
713
+ # However, if you try to create a new resource using the same token but
714
+ # different parameters, an HTTP 409 conflict occurs. If you omit this
715
+ # value, AWS SDKs will automatically generate a unique client request.
716
+ # For more information about idempotency, see [Ensuring idempotency in
717
+ # Amazon EC2 API requests][1].
695
718
  #
696
719
  # **A suitable default value is auto-generated.** You should normally
697
720
  # not need to pass this option.**
698
721
  #
722
+ #
723
+ #
724
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
725
+ #
699
726
  # @option params [Types::SidewalkCreateDeviceProfile] :sidewalk
700
727
  # The Sidewalk-related information for creating the Sidewalk device
701
728
  # profile.
@@ -762,14 +789,23 @@ module Aws::IoTWireless
762
789
  # The description of the new resource.
763
790
  #
764
791
  # @option params [String] :client_request_token
765
- # Each resource must have a unique client request token. If you try to
766
- # create a new resource with the same token as a resource that already
767
- # exists, an exception occurs. If you omit this value, AWS SDKs will
768
- # automatically generate a unique client request.
792
+ # Each resource must have a unique client request token. The client
793
+ # token is used to implement idempotency. It ensures that the request
794
+ # completes no more than one time. If you retry a request with the same
795
+ # token and the same parameters, the request will complete successfully.
796
+ # However, if you try to create a new resource using the same token but
797
+ # different parameters, an HTTP 409 conflict occurs. If you omit this
798
+ # value, AWS SDKs will automatically generate a unique client request.
799
+ # For more information about idempotency, see [Ensuring idempotency in
800
+ # Amazon EC2 API requests][1].
769
801
  #
770
802
  # **A suitable default value is auto-generated.** You should normally
771
803
  # not need to pass this option.**
772
804
  #
805
+ #
806
+ #
807
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
808
+ #
773
809
  # @option params [Types::LoRaWANFuotaTask] :lo_ra_wan
774
810
  # The LoRaWAN information used with a FUOTA task.
775
811
  #
@@ -853,14 +889,23 @@ module Aws::IoTWireless
853
889
  # The description of the multicast group.
854
890
  #
855
891
  # @option params [String] :client_request_token
856
- # Each resource must have a unique client request token. If you try to
857
- # create a new resource with the same token as a resource that already
858
- # exists, an exception occurs. If you omit this value, AWS SDKs will
859
- # automatically generate a unique client request.
892
+ # Each resource must have a unique client request token. The client
893
+ # token is used to implement idempotency. It ensures that the request
894
+ # completes no more than one time. If you retry a request with the same
895
+ # token and the same parameters, the request will complete successfully.
896
+ # However, if you try to create a new resource using the same token but
897
+ # different parameters, an HTTP 409 conflict occurs. If you omit this
898
+ # value, AWS SDKs will automatically generate a unique client request.
899
+ # For more information about idempotency, see [Ensuring idempotency in
900
+ # Amazon EC2 API requests][1].
860
901
  #
861
902
  # **A suitable default value is auto-generated.** You should normally
862
903
  # not need to pass this option.**
863
904
  #
905
+ #
906
+ #
907
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
908
+ #
864
909
  # @option params [required, Types::LoRaWANMulticast] :lo_ra_wan
865
910
  # The LoRaWAN information that is to be used with the multicast group.
866
911
  #
@@ -930,14 +975,23 @@ module Aws::IoTWireless
930
975
  # you can use to manage a resource.
931
976
  #
932
977
  # @option params [String] :client_request_token
933
- # Each resource must have a unique client request token. If you try to
934
- # create a new resource with the same token as a resource that already
935
- # exists, an exception occurs. If you omit this value, AWS SDKs will
936
- # automatically generate a unique client request.
978
+ # Each resource must have a unique client request token. The client
979
+ # token is used to implement idempotency. It ensures that the request
980
+ # completes no more than one time. If you retry a request with the same
981
+ # token and the same parameters, the request will complete successfully.
982
+ # However, if you try to create a new resource using the same token but
983
+ # different parameters, an HTTP 409 conflict occurs. If you omit this
984
+ # value, AWS SDKs will automatically generate a unique client request.
985
+ # For more information about idempotency, see [Ensuring idempotency in
986
+ # Amazon EC2 API requests][1].
937
987
  #
938
988
  # **A suitable default value is auto-generated.** You should normally
939
989
  # not need to pass this option.**
940
990
  #
991
+ #
992
+ #
993
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
994
+ #
941
995
  # @option params [Array<String>] :multicast_groups
942
996
  # Multicast Group resources to add to the network analyzer
943
997
  # configruation. Provide the `MulticastGroupId` of the resource to add
@@ -995,14 +1049,23 @@ module Aws::IoTWireless
995
1049
  # you can use to manage a resource.
996
1050
  #
997
1051
  # @option params [String] :client_request_token
998
- # Each resource must have a unique client request token. If you try to
999
- # create a new resource with the same token as a resource that already
1000
- # exists, an exception occurs. If you omit this value, AWS SDKs will
1001
- # automatically generate a unique client request.
1052
+ # Each resource must have a unique client request token. The client
1053
+ # token is used to implement idempotency. It ensures that the request
1054
+ # completes no more than one time. If you retry a request with the same
1055
+ # token and the same parameters, the request will complete successfully.
1056
+ # However, if you try to create a new resource using the same token but
1057
+ # different parameters, an HTTP 409 conflict occurs. If you omit this
1058
+ # value, AWS SDKs will automatically generate a unique client request.
1059
+ # For more information about idempotency, see [Ensuring idempotency in
1060
+ # Amazon EC2 API requests][1].
1002
1061
  #
1003
1062
  # **A suitable default value is auto-generated.** You should normally
1004
1063
  # not need to pass this option.**
1005
1064
  #
1065
+ #
1066
+ #
1067
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
1068
+ #
1006
1069
  # @return [Types::CreateServiceProfileResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1007
1070
  #
1008
1071
  # * {Types::CreateServiceProfileResponse#arn #arn} => String
@@ -1055,14 +1118,23 @@ module Aws::IoTWireless
1055
1118
  # The name of the destination to assign to the new wireless device.
1056
1119
  #
1057
1120
  # @option params [String] :client_request_token
1058
- # Each resource must have a unique client request token. If you try to
1059
- # create a new resource with the same token as a resource that already
1060
- # exists, an exception occurs. If you omit this value, AWS SDKs will
1061
- # automatically generate a unique client request.
1121
+ # Each resource must have a unique client request token. The client
1122
+ # token is used to implement idempotency. It ensures that the request
1123
+ # completes no more than one time. If you retry a request with the same
1124
+ # token and the same parameters, the request will complete successfully.
1125
+ # However, if you try to create a new resource using the same token but
1126
+ # different parameters, an HTTP 409 conflict occurs. If you omit this
1127
+ # value, AWS SDKs will automatically generate a unique client request.
1128
+ # For more information about idempotency, see [Ensuring idempotency in
1129
+ # Amazon EC2 API requests][1].
1062
1130
  #
1063
1131
  # **A suitable default value is auto-generated.** You should normally
1064
1132
  # not need to pass this option.**
1065
1133
  #
1134
+ #
1135
+ #
1136
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
1137
+ #
1066
1138
  # @option params [Types::LoRaWANDevice] :lo_ra_wan
1067
1139
  # The device configuration information to use to create the wireless
1068
1140
  # device.
@@ -1169,6 +1241,19 @@ module Aws::IoTWireless
1169
1241
 
1170
1242
  # Provisions a wireless gateway.
1171
1243
  #
1244
+ # <note markdown="1"> When provisioning a wireless gateway, you might run into duplication
1245
+ # errors for the following reasons.
1246
+ #
1247
+ # * If you specify a `GatewayEui` value that already exists.
1248
+ #
1249
+ # * If you used a `ClientRequestToken` with the same parameters within
1250
+ # the last 10 minutes.
1251
+ #
1252
+ # To avoid this error, make sure that you use unique identifiers and
1253
+ # parameters for each request within the specified time period.
1254
+ #
1255
+ # </note>
1256
+ #
1172
1257
  # @option params [String] :name
1173
1258
  # The name of the new resource.
1174
1259
  #
@@ -1184,14 +1269,23 @@ module Aws::IoTWireless
1184
1269
  # you can use to manage a resource.
1185
1270
  #
1186
1271
  # @option params [String] :client_request_token
1187
- # Each resource must have a unique client request token. If you try to
1188
- # create a new resource with the same token as a resource that already
1189
- # exists, an exception occurs. If you omit this value, AWS SDKs will
1190
- # automatically generate a unique client request.
1272
+ # Each resource must have a unique client request token. The client
1273
+ # token is used to implement idempotency. It ensures that the request
1274
+ # completes no more than one time. If you retry a request with the same
1275
+ # token and the same parameters, the request will complete successfully.
1276
+ # However, if you try to create a new resource using the same token but
1277
+ # different parameters, an HTTP 409 conflict occurs. If you omit this
1278
+ # value, AWS SDKs will automatically generate a unique client request.
1279
+ # For more information about idempotency, see [Ensuring idempotency in
1280
+ # Amazon EC2 API requests][1].
1191
1281
  #
1192
1282
  # **A suitable default value is auto-generated.** You should normally
1193
1283
  # not need to pass this option.**
1194
1284
  #
1285
+ #
1286
+ #
1287
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
1288
+ #
1195
1289
  # @return [Types::CreateWirelessGatewayResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1196
1290
  #
1197
1291
  # * {Types::CreateWirelessGatewayResponse#arn #arn} => String
@@ -1283,14 +1377,23 @@ module Aws::IoTWireless
1283
1377
  # Information about the gateways to update.
1284
1378
  #
1285
1379
  # @option params [String] :client_request_token
1286
- # Each resource must have a unique client request token. If you try to
1287
- # create a new resource with the same token as a resource that already
1288
- # exists, an exception occurs. If you omit this value, AWS SDKs will
1289
- # automatically generate a unique client request.
1380
+ # Each resource must have a unique client request token. The client
1381
+ # token is used to implement idempotency. It ensures that the request
1382
+ # completes no more than one time. If you retry a request with the same
1383
+ # token and the same parameters, the request will complete successfully.
1384
+ # However, if you try to create a new resource using the same token but
1385
+ # different parameters, an HTTP 409 conflict occurs. If you omit this
1386
+ # value, AWS SDKs will automatically generate a unique client request.
1387
+ # For more information about idempotency, see [Ensuring idempotency in
1388
+ # Amazon EC2 API requests][1].
1290
1389
  #
1291
1390
  # **A suitable default value is auto-generated.** You should normally
1292
1391
  # not need to pass this option.**
1293
1392
  #
1393
+ #
1394
+ #
1395
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
1396
+ #
1294
1397
  # @option params [Array<Types::Tag>] :tags
1295
1398
  # The tags to attach to the specified resource. Tags are metadata that
1296
1399
  # you can use to manage a resource.
@@ -1537,6 +1640,19 @@ module Aws::IoTWireless
1537
1640
 
1538
1641
  # Deletes a wireless gateway.
1539
1642
  #
1643
+ # <note markdown="1"> When deleting a wireless gateway, you might run into duplication
1644
+ # errors for the following reasons.
1645
+ #
1646
+ # * If you specify a `GatewayEui` value that already exists.
1647
+ #
1648
+ # * If you used a `ClientRequestToken` with the same parameters within
1649
+ # the last 10 minutes.
1650
+ #
1651
+ # To avoid this error, make sure that you use unique identifiers and
1652
+ # parameters for each request within the specified time period.
1653
+ #
1654
+ # </note>
1655
+ #
1540
1656
  # @option params [required, String] :id
1541
1657
  # The ID of the resource to delete.
1542
1658
  #
@@ -1984,6 +2100,83 @@ module Aws::IoTWireless
1984
2100
  req.send_request(options)
1985
2101
  end
1986
2102
 
2103
+ # Get the metric configuration status for this AWS account.
2104
+ #
2105
+ # @return [Types::GetMetricConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2106
+ #
2107
+ # * {Types::GetMetricConfigurationResponse#summary_metric #summary_metric} => Types::SummaryMetricConfiguration
2108
+ #
2109
+ # @example Response structure
2110
+ #
2111
+ # resp.summary_metric.status #=> String, one of "Enabled", "Disabled"
2112
+ #
2113
+ # @overload get_metric_configuration(params = {})
2114
+ # @param [Hash] params ({})
2115
+ def get_metric_configuration(params = {}, options = {})
2116
+ req = build_request(:get_metric_configuration, params)
2117
+ req.send_request(options)
2118
+ end
2119
+
2120
+ # Get the summary metrics for this AWS account.
2121
+ #
2122
+ # @option params [Array<Types::SummaryMetricQuery>] :summary_metric_queries
2123
+ # The list of queries to retrieve the summary metrics.
2124
+ #
2125
+ # @return [Types::GetMetricsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2126
+ #
2127
+ # * {Types::GetMetricsResponse#summary_metric_query_results #summary_metric_query_results} => Array&lt;Types::SummaryMetricQueryResult&gt;
2128
+ #
2129
+ # @example Request syntax with placeholder values
2130
+ #
2131
+ # resp = client.get_metrics({
2132
+ # summary_metric_queries: [
2133
+ # {
2134
+ # query_id: "MetricQueryId",
2135
+ # metric_name: "DeviceRSSI", # accepts DeviceRSSI, DeviceSNR, DeviceUplinkCount, DeviceDownlinkCount, DeviceUplinkLostCount, DeviceUplinkLostRate, DeviceJoinRequestCount, DeviceJoinAcceptCount, DeviceRoamingUplinkCount, DeviceRoamingDownlinkCount, GatewayUpTime, GatewayDownTime, GatewayRSSI, GatewaySNR, GatewayUplinkCount, GatewayDownlinkCount, GatewayJoinRequestCount, GatewayJoinAcceptCount, AwsAccountUplinkCount, AwsAccountDownlinkCount, AwsAccountUplinkLostCount, AwsAccountUplinkLostRate, AwsAccountJoinRequestCount, AwsAccountJoinAcceptCount, AwsAccountRoamingUplinkCount, AwsAccountRoamingDownlinkCount, AwsAccountDeviceCount, AwsAccountGatewayCount, AwsAccountActiveDeviceCount, AwsAccountActiveGatewayCount
2136
+ # dimensions: [
2137
+ # {
2138
+ # name: "DeviceId", # accepts DeviceId, GatewayId
2139
+ # value: "DimensionValue",
2140
+ # },
2141
+ # ],
2142
+ # aggregation_period: "OneHour", # accepts OneHour, OneDay, OneWeek
2143
+ # start_timestamp: Time.now,
2144
+ # end_timestamp: Time.now,
2145
+ # },
2146
+ # ],
2147
+ # })
2148
+ #
2149
+ # @example Response structure
2150
+ #
2151
+ # resp.summary_metric_query_results #=> Array
2152
+ # resp.summary_metric_query_results[0].query_id #=> String
2153
+ # resp.summary_metric_query_results[0].query_status #=> String, one of "Succeeded", "Failed"
2154
+ # resp.summary_metric_query_results[0].error #=> String
2155
+ # resp.summary_metric_query_results[0].metric_name #=> String, one of "DeviceRSSI", "DeviceSNR", "DeviceUplinkCount", "DeviceDownlinkCount", "DeviceUplinkLostCount", "DeviceUplinkLostRate", "DeviceJoinRequestCount", "DeviceJoinAcceptCount", "DeviceRoamingUplinkCount", "DeviceRoamingDownlinkCount", "GatewayUpTime", "GatewayDownTime", "GatewayRSSI", "GatewaySNR", "GatewayUplinkCount", "GatewayDownlinkCount", "GatewayJoinRequestCount", "GatewayJoinAcceptCount", "AwsAccountUplinkCount", "AwsAccountDownlinkCount", "AwsAccountUplinkLostCount", "AwsAccountUplinkLostRate", "AwsAccountJoinRequestCount", "AwsAccountJoinAcceptCount", "AwsAccountRoamingUplinkCount", "AwsAccountRoamingDownlinkCount", "AwsAccountDeviceCount", "AwsAccountGatewayCount", "AwsAccountActiveDeviceCount", "AwsAccountActiveGatewayCount"
2156
+ # resp.summary_metric_query_results[0].dimensions #=> Array
2157
+ # resp.summary_metric_query_results[0].dimensions[0].name #=> String, one of "DeviceId", "GatewayId"
2158
+ # resp.summary_metric_query_results[0].dimensions[0].value #=> String
2159
+ # resp.summary_metric_query_results[0].aggregation_period #=> String, one of "OneHour", "OneDay", "OneWeek"
2160
+ # resp.summary_metric_query_results[0].start_timestamp #=> Time
2161
+ # resp.summary_metric_query_results[0].end_timestamp #=> Time
2162
+ # resp.summary_metric_query_results[0].timestamps #=> Array
2163
+ # resp.summary_metric_query_results[0].timestamps[0] #=> Time
2164
+ # resp.summary_metric_query_results[0].values #=> Array
2165
+ # resp.summary_metric_query_results[0].values[0].min #=> Float
2166
+ # resp.summary_metric_query_results[0].values[0].max #=> Float
2167
+ # resp.summary_metric_query_results[0].values[0].sum #=> Float
2168
+ # resp.summary_metric_query_results[0].values[0].avg #=> Float
2169
+ # resp.summary_metric_query_results[0].values[0].std #=> Float
2170
+ # resp.summary_metric_query_results[0].values[0].p90 #=> Float
2171
+ # resp.summary_metric_query_results[0].unit #=> String
2172
+ #
2173
+ # @overload get_metrics(params = {})
2174
+ # @param [Hash] params ({})
2175
+ def get_metrics(params = {}, options = {})
2176
+ req = build_request(:get_metrics, params)
2177
+ req.send_request(options)
2178
+ end
2179
+
1987
2180
  # Gets information about a multicast group.
1988
2181
  #
1989
2182
  # @option params [required, String] :id
@@ -2794,6 +2987,13 @@ module Aws::IoTWireless
2794
2987
  # resp.lo_ra_wan.gateways[0].gateway_eui #=> String
2795
2988
  # resp.lo_ra_wan.gateways[0].snr #=> Float
2796
2989
  # resp.lo_ra_wan.gateways[0].rssi #=> Float
2990
+ # resp.lo_ra_wan.public_gateways #=> Array
2991
+ # resp.lo_ra_wan.public_gateways[0].provider_net_id #=> String
2992
+ # resp.lo_ra_wan.public_gateways[0].id #=> String
2993
+ # resp.lo_ra_wan.public_gateways[0].rssi #=> Float
2994
+ # resp.lo_ra_wan.public_gateways[0].snr #=> Float
2995
+ # resp.lo_ra_wan.public_gateways[0].rf_region #=> String
2996
+ # resp.lo_ra_wan.public_gateways[0].dl_allowed #=> Boolean
2797
2997
  # resp.sidewalk.rssi #=> Integer
2798
2998
  # resp.sidewalk.battery_level #=> String, one of "normal", "low", "critical"
2799
2999
  # resp.sidewalk.event #=> String, one of "discovered", "lost", "ack", "nack", "passthrough"
@@ -4169,14 +4369,23 @@ module Aws::IoTWireless
4169
4369
  # onboarded to AWS IoT Wireless.
4170
4370
  #
4171
4371
  # @option params [String] :client_request_token
4172
- # Each resource must have a unique client request token. If you try to
4173
- # create a new resource with the same token as a resource that already
4174
- # exists, an exception occurs. If you omit this value, AWS SDKs will
4175
- # automatically generate a unique client request.
4372
+ # Each resource must have a unique client request token. The client
4373
+ # token is used to implement idempotency. It ensures that the request
4374
+ # completes no more than one time. If you retry a request with the same
4375
+ # token and the same parameters, the request will complete successfully.
4376
+ # However, if you try to create a new resource using the same token but
4377
+ # different parameters, an HTTP 409 conflict occurs. If you omit this
4378
+ # value, AWS SDKs will automatically generate a unique client request.
4379
+ # For more information about idempotency, see [Ensuring idempotency in
4380
+ # Amazon EC2 API requests][1].
4176
4381
  #
4177
4382
  # **A suitable default value is auto-generated.** You should normally
4178
4383
  # not need to pass this option.**
4179
4384
  #
4385
+ #
4386
+ #
4387
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
4388
+ #
4180
4389
  # @option params [String] :device_name
4181
4390
  # The name of the wireless device for which an import task is being
4182
4391
  # started.
@@ -4232,14 +4441,23 @@ module Aws::IoTWireless
4232
4441
  # to AWS IoT Wireless.
4233
4442
  #
4234
4443
  # @option params [String] :client_request_token
4235
- # Each resource must have a unique client request token. If you try to
4236
- # create a new resource with the same token as a resource that already
4237
- # exists, an exception occurs. If you omit this value, AWS SDKs will
4238
- # automatically generate a unique client request.
4444
+ # Each resource must have a unique client request token. The client
4445
+ # token is used to implement idempotency. It ensures that the request
4446
+ # completes no more than one time. If you retry a request with the same
4447
+ # token and the same parameters, the request will complete successfully.
4448
+ # However, if you try to create a new resource using the same token but
4449
+ # different parameters, an HTTP 409 conflict occurs. If you omit this
4450
+ # value, AWS SDKs will automatically generate a unique client request.
4451
+ # For more information about idempotency, see [Ensuring idempotency in
4452
+ # Amazon EC2 API requests][1].
4239
4453
  #
4240
4454
  # **A suitable default value is auto-generated.** You should normally
4241
4455
  # not need to pass this option.**
4242
4456
  #
4457
+ #
4458
+ #
4459
+ # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
4460
+ #
4243
4461
  # @option params [Array<Types::Tag>] :tags
4244
4462
  # The tag to attach to the specified resource. Tags are metadata that
4245
4463
  # you can use to manage a resource.
@@ -4582,6 +4800,28 @@ module Aws::IoTWireless
4582
4800
  req.send_request(options)
4583
4801
  end
4584
4802
 
4803
+ # Update the summary metric configuration.
4804
+ #
4805
+ # @option params [Types::SummaryMetricConfiguration] :summary_metric
4806
+ # The value to be used to set summary metric configuration.
4807
+ #
4808
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4809
+ #
4810
+ # @example Request syntax with placeholder values
4811
+ #
4812
+ # resp = client.update_metric_configuration({
4813
+ # summary_metric: {
4814
+ # status: "Enabled", # accepts Enabled, Disabled
4815
+ # },
4816
+ # })
4817
+ #
4818
+ # @overload update_metric_configuration(params = {})
4819
+ # @param [Hash] params ({})
4820
+ def update_metric_configuration(params = {}, options = {})
4821
+ req = build_request(:update_metric_configuration, params)
4822
+ req.send_request(options)
4823
+ end
4824
+
4585
4825
  # Updates properties of a multicast group session.
4586
4826
  #
4587
4827
  # @option params [required, String] :id
@@ -5017,7 +5257,7 @@ module Aws::IoTWireless
5017
5257
  params: params,
5018
5258
  config: config)
5019
5259
  context[:gem_name] = 'aws-sdk-iotwireless'
5020
- context[:gem_version] = '1.43.0'
5260
+ context[:gem_version] = '1.45.0'
5021
5261
  Seahorse::Client::Request.new(handlers, context)
5022
5262
  end
5023
5263