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: 30d8e755996d13a7ab58eaa2a2dc0f84cc24fa032ee1b2f5ec06e0f4097eef1b
4
- data.tar.gz: b1531f41fa32c28e630aa5d380f524ad6c59fd2cc504b4c1bf6449408e826db2
3
+ metadata.gz: 19e589da19b488e3e7922df7e35ce2af1df54e3fd284f7e977d0dd54c533af72
4
+ data.tar.gz: ae438b27163c9b8aa5cd43b9a48344e955ff63ac041bfcbd0e696438434214b6
5
5
  SHA512:
6
- metadata.gz: 7b7c3742e28874e4a4ad31b19c80973af09b4b0faf76733b9dd36af66e49acdd6809700ce266c536c3b0e8d93c31a94bfdf3c20a1102e307eb2175550195fbeb
7
- data.tar.gz: 312506d135015d544fa02cebda1b5652dd6327d15c73e39b68a6d78c7ae708eb2c78c9f36d721a08216b3900d3ce45039ae3ac29b30cb8181646151280195469
6
+ metadata.gz: db9b57d398732fbbfedeee8919c2a6c550b9282253b11201689ffd70cd97d6d9aea2ecec203f638c58839bd28f3a4f78b9d033b825372ca5a10cff43d2a0fad1
7
+ data.tar.gz: bf342cdc47c3848dad2a29842e2501cb73cc96b28d78a1665e3a1000453885f1d33bfe84b5ffac7551b0cf79791d2ef1d7988fdce0380c0ddf4584015a35b29d
@@ -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.8.0'
51
+ GEM_VERSION = '1.9.0'
52
52
 
53
53
  end
@@ -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", # required
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.8.0'
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, required: true, location_name: "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", # required
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
- # Currently, you can only specify a single name. The AWS IoT client
101
- # running on the destination device reads this value and uses it to
102
- # look up a port or an IP address and a port. The AWS IoT client
103
- # instantiates the local proxy which uses this information to connect
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", # required
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.8.0
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-09-30 00:00:00.000000000 Z
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