aws-sdk-iotwireless 1.48.0 → 1.49.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: 468a9b4f7da08c224362ee665ec23885274118a4164f9f3365dfc83208837717
4
- data.tar.gz: 5c482eebc67af8051532873145c464700ee2a201b9eed32ff857b6c60e0a4ece
3
+ metadata.gz: 70926896598f5bef5af7eb311436f6830ede06cfef66cdaebdf0355da1b46f46
4
+ data.tar.gz: 0f020070f94eaa3c8ebf737b15a5ef5d06e258d13f096560278652fe2b068f51
5
5
  SHA512:
6
- metadata.gz: a3c6c6e26765dae4651ecff3bbf94a891cea204dceab4b3df887d79119aa8e128fb8cae5ac6f855ce5199bbf28b3b84848e0252a6d401d056b356a6f5bbf467c
7
- data.tar.gz: 805c44eda32def9eb4705b5bdb4b73dd06cfedc9d8818b37a7290ac97ca91d027c600837168ed171fc90c50ec640c14af122b9d81d0c34a3723cc20a908a3ca3
6
+ metadata.gz: a24e085f85c2913990e5ca3deb6436a903e03257708f4ab9b3a60ee3f11808e4903285f0d71aec9e9f4d2b404b06215b1772a8f7ecab37a3221c7d0c7addfb95
7
+ data.tar.gz: dd91eaeef670497f93c98dafce7e06c761fcb29e849e5bda28cb7256842c784ae1825865d836c55371f7a6be320d585cb05c201e5d5935837b24c1648369891b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.49.0 (2024-06-06)
5
+ ------------------
6
+
7
+ * Feature - Adds support for wireless device to be in Conflict FUOTA Device Status due to a FUOTA Task, so it couldn't be attached to a new one.
8
+
4
9
  1.48.0 (2024-06-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.48.0
1
+ 1.49.0
@@ -3924,7 +3924,7 @@ module Aws::IoTWireless
3924
3924
  # resp.wireless_device_list[0].sidewalk.device_certificates[0].value #=> String
3925
3925
  # resp.wireless_device_list[0].sidewalk.device_profile_id #=> String
3926
3926
  # resp.wireless_device_list[0].sidewalk.status #=> String, one of "PROVISIONED", "REGISTERED", "ACTIVATED", "UNKNOWN"
3927
- # resp.wireless_device_list[0].fuota_device_status #=> String, one of "Initial", "Package_Not_Supported", "FragAlgo_unsupported", "Not_enough_memory", "FragIndex_unsupported", "Wrong_descriptor", "SessionCnt_replay", "MissingFrag", "MemoryError", "MICError", "Successful"
3927
+ # resp.wireless_device_list[0].fuota_device_status #=> String, one of "Initial", "Package_Not_Supported", "FragAlgo_unsupported", "Not_enough_memory", "FragIndex_unsupported", "Wrong_descriptor", "SessionCnt_replay", "MissingFrag", "MemoryError", "MICError", "Successful", "Device_exist_in_conflict_fuota_task"
3928
3928
  # resp.wireless_device_list[0].multicast_device_status #=> String
3929
3929
  # resp.wireless_device_list[0].mc_group_id #=> Integer
3930
3930
  #
@@ -5282,7 +5282,7 @@ module Aws::IoTWireless
5282
5282
  params: params,
5283
5283
  config: config)
5284
5284
  context[:gem_name] = 'aws-sdk-iotwireless'
5285
- context[:gem_version] = '1.48.0'
5285
+ context[:gem_version] = '1.49.0'
5286
5286
  Seahorse::Client::Request.new(handlers, context)
5287
5287
  end
5288
5288
 
@@ -2475,6 +2475,7 @@ module Aws::IoTWireless
2475
2475
  "apiVersion" => "2020-11-22",
2476
2476
  "endpointPrefix" => "api.iotwireless",
2477
2477
  "protocol" => "rest-json",
2478
+ "protocols" => ["rest-json"],
2478
2479
  "serviceFullName" => "AWS IoT Wireless",
2479
2480
  "serviceId" => "IoT Wireless",
2480
2481
  "signatureVersion" => "v4",
@@ -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.48.0'
55
+ GEM_VERSION = '1.49.0'
56
56
 
57
57
  end
data/sig/types.rbs CHANGED
@@ -2273,7 +2273,7 @@ module Aws::IoTWireless
2273
2273
  attr_accessor last_uplink_received_at: ::String
2274
2274
  attr_accessor lo_ra_wan: Types::LoRaWANListDevice
2275
2275
  attr_accessor sidewalk: Types::SidewalkListDevice
2276
- attr_accessor fuota_device_status: ("Initial" | "Package_Not_Supported" | "FragAlgo_unsupported" | "Not_enough_memory" | "FragIndex_unsupported" | "Wrong_descriptor" | "SessionCnt_replay" | "MissingFrag" | "MemoryError" | "MICError" | "Successful")
2276
+ attr_accessor fuota_device_status: ("Initial" | "Package_Not_Supported" | "FragAlgo_unsupported" | "Not_enough_memory" | "FragIndex_unsupported" | "Wrong_descriptor" | "SessionCnt_replay" | "MissingFrag" | "MemoryError" | "MICError" | "Successful" | "Device_exist_in_conflict_fuota_task")
2277
2277
  attr_accessor multicast_device_status: ::String
2278
2278
  attr_accessor mc_group_id: ::Integer
2279
2279
  SENSITIVE: []
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.48.0
4
+ version: 1.49.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: 2024-06-05 00:00:00.000000000 Z
11
+ date: 2024-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core