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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7eb6e680fbf4687e5f6c16d95b633391f90fcd5a6be40a03731fe3182bca28f9
4
- data.tar.gz: 02f0b6f8d0f7c051ae0390b84c4bbe6cd3ba95dfd5bc7fef5e096298e1259177
3
+ metadata.gz: 67ca8a94ee793ccde51dfc4e3ddc356ba65a58de10f04f522c96be90cabf606b
4
+ data.tar.gz: eabe4d46b4594da3e07ce0c73ed589a59a4af1d26ca184aa6e43217bc52eaa94
5
5
  SHA512:
6
- metadata.gz: 9c5718d78b3a5bda984d436f38447adefa611ccd05958bc78de50201da575549fa3086170983e4ed2ffbe7ed4a88c14a8355050f28741f55e66b6a9fff6119ab
7
- data.tar.gz: 84abf6c648ae6a762f567df800e1e797d019c7f53f136f68dd76e6adace5fb2e5aaad074b86f71d7d025483cfe94d6ce694b4583364c27fdebe839a7750e4a26
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.38.0
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 [IoT Core pricing -
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 [IoT Core pricing -
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 [IoT Core pricing -
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 IoT Core.
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.38.0'
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 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.38.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.38.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: 2022-02-24 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