aws-sdk-iotdataplane 1.34.0 → 1.35.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: 4953278cee2906b43f7e57058b9bfc3b414498f986cb87d5dbfb66054042c36e
4
- data.tar.gz: 5f3ccc0ac800740ee7189caa65cd0ff951d030d75461cb7103c1e1d1e9c4cac7
3
+ metadata.gz: 0b98be06d874f0b87acaac6a7b65d9291e4361459ef04485a5377ec8170a0edc
4
+ data.tar.gz: 1890555c5269c73f1dc768bb04eb721d67cb063e50e9922aea7203b58503d59a
5
5
  SHA512:
6
- metadata.gz: 26807c714c6fc8ef23b35ae4ed1ddf5bc8c12266d6c6e7b74db35e7d6217414fb711a7824201329e88d564fa3f6538f0e340ad18a823de5a410e5b54547bd8e9
7
- data.tar.gz: 5928285b61d671262c5eda551d83a51bd141316dcd310706a624f3f40c38d7ef51e267d47cc96c1a2f98e690e06b4ea3c780f8385688aa0aff2689ad571cd674
6
+ metadata.gz: aac9d8f8cd50b57304c6c6084b59e6ed16efe6b458823b14c016142b523cae6172f10cb0850d226ddf5f83ad169b7e9e47b7b4d4751fb44e3bf2fff9c6b599b3
7
+ data.tar.gz: 400b1c575dab5f0c8257fae3721db661c2f4326af30c8a802655433b93407b76813d6be252888e94610e7667bcf884188c84af86ac84a8467b4bf6ce4a2fbedb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.34.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.34.0
1
+ 1.35.0
@@ -119,7 +119,9 @@ module Aws::IoTDataPlane
119
119
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
120
  # are very aggressive. Construct and pass an instance of
121
121
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
- # enable retries and extended timeouts.
122
+ # enable retries and extended timeouts. Instance profile credential
123
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
124
+ # to true.
123
125
  #
124
126
  # @option options [required, String] :region
125
127
  # The AWS region to connect to. The configured `:region` is
@@ -683,7 +685,7 @@ module Aws::IoTDataPlane
683
685
  params: params,
684
686
  config: config)
685
687
  context[:gem_name] = 'aws-sdk-iotdataplane'
686
- context[:gem_version] = '1.34.0'
688
+ context[:gem_version] = '1.35.0'
687
689
  Seahorse::Client::Request.new(handlers, context)
688
690
  end
689
691
 
@@ -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.34.0'
51
+ GEM_VERSION = '1.35.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.34.0
4
+ version: 1.35.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-11-04 00:00:00.000000000 Z
11
+ date: 2021-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core