aws-sdk-iotsecuretunneling 1.51.0 → 1.53.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotsecuretunneling/client.rb +2 -3
- data/lib/aws-sdk-iotsecuretunneling/client_api.rb +3 -3
- data/lib/aws-sdk-iotsecuretunneling.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b05ad8cadb1c03a1e7587f21e5c5fb384fcc4aae417d9573c09c27af3640d83
|
4
|
+
data.tar.gz: bcfddad7ccf06db16bcb9f43eccef2e5814d5eec48181ecb095b0ef9fc13d780
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f2bccc5b2eae759920301e28864c8896c0b29dcb84916987b3b28fbcfe83defd18bcf2f85a726c4936e21c2127f0539d17ac2eba5ac7bfd16ab53dc4e961f01b
|
7
|
+
data.tar.gz: e1f0b0930ae20e7218108cb0d7eaa805a34e406103aa220c85e5cbe3836f51d3db3ec869705c300ef5b867a3785f10718223185c4024f06b2481d3d539630230
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.53.0 (2025-05-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.52.0 (2025-05-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.51.0 (2025-02-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.53.0
|
@@ -200,8 +200,7 @@ module Aws::IoTSecureTunneling
|
|
200
200
|
# accepted modes and the configuration defaults that are included.
|
201
201
|
#
|
202
202
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
203
|
-
#
|
204
|
-
# to default service endpoint when available.
|
203
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
205
204
|
#
|
206
205
|
# @option options [Boolean] :disable_request_compression (false)
|
207
206
|
# When set to 'true' the request body will not be compressed
|
@@ -828,7 +827,7 @@ module Aws::IoTSecureTunneling
|
|
828
827
|
tracer: tracer
|
829
828
|
)
|
830
829
|
context[:gem_name] = 'aws-sdk-iotsecuretunneling'
|
831
|
-
context[:gem_version] = '1.
|
830
|
+
context[:gem_version] = '1.53.0'
|
832
831
|
Seahorse::Client::Request.new(handlers, context)
|
833
832
|
end
|
834
833
|
|
@@ -62,7 +62,7 @@ module Aws::IoTSecureTunneling
|
|
62
62
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
63
63
|
|
64
64
|
CloseTunnelRequest.add_member(:tunnel_id, Shapes::ShapeRef.new(shape: TunnelId, required: true, location_name: "tunnelId"))
|
65
|
-
CloseTunnelRequest.add_member(:delete, Shapes::ShapeRef.new(shape: DeleteFlag, location_name: "delete", metadata: {"box"=>true}))
|
65
|
+
CloseTunnelRequest.add_member(:delete, Shapes::ShapeRef.new(shape: DeleteFlag, location_name: "delete", metadata: {"box" => true}))
|
66
66
|
CloseTunnelRequest.struct_class = Types::CloseTunnelRequest
|
67
67
|
|
68
68
|
CloseTunnelResponse.struct_class = Types::CloseTunnelResponse
|
@@ -91,7 +91,7 @@ module Aws::IoTSecureTunneling
|
|
91
91
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
92
92
|
|
93
93
|
ListTunnelsRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "thingName"))
|
94
|
-
ListTunnelsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults", metadata: {"box"=>true}))
|
94
|
+
ListTunnelsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults", metadata: {"box" => true}))
|
95
95
|
ListTunnelsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
96
96
|
ListTunnelsRequest.struct_class = Types::ListTunnelsRequest
|
97
97
|
|
@@ -140,7 +140,7 @@ module Aws::IoTSecureTunneling
|
|
140
140
|
|
141
141
|
TagResourceResponse.struct_class = Types::TagResourceResponse
|
142
142
|
|
143
|
-
TimeoutConfig.add_member(:max_lifetime_timeout_minutes, Shapes::ShapeRef.new(shape: TimeoutInMin, location_name: "maxLifetimeTimeoutMinutes", metadata: {"box"=>true}))
|
143
|
+
TimeoutConfig.add_member(:max_lifetime_timeout_minutes, Shapes::ShapeRef.new(shape: TimeoutInMin, location_name: "maxLifetimeTimeoutMinutes", metadata: {"box" => true}))
|
144
144
|
TimeoutConfig.struct_class = Types::TimeoutConfig
|
145
145
|
|
146
146
|
Tunnel.add_member(:tunnel_id, Shapes::ShapeRef.new(shape: TunnelId, location_name: "tunnelId"))
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-iotsecuretunneling
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.53.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -77,7 +76,6 @@ licenses:
|
|
77
76
|
metadata:
|
78
77
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotsecuretunneling
|
79
78
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotsecuretunneling/CHANGELOG.md
|
80
|
-
post_install_message:
|
81
79
|
rdoc_options: []
|
82
80
|
require_paths:
|
83
81
|
- lib
|
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
90
|
- !ruby/object:Gem::Version
|
93
91
|
version: '0'
|
94
92
|
requirements: []
|
95
|
-
rubygems_version: 3.
|
96
|
-
signing_key:
|
93
|
+
rubygems_version: 3.6.7
|
97
94
|
specification_version: 4
|
98
95
|
summary: AWS SDK for Ruby - AWS IoT Secure Tunneling
|
99
96
|
test_files: []
|