aws-sdk-iotsecuretunneling 1.16.0 → 1.17.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: daca5057e989d6d2b382e7fee035586413e61a93b778eeca9a1a9cb29d1f1124
4
- data.tar.gz: 8e0738fbb13ce0a138d3fe445fd6c273031fea662781e2e6330515517f4f4da3
3
+ metadata.gz: 64ffd391e9421771ec2e0c947d874536e4cc1bb5855b67e1cbfd443d68f84e77
4
+ data.tar.gz: 5daeff119cdc48d5f2cf37eb455086decdb8c3a5616b976dffb08567d86ea86d
5
5
  SHA512:
6
- metadata.gz: 5c2a2353973bc5581b64a44bf9378b848dc7a69a00d651d6fae420d737daca554b08619005e3abd3407343084dc381626673d99eb62bd2ac853bb0dc16c76616
7
- data.tar.gz: 5e87b9adad42300755e3929ed43a6f8d209a2b3c1537ab5603b2bff2a032c2c6c45a4f0447fec514da736a0516e08e25cc433006ee28df900bfa7a88a1b8db48
6
+ metadata.gz: 30991b993e77b035b59869b1d87153edfba6d01a23cf6ec969952961830df5ce725d18ef99d45a3800389819d8a9f2a5a9be30a593548fce947572a69ee969e6
7
+ data.tar.gz: 3b3c441bb03dcde94e845c7db85e0dad9dc8b890dc07c602283f4ecba01d06ef21ae3c5b61965d743aa3ff26a6d095df0a4407135b42edfbd4a99f03a02cd13f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.17.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.16.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.16.0
1
+ 1.17.0
@@ -119,7 +119,9 @@ module Aws::IoTSecureTunneling
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
@@ -610,7 +612,7 @@ module Aws::IoTSecureTunneling
610
612
  params: params,
611
613
  config: config)
612
614
  context[:gem_name] = 'aws-sdk-iotsecuretunneling'
613
- context[:gem_version] = '1.16.0'
615
+ context[:gem_version] = '1.17.0'
614
616
  Seahorse::Client::Request.new(handlers, context)
615
617
  end
616
618
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-iotsecuretunneling/customizations'
48
48
  # @!group service
49
49
  module Aws::IoTSecureTunneling
50
50
 
51
- GEM_VERSION = '1.16.0'
51
+ GEM_VERSION = '1.17.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotsecuretunneling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.0
4
+ version: 1.17.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