aws-sdk-iotsecuretunneling 1.4.1 → 1.5.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/lib/aws-sdk-iotsecuretunneling.rb +3 -1
- data/lib/aws-sdk-iotsecuretunneling/client.rb +3 -1
- data/lib/aws-sdk-iotsecuretunneling/client_api.rb +2 -0
- data/lib/aws-sdk-iotsecuretunneling/errors.rb +2 -0
- data/lib/aws-sdk-iotsecuretunneling/resource.rb +2 -0
- data/lib/aws-sdk-iotsecuretunneling/types.rb +21 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ebee0d13b01c8381e7befa3a2b3e94cb08d6e8e6d296b90677cebb9ac8ebcdf1
|
|
4
|
+
data.tar.gz: b4cf5d32968f6e4078c08d91d9b31f394d26dbc40f32386341a9e503087e0f6b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a2d543a0295b354d555011ae6f4fe154fc595e20406828afdfd7de2add1965b51f8308452472372d4643457e73d91fcba67c515cc1a76abc5334ca1f0da4b79b
|
|
7
|
+
data.tar.gz: ef1c06f71ed801a9171d8c8471aff741a22c083a53c48320e9ef685e16d2e544b1230c22262de31f0b78aa8042bec318cd2aea3c9948834a4c5532ba383fc437
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-iotsecuretunneling/customizations'
|
|
|
45
47
|
# @service
|
|
46
48
|
module Aws::IoTSecureTunneling
|
|
47
49
|
|
|
48
|
-
GEM_VERSION = '1.
|
|
50
|
+
GEM_VERSION = '1.5.0'
|
|
49
51
|
|
|
50
52
|
end
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -584,7 +586,7 @@ module Aws::IoTSecureTunneling
|
|
|
584
586
|
params: params,
|
|
585
587
|
config: config)
|
|
586
588
|
context[:gem_name] = 'aws-sdk-iotsecuretunneling'
|
|
587
|
-
context[:gem_version] = '1.
|
|
589
|
+
context[:gem_version] = '1.5.0'
|
|
588
590
|
Seahorse::Client::Request.new(handlers, context)
|
|
589
591
|
end
|
|
590
592
|
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -28,6 +30,7 @@ module Aws::IoTSecureTunneling
|
|
|
28
30
|
class CloseTunnelRequest < Struct.new(
|
|
29
31
|
:tunnel_id,
|
|
30
32
|
:delete)
|
|
33
|
+
SENSITIVE = []
|
|
31
34
|
include Aws::Structure
|
|
32
35
|
end
|
|
33
36
|
|
|
@@ -47,6 +50,7 @@ module Aws::IoTSecureTunneling
|
|
|
47
50
|
class ConnectionState < Struct.new(
|
|
48
51
|
:status,
|
|
49
52
|
:last_updated_at)
|
|
53
|
+
SENSITIVE = []
|
|
50
54
|
include Aws::Structure
|
|
51
55
|
end
|
|
52
56
|
|
|
@@ -63,6 +67,7 @@ module Aws::IoTSecureTunneling
|
|
|
63
67
|
#
|
|
64
68
|
class DescribeTunnelRequest < Struct.new(
|
|
65
69
|
:tunnel_id)
|
|
70
|
+
SENSITIVE = []
|
|
66
71
|
include Aws::Structure
|
|
67
72
|
end
|
|
68
73
|
|
|
@@ -72,6 +77,7 @@ module Aws::IoTSecureTunneling
|
|
|
72
77
|
#
|
|
73
78
|
class DescribeTunnelResponse < Struct.new(
|
|
74
79
|
:tunnel)
|
|
80
|
+
SENSITIVE = []
|
|
75
81
|
include Aws::Structure
|
|
76
82
|
end
|
|
77
83
|
|
|
@@ -101,6 +107,7 @@ module Aws::IoTSecureTunneling
|
|
|
101
107
|
class DestinationConfig < Struct.new(
|
|
102
108
|
:thing_name,
|
|
103
109
|
:services)
|
|
110
|
+
SENSITIVE = []
|
|
104
111
|
include Aws::Structure
|
|
105
112
|
end
|
|
106
113
|
|
|
@@ -111,6 +118,7 @@ module Aws::IoTSecureTunneling
|
|
|
111
118
|
#
|
|
112
119
|
class LimitExceededException < Struct.new(
|
|
113
120
|
:message)
|
|
121
|
+
SENSITIVE = []
|
|
114
122
|
include Aws::Structure
|
|
115
123
|
end
|
|
116
124
|
|
|
@@ -127,6 +135,7 @@ module Aws::IoTSecureTunneling
|
|
|
127
135
|
#
|
|
128
136
|
class ListTagsForResourceRequest < Struct.new(
|
|
129
137
|
:resource_arn)
|
|
138
|
+
SENSITIVE = []
|
|
130
139
|
include Aws::Structure
|
|
131
140
|
end
|
|
132
141
|
|
|
@@ -136,6 +145,7 @@ module Aws::IoTSecureTunneling
|
|
|
136
145
|
#
|
|
137
146
|
class ListTagsForResourceResponse < Struct.new(
|
|
138
147
|
:tags)
|
|
148
|
+
SENSITIVE = []
|
|
139
149
|
include Aws::Structure
|
|
140
150
|
end
|
|
141
151
|
|
|
@@ -164,6 +174,7 @@ module Aws::IoTSecureTunneling
|
|
|
164
174
|
:thing_name,
|
|
165
175
|
:max_results,
|
|
166
176
|
:next_token)
|
|
177
|
+
SENSITIVE = []
|
|
167
178
|
include Aws::Structure
|
|
168
179
|
end
|
|
169
180
|
|
|
@@ -178,6 +189,7 @@ module Aws::IoTSecureTunneling
|
|
|
178
189
|
class ListTunnelsResponse < Struct.new(
|
|
179
190
|
:tunnel_summaries,
|
|
180
191
|
:next_token)
|
|
192
|
+
SENSITIVE = []
|
|
181
193
|
include Aws::Structure
|
|
182
194
|
end
|
|
183
195
|
|
|
@@ -222,6 +234,7 @@ module Aws::IoTSecureTunneling
|
|
|
222
234
|
:tags,
|
|
223
235
|
:destination_config,
|
|
224
236
|
:timeout_config)
|
|
237
|
+
SENSITIVE = []
|
|
225
238
|
include Aws::Structure
|
|
226
239
|
end
|
|
227
240
|
|
|
@@ -249,6 +262,7 @@ module Aws::IoTSecureTunneling
|
|
|
249
262
|
:tunnel_arn,
|
|
250
263
|
:source_access_token,
|
|
251
264
|
:destination_access_token)
|
|
265
|
+
SENSITIVE = [:source_access_token, :destination_access_token]
|
|
252
266
|
include Aws::Structure
|
|
253
267
|
end
|
|
254
268
|
|
|
@@ -260,6 +274,7 @@ module Aws::IoTSecureTunneling
|
|
|
260
274
|
#
|
|
261
275
|
class ResourceNotFoundException < Struct.new(
|
|
262
276
|
:message)
|
|
277
|
+
SENSITIVE = []
|
|
263
278
|
include Aws::Structure
|
|
264
279
|
end
|
|
265
280
|
|
|
@@ -285,6 +300,7 @@ module Aws::IoTSecureTunneling
|
|
|
285
300
|
class Tag < Struct.new(
|
|
286
301
|
:key,
|
|
287
302
|
:value)
|
|
303
|
+
SENSITIVE = []
|
|
288
304
|
include Aws::Structure
|
|
289
305
|
end
|
|
290
306
|
|
|
@@ -312,6 +328,7 @@ module Aws::IoTSecureTunneling
|
|
|
312
328
|
class TagResourceRequest < Struct.new(
|
|
313
329
|
:resource_arn,
|
|
314
330
|
:tags)
|
|
331
|
+
SENSITIVE = []
|
|
315
332
|
include Aws::Structure
|
|
316
333
|
end
|
|
317
334
|
|
|
@@ -334,6 +351,7 @@ module Aws::IoTSecureTunneling
|
|
|
334
351
|
#
|
|
335
352
|
class TimeoutConfig < Struct.new(
|
|
336
353
|
:max_lifetime_timeout_minutes)
|
|
354
|
+
SENSITIVE = []
|
|
337
355
|
include Aws::Structure
|
|
338
356
|
end
|
|
339
357
|
|
|
@@ -398,6 +416,7 @@ module Aws::IoTSecureTunneling
|
|
|
398
416
|
:tags,
|
|
399
417
|
:created_at,
|
|
400
418
|
:last_updated_at)
|
|
419
|
+
SENSITIVE = []
|
|
401
420
|
include Aws::Structure
|
|
402
421
|
end
|
|
403
422
|
|
|
@@ -435,6 +454,7 @@ module Aws::IoTSecureTunneling
|
|
|
435
454
|
:description,
|
|
436
455
|
:created_at,
|
|
437
456
|
:last_updated_at)
|
|
457
|
+
SENSITIVE = []
|
|
438
458
|
include Aws::Structure
|
|
439
459
|
end
|
|
440
460
|
|
|
@@ -457,6 +477,7 @@ module Aws::IoTSecureTunneling
|
|
|
457
477
|
class UntagResourceRequest < Struct.new(
|
|
458
478
|
:resource_arn,
|
|
459
479
|
:tag_keys)
|
|
480
|
+
SENSITIVE = []
|
|
460
481
|
include Aws::Structure
|
|
461
482
|
end
|
|
462
483
|
|
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.5.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-06-
|
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|