aws-sdk-iotwireless 1.1.0 → 1.2.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: 7cf460924db0775cd65abce5b095b18e82283cdf8aa2cec237d243b9f5989422
4
- data.tar.gz: a91f634547cf21d2f5dacea19f48dc4ff017c69986d36ed0543f2ec949918d97
3
+ metadata.gz: 6e5ba7d3c8e38713e57a1a533dfec692efd3a7ff984424b0d770825115ed9d5d
4
+ data.tar.gz: 69fbdc226e15be6bf5e5ca782c33d35793218855cc0b72647839d25e3b32af72
5
5
  SHA512:
6
- metadata.gz: 1fd14a9faf3a94c7c8721c2f6ac879d6a4550b346c419957b3ac3037451fe3e8e525314ce2a13c617d080e1c4f54c1e068f655adfb3c91b08dd46a5538d9d5cc
7
- data.tar.gz: 3cb98250220aee92f1c7a1fbd05d904a8ace9e55ab7544d14150c707e5c7da8599a1048bc36817eb2432fddfbc5c506c821c0214689bf8ae01e3297e20aac04e
6
+ metadata.gz: e596495e6f93dbfeba0909cfe55b6cc32ea450e1adb450ab849b53884aee884c929668db0aaa8785e41a39aa2978bc455a67de0a2ff1c2b1588f1ac1feba39c8
7
+ data.tar.gz: fc82b71283e22a7241bb838780bc6c9f7b168de9851143ca0d862bcd64122feb3061a2cc6ddfe3aa7a13725c73eee94af1b9e71767ac17555f30705e45ca025c
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-iotwireless/customizations'
48
48
  # @!group service
49
49
  module Aws::IoTWireless
50
50
 
51
- GEM_VERSION = '1.1.0'
51
+ GEM_VERSION = '1.2.0'
52
52
 
53
53
  end
@@ -485,7 +485,7 @@ module Aws::IoTWireless
485
485
  #
486
486
  # resp = client.create_destination({
487
487
  # name: "DestinationName", # required
488
- # expression_type: "RuleName", # required, accepts RuleName
488
+ # expression_type: "RuleName", # required, accepts RuleName, MqttTopic
489
489
  # expression: "Expression", # required
490
490
  # description: "Description",
491
491
  # role_arn: "RoleArn", # required
@@ -1128,7 +1128,7 @@ module Aws::IoTWireless
1128
1128
  # resp.arn #=> String
1129
1129
  # resp.name #=> String
1130
1130
  # resp.expression #=> String
1131
- # resp.expression_type #=> String, one of "RuleName"
1131
+ # resp.expression_type #=> String, one of "RuleName", "MqttTopic"
1132
1132
  # resp.description #=> String
1133
1133
  # resp.role_arn #=> String
1134
1134
  #
@@ -1458,6 +1458,7 @@ module Aws::IoTWireless
1458
1458
  # @return [Types::GetWirelessGatewayCertificateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1459
1459
  #
1460
1460
  # * {Types::GetWirelessGatewayCertificateResponse#iot_certificate_id #iot_certificate_id} => String
1461
+ # * {Types::GetWirelessGatewayCertificateResponse#lo_ra_wan_network_server_certificate_id #lo_ra_wan_network_server_certificate_id} => String
1461
1462
  #
1462
1463
  # @example Request syntax with placeholder values
1463
1464
  #
@@ -1468,6 +1469,7 @@ module Aws::IoTWireless
1468
1469
  # @example Response structure
1469
1470
  #
1470
1471
  # resp.iot_certificate_id #=> String
1472
+ # resp.lo_ra_wan_network_server_certificate_id #=> String
1471
1473
  #
1472
1474
  # @overload get_wireless_gateway_certificate(params = {})
1473
1475
  # @param [Hash] params ({})
@@ -1636,7 +1638,7 @@ module Aws::IoTWireless
1636
1638
  # resp.destination_list #=> Array
1637
1639
  # resp.destination_list[0].arn #=> String
1638
1640
  # resp.destination_list[0].name #=> String
1639
- # resp.destination_list[0].expression_type #=> String, one of "RuleName"
1641
+ # resp.destination_list[0].expression_type #=> String, one of "RuleName", "MqttTopic"
1640
1642
  # resp.destination_list[0].expression #=> String
1641
1643
  # resp.destination_list[0].description #=> String
1642
1644
  # resp.destination_list[0].role_arn #=> String
@@ -1950,8 +1952,7 @@ module Aws::IoTWireless
1950
1952
  #
1951
1953
  # @option params [required, Integer] :transmit_mode
1952
1954
  # The transmit mode to use to send data to the wireless device. Can be:
1953
- # `0` for UM (unacknowledge mode), `1` for AM (acknowledge mode), or `2`
1954
- # for (TM) transparent mode.
1955
+ # `0` for UM (unacknowledge mode) or `1` for AM (acknowledge mode).
1955
1956
  #
1956
1957
  # @option params [required, String] :payload_data
1957
1958
  # The message payload to send.
@@ -2094,7 +2095,7 @@ module Aws::IoTWireless
2094
2095
  #
2095
2096
  # resp = client.update_destination({
2096
2097
  # name: "DestinationName", # required
2097
- # expression_type: "RuleName", # accepts RuleName
2098
+ # expression_type: "RuleName", # accepts RuleName, MqttTopic
2098
2099
  # expression: "Expression",
2099
2100
  # description: "Description",
2100
2101
  # role_arn: "RoleArn",
@@ -2217,7 +2218,7 @@ module Aws::IoTWireless
2217
2218
  params: params,
2218
2219
  config: config)
2219
2220
  context[:gem_name] = 'aws-sdk-iotwireless'
2220
- context[:gem_version] = '1.1.0'
2221
+ context[:gem_version] = '1.2.0'
2221
2222
  Seahorse::Client::Request.new(handlers, context)
2222
2223
  end
2223
2224
 
@@ -543,6 +543,7 @@ module Aws::IoTWireless
543
543
  GetWirelessGatewayCertificateRequest.struct_class = Types::GetWirelessGatewayCertificateRequest
544
544
 
545
545
  GetWirelessGatewayCertificateResponse.add_member(:iot_certificate_id, Shapes::ShapeRef.new(shape: IotCertificateId, location_name: "IotCertificateId"))
546
+ GetWirelessGatewayCertificateResponse.add_member(:lo_ra_wan_network_server_certificate_id, Shapes::ShapeRef.new(shape: IotCertificateId, location_name: "LoRaWANNetworkServerCertificateId"))
546
547
  GetWirelessGatewayCertificateResponse.struct_class = Types::GetWirelessGatewayCertificateResponse
547
548
 
548
549
  GetWirelessGatewayFirmwareInformationRequest.add_member(:id, Shapes::ShapeRef.new(shape: WirelessGatewayId, required: true, location: "uri", location_name: "Id"))
@@ -229,7 +229,7 @@ module Aws::IoTWireless
229
229
  #
230
230
  # {
231
231
  # name: "DestinationName", # required
232
- # expression_type: "RuleName", # required, accepts RuleName
232
+ # expression_type: "RuleName", # required, accepts RuleName, MqttTopic
233
233
  # expression: "Expression", # required
234
234
  # description: "Description",
235
235
  # role_arn: "RoleArn", # required
@@ -1348,8 +1348,14 @@ module Aws::IoTWireless
1348
1348
  # The ID of the certificate associated with the wireless gateway.
1349
1349
  # @return [String]
1350
1350
  #
1351
+ # @!attribute [rw] lo_ra_wan_network_server_certificate_id
1352
+ # The ID of the certificate associated with the wireless gateway and
1353
+ # used for LoRaWANNetworkServer endpoint.
1354
+ # @return [String]
1355
+ #
1351
1356
  class GetWirelessGatewayCertificateResponse < Struct.new(
1352
- :iot_certificate_id)
1357
+ :iot_certificate_id,
1358
+ :lo_ra_wan_network_server_certificate_id)
1353
1359
  SENSITIVE = []
1354
1360
  include Aws::Structure
1355
1361
  end
@@ -2595,8 +2601,8 @@ module Aws::IoTWireless
2595
2601
  #
2596
2602
  # @!attribute [rw] transmit_mode
2597
2603
  # The transmit mode to use to send data to the wireless device. Can
2598
- # be: `0` for UM (unacknowledge mode), `1` for AM (acknowledge mode),
2599
- # or `2` for (TM) transparent mode.
2604
+ # be: `0` for UM (unacknowledge mode) or `1` for AM (acknowledge
2605
+ # mode).
2600
2606
  # @return [Integer]
2601
2607
  #
2602
2608
  # @!attribute [rw] payload_data
@@ -2742,7 +2748,7 @@ module Aws::IoTWireless
2742
2748
  # @return [String]
2743
2749
  #
2744
2750
  # @!attribute [rw] fingerprint
2745
- # Fingerprint for Sidewalk application server private key.
2751
+ # The fingerprint of the Sidewalk application server private key.
2746
2752
  # @return [String]
2747
2753
  #
2748
2754
  class SidewalkAccountInfoWithFingerprint < Struct.new(
@@ -2942,7 +2948,7 @@ module Aws::IoTWireless
2942
2948
  #
2943
2949
  # {
2944
2950
  # name: "DestinationName", # required
2945
- # expression_type: "RuleName", # accepts RuleName
2951
+ # expression_type: "RuleName", # accepts RuleName, MqttTopic
2946
2952
  # expression: "Expression",
2947
2953
  # description: "Description",
2948
2954
  # role_arn: "RoleArn",
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.1.0
4
+ version: 1.2.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: 2020-12-22 00:00:00.000000000 Z
11
+ date: 2021-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.109.0
22
+ version: 3.112.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.109.0
32
+ version: 3.112.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement