aws-sdk-iotfleethub 1.7.0 → 1.8.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: fba331e4e57fc80dbed6e50ef6fba151570aa957709dd78a2ff6ef2f15502d94
4
- data.tar.gz: ae5834c02ea7e6e82e2dd87c7a06f96c0a54422bd3799f26dcbc3b445d930244
3
+ metadata.gz: b02fad385d808fb28189a4c9a55698e7f4ecde280dfdb991802c48a981675853
4
+ data.tar.gz: ca4f84687b67a4034ddd66405820c647c7138dceec63296dd66e3739c503b4bf
5
5
  SHA512:
6
- metadata.gz: 6930022436ec888b25c00b3afff88620fe23bc317f0a7c63ad0fc5e49596addb8f7f1e010c5abcdea422313ec5d151e61f8c1097424b5022fe95555867c53b93
7
- data.tar.gz: 4d9ee636da0f63b7f894e7a2a4f23fac037ce5ce1733d047e4351249b88beaeca313e7b30ce7ac3fbcc02272c12dff9eb62f5893d5a543bf68a1941ae87e1931
6
+ metadata.gz: 2b95cfdfb94c30ecb1b7a0bb145cfd904ef5d1a4e535013100b4f468d0a859ee2eb8c1d19d3c6cc1b7cb82c2ba8ea5170b8eee766e732329a45b107423813b59
7
+ data.tar.gz: a73e3458db396a627732ad1147e8367d390984ac6d7e6128aa09a4f572c4b9d849ddaed4b1afc7f282f6535b3e12c2913fc67eb6f90f0d186e95db83ecb6e8b5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.8.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.7.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.0
1
+ 1.8.0
@@ -119,7 +119,9 @@ module Aws::IoTFleetHub
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
@@ -680,7 +682,7 @@ module Aws::IoTFleetHub
680
682
  params: params,
681
683
  config: config)
682
684
  context[:gem_name] = 'aws-sdk-iotfleethub'
683
- context[:gem_version] = '1.7.0'
685
+ context[:gem_version] = '1.8.0'
684
686
  Seahorse::Client::Request.new(handlers, context)
685
687
  end
686
688
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-iotfleethub/customizations'
48
48
  # @!group service
49
49
  module Aws::IoTFleetHub
50
50
 
51
- GEM_VERSION = '1.7.0'
51
+ GEM_VERSION = '1.8.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotfleethub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.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