aws-sdk-iotdataplane 1.36.0 → 1.39.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: 21d0a554fab2d18230ce69d6cb0d5ae7e328d0cdf05355e2da846623f57ab2fd
4
- data.tar.gz: 1bf2c4b5b08bf6f4b666030197cf4f1be682baa2a23bc7643a838dd0d210e2dc
3
+ metadata.gz: 67ca8a94ee793ccde51dfc4e3ddc356ba65a58de10f04f522c96be90cabf606b
4
+ data.tar.gz: eabe4d46b4594da3e07ce0c73ed589a59a4af1d26ca184aa6e43217bc52eaa94
5
5
  SHA512:
6
- metadata.gz: 54ae83b077d5d8935ed8b792b011dbb4c0988f3b8471bff21967dd370b6150000df660af5d6cb3a11eb26ab0e465a802798cd350e7b1f922a8f84115cdc2201c
7
- data.tar.gz: 5e28c16a273389bfa9f19acdcb2b61849e1faba1807e91c6dcad46f9385db0b6530861b328165786d8da2687b3834b9fc5736bfb888bc023ff3c9d52b1e182e2
6
+ metadata.gz: 15e7ead3c85b7cc736a9a27cebd6d981024dad375adf69827a28556817a29a6282c283adefad78bb25b56c98ba4550ad9101e19cf6e11be917407b27865324c3
7
+ data.tar.gz: 7b41e1d01c9b7f2c42db0de6b6415b2696d562ba93d31753f84dfabb45c98484868b61ace29ed1be9d92dca34ead4da43d48d24d1acd4e642ad6d1bd7b71d5cd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
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
+
9
+ 1.38.0 (2022-02-24)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.37.0 (2022-02-03)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
4
19
  1.36.0 (2021-12-21)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.36.0
1
+ 1.39.0
@@ -27,7 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
32
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
31
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
32
34
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
33
35
 
@@ -74,7 +76,9 @@ module Aws::IoTDataPlane
74
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
75
77
  add_plugin(Aws::Plugins::TransferEncoding)
76
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
77
80
  add_plugin(Aws::Plugins::DefaultsMode)
81
+ add_plugin(Aws::Plugins::RecursionDetection)
78
82
  add_plugin(Aws::Plugins::SignatureV4)
79
83
  add_plugin(Aws::Plugins::Protocols::RestJson)
80
84
 
@@ -396,8 +400,8 @@ module Aws::IoTDataPlane
396
400
  #
397
401
  # Requires permission to access the [GetRetainedMessage][1] action.
398
402
  #
399
- # For more information about messaging costs, see [IoT Core pricing -
400
- # Messaging][2].
403
+ # For more information about messaging costs, see [Amazon Web Services
404
+ # IoT Core pricing - Messaging][2].
401
405
  #
402
406
  #
403
407
  #
@@ -532,8 +536,8 @@ module Aws::IoTDataPlane
532
536
  #
533
537
  # Requires permission to access the [ListRetainedMessages][2] action.
534
538
  #
535
- # For more information about messaging costs, see [IoT Core pricing -
536
- # Messaging][3].
539
+ # For more information about messaging costs, see [Amazon Web Services
540
+ # IoT Core pricing - Messaging][3].
537
541
  #
538
542
  #
539
543
  #
@@ -586,8 +590,8 @@ module Aws::IoTDataPlane
586
590
  # For more information about MQTT messages, see [MQTT Protocol][2] in
587
591
  # the IoT Developer Guide.
588
592
  #
589
- # For more information about messaging costs, see [IoT Core pricing -
590
- # Messaging][3].
593
+ # For more information about messaging costs, see [Amazon Web Services
594
+ # IoT Core pricing - Messaging][3].
591
595
  #
592
596
  #
593
597
  #
@@ -617,7 +621,8 @@ module Aws::IoTDataPlane
617
621
  # payloads.
618
622
  #
619
623
  # Publishing an empty (null) payload with **retain** = `true` deletes
620
- # the retained message identified by **topic** from IoT Core.
624
+ # the retained message identified by **topic** from Amazon Web Services
625
+ # IoT Core.
621
626
  #
622
627
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
623
628
  #
@@ -694,7 +699,7 @@ module Aws::IoTDataPlane
694
699
  params: params,
695
700
  config: config)
696
701
  context[:gem_name] = 'aws-sdk-iotdataplane'
697
- context[:gem_version] = '1.36.0'
702
+ context[:gem_version] = '1.39.0'
698
703
  Seahorse::Client::Request.new(handlers, context)
699
704
  end
700
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 IoT Core.
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(
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-iotdataplane/customizations'
48
48
  # @!group service
49
49
  module Aws::IoTDataPlane
50
50
 
51
- GEM_VERSION = '1.36.0'
51
+ GEM_VERSION = '1.39.0'
52
52
 
53
53
  end
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.36.0
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: 2021-12-21 00:00:00.000000000 Z
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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.125.0
22
+ version: 3.127.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.125.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement