aws-sdk-iotsecuretunneling 1.8.0 → 1.9.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 19e589da19b488e3e7922df7e35ce2af1df54e3fd284f7e977d0dd54c533af72
|
|
4
|
+
data.tar.gz: ae438b27163c9b8aa5cd43b9a48344e955ff63ac041bfcbd0e696438434214b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db9b57d398732fbbfedeee8919c2a6c550b9282253b11201689ffd70cd97d6d9aea2ecec203f638c58839bd28f3a4f78b9d033b825372ca5a10cff43d2a0fad1
|
|
7
|
+
data.tar.gz: bf342cdc47c3848dad2a29842e2501cb73cc96b28d78a1665e3a1000453885f1d33bfe84b5ffac7551b0cf79791d2ef1d7988fdce0380c0ddf4584015a35b29d
|
|
@@ -481,7 +481,7 @@ module Aws::IoTSecureTunneling
|
|
|
481
481
|
end
|
|
482
482
|
|
|
483
483
|
# Creates a new tunnel, and returns two client access tokens for clients
|
|
484
|
-
# to use to connect to the AWS IoT Secure Tunneling proxy server.
|
|
484
|
+
# to use to connect to the AWS IoT Secure Tunneling proxy server.
|
|
485
485
|
#
|
|
486
486
|
# @option params [String] :description
|
|
487
487
|
# A short text description of the tunnel.
|
|
@@ -513,7 +513,7 @@ module Aws::IoTSecureTunneling
|
|
|
513
513
|
# },
|
|
514
514
|
# ],
|
|
515
515
|
# destination_config: {
|
|
516
|
-
# thing_name: "ThingName",
|
|
516
|
+
# thing_name: "ThingName",
|
|
517
517
|
# services: ["Service"], # required
|
|
518
518
|
# },
|
|
519
519
|
# timeout_config: {
|
|
@@ -601,7 +601,7 @@ module Aws::IoTSecureTunneling
|
|
|
601
601
|
params: params,
|
|
602
602
|
config: config)
|
|
603
603
|
context[:gem_name] = 'aws-sdk-iotsecuretunneling'
|
|
604
|
-
context[:gem_version] = '1.
|
|
604
|
+
context[:gem_version] = '1.9.0'
|
|
605
605
|
Seahorse::Client::Request.new(handlers, context)
|
|
606
606
|
end
|
|
607
607
|
|
|
@@ -73,7 +73,7 @@ module Aws::IoTSecureTunneling
|
|
|
73
73
|
DescribeTunnelResponse.add_member(:tunnel, Shapes::ShapeRef.new(shape: Tunnel, location_name: "tunnel"))
|
|
74
74
|
DescribeTunnelResponse.struct_class = Types::DescribeTunnelResponse
|
|
75
75
|
|
|
76
|
-
DestinationConfig.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName,
|
|
76
|
+
DestinationConfig.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "thingName"))
|
|
77
77
|
DestinationConfig.add_member(:services, Shapes::ShapeRef.new(shape: ServiceList, required: true, location_name: "services"))
|
|
78
78
|
DestinationConfig.struct_class = Types::DestinationConfig
|
|
79
79
|
|
|
@@ -87,7 +87,7 @@ module Aws::IoTSecureTunneling
|
|
|
87
87
|
# data as a hash:
|
|
88
88
|
#
|
|
89
89
|
# {
|
|
90
|
-
# thing_name: "ThingName",
|
|
90
|
+
# thing_name: "ThingName",
|
|
91
91
|
# services: ["Service"], # required
|
|
92
92
|
# }
|
|
93
93
|
#
|
|
@@ -96,12 +96,11 @@ module Aws::IoTSecureTunneling
|
|
|
96
96
|
# @return [String]
|
|
97
97
|
#
|
|
98
98
|
# @!attribute [rw] services
|
|
99
|
-
# A list of service names that identity the target application.
|
|
100
|
-
#
|
|
101
|
-
#
|
|
102
|
-
#
|
|
103
|
-
#
|
|
104
|
-
# to the destination application.
|
|
99
|
+
# A list of service names that identity the target application. The
|
|
100
|
+
# AWS IoT client running on the destination device reads this value
|
|
101
|
+
# and uses it to look up a port or an IP address and a port. The AWS
|
|
102
|
+
# IoT client instantiates the local proxy which uses this information
|
|
103
|
+
# to connect to the destination application.
|
|
105
104
|
# @return [Array<String>]
|
|
106
105
|
#
|
|
107
106
|
class DestinationConfig < Struct.new(
|
|
@@ -205,7 +204,7 @@ module Aws::IoTSecureTunneling
|
|
|
205
204
|
# },
|
|
206
205
|
# ],
|
|
207
206
|
# destination_config: {
|
|
208
|
-
# thing_name: "ThingName",
|
|
207
|
+
# thing_name: "ThingName",
|
|
209
208
|
# services: ["Service"], # required
|
|
210
209
|
# },
|
|
211
210
|
# timeout_config: {
|
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.
|
|
4
|
+
version: 1.9.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: 2020-
|
|
11
|
+
date: 2020-11-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|