aws-sdk-iotsecuretunneling 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: d1d8b4b0699b1354bd8b2ed431c3978150238685ebfb44c9197188347d9fcde3
4
- data.tar.gz: c5a56fcaea02374e1f03a9793bbc8e663206afe3ea1a6d67d58c12ec1f307c00
3
+ metadata.gz: 51ed1398317d1b968360bb732c4f7d915c2cbbec225e3f827b4f3e8b0a04eae4
4
+ data.tar.gz: cf4310a57931bb72eb48a7c41cfdb2b1e546f176c1941f465f96444f9accdcdb
5
5
  SHA512:
6
- metadata.gz: e2699abf46aecdfb0936b18d2e00996dc23fd9a75b4e204f6dfde7e569584795019c6cedccad21639ff92f8fc5107e14a06a8e9190e65b5f35852d8717a3422b
7
- data.tar.gz: ff34bf1b3b736628c46e4b0b4ed50d106088e23065a07eb1cc44e702223472f6419fa6a43076ebcd6014b7f05c231ff48d30247764e17153f70c19d6b93fa908
6
+ metadata.gz: 577ac9a396fb14e973995b483411812ca17808e9442c348dd914f35006bc9efaa14402028a9b7ab6edcfef425f2727bdd8bf93d4cf48afa373a664998d3f5ec0
7
+ data.tar.gz: b2e1b9e5aa576fafbcb0544b693cb8d0e111cf899bbcf3bd539e40ab7b5acb832c771519ecbc5044e8bf37429af405e300fa61050bea37d3063f6c0dcd72db8d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.0 (2024-05-13)
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 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.34.0
1
+ 1.35.0
@@ -301,8 +301,9 @@ module Aws::IoTSecureTunneling
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -768,7 +769,7 @@ module Aws::IoTSecureTunneling
768
769
  params: params,
769
770
  config: config)
770
771
  context[:gem_name] = 'aws-sdk-iotsecuretunneling'
771
- context[:gem_version] = '1.34.0'
772
+ context[:gem_version] = '1.35.0'
772
773
  Seahorse::Client::Request.new(handlers, context)
773
774
  end
774
775
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-iotsecuretunneling/customizations'
52
52
  # @!group service
53
53
  module Aws::IoTSecureTunneling
54
54
 
55
- GEM_VERSION = '1.34.0'
55
+ GEM_VERSION = '1.35.0'
56
56
 
57
57
  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.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: 2024-04-25 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core