aws-sdk-iotwireless 1.17.0 → 1.18.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: bac6dfa741d60ba280f8c99a04be1ba7001d81a247d012df892543e673541055
4
- data.tar.gz: 59cf2408adf9016e3ac3b6e4407be241dbcb585ce1a0dfa7fea4b7cfcf8d5987
3
+ metadata.gz: 027d3645847ea4bdad4828115a976613226418f97d865a21a9fc170f4d4fcd20
4
+ data.tar.gz: b5d3d9feb407a8cc3fb97383933a8c94a46a21927be4947609c58230c0439739
5
5
  SHA512:
6
- metadata.gz: a0a1cf8b37e882589f552f6c4ad99470669c783bf6b689014284c26d2f96302c814f1335a4abe21ac699fd3aff70481d5f44a8e963b684621fc9d029abf14e45
7
- data.tar.gz: edba1c23154d702c3d1beacd7c9204f2513baa0a3052aee9e8c1b0a3cba6c5a6874064c46d8f3526e7643888e7139d427667e303ff73a8cc9a54c8126e53d276
6
+ metadata.gz: 36d13d20735e175eccce20a887590ef45359cd0a54d923d3a117d619d3b095485713f243497d6df98424b51fb06262f4dd3430ecb5f4494d5523ae877e0b2bc4
7
+ data.tar.gz: d1d270365843fc139ca2312ad09ac7ec1465dd007d80ee9ad94fc6b40d0af2d7bd4908c90cb2ee0984f70545d4c71b2e5e5a5565930fc6d8ed99e2a657277368
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.18.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.17.0 (2021-11-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.17.0
1
+ 1.18.0
@@ -119,7 +119,9 @@ module Aws::IoTWireless
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
@@ -3497,7 +3499,7 @@ module Aws::IoTWireless
3497
3499
  params: params,
3498
3500
  config: config)
3499
3501
  context[:gem_name] = 'aws-sdk-iotwireless'
3500
- context[:gem_version] = '1.17.0'
3502
+ context[:gem_version] = '1.18.0'
3501
3503
  Seahorse::Client::Request.new(handlers, context)
3502
3504
  end
3503
3505
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-iotwireless/customizations'
48
48
  # @!group service
49
49
  module Aws::IoTWireless
50
50
 
51
- GEM_VERSION = '1.17.0'
51
+ GEM_VERSION = '1.18.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotwireless
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.0
4
+ version: 1.18.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-23 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