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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f7baf046d95bf7ca71b852d2d0b5443cf1b0c047937ea52bb1ecbe434eccfea1
4
- data.tar.gz: 376699fe02a1981651b61bf3f96e26c547b9df086a11c578fb33539c1233a5a1
3
+ metadata.gz: d398b8ad19f8f1f0e46a76a42d9b581f28d1f0c58961bf77610fff675557bc35
4
+ data.tar.gz: d7b448f278fcde03037d207ee25997097473225992995b0306574b5163869ead
5
5
  SHA512:
6
- metadata.gz: 2375c7cb3783d610776230ca2c09f9196b120cd04449c9cae0b2d879cdb6728ae4bef85333961819b5c2151c080fa946badb9143c41bc2f2464e9ebe00aac8f4
7
- data.tar.gz: d6f66c7e7119ad9b422fe751575d0bf61a497bca363779dd44c6e2939e953028d6d1061d8e7025f7f745116b05df606262ce7c4dbab9efa8ae5f7e14fd698e1c
6
+ metadata.gz: e5bd8f71363d17b76c61d648552283147777d368ce9fb5f8a39aeed598bf69e8bd876ba80496313f5cb62616ff83d639800c940fb0344e5692296283dcfde0bd
7
+ data.tar.gz: e4be0620eaafb88812506c1d38ebcf405447c28d933ad3e4b1b84120c5bebcdf0a5f07115be69534afd1a89c0c439c224eb6cc29698ce75914571ead67e9b864
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.0 (2023-11-03)
5
+ ------------------
6
+
7
+ * Feature - Added LoRaWAN version 1.0.4 support
8
+
4
9
  1.39.0 (2023-09-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.39.0
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 gateway and wireless device resources.
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 gateway and wireless device resources.
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 resource to
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.39.0'
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?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
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 gateway and wireless device
770
- # resources.
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 gateway and wireless device
1996
- # resources.
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 gateway resources that have been added to the
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 uses the GeoJSON format, which a format that's
2144
- # used to encode geographic data structures. For more information, see
2145
- # [GeoJSON][1].
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 gateway and wireless device resources.
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
- # LoRaWAN end devices and the network server.
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 gateway and wireless device
6090
- # resources.
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 resource to
6139
+ # configuration. Provide the `MulticastGroupId` of the resources to
6130
6140
  # remove in the input array.
6131
6141
  # @return [Array<String>]
6132
6142
  #
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-iotwireless/customizations'
52
52
  # @!group service
53
53
  module Aws::IoTWireless
54
54
 
55
- GEM_VERSION = '1.39.0'
55
+ GEM_VERSION = '1.40.0'
56
56
 
57
57
  end
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.39.0
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-09-27 00:00:00.000000000 Z
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