aws-sdk-iotwireless 1.39.0 → 1.40.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 +8 -4
- data/lib/aws-sdk-iotwireless/client_api.rb +1 -0
- data/lib/aws-sdk-iotwireless/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-iotwireless/types.rb +24 -14
- data/lib/aws-sdk-iotwireless.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d398b8ad19f8f1f0e46a76a42d9b581f28d1f0c58961bf77610fff675557bc35
|
4
|
+
data.tar.gz: d7b448f278fcde03037d207ee25997097473225992995b0306574b5163869ead
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e5bd8f71363d17b76c61d648552283147777d368ce9fb5f8a39aeed598bf69e8bd876ba80496313f5cb62616ff83d639800c940fb0344e5692296283dcfde0bd
|
7
|
+
data.tar.gz: e4be0620eaafb88812506c1d38ebcf405447c28d933ad3e4b1b84120c5bebcdf0a5f07115be69534afd1a89c0c439c224eb6cc29698ce75914571ead67e9b864
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.40.0
|
@@ -909,7 +909,8 @@ module Aws::IoTWireless
|
|
909
909
|
# Name of the network analyzer configuration.
|
910
910
|
#
|
911
911
|
# @option params [Types::TraceContent] :trace_content
|
912
|
-
# Trace content for your wireless
|
912
|
+
# Trace content for your wireless devices, gateways, and multicast
|
913
|
+
# groups.
|
913
914
|
#
|
914
915
|
# @option params [Array<String>] :wireless_devices
|
915
916
|
# Wireless device resources to add to the network analyzer
|
@@ -1103,6 +1104,7 @@ module Aws::IoTWireless
|
|
1103
1104
|
# otaa_v1_0_x: {
|
1104
1105
|
# app_key: "AppKey",
|
1105
1106
|
# app_eui: "AppEui",
|
1107
|
+
# join_eui: "JoinEui",
|
1106
1108
|
# gen_app_key: "GenAppKey",
|
1107
1109
|
# },
|
1108
1110
|
# abp_v1_1: {
|
@@ -2669,6 +2671,7 @@ module Aws::IoTWireless
|
|
2669
2671
|
# resp.lo_ra_wan.otaa_v1_1.join_eui #=> String
|
2670
2672
|
# resp.lo_ra_wan.otaa_v1_0_x.app_key #=> String
|
2671
2673
|
# resp.lo_ra_wan.otaa_v1_0_x.app_eui #=> String
|
2674
|
+
# resp.lo_ra_wan.otaa_v1_0_x.join_eui #=> String
|
2672
2675
|
# resp.lo_ra_wan.otaa_v1_0_x.gen_app_key #=> String
|
2673
2676
|
# resp.lo_ra_wan.abp_v1_1.dev_addr #=> String
|
2674
2677
|
# resp.lo_ra_wan.abp_v1_1.session_keys.f_nwk_s_int_key #=> String
|
@@ -4620,7 +4623,8 @@ module Aws::IoTWireless
|
|
4620
4623
|
# Name of the network analyzer configuration.
|
4621
4624
|
#
|
4622
4625
|
# @option params [Types::TraceContent] :trace_content
|
4623
|
-
# Trace content for your wireless
|
4626
|
+
# Trace content for your wireless devices, gateways, and multicast
|
4627
|
+
# groups.
|
4624
4628
|
#
|
4625
4629
|
# @option params [Array<String>] :wireless_devices_to_add
|
4626
4630
|
# Wireless device resources to add to the network analyzer
|
@@ -4652,7 +4656,7 @@ module Aws::IoTWireless
|
|
4652
4656
|
#
|
4653
4657
|
# @option params [Array<String>] :multicast_groups_to_remove
|
4654
4658
|
# Multicast group resources to remove from the network analyzer
|
4655
|
-
# configuration. Provide the `MulticastGroupId` of the
|
4659
|
+
# configuration. Provide the `MulticastGroupId` of the resources to
|
4656
4660
|
# remove in the input array.
|
4657
4661
|
#
|
4658
4662
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
@@ -5013,7 +5017,7 @@ module Aws::IoTWireless
|
|
5013
5017
|
params: params,
|
5014
5018
|
config: config)
|
5015
5019
|
context[:gem_name] = 'aws-sdk-iotwireless'
|
5016
|
-
context[:gem_version] = '1.
|
5020
|
+
context[:gem_version] = '1.40.0'
|
5017
5021
|
Seahorse::Client::Request.new(handlers, context)
|
5018
5022
|
end
|
5019
5023
|
|
@@ -1799,6 +1799,7 @@ module Aws::IoTWireless
|
|
1799
1799
|
|
1800
1800
|
OtaaV1_0_x.add_member(:app_key, Shapes::ShapeRef.new(shape: AppKey, location_name: "AppKey"))
|
1801
1801
|
OtaaV1_0_x.add_member(:app_eui, Shapes::ShapeRef.new(shape: AppEui, location_name: "AppEui"))
|
1802
|
+
OtaaV1_0_x.add_member(:join_eui, Shapes::ShapeRef.new(shape: JoinEui, location_name: "JoinEui"))
|
1802
1803
|
OtaaV1_0_x.add_member(:gen_app_key, Shapes::ShapeRef.new(shape: GenAppKey, location_name: "GenAppKey"))
|
1803
1804
|
OtaaV1_0_x.struct_class = Types::OtaaV1_0_x
|
1804
1805
|
|
@@ -32,7 +32,7 @@ module Aws::IoTWireless
|
|
32
32
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
33
33
|
end
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
35
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
36
36
|
return Aws::Endpoints::Endpoint.new(url: "https://api.iotwireless-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
37
37
|
end
|
38
38
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
@@ -766,8 +766,8 @@ module Aws::IoTWireless
|
|
766
766
|
# @return [String]
|
767
767
|
#
|
768
768
|
# @!attribute [rw] trace_content
|
769
|
-
# Trace content for your wireless
|
770
|
-
#
|
769
|
+
# Trace content for your wireless devices, gateways, and multicast
|
770
|
+
# groups.
|
771
771
|
# @return [Types::TraceContent]
|
772
772
|
#
|
773
773
|
# @!attribute [rw] wireless_devices
|
@@ -1992,12 +1992,12 @@ module Aws::IoTWireless
|
|
1992
1992
|
end
|
1993
1993
|
|
1994
1994
|
# @!attribute [rw] trace_content
|
1995
|
-
# Trace content for your wireless
|
1996
|
-
#
|
1995
|
+
# Trace content for your wireless devices, gateways, and multicast
|
1996
|
+
# groups.
|
1997
1997
|
# @return [Types::TraceContent]
|
1998
1998
|
#
|
1999
1999
|
# @!attribute [rw] wireless_devices
|
2000
|
-
# List of wireless
|
2000
|
+
# List of wireless device resources that have been added to the
|
2001
2001
|
# network analyzer configuration.
|
2002
2002
|
# @return [Array<String>]
|
2003
2003
|
#
|
@@ -2140,13 +2140,17 @@ module Aws::IoTWireless
|
|
2140
2140
|
|
2141
2141
|
# @!attribute [rw] geo_json_payload
|
2142
2142
|
# The position information of the resource, displayed as a JSON
|
2143
|
-
# payload. The payload
|
2144
|
-
# used to encode geographic data
|
2145
|
-
#
|
2143
|
+
# payload. The payload is of type blob and uses the [GeoJSON][1]
|
2144
|
+
# format, which a format that's used to encode geographic data
|
2145
|
+
# structures. A sample payload contains the timestamp information, the
|
2146
|
+
# WGS84 coordinates of the location, and the accuracy and confidence
|
2147
|
+
# level. For more information and examples, see [Resolve device
|
2148
|
+
# location (console)][2].
|
2146
2149
|
#
|
2147
2150
|
#
|
2148
2151
|
#
|
2149
2152
|
# [1]: https://geojson.org/
|
2153
|
+
# [2]: https://docs.aws.amazon.com/iot/latest/developerguide/location-resolve-console.html
|
2150
2154
|
# @return [String]
|
2151
2155
|
#
|
2152
2156
|
class GetPositionEstimateResponse < Struct.new(
|
@@ -3890,7 +3894,7 @@ module Aws::IoTWireless
|
|
3890
3894
|
# @return [Integer]
|
3891
3895
|
#
|
3892
3896
|
# @!attribute [rw] max_duty_cycle
|
3893
|
-
# The MaxDutyCycle value.
|
3897
|
+
# The MaxDutyCycle value. It ranges from 0 to 15.
|
3894
3898
|
# @return [Integer]
|
3895
3899
|
#
|
3896
3900
|
# @!attribute [rw] rf_region
|
@@ -4654,6 +4658,10 @@ module Aws::IoTWireless
|
|
4654
4658
|
# The AppEUI value.
|
4655
4659
|
# @return [String]
|
4656
4660
|
#
|
4661
|
+
# @!attribute [rw] join_eui
|
4662
|
+
# The JoinEUI value.
|
4663
|
+
# @return [String]
|
4664
|
+
#
|
4657
4665
|
# @!attribute [rw] gen_app_key
|
4658
4666
|
# The GenAppKey value.
|
4659
4667
|
# @return [String]
|
@@ -4661,6 +4669,7 @@ module Aws::IoTWireless
|
|
4661
4669
|
class OtaaV1_0_x < Struct.new(
|
4662
4670
|
:app_key,
|
4663
4671
|
:app_eui,
|
4672
|
+
:join_eui,
|
4664
4673
|
:gen_app_key)
|
4665
4674
|
SENSITIVE = []
|
4666
4675
|
include Aws::Structure
|
@@ -5808,7 +5817,8 @@ module Aws::IoTWireless
|
|
5808
5817
|
include Aws::Structure
|
5809
5818
|
end
|
5810
5819
|
|
5811
|
-
# Trace content for your wireless
|
5820
|
+
# Trace content for your wireless devices, gateways, and multicast
|
5821
|
+
# groups.
|
5812
5822
|
#
|
5813
5823
|
# @!attribute [rw] wireless_device_frame_info
|
5814
5824
|
# `FrameInfo` of your wireless device resources for the trace content.
|
@@ -5825,7 +5835,7 @@ module Aws::IoTWireless
|
|
5825
5835
|
# @!attribute [rw] multicast_frame_info
|
5826
5836
|
# `FrameInfo` of your multicast group resources for the trace content.
|
5827
5837
|
# Use FrameInfo to debug the multicast communication between your
|
5828
|
-
#
|
5838
|
+
# multicast groups and the network server.
|
5829
5839
|
# @return [String]
|
5830
5840
|
#
|
5831
5841
|
class TraceContent < Struct.new(
|
@@ -6086,8 +6096,8 @@ module Aws::IoTWireless
|
|
6086
6096
|
# @return [String]
|
6087
6097
|
#
|
6088
6098
|
# @!attribute [rw] trace_content
|
6089
|
-
# Trace content for your wireless
|
6090
|
-
#
|
6099
|
+
# Trace content for your wireless devices, gateways, and multicast
|
6100
|
+
# groups.
|
6091
6101
|
# @return [Types::TraceContent]
|
6092
6102
|
#
|
6093
6103
|
# @!attribute [rw] wireless_devices_to_add
|
@@ -6126,7 +6136,7 @@ module Aws::IoTWireless
|
|
6126
6136
|
#
|
6127
6137
|
# @!attribute [rw] multicast_groups_to_remove
|
6128
6138
|
# Multicast group resources to remove from the network analyzer
|
6129
|
-
# configuration. Provide the `MulticastGroupId` of the
|
6139
|
+
# configuration. Provide the `MulticastGroupId` of the resources to
|
6130
6140
|
# remove in the input array.
|
6131
6141
|
# @return [Array<String>]
|
6132
6142
|
#
|
data/lib/aws-sdk-iotwireless.rb
CHANGED
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
|
+
version: 1.40.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: 2023-
|
11
|
+
date: 2023-11-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|