aws-sdk-iotdataplane 1.38.0 → 1.39.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotdataplane/client.rb +9 -8
- data/lib/aws-sdk-iotdataplane/types.rb +2 -1
- data/lib/aws-sdk-iotdataplane.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: 67ca8a94ee793ccde51dfc4e3ddc356ba65a58de10f04f522c96be90cabf606b
|
4
|
+
data.tar.gz: eabe4d46b4594da3e07ce0c73ed589a59a4af1d26ca184aa6e43217bc52eaa94
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 15e7ead3c85b7cc736a9a27cebd6d981024dad375adf69827a28556817a29a6282c283adefad78bb25b56c98ba4550ad9101e19cf6e11be917407b27865324c3
|
7
|
+
data.tar.gz: 7b41e1d01c9b7f2c42db0de6b6415b2696d562ba93d31753f84dfabb45c98484868b61ace29ed1be9d92dca34ead4da43d48d24d1acd4e642ad6d1bd7b71d5cd
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.39.0 (2022-03-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Update the default AWS IoT Core Data Plane endpoint from VeriSign signed to ATS signed. If you have firewalls with strict egress rules, configure the rules to grant you access to data-ats.iot.[region].amazonaws.com or data-ats.iot.[region].amazonaws.com.cn.
|
8
|
+
|
4
9
|
1.38.0 (2022-02-24)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.39.0
|
@@ -400,8 +400,8 @@ module Aws::IoTDataPlane
|
|
400
400
|
#
|
401
401
|
# Requires permission to access the [GetRetainedMessage][1] action.
|
402
402
|
#
|
403
|
-
# For more information about messaging costs, see [
|
404
|
-
# Messaging][2].
|
403
|
+
# For more information about messaging costs, see [Amazon Web Services
|
404
|
+
# IoT Core pricing - Messaging][2].
|
405
405
|
#
|
406
406
|
#
|
407
407
|
#
|
@@ -536,8 +536,8 @@ module Aws::IoTDataPlane
|
|
536
536
|
#
|
537
537
|
# Requires permission to access the [ListRetainedMessages][2] action.
|
538
538
|
#
|
539
|
-
# For more information about messaging costs, see [
|
540
|
-
# Messaging][3].
|
539
|
+
# For more information about messaging costs, see [Amazon Web Services
|
540
|
+
# IoT Core pricing - Messaging][3].
|
541
541
|
#
|
542
542
|
#
|
543
543
|
#
|
@@ -590,8 +590,8 @@ module Aws::IoTDataPlane
|
|
590
590
|
# For more information about MQTT messages, see [MQTT Protocol][2] in
|
591
591
|
# the IoT Developer Guide.
|
592
592
|
#
|
593
|
-
# For more information about messaging costs, see [
|
594
|
-
# Messaging][3].
|
593
|
+
# For more information about messaging costs, see [Amazon Web Services
|
594
|
+
# IoT Core pricing - Messaging][3].
|
595
595
|
#
|
596
596
|
#
|
597
597
|
#
|
@@ -621,7 +621,8 @@ module Aws::IoTDataPlane
|
|
621
621
|
# payloads.
|
622
622
|
#
|
623
623
|
# Publishing an empty (null) payload with **retain** = `true` deletes
|
624
|
-
# the retained message identified by **topic** from
|
624
|
+
# the retained message identified by **topic** from Amazon Web Services
|
625
|
+
# IoT Core.
|
625
626
|
#
|
626
627
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
627
628
|
#
|
@@ -698,7 +699,7 @@ module Aws::IoTDataPlane
|
|
698
699
|
params: params,
|
699
700
|
config: config)
|
700
701
|
context[:gem_name] = 'aws-sdk-iotdataplane'
|
701
|
-
context[:gem_version] = '1.
|
702
|
+
context[:gem_version] = '1.39.0'
|
702
703
|
Seahorse::Client::Request.new(handlers, context)
|
703
704
|
end
|
704
705
|
|
@@ -310,7 +310,8 @@ module Aws::IoTDataPlane
|
|
310
310
|
# message payloads.
|
311
311
|
#
|
312
312
|
# Publishing an empty (null) payload with **retain** = `true` deletes
|
313
|
-
# the retained message identified by **topic** from
|
313
|
+
# the retained message identified by **topic** from Amazon Web
|
314
|
+
# Services IoT Core.
|
314
315
|
# @return [String]
|
315
316
|
#
|
316
317
|
class PublishRequest < Struct.new(
|
data/lib/aws-sdk-iotdataplane.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-iotdataplane
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.39.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: 2022-
|
11
|
+
date: 2022-03-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|