aws-sdk-augmentedairuntime 1.6.1 → 1.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-augmentedairuntime.rb +3 -1
- data/lib/aws-sdk-augmentedairuntime/client.rb +3 -1
- data/lib/aws-sdk-augmentedairuntime/client_api.rb +2 -0
- data/lib/aws-sdk-augmentedairuntime/errors.rb +2 -0
- data/lib/aws-sdk-augmentedairuntime/resource.rb +2 -0
- data/lib/aws-sdk-augmentedairuntime/types.rb +20 -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: b05219f0a8ca3dbb44358875275d230cce314215f1a36317c40277aba7425ca3
|
4
|
+
data.tar.gz: 3e334ec6ddcce4c1f56f7558efa49ed331926065c54048e9a4f0311f48f7d8f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8cd25ff04db4c496b3d53e16469e3e6ef2bc73d4c0d12e304b828660ea5f42396d25c2c899551794ae4d8cf1b105eeb51216753ddb56a56c95d6bec8fd42807a
|
7
|
+
data.tar.gz: 92278af4869f5915e7a713e295408a16268abc37312d7d3e76aa68943291255fcd00c3be035d4bd1acc721249dad5eb3f08b4424fc61631a83369fa8e09af7d6
|
@@ -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-augmentedairuntime/customizations'
|
|
45
47
|
# @service
|
46
48
|
module Aws::AugmentedAIRuntime
|
47
49
|
|
48
|
-
GEM_VERSION = '1.
|
50
|
+
GEM_VERSION = '1.7.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:
|
@@ -521,7 +523,7 @@ module Aws::AugmentedAIRuntime
|
|
521
523
|
params: params,
|
522
524
|
config: config)
|
523
525
|
context[:gem_name] = 'aws-sdk-augmentedairuntime'
|
524
|
-
context[:gem_version] = '1.
|
526
|
+
context[:gem_version] = '1.7.0'
|
525
527
|
Seahorse::Client::Request.new(handlers, context)
|
526
528
|
end
|
527
529
|
|
@@ -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:
|
@@ -19,6 +21,7 @@ module Aws::AugmentedAIRuntime
|
|
19
21
|
#
|
20
22
|
class ConflictException < Struct.new(
|
21
23
|
:message)
|
24
|
+
SENSITIVE = []
|
22
25
|
include Aws::Structure
|
23
26
|
end
|
24
27
|
|
@@ -37,6 +40,7 @@ module Aws::AugmentedAIRuntime
|
|
37
40
|
#
|
38
41
|
class DeleteHumanLoopRequest < Struct.new(
|
39
42
|
:human_loop_name)
|
43
|
+
SENSITIVE = []
|
40
44
|
include Aws::Structure
|
41
45
|
end
|
42
46
|
|
@@ -59,6 +63,7 @@ module Aws::AugmentedAIRuntime
|
|
59
63
|
#
|
60
64
|
class DescribeHumanLoopRequest < Struct.new(
|
61
65
|
:human_loop_name)
|
66
|
+
SENSITIVE = []
|
62
67
|
include Aws::Structure
|
63
68
|
end
|
64
69
|
|
@@ -109,6 +114,7 @@ module Aws::AugmentedAIRuntime
|
|
109
114
|
:human_loop_arn,
|
110
115
|
:flow_definition_arn,
|
111
116
|
:human_loop_output)
|
117
|
+
SENSITIVE = []
|
112
118
|
include Aws::Structure
|
113
119
|
end
|
114
120
|
|
@@ -134,6 +140,7 @@ module Aws::AugmentedAIRuntime
|
|
134
140
|
#
|
135
141
|
class HumanLoopDataAttributes < Struct.new(
|
136
142
|
:content_classifiers)
|
143
|
+
SENSITIVE = []
|
137
144
|
include Aws::Structure
|
138
145
|
end
|
139
146
|
|
@@ -155,6 +162,7 @@ module Aws::AugmentedAIRuntime
|
|
155
162
|
#
|
156
163
|
class HumanLoopInput < Struct.new(
|
157
164
|
:input_content)
|
165
|
+
SENSITIVE = []
|
158
166
|
include Aws::Structure
|
159
167
|
end
|
160
168
|
|
@@ -169,6 +177,7 @@ module Aws::AugmentedAIRuntime
|
|
169
177
|
#
|
170
178
|
class HumanLoopOutput < Struct.new(
|
171
179
|
:output_s3_uri)
|
180
|
+
SENSITIVE = []
|
172
181
|
include Aws::Structure
|
173
182
|
end
|
174
183
|
|
@@ -204,6 +213,7 @@ module Aws::AugmentedAIRuntime
|
|
204
213
|
:creation_time,
|
205
214
|
:failure_reason,
|
206
215
|
:flow_definition_arn)
|
216
|
+
SENSITIVE = []
|
207
217
|
include Aws::Structure
|
208
218
|
end
|
209
219
|
|
@@ -217,6 +227,7 @@ module Aws::AugmentedAIRuntime
|
|
217
227
|
#
|
218
228
|
class InternalServerException < Struct.new(
|
219
229
|
:message)
|
230
|
+
SENSITIVE = []
|
220
231
|
include Aws::Structure
|
221
232
|
end
|
222
233
|
|
@@ -271,6 +282,7 @@ module Aws::AugmentedAIRuntime
|
|
271
282
|
:sort_order,
|
272
283
|
:next_token,
|
273
284
|
:max_results)
|
285
|
+
SENSITIVE = []
|
274
286
|
include Aws::Structure
|
275
287
|
end
|
276
288
|
|
@@ -287,6 +299,7 @@ module Aws::AugmentedAIRuntime
|
|
287
299
|
class ListHumanLoopsResponse < Struct.new(
|
288
300
|
:human_loop_summaries,
|
289
301
|
:next_token)
|
302
|
+
SENSITIVE = []
|
290
303
|
include Aws::Structure
|
291
304
|
end
|
292
305
|
|
@@ -299,6 +312,7 @@ module Aws::AugmentedAIRuntime
|
|
299
312
|
#
|
300
313
|
class ResourceNotFoundException < Struct.new(
|
301
314
|
:message)
|
315
|
+
SENSITIVE = []
|
302
316
|
include Aws::Structure
|
303
317
|
end
|
304
318
|
|
@@ -312,6 +326,7 @@ module Aws::AugmentedAIRuntime
|
|
312
326
|
#
|
313
327
|
class ServiceQuotaExceededException < Struct.new(
|
314
328
|
:message)
|
329
|
+
SENSITIVE = []
|
315
330
|
include Aws::Structure
|
316
331
|
end
|
317
332
|
|
@@ -355,6 +370,7 @@ module Aws::AugmentedAIRuntime
|
|
355
370
|
:flow_definition_arn,
|
356
371
|
:human_loop_input,
|
357
372
|
:data_attributes)
|
373
|
+
SENSITIVE = []
|
358
374
|
include Aws::Structure
|
359
375
|
end
|
360
376
|
|
@@ -366,6 +382,7 @@ module Aws::AugmentedAIRuntime
|
|
366
382
|
#
|
367
383
|
class StartHumanLoopResponse < Struct.new(
|
368
384
|
:human_loop_arn)
|
385
|
+
SENSITIVE = []
|
369
386
|
include Aws::Structure
|
370
387
|
end
|
371
388
|
|
@@ -384,6 +401,7 @@ module Aws::AugmentedAIRuntime
|
|
384
401
|
#
|
385
402
|
class StopHumanLoopRequest < Struct.new(
|
386
403
|
:human_loop_name)
|
404
|
+
SENSITIVE = []
|
387
405
|
include Aws::Structure
|
388
406
|
end
|
389
407
|
|
@@ -400,6 +418,7 @@ module Aws::AugmentedAIRuntime
|
|
400
418
|
#
|
401
419
|
class ThrottlingException < Struct.new(
|
402
420
|
:message)
|
421
|
+
SENSITIVE = []
|
403
422
|
include Aws::Structure
|
404
423
|
end
|
405
424
|
|
@@ -412,6 +431,7 @@ module Aws::AugmentedAIRuntime
|
|
412
431
|
#
|
413
432
|
class ValidationException < Struct.new(
|
414
433
|
:message)
|
434
|
+
SENSITIVE = []
|
415
435
|
include Aws::Structure
|
416
436
|
end
|
417
437
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-augmentedairuntime
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.7.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
|