aws-sdk-iotwireless 1.43.0 → 1.45.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotwireless/client.rb +289 -49
- data/lib/aws-sdk-iotwireless/client_api.rb +154 -0
- data/lib/aws-sdk-iotwireless/endpoints.rb +42 -0
- data/lib/aws-sdk-iotwireless/plugins/endpoints.rb +6 -0
- data/lib/aws-sdk-iotwireless/types.rb +423 -51
- data/lib/aws-sdk-iotwireless.rb +1 -1
- data/sig/client.rbs +44 -0
- data/sig/types.rbs +83 -0
- metadata +2 -2
@@ -121,13 +121,22 @@ module Aws::IoTWireless
|
|
121
121
|
# @return [Types::SidewalkAccountInfo]
|
122
122
|
#
|
123
123
|
# @!attribute [rw] client_request_token
|
124
|
-
# Each resource must have a unique client request token.
|
125
|
-
#
|
126
|
-
#
|
127
|
-
#
|
124
|
+
# Each resource must have a unique client request token. The client
|
125
|
+
# token is used to implement idempotency. It ensures that the request
|
126
|
+
# completes no more than one time. If you retry a request with the
|
127
|
+
# same token and the same parameters, the request will complete
|
128
|
+
# successfully. However, if you try to create a new resource using the
|
129
|
+
# same token but different parameters, an HTTP 409 conflict occurs. If
|
130
|
+
# you omit this value, AWS SDKs will automatically generate a unique
|
131
|
+
# client request. For more information about idempotency, see
|
132
|
+
# [Ensuring idempotency in Amazon EC2 API requests][1].
|
128
133
|
#
|
129
134
|
# **A suitable default value is auto-generated.** You should normally
|
130
135
|
# not need to pass this option.
|
136
|
+
#
|
137
|
+
#
|
138
|
+
#
|
139
|
+
# [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
|
131
140
|
# @return [String]
|
132
141
|
#
|
133
142
|
# @!attribute [rw] tags
|
@@ -529,13 +538,22 @@ module Aws::IoTWireless
|
|
529
538
|
# @return [Array<Types::Tag>]
|
530
539
|
#
|
531
540
|
# @!attribute [rw] client_request_token
|
532
|
-
# Each resource must have a unique client request token.
|
533
|
-
#
|
534
|
-
#
|
535
|
-
#
|
541
|
+
# Each resource must have a unique client request token. The client
|
542
|
+
# token is used to implement idempotency. It ensures that the request
|
543
|
+
# completes no more than one time. If you retry a request with the
|
544
|
+
# same token and the same parameters, the request will complete
|
545
|
+
# successfully. However, if you try to create a new resource using the
|
546
|
+
# same token but different parameters, an HTTP 409 conflict occurs. If
|
547
|
+
# you omit this value, AWS SDKs will automatically generate a unique
|
548
|
+
# client request. For more information about idempotency, see
|
549
|
+
# [Ensuring idempotency in Amazon EC2 API requests][1].
|
536
550
|
#
|
537
551
|
# **A suitable default value is auto-generated.** You should normally
|
538
552
|
# not need to pass this option.
|
553
|
+
#
|
554
|
+
#
|
555
|
+
#
|
556
|
+
# [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
|
539
557
|
# @return [String]
|
540
558
|
#
|
541
559
|
class CreateDestinationRequest < Struct.new(
|
@@ -579,13 +597,22 @@ module Aws::IoTWireless
|
|
579
597
|
# @return [Array<Types::Tag>]
|
580
598
|
#
|
581
599
|
# @!attribute [rw] client_request_token
|
582
|
-
# Each resource must have a unique client request token.
|
583
|
-
#
|
584
|
-
#
|
585
|
-
#
|
600
|
+
# Each resource must have a unique client request token. The client
|
601
|
+
# token is used to implement idempotency. It ensures that the request
|
602
|
+
# completes no more than one time. If you retry a request with the
|
603
|
+
# same token and the same parameters, the request will complete
|
604
|
+
# successfully. However, if you try to create a new resource using the
|
605
|
+
# same token but different parameters, an HTTP 409 conflict occurs. If
|
606
|
+
# you omit this value, AWS SDKs will automatically generate a unique
|
607
|
+
# client request. For more information about idempotency, see
|
608
|
+
# [Ensuring idempotency in Amazon EC2 API requests][1].
|
586
609
|
#
|
587
610
|
# **A suitable default value is auto-generated.** You should normally
|
588
611
|
# not need to pass this option.
|
612
|
+
#
|
613
|
+
#
|
614
|
+
#
|
615
|
+
# [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
|
589
616
|
# @return [String]
|
590
617
|
#
|
591
618
|
# @!attribute [rw] sidewalk
|
@@ -627,13 +654,22 @@ module Aws::IoTWireless
|
|
627
654
|
# @return [String]
|
628
655
|
#
|
629
656
|
# @!attribute [rw] client_request_token
|
630
|
-
# Each resource must have a unique client request token.
|
631
|
-
#
|
632
|
-
#
|
633
|
-
#
|
657
|
+
# Each resource must have a unique client request token. The client
|
658
|
+
# token is used to implement idempotency. It ensures that the request
|
659
|
+
# completes no more than one time. If you retry a request with the
|
660
|
+
# same token and the same parameters, the request will complete
|
661
|
+
# successfully. However, if you try to create a new resource using the
|
662
|
+
# same token but different parameters, an HTTP 409 conflict occurs. If
|
663
|
+
# you omit this value, AWS SDKs will automatically generate a unique
|
664
|
+
# client request. For more information about idempotency, see
|
665
|
+
# [Ensuring idempotency in Amazon EC2 API requests][1].
|
634
666
|
#
|
635
667
|
# **A suitable default value is auto-generated.** You should normally
|
636
668
|
# not need to pass this option.
|
669
|
+
#
|
670
|
+
#
|
671
|
+
#
|
672
|
+
# [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
|
637
673
|
# @return [String]
|
638
674
|
#
|
639
675
|
# @!attribute [rw] lo_ra_wan
|
@@ -718,13 +754,22 @@ module Aws::IoTWireless
|
|
718
754
|
# @return [String]
|
719
755
|
#
|
720
756
|
# @!attribute [rw] client_request_token
|
721
|
-
# Each resource must have a unique client request token.
|
722
|
-
#
|
723
|
-
#
|
724
|
-
#
|
757
|
+
# Each resource must have a unique client request token. The client
|
758
|
+
# token is used to implement idempotency. It ensures that the request
|
759
|
+
# completes no more than one time. If you retry a request with the
|
760
|
+
# same token and the same parameters, the request will complete
|
761
|
+
# successfully. However, if you try to create a new resource using the
|
762
|
+
# same token but different parameters, an HTTP 409 conflict occurs. If
|
763
|
+
# you omit this value, AWS SDKs will automatically generate a unique
|
764
|
+
# client request. For more information about idempotency, see
|
765
|
+
# [Ensuring idempotency in Amazon EC2 API requests][1].
|
725
766
|
#
|
726
767
|
# **A suitable default value is auto-generated.** You should normally
|
727
768
|
# not need to pass this option.
|
769
|
+
#
|
770
|
+
#
|
771
|
+
#
|
772
|
+
# [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
|
728
773
|
# @return [String]
|
729
774
|
#
|
730
775
|
# @!attribute [rw] lo_ra_wan
|
@@ -792,13 +837,22 @@ module Aws::IoTWireless
|
|
792
837
|
# @return [Array<Types::Tag>]
|
793
838
|
#
|
794
839
|
# @!attribute [rw] client_request_token
|
795
|
-
# Each resource must have a unique client request token.
|
796
|
-
#
|
797
|
-
#
|
798
|
-
#
|
840
|
+
# Each resource must have a unique client request token. The client
|
841
|
+
# token is used to implement idempotency. It ensures that the request
|
842
|
+
# completes no more than one time. If you retry a request with the
|
843
|
+
# same token and the same parameters, the request will complete
|
844
|
+
# successfully. However, if you try to create a new resource using the
|
845
|
+
# same token but different parameters, an HTTP 409 conflict occurs. If
|
846
|
+
# you omit this value, AWS SDKs will automatically generate a unique
|
847
|
+
# client request. For more information about idempotency, see
|
848
|
+
# [Ensuring idempotency in Amazon EC2 API requests][1].
|
799
849
|
#
|
800
850
|
# **A suitable default value is auto-generated.** You should normally
|
801
851
|
# not need to pass this option.
|
852
|
+
#
|
853
|
+
#
|
854
|
+
#
|
855
|
+
# [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
|
802
856
|
# @return [String]
|
803
857
|
#
|
804
858
|
# @!attribute [rw] multicast_groups
|
@@ -850,13 +904,22 @@ module Aws::IoTWireless
|
|
850
904
|
# @return [Array<Types::Tag>]
|
851
905
|
#
|
852
906
|
# @!attribute [rw] client_request_token
|
853
|
-
# Each resource must have a unique client request token.
|
854
|
-
#
|
855
|
-
#
|
856
|
-
#
|
907
|
+
# Each resource must have a unique client request token. The client
|
908
|
+
# token is used to implement idempotency. It ensures that the request
|
909
|
+
# completes no more than one time. If you retry a request with the
|
910
|
+
# same token and the same parameters, the request will complete
|
911
|
+
# successfully. However, if you try to create a new resource using the
|
912
|
+
# same token but different parameters, an HTTP 409 conflict occurs. If
|
913
|
+
# you omit this value, AWS SDKs will automatically generate a unique
|
914
|
+
# client request. For more information about idempotency, see
|
915
|
+
# [Ensuring idempotency in Amazon EC2 API requests][1].
|
857
916
|
#
|
858
917
|
# **A suitable default value is auto-generated.** You should normally
|
859
918
|
# not need to pass this option.
|
919
|
+
#
|
920
|
+
#
|
921
|
+
#
|
922
|
+
# [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
|
860
923
|
# @return [String]
|
861
924
|
#
|
862
925
|
class CreateServiceProfileRequest < Struct.new(
|
@@ -900,13 +963,22 @@ module Aws::IoTWireless
|
|
900
963
|
# @return [String]
|
901
964
|
#
|
902
965
|
# @!attribute [rw] client_request_token
|
903
|
-
# Each resource must have a unique client request token.
|
904
|
-
#
|
905
|
-
#
|
906
|
-
#
|
966
|
+
# Each resource must have a unique client request token. The client
|
967
|
+
# token is used to implement idempotency. It ensures that the request
|
968
|
+
# completes no more than one time. If you retry a request with the
|
969
|
+
# same token and the same parameters, the request will complete
|
970
|
+
# successfully. However, if you try to create a new resource using the
|
971
|
+
# same token but different parameters, an HTTP 409 conflict occurs. If
|
972
|
+
# you omit this value, AWS SDKs will automatically generate a unique
|
973
|
+
# client request. For more information about idempotency, see
|
974
|
+
# [Ensuring idempotency in Amazon EC2 API requests][1].
|
907
975
|
#
|
908
976
|
# **A suitable default value is auto-generated.** You should normally
|
909
977
|
# not need to pass this option.
|
978
|
+
#
|
979
|
+
#
|
980
|
+
#
|
981
|
+
# [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
|
910
982
|
# @return [String]
|
911
983
|
#
|
912
984
|
# @!attribute [rw] lo_ra_wan
|
@@ -977,13 +1049,22 @@ module Aws::IoTWireless
|
|
977
1049
|
# @return [Array<Types::Tag>]
|
978
1050
|
#
|
979
1051
|
# @!attribute [rw] client_request_token
|
980
|
-
# Each resource must have a unique client request token.
|
981
|
-
#
|
982
|
-
#
|
983
|
-
#
|
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
|
1055
|
+
# same token and the same parameters, the request will complete
|
1056
|
+
# successfully. However, if you try to create a new resource using the
|
1057
|
+
# same token but different parameters, an HTTP 409 conflict occurs. If
|
1058
|
+
# you omit this value, AWS SDKs will automatically generate a unique
|
1059
|
+
# client request. For more information about idempotency, see
|
1060
|
+
# [Ensuring idempotency in Amazon EC2 API requests][1].
|
984
1061
|
#
|
985
1062
|
# **A suitable default value is auto-generated.** You should normally
|
986
1063
|
# not need to pass this option.
|
1064
|
+
#
|
1065
|
+
#
|
1066
|
+
#
|
1067
|
+
# [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
|
987
1068
|
# @return [String]
|
988
1069
|
#
|
989
1070
|
class CreateWirelessGatewayRequest < Struct.new(
|
@@ -1026,13 +1107,22 @@ module Aws::IoTWireless
|
|
1026
1107
|
# @return [Types::UpdateWirelessGatewayTaskCreate]
|
1027
1108
|
#
|
1028
1109
|
# @!attribute [rw] client_request_token
|
1029
|
-
# Each resource must have a unique client request token.
|
1030
|
-
#
|
1031
|
-
#
|
1032
|
-
#
|
1110
|
+
# Each resource must have a unique client request token. The client
|
1111
|
+
# token is used to implement idempotency. It ensures that the request
|
1112
|
+
# completes no more than one time. If you retry a request with the
|
1113
|
+
# same token and the same parameters, the request will complete
|
1114
|
+
# successfully. However, if you try to create a new resource using the
|
1115
|
+
# same token but different parameters, an HTTP 409 conflict occurs. If
|
1116
|
+
# you omit this value, AWS SDKs will automatically generate a unique
|
1117
|
+
# client request. For more information about idempotency, see
|
1118
|
+
# [Ensuring idempotency in Amazon EC2 API requests][1].
|
1033
1119
|
#
|
1034
1120
|
# **A suitable default value is auto-generated.** You should normally
|
1035
1121
|
# not need to pass this option.
|
1122
|
+
#
|
1123
|
+
#
|
1124
|
+
#
|
1125
|
+
# [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
|
1036
1126
|
# @return [String]
|
1037
1127
|
#
|
1038
1128
|
# @!attribute [rw] tags
|
@@ -1398,6 +1488,23 @@ module Aws::IoTWireless
|
|
1398
1488
|
include Aws::Structure
|
1399
1489
|
end
|
1400
1490
|
|
1491
|
+
# The required list of dimensions for the metric.
|
1492
|
+
#
|
1493
|
+
# @!attribute [rw] name
|
1494
|
+
# The name of the dimension.
|
1495
|
+
# @return [String]
|
1496
|
+
#
|
1497
|
+
# @!attribute [rw] value
|
1498
|
+
# The dimension's value.
|
1499
|
+
# @return [String]
|
1500
|
+
#
|
1501
|
+
class Dimension < Struct.new(
|
1502
|
+
:name,
|
1503
|
+
:value)
|
1504
|
+
SENSITIVE = []
|
1505
|
+
include Aws::Structure
|
1506
|
+
end
|
1507
|
+
|
1401
1508
|
# @!attribute [rw] partner_account_id
|
1402
1509
|
# The partner account ID to disassociate from the AWS account.
|
1403
1510
|
# @return [String]
|
@@ -1910,6 +2017,41 @@ module Aws::IoTWireless
|
|
1910
2017
|
include Aws::Structure
|
1911
2018
|
end
|
1912
2019
|
|
2020
|
+
# @api private
|
2021
|
+
#
|
2022
|
+
class GetMetricConfigurationRequest < Aws::EmptyStructure; end
|
2023
|
+
|
2024
|
+
# @!attribute [rw] summary_metric
|
2025
|
+
# The configuration status of the AWS account for summary metric
|
2026
|
+
# aggregation.
|
2027
|
+
# @return [Types::SummaryMetricConfiguration]
|
2028
|
+
#
|
2029
|
+
class GetMetricConfigurationResponse < Struct.new(
|
2030
|
+
:summary_metric)
|
2031
|
+
SENSITIVE = []
|
2032
|
+
include Aws::Structure
|
2033
|
+
end
|
2034
|
+
|
2035
|
+
# @!attribute [rw] summary_metric_queries
|
2036
|
+
# The list of queries to retrieve the summary metrics.
|
2037
|
+
# @return [Array<Types::SummaryMetricQuery>]
|
2038
|
+
#
|
2039
|
+
class GetMetricsRequest < Struct.new(
|
2040
|
+
:summary_metric_queries)
|
2041
|
+
SENSITIVE = []
|
2042
|
+
include Aws::Structure
|
2043
|
+
end
|
2044
|
+
|
2045
|
+
# @!attribute [rw] summary_metric_query_results
|
2046
|
+
# The list of summary metrics that were retrieved.
|
2047
|
+
# @return [Array<Types::SummaryMetricQueryResult>]
|
2048
|
+
#
|
2049
|
+
class GetMetricsResponse < Struct.new(
|
2050
|
+
:summary_metric_query_results)
|
2051
|
+
SENSITIVE = []
|
2052
|
+
include Aws::Structure
|
2053
|
+
end
|
2054
|
+
|
1913
2055
|
# @!attribute [rw] id
|
1914
2056
|
# The ID of the multicast group.
|
1915
2057
|
# @return [String]
|
@@ -3819,13 +3961,18 @@ module Aws::IoTWireless
|
|
3819
3961
|
# Information about the gateways accessed by the device.
|
3820
3962
|
# @return [Array<Types::LoRaWANGatewayMetadata>]
|
3821
3963
|
#
|
3964
|
+
# @!attribute [rw] public_gateways
|
3965
|
+
# Information about the LoRaWAN public network accessed by the device.
|
3966
|
+
# @return [Array<Types::LoRaWANPublicGatewayMetadata>]
|
3967
|
+
#
|
3822
3968
|
class LoRaWANDeviceMetadata < Struct.new(
|
3823
3969
|
:dev_eui,
|
3824
3970
|
:f_port,
|
3825
3971
|
:data_rate,
|
3826
3972
|
:frequency,
|
3827
3973
|
:timestamp,
|
3828
|
-
:gateways
|
3974
|
+
:gateways,
|
3975
|
+
:public_gateways)
|
3829
3976
|
SENSITIVE = []
|
3830
3977
|
include Aws::Structure
|
3831
3978
|
end
|
@@ -4295,6 +4442,44 @@ module Aws::IoTWireless
|
|
4295
4442
|
include Aws::Structure
|
4296
4443
|
end
|
4297
4444
|
|
4445
|
+
# LoRaWAN public gateway metadata.
|
4446
|
+
#
|
4447
|
+
# @!attribute [rw] provider_net_id
|
4448
|
+
# The ID of the LoRaWAN public network provider.
|
4449
|
+
# @return [String]
|
4450
|
+
#
|
4451
|
+
# @!attribute [rw] id
|
4452
|
+
# The ID of the gateways that are operated by the network provider.
|
4453
|
+
# @return [String]
|
4454
|
+
#
|
4455
|
+
# @!attribute [rw] rssi
|
4456
|
+
# The RSSI (received signal strength indicator) value.
|
4457
|
+
# @return [Float]
|
4458
|
+
#
|
4459
|
+
# @!attribute [rw] snr
|
4460
|
+
# The SNR (signal to noise ratio) value.
|
4461
|
+
# @return [Float]
|
4462
|
+
#
|
4463
|
+
# @!attribute [rw] rf_region
|
4464
|
+
# The frequency band (RFRegion) value.
|
4465
|
+
# @return [String]
|
4466
|
+
#
|
4467
|
+
# @!attribute [rw] dl_allowed
|
4468
|
+
# Boolean that indicates whether downlink is allowed using the
|
4469
|
+
# network.
|
4470
|
+
# @return [Boolean]
|
4471
|
+
#
|
4472
|
+
class LoRaWANPublicGatewayMetadata < Struct.new(
|
4473
|
+
:provider_net_id,
|
4474
|
+
:id,
|
4475
|
+
:rssi,
|
4476
|
+
:snr,
|
4477
|
+
:rf_region,
|
4478
|
+
:dl_allowed)
|
4479
|
+
SENSITIVE = []
|
4480
|
+
include Aws::Structure
|
4481
|
+
end
|
4482
|
+
|
4298
4483
|
# LoRaWAN router info.
|
4299
4484
|
#
|
4300
4485
|
# @!attribute [rw] f_port
|
@@ -4585,6 +4770,49 @@ module Aws::IoTWireless
|
|
4585
4770
|
include Aws::Structure
|
4586
4771
|
end
|
4587
4772
|
|
4773
|
+
# The aggregated values of the metric.
|
4774
|
+
#
|
4775
|
+
# @!attribute [rw] min
|
4776
|
+
# The minimum of the values of all data points collected during the
|
4777
|
+
# aggregation period.
|
4778
|
+
# @return [Float]
|
4779
|
+
#
|
4780
|
+
# @!attribute [rw] max
|
4781
|
+
# The maximum of the values of all the data points collected during
|
4782
|
+
# the aggregation period.
|
4783
|
+
# @return [Float]
|
4784
|
+
#
|
4785
|
+
# @!attribute [rw] sum
|
4786
|
+
# The sum of the values of all data points collected during the
|
4787
|
+
# aggregation period.
|
4788
|
+
# @return [Float]
|
4789
|
+
#
|
4790
|
+
# @!attribute [rw] avg
|
4791
|
+
# The average of the values of all data points collected during the
|
4792
|
+
# aggregation period.
|
4793
|
+
# @return [Float]
|
4794
|
+
#
|
4795
|
+
# @!attribute [rw] std
|
4796
|
+
# The standard deviation of the values of all data points collected
|
4797
|
+
# during the aggregation period.
|
4798
|
+
# @return [Float]
|
4799
|
+
#
|
4800
|
+
# @!attribute [rw] p90
|
4801
|
+
# The 90th percentile of the values of all data points collected
|
4802
|
+
# during the aggregation period.
|
4803
|
+
# @return [Float]
|
4804
|
+
#
|
4805
|
+
class MetricQueryValue < Struct.new(
|
4806
|
+
:min,
|
4807
|
+
:max,
|
4808
|
+
:sum,
|
4809
|
+
:avg,
|
4810
|
+
:std,
|
4811
|
+
:p90)
|
4812
|
+
SENSITIVE = []
|
4813
|
+
include Aws::Structure
|
4814
|
+
end
|
4815
|
+
|
4588
4816
|
# A multicast group.
|
4589
4817
|
#
|
4590
4818
|
# @!attribute [rw] id
|
@@ -4655,11 +4883,13 @@ module Aws::IoTWireless
|
|
4655
4883
|
# @return [String]
|
4656
4884
|
#
|
4657
4885
|
# @!attribute [rw] app_eui
|
4658
|
-
# The AppEUI value.
|
4886
|
+
# The AppEUI value. You specify this value when using LoRaWAN versions
|
4887
|
+
# v1.0.2 or v1.0.3.
|
4659
4888
|
# @return [String]
|
4660
4889
|
#
|
4661
4890
|
# @!attribute [rw] join_eui
|
4662
|
-
# The JoinEUI value.
|
4891
|
+
# The JoinEUI value. You specify this value instead of the AppEUI when
|
4892
|
+
# using LoRaWAN version v1.0.4.
|
4663
4893
|
# @return [String]
|
4664
4894
|
#
|
4665
4895
|
# @!attribute [rw] gen_app_key
|
@@ -5526,13 +5756,22 @@ module Aws::IoTWireless
|
|
5526
5756
|
# @return [String]
|
5527
5757
|
#
|
5528
5758
|
# @!attribute [rw] client_request_token
|
5529
|
-
# Each resource must have a unique client request token.
|
5530
|
-
#
|
5531
|
-
#
|
5532
|
-
#
|
5759
|
+
# Each resource must have a unique client request token. The client
|
5760
|
+
# token is used to implement idempotency. It ensures that the request
|
5761
|
+
# completes no more than one time. If you retry a request with the
|
5762
|
+
# same token and the same parameters, the request will complete
|
5763
|
+
# successfully. However, if you try to create a new resource using the
|
5764
|
+
# same token but different parameters, an HTTP 409 conflict occurs. If
|
5765
|
+
# you omit this value, AWS SDKs will automatically generate a unique
|
5766
|
+
# client request. For more information about idempotency, see
|
5767
|
+
# [Ensuring idempotency in Amazon EC2 API requests][1].
|
5533
5768
|
#
|
5534
5769
|
# **A suitable default value is auto-generated.** You should normally
|
5535
5770
|
# not need to pass this option.
|
5771
|
+
#
|
5772
|
+
#
|
5773
|
+
#
|
5774
|
+
# [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
|
5536
5775
|
# @return [String]
|
5537
5776
|
#
|
5538
5777
|
# @!attribute [rw] device_name
|
@@ -5582,13 +5821,22 @@ module Aws::IoTWireless
|
|
5582
5821
|
# @return [String]
|
5583
5822
|
#
|
5584
5823
|
# @!attribute [rw] client_request_token
|
5585
|
-
# Each resource must have a unique client request token.
|
5586
|
-
#
|
5587
|
-
#
|
5588
|
-
#
|
5824
|
+
# Each resource must have a unique client request token. The client
|
5825
|
+
# token is used to implement idempotency. It ensures that the request
|
5826
|
+
# completes no more than one time. If you retry a request with the
|
5827
|
+
# same token and the same parameters, the request will complete
|
5828
|
+
# successfully. However, if you try to create a new resource using the
|
5829
|
+
# same token but different parameters, an HTTP 409 conflict occurs. If
|
5830
|
+
# you omit this value, AWS SDKs will automatically generate a unique
|
5831
|
+
# client request. For more information about idempotency, see
|
5832
|
+
# [Ensuring idempotency in Amazon EC2 API requests][1].
|
5589
5833
|
#
|
5590
5834
|
# **A suitable default value is auto-generated.** You should normally
|
5591
5835
|
# not need to pass this option.
|
5836
|
+
#
|
5837
|
+
#
|
5838
|
+
#
|
5839
|
+
# [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
|
5592
5840
|
# @return [String]
|
5593
5841
|
#
|
5594
5842
|
# @!attribute [rw] tags
|
@@ -5625,6 +5873,118 @@ module Aws::IoTWireless
|
|
5625
5873
|
include Aws::Structure
|
5626
5874
|
end
|
5627
5875
|
|
5876
|
+
# The configuration of summary metrics.
|
5877
|
+
#
|
5878
|
+
# @!attribute [rw] status
|
5879
|
+
# The status of the configuration of summary metrics.
|
5880
|
+
# @return [String]
|
5881
|
+
#
|
5882
|
+
class SummaryMetricConfiguration < Struct.new(
|
5883
|
+
:status)
|
5884
|
+
SENSITIVE = []
|
5885
|
+
include Aws::Structure
|
5886
|
+
end
|
5887
|
+
|
5888
|
+
# The summary metric query object.
|
5889
|
+
#
|
5890
|
+
# @!attribute [rw] query_id
|
5891
|
+
# The id of the summary metric query.
|
5892
|
+
# @return [String]
|
5893
|
+
#
|
5894
|
+
# @!attribute [rw] metric_name
|
5895
|
+
# The name of the metric.
|
5896
|
+
# @return [String]
|
5897
|
+
#
|
5898
|
+
# @!attribute [rw] dimensions
|
5899
|
+
# The dimensions of the summary metric.
|
5900
|
+
# @return [Array<Types::Dimension>]
|
5901
|
+
#
|
5902
|
+
# @!attribute [rw] aggregation_period
|
5903
|
+
# The aggregation period of the summary metric.
|
5904
|
+
# @return [String]
|
5905
|
+
#
|
5906
|
+
# @!attribute [rw] start_timestamp
|
5907
|
+
# The start timestamp for the summary metric query.
|
5908
|
+
# @return [Time]
|
5909
|
+
#
|
5910
|
+
# @!attribute [rw] end_timestamp
|
5911
|
+
# The end timestamp for the summary metric query.
|
5912
|
+
# @return [Time]
|
5913
|
+
#
|
5914
|
+
class SummaryMetricQuery < Struct.new(
|
5915
|
+
:query_id,
|
5916
|
+
:metric_name,
|
5917
|
+
:dimensions,
|
5918
|
+
:aggregation_period,
|
5919
|
+
:start_timestamp,
|
5920
|
+
:end_timestamp)
|
5921
|
+
SENSITIVE = []
|
5922
|
+
include Aws::Structure
|
5923
|
+
end
|
5924
|
+
|
5925
|
+
# The result of the summary metrics aggregation operation.
|
5926
|
+
#
|
5927
|
+
# @!attribute [rw] query_id
|
5928
|
+
# The ID of the summary metric results query operation.
|
5929
|
+
# @return [String]
|
5930
|
+
#
|
5931
|
+
# @!attribute [rw] query_status
|
5932
|
+
# The status of the summary metric query result.
|
5933
|
+
# @return [String]
|
5934
|
+
#
|
5935
|
+
# @!attribute [rw] error
|
5936
|
+
# The error message for the summary metric query result.
|
5937
|
+
# @return [String]
|
5938
|
+
#
|
5939
|
+
# @!attribute [rw] metric_name
|
5940
|
+
# The name of the summary metric query result.
|
5941
|
+
# @return [String]
|
5942
|
+
#
|
5943
|
+
# @!attribute [rw] dimensions
|
5944
|
+
# The dimensions of the metric.
|
5945
|
+
# @return [Array<Types::Dimension>]
|
5946
|
+
#
|
5947
|
+
# @!attribute [rw] aggregation_period
|
5948
|
+
# The aggregation period of the metric.
|
5949
|
+
# @return [String]
|
5950
|
+
#
|
5951
|
+
# @!attribute [rw] start_timestamp
|
5952
|
+
# The start timestamp for the summary metric query.
|
5953
|
+
# @return [Time]
|
5954
|
+
#
|
5955
|
+
# @!attribute [rw] end_timestamp
|
5956
|
+
# The end timestamp for the summary metric query.
|
5957
|
+
# @return [Time]
|
5958
|
+
#
|
5959
|
+
# @!attribute [rw] timestamps
|
5960
|
+
# The timestamp of each aggregation result.
|
5961
|
+
# @return [Array<Time>]
|
5962
|
+
#
|
5963
|
+
# @!attribute [rw] values
|
5964
|
+
# The list of aggregated summary metric query results.
|
5965
|
+
# @return [Array<Types::MetricQueryValue>]
|
5966
|
+
#
|
5967
|
+
# @!attribute [rw] unit
|
5968
|
+
# The units of measurement to be used for interpreting the aggregation
|
5969
|
+
# result.
|
5970
|
+
# @return [String]
|
5971
|
+
#
|
5972
|
+
class SummaryMetricQueryResult < Struct.new(
|
5973
|
+
:query_id,
|
5974
|
+
:query_status,
|
5975
|
+
:error,
|
5976
|
+
:metric_name,
|
5977
|
+
:dimensions,
|
5978
|
+
:aggregation_period,
|
5979
|
+
:start_timestamp,
|
5980
|
+
:end_timestamp,
|
5981
|
+
:timestamps,
|
5982
|
+
:values,
|
5983
|
+
:unit)
|
5984
|
+
SENSITIVE = []
|
5985
|
+
include Aws::Structure
|
5986
|
+
end
|
5987
|
+
|
5628
5988
|
# A simple label consisting of a customer-defined key-value pair
|
5629
5989
|
#
|
5630
5990
|
# @!attribute [rw] key
|
@@ -6064,6 +6424,18 @@ module Aws::IoTWireless
|
|
6064
6424
|
|
6065
6425
|
class UpdateLogLevelsByResourceTypesResponse < Aws::EmptyStructure; end
|
6066
6426
|
|
6427
|
+
# @!attribute [rw] summary_metric
|
6428
|
+
# The value to be used to set summary metric configuration.
|
6429
|
+
# @return [Types::SummaryMetricConfiguration]
|
6430
|
+
#
|
6431
|
+
class UpdateMetricConfigurationRequest < Struct.new(
|
6432
|
+
:summary_metric)
|
6433
|
+
SENSITIVE = []
|
6434
|
+
include Aws::Structure
|
6435
|
+
end
|
6436
|
+
|
6437
|
+
class UpdateMetricConfigurationResponse < Aws::EmptyStructure; end
|
6438
|
+
|
6067
6439
|
# @!attribute [rw] id
|
6068
6440
|
# The ID of the multicast group.
|
6069
6441
|
# @return [String]
|