aws-sdk-bedrockdataautomation 1.15.0 → 1.17.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-bedrockdataautomation/client.rb +23 -1
- data/lib/aws-sdk-bedrockdataautomation/client_api.rb +18 -0
- data/lib/aws-sdk-bedrockdataautomation/types.rb +67 -1
- data/lib/aws-sdk-bedrockdataautomation.rb +1 -1
- data/sig/client.rbs +22 -2
- data/sig/types.rbs +22 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8a06f5b296b8a072e09760c82e1ee1bd13ab043a435cd054087d77be981e6cb9
|
4
|
+
data.tar.gz: 2142dddb55d53ead551d0516505941de9ddaffdcd090d69434d52f60afb5190b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b1feed20676b4a2c296d7fbb65a75eb1f19e872bf7b916206fdaed84ef6efd3c5387df5613aa1d347cdced0ec86116ddd4f42b122c3e5a4d81c52bcb4e62f2d5
|
7
|
+
data.tar.gz: 638b364466862adea3a89d30bc331840bc163897c350d53d4fea611c0058921f0744e3a0b96d36a6a6813c3bce247590a68b57627f1b1469ae3a0dc8b80f0329
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.17.0 (2025-09-26)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for configurable Speaker Labeling and Channel Labeling features for Audio modality.
|
8
|
+
|
9
|
+
1.16.0 (2025-08-26)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.15.0 (2025-08-25)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.17.0
|
@@ -698,6 +698,16 @@ module Aws::BedrockDataAutomation
|
|
698
698
|
# category: { # required
|
699
699
|
# state: "ENABLED", # required, accepts ENABLED, DISABLED
|
700
700
|
# types: ["AUDIO_CONTENT_MODERATION"], # accepts AUDIO_CONTENT_MODERATION, TRANSCRIPT, TOPIC_CONTENT_MODERATION
|
701
|
+
# type_configuration: {
|
702
|
+
# transcript: {
|
703
|
+
# speaker_labeling: {
|
704
|
+
# state: "ENABLED", # required, accepts ENABLED, DISABLED
|
705
|
+
# },
|
706
|
+
# channel_labeling: {
|
707
|
+
# state: "ENABLED", # required, accepts ENABLED, DISABLED
|
708
|
+
# },
|
709
|
+
# },
|
710
|
+
# },
|
701
711
|
# },
|
702
712
|
# },
|
703
713
|
# generative_field: {
|
@@ -931,6 +941,8 @@ module Aws::BedrockDataAutomation
|
|
931
941
|
# resp.project.standard_output_configuration.audio.extraction.category.state #=> String, one of "ENABLED", "DISABLED"
|
932
942
|
# resp.project.standard_output_configuration.audio.extraction.category.types #=> Array
|
933
943
|
# resp.project.standard_output_configuration.audio.extraction.category.types[0] #=> String, one of "AUDIO_CONTENT_MODERATION", "TRANSCRIPT", "TOPIC_CONTENT_MODERATION"
|
944
|
+
# resp.project.standard_output_configuration.audio.extraction.category.type_configuration.transcript.speaker_labeling.state #=> String, one of "ENABLED", "DISABLED"
|
945
|
+
# resp.project.standard_output_configuration.audio.extraction.category.type_configuration.transcript.channel_labeling.state #=> String, one of "ENABLED", "DISABLED"
|
934
946
|
# resp.project.standard_output_configuration.audio.generative_field.state #=> String, one of "ENABLED", "DISABLED"
|
935
947
|
# resp.project.standard_output_configuration.audio.generative_field.types #=> Array
|
936
948
|
# resp.project.standard_output_configuration.audio.generative_field.types[0] #=> String, one of "AUDIO_SUMMARY", "IAB", "TOPIC_SUMMARY"
|
@@ -1313,6 +1325,16 @@ module Aws::BedrockDataAutomation
|
|
1313
1325
|
# category: { # required
|
1314
1326
|
# state: "ENABLED", # required, accepts ENABLED, DISABLED
|
1315
1327
|
# types: ["AUDIO_CONTENT_MODERATION"], # accepts AUDIO_CONTENT_MODERATION, TRANSCRIPT, TOPIC_CONTENT_MODERATION
|
1328
|
+
# type_configuration: {
|
1329
|
+
# transcript: {
|
1330
|
+
# speaker_labeling: {
|
1331
|
+
# state: "ENABLED", # required, accepts ENABLED, DISABLED
|
1332
|
+
# },
|
1333
|
+
# channel_labeling: {
|
1334
|
+
# state: "ENABLED", # required, accepts ENABLED, DISABLED
|
1335
|
+
# },
|
1336
|
+
# },
|
1337
|
+
# },
|
1316
1338
|
# },
|
1317
1339
|
# },
|
1318
1340
|
# generative_field: {
|
@@ -1402,7 +1424,7 @@ module Aws::BedrockDataAutomation
|
|
1402
1424
|
tracer: tracer
|
1403
1425
|
)
|
1404
1426
|
context[:gem_name] = 'aws-sdk-bedrockdataautomation'
|
1405
|
-
context[:gem_version] = '1.
|
1427
|
+
context[:gem_version] = '1.17.0'
|
1406
1428
|
Seahorse::Client::Request.new(handlers, context)
|
1407
1429
|
end
|
1408
1430
|
|
@@ -17,6 +17,7 @@ module Aws::BedrockDataAutomation
|
|
17
17
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
18
18
|
AudioExtractionCategory = Shapes::StructureShape.new(name: 'AudioExtractionCategory')
|
19
19
|
AudioExtractionCategoryType = Shapes::StringShape.new(name: 'AudioExtractionCategoryType')
|
20
|
+
AudioExtractionCategoryTypeConfiguration = Shapes::StructureShape.new(name: 'AudioExtractionCategoryTypeConfiguration')
|
20
21
|
AudioExtractionCategoryTypes = Shapes::ListShape.new(name: 'AudioExtractionCategoryTypes')
|
21
22
|
AudioOverrideConfiguration = Shapes::StructureShape.new(name: 'AudioOverrideConfiguration')
|
22
23
|
AudioStandardExtraction = Shapes::StructureShape.new(name: 'AudioStandardExtraction')
|
@@ -36,6 +37,7 @@ module Aws::BedrockDataAutomation
|
|
36
37
|
BlueprintSummary = Shapes::StructureShape.new(name: 'BlueprintSummary')
|
37
38
|
BlueprintVersion = Shapes::StringShape.new(name: 'BlueprintVersion')
|
38
39
|
Blueprints = Shapes::ListShape.new(name: 'Blueprints')
|
40
|
+
ChannelLabelingConfiguration = Shapes::StructureShape.new(name: 'ChannelLabelingConfiguration')
|
39
41
|
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
40
42
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
41
43
|
CreateBlueprintRequest = Shapes::StructureShape.new(name: 'CreateBlueprintRequest')
|
@@ -109,6 +111,7 @@ module Aws::BedrockDataAutomation
|
|
109
111
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
110
112
|
ResourceOwner = Shapes::StringShape.new(name: 'ResourceOwner')
|
111
113
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
114
|
+
SpeakerLabelingConfiguration = Shapes::StructureShape.new(name: 'SpeakerLabelingConfiguration')
|
112
115
|
SplitterConfiguration = Shapes::StructureShape.new(name: 'SplitterConfiguration')
|
113
116
|
StandardOutputConfiguration = Shapes::StructureShape.new(name: 'StandardOutputConfiguration')
|
114
117
|
State = Shapes::StringShape.new(name: 'State')
|
@@ -121,6 +124,7 @@ module Aws::BedrockDataAutomation
|
|
121
124
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
122
125
|
TaggableResourceArn = Shapes::StringShape.new(name: 'TaggableResourceArn')
|
123
126
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
127
|
+
TranscriptConfiguration = Shapes::StructureShape.new(name: 'TranscriptConfiguration')
|
124
128
|
Type = Shapes::StringShape.new(name: 'Type')
|
125
129
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
126
130
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
@@ -147,8 +151,12 @@ module Aws::BedrockDataAutomation
|
|
147
151
|
|
148
152
|
AudioExtractionCategory.add_member(:state, Shapes::ShapeRef.new(shape: State, required: true, location_name: "state"))
|
149
153
|
AudioExtractionCategory.add_member(:types, Shapes::ShapeRef.new(shape: AudioExtractionCategoryTypes, location_name: "types"))
|
154
|
+
AudioExtractionCategory.add_member(:type_configuration, Shapes::ShapeRef.new(shape: AudioExtractionCategoryTypeConfiguration, location_name: "typeConfiguration"))
|
150
155
|
AudioExtractionCategory.struct_class = Types::AudioExtractionCategory
|
151
156
|
|
157
|
+
AudioExtractionCategoryTypeConfiguration.add_member(:transcript, Shapes::ShapeRef.new(shape: TranscriptConfiguration, location_name: "transcript"))
|
158
|
+
AudioExtractionCategoryTypeConfiguration.struct_class = Types::AudioExtractionCategoryTypeConfiguration
|
159
|
+
|
152
160
|
AudioExtractionCategoryTypes.member = Shapes::ShapeRef.new(shape: AudioExtractionCategoryType)
|
153
161
|
|
154
162
|
AudioOverrideConfiguration.add_member(:modality_processing, Shapes::ShapeRef.new(shape: ModalityProcessingConfiguration, location_name: "modalityProcessing"))
|
@@ -201,6 +209,9 @@ module Aws::BedrockDataAutomation
|
|
201
209
|
|
202
210
|
Blueprints.member = Shapes::ShapeRef.new(shape: BlueprintSummary)
|
203
211
|
|
212
|
+
ChannelLabelingConfiguration.add_member(:state, Shapes::ShapeRef.new(shape: State, required: true, location_name: "state"))
|
213
|
+
ChannelLabelingConfiguration.struct_class = Types::ChannelLabelingConfiguration
|
214
|
+
|
204
215
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
205
216
|
ConflictException.struct_class = Types::ConflictException
|
206
217
|
|
@@ -419,6 +430,9 @@ module Aws::BedrockDataAutomation
|
|
419
430
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
420
431
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
421
432
|
|
433
|
+
SpeakerLabelingConfiguration.add_member(:state, Shapes::ShapeRef.new(shape: State, required: true, location_name: "state"))
|
434
|
+
SpeakerLabelingConfiguration.struct_class = Types::SpeakerLabelingConfiguration
|
435
|
+
|
422
436
|
SplitterConfiguration.add_member(:state, Shapes::ShapeRef.new(shape: State, location_name: "state"))
|
423
437
|
SplitterConfiguration.struct_class = Types::SplitterConfiguration
|
424
438
|
|
@@ -445,6 +459,10 @@ module Aws::BedrockDataAutomation
|
|
445
459
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
446
460
|
ThrottlingException.struct_class = Types::ThrottlingException
|
447
461
|
|
462
|
+
TranscriptConfiguration.add_member(:speaker_labeling, Shapes::ShapeRef.new(shape: SpeakerLabelingConfiguration, location_name: "speakerLabeling"))
|
463
|
+
TranscriptConfiguration.add_member(:channel_labeling, Shapes::ShapeRef.new(shape: ChannelLabelingConfiguration, location_name: "channelLabeling"))
|
464
|
+
TranscriptConfiguration.struct_class = Types::TranscriptConfiguration
|
465
|
+
|
448
466
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourceArn, required: true, location_name: "resourceARN"))
|
449
467
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "tagKeys"))
|
450
468
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
@@ -35,11 +35,30 @@ module Aws::BedrockDataAutomation
|
|
35
35
|
# List of Audio Extraction Category Type
|
36
36
|
# @return [Array<String>]
|
37
37
|
#
|
38
|
+
# @!attribute [rw] type_configuration
|
39
|
+
# Configuration for different audio extraction category types
|
40
|
+
# @return [Types::AudioExtractionCategoryTypeConfiguration]
|
41
|
+
#
|
38
42
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-data-automation-2023-07-26/AudioExtractionCategory AWS API Documentation
|
39
43
|
#
|
40
44
|
class AudioExtractionCategory < Struct.new(
|
41
45
|
:state,
|
42
|
-
:types
|
46
|
+
:types,
|
47
|
+
:type_configuration)
|
48
|
+
SENSITIVE = []
|
49
|
+
include Aws::Structure
|
50
|
+
end
|
51
|
+
|
52
|
+
# Configuration for different audio extraction category types
|
53
|
+
#
|
54
|
+
# @!attribute [rw] transcript
|
55
|
+
# Configuration for transcript related features
|
56
|
+
# @return [Types::TranscriptConfiguration]
|
57
|
+
#
|
58
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-data-automation-2023-07-26/AudioExtractionCategoryTypeConfiguration AWS API Documentation
|
59
|
+
#
|
60
|
+
class AudioExtractionCategoryTypeConfiguration < Struct.new(
|
61
|
+
:transcript)
|
43
62
|
SENSITIVE = []
|
44
63
|
include Aws::Structure
|
45
64
|
end
|
@@ -256,6 +275,20 @@ module Aws::BedrockDataAutomation
|
|
256
275
|
include Aws::Structure
|
257
276
|
end
|
258
277
|
|
278
|
+
# Channel labeling configuration
|
279
|
+
#
|
280
|
+
# @!attribute [rw] state
|
281
|
+
# State
|
282
|
+
# @return [String]
|
283
|
+
#
|
284
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-data-automation-2023-07-26/ChannelLabelingConfiguration AWS API Documentation
|
285
|
+
#
|
286
|
+
class ChannelLabelingConfiguration < Struct.new(
|
287
|
+
:state)
|
288
|
+
SENSITIVE = []
|
289
|
+
include Aws::Structure
|
290
|
+
end
|
291
|
+
|
259
292
|
# This exception is thrown when there is a conflict performing an
|
260
293
|
# operation
|
261
294
|
#
|
@@ -1242,6 +1275,20 @@ module Aws::BedrockDataAutomation
|
|
1242
1275
|
include Aws::Structure
|
1243
1276
|
end
|
1244
1277
|
|
1278
|
+
# Speaker labeling configuration
|
1279
|
+
#
|
1280
|
+
# @!attribute [rw] state
|
1281
|
+
# State
|
1282
|
+
# @return [String]
|
1283
|
+
#
|
1284
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-data-automation-2023-07-26/SpeakerLabelingConfiguration AWS API Documentation
|
1285
|
+
#
|
1286
|
+
class SpeakerLabelingConfiguration < Struct.new(
|
1287
|
+
:state)
|
1288
|
+
SENSITIVE = []
|
1289
|
+
include Aws::Structure
|
1290
|
+
end
|
1291
|
+
|
1245
1292
|
# Configuration of Splitter
|
1246
1293
|
#
|
1247
1294
|
# @!attribute [rw] state
|
@@ -1340,6 +1387,25 @@ module Aws::BedrockDataAutomation
|
|
1340
1387
|
include Aws::Structure
|
1341
1388
|
end
|
1342
1389
|
|
1390
|
+
# Configuration for transcript related features
|
1391
|
+
#
|
1392
|
+
# @!attribute [rw] speaker_labeling
|
1393
|
+
# Speaker labeling configuration
|
1394
|
+
# @return [Types::SpeakerLabelingConfiguration]
|
1395
|
+
#
|
1396
|
+
# @!attribute [rw] channel_labeling
|
1397
|
+
# Channel labeling configuration
|
1398
|
+
# @return [Types::ChannelLabelingConfiguration]
|
1399
|
+
#
|
1400
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-data-automation-2023-07-26/TranscriptConfiguration AWS API Documentation
|
1401
|
+
#
|
1402
|
+
class TranscriptConfiguration < Struct.new(
|
1403
|
+
:speaker_labeling,
|
1404
|
+
:channel_labeling)
|
1405
|
+
SENSITIVE = []
|
1406
|
+
include Aws::Structure
|
1407
|
+
end
|
1408
|
+
|
1343
1409
|
# @!attribute [rw] resource_arn
|
1344
1410
|
# ARN of a taggable resource
|
1345
1411
|
# @return [String]
|
data/sig/client.rbs
CHANGED
@@ -180,7 +180,17 @@ module Aws
|
|
180
180
|
extraction: {
|
181
181
|
category: {
|
182
182
|
state: ("ENABLED" | "DISABLED"),
|
183
|
-
types: Array[("AUDIO_CONTENT_MODERATION" | "TRANSCRIPT" | "TOPIC_CONTENT_MODERATION")]
|
183
|
+
types: Array[("AUDIO_CONTENT_MODERATION" | "TRANSCRIPT" | "TOPIC_CONTENT_MODERATION")]?,
|
184
|
+
type_configuration: {
|
185
|
+
transcript: {
|
186
|
+
speaker_labeling: {
|
187
|
+
state: ("ENABLED" | "DISABLED")
|
188
|
+
}?,
|
189
|
+
channel_labeling: {
|
190
|
+
state: ("ENABLED" | "DISABLED")
|
191
|
+
}?
|
192
|
+
}?
|
193
|
+
}?
|
184
194
|
}
|
185
195
|
}?,
|
186
196
|
generative_field: {
|
@@ -443,7 +453,17 @@ module Aws
|
|
443
453
|
extraction: {
|
444
454
|
category: {
|
445
455
|
state: ("ENABLED" | "DISABLED"),
|
446
|
-
types: Array[("AUDIO_CONTENT_MODERATION" | "TRANSCRIPT" | "TOPIC_CONTENT_MODERATION")]
|
456
|
+
types: Array[("AUDIO_CONTENT_MODERATION" | "TRANSCRIPT" | "TOPIC_CONTENT_MODERATION")]?,
|
457
|
+
type_configuration: {
|
458
|
+
transcript: {
|
459
|
+
speaker_labeling: {
|
460
|
+
state: ("ENABLED" | "DISABLED")
|
461
|
+
}?,
|
462
|
+
channel_labeling: {
|
463
|
+
state: ("ENABLED" | "DISABLED")
|
464
|
+
}?
|
465
|
+
}?
|
466
|
+
}?
|
447
467
|
}
|
448
468
|
}?,
|
449
469
|
generative_field: {
|
data/sig/types.rbs
CHANGED
@@ -16,6 +16,12 @@ module Aws::BedrockDataAutomation
|
|
16
16
|
class AudioExtractionCategory
|
17
17
|
attr_accessor state: ("ENABLED" | "DISABLED")
|
18
18
|
attr_accessor types: ::Array[("AUDIO_CONTENT_MODERATION" | "TRANSCRIPT" | "TOPIC_CONTENT_MODERATION")]
|
19
|
+
attr_accessor type_configuration: Types::AudioExtractionCategoryTypeConfiguration
|
20
|
+
SENSITIVE: []
|
21
|
+
end
|
22
|
+
|
23
|
+
class AudioExtractionCategoryTypeConfiguration
|
24
|
+
attr_accessor transcript: Types::TranscriptConfiguration
|
19
25
|
SENSITIVE: []
|
20
26
|
end
|
21
27
|
|
@@ -79,6 +85,11 @@ module Aws::BedrockDataAutomation
|
|
79
85
|
SENSITIVE: [:blueprint_name]
|
80
86
|
end
|
81
87
|
|
88
|
+
class ChannelLabelingConfiguration
|
89
|
+
attr_accessor state: ("ENABLED" | "DISABLED")
|
90
|
+
SENSITIVE: []
|
91
|
+
end
|
92
|
+
|
82
93
|
class ConflictException
|
83
94
|
attr_accessor message: ::String
|
84
95
|
SENSITIVE: []
|
@@ -377,6 +388,11 @@ module Aws::BedrockDataAutomation
|
|
377
388
|
SENSITIVE: []
|
378
389
|
end
|
379
390
|
|
391
|
+
class SpeakerLabelingConfiguration
|
392
|
+
attr_accessor state: ("ENABLED" | "DISABLED")
|
393
|
+
SENSITIVE: []
|
394
|
+
end
|
395
|
+
|
380
396
|
class SplitterConfiguration
|
381
397
|
attr_accessor state: ("ENABLED" | "DISABLED")
|
382
398
|
SENSITIVE: []
|
@@ -410,6 +426,12 @@ module Aws::BedrockDataAutomation
|
|
410
426
|
SENSITIVE: []
|
411
427
|
end
|
412
428
|
|
429
|
+
class TranscriptConfiguration
|
430
|
+
attr_accessor speaker_labeling: Types::SpeakerLabelingConfiguration
|
431
|
+
attr_accessor channel_labeling: Types::ChannelLabelingConfiguration
|
432
|
+
SENSITIVE: []
|
433
|
+
end
|
434
|
+
|
413
435
|
class UntagResourceRequest
|
414
436
|
attr_accessor resource_arn: ::String
|
415
437
|
attr_accessor tag_keys: ::Array[::String]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-bedrockdataautomation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.17.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
version: '3'
|
19
19
|
- - ">="
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 3.
|
21
|
+
version: 3.231.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -28,7 +28,7 @@ dependencies:
|
|
28
28
|
version: '3'
|
29
29
|
- - ">="
|
30
30
|
- !ruby/object:Gem::Version
|
31
|
-
version: 3.
|
31
|
+
version: 3.231.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|