aws-sdk-bedrockdataautomation 1.4.0 → 1.6.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 +202 -23
- data/lib/aws-sdk-bedrockdataautomation/client_api.rb +116 -3
- data/lib/aws-sdk-bedrockdataautomation/types.rb +222 -6
- data/lib/aws-sdk-bedrockdataautomation.rb +1 -1
- data/sig/client.rbs +116 -13
- data/sig/types.rbs +76 -5
- metadata +2 -2
@@ -18,6 +18,7 @@ module Aws::BedrockDataAutomation
|
|
18
18
|
AudioExtractionCategory = Shapes::StructureShape.new(name: 'AudioExtractionCategory')
|
19
19
|
AudioExtractionCategoryType = Shapes::StringShape.new(name: 'AudioExtractionCategoryType')
|
20
20
|
AudioExtractionCategoryTypes = Shapes::ListShape.new(name: 'AudioExtractionCategoryTypes')
|
21
|
+
AudioOverrideConfiguration = Shapes::StructureShape.new(name: 'AudioOverrideConfiguration')
|
21
22
|
AudioStandardExtraction = Shapes::StructureShape.new(name: 'AudioStandardExtraction')
|
22
23
|
AudioStandardGenerativeField = Shapes::StructureShape.new(name: 'AudioStandardGenerativeField')
|
23
24
|
AudioStandardGenerativeFieldType = Shapes::StringShape.new(name: 'AudioStandardGenerativeFieldType')
|
@@ -59,6 +60,7 @@ module Aws::BedrockDataAutomation
|
|
59
60
|
DeleteBlueprintResponse = Shapes::StructureShape.new(name: 'DeleteBlueprintResponse')
|
60
61
|
DeleteDataAutomationProjectRequest = Shapes::StructureShape.new(name: 'DeleteDataAutomationProjectRequest')
|
61
62
|
DeleteDataAutomationProjectResponse = Shapes::StructureShape.new(name: 'DeleteDataAutomationProjectResponse')
|
63
|
+
DesiredModality = Shapes::StringShape.new(name: 'DesiredModality')
|
62
64
|
DocumentBoundingBox = Shapes::StructureShape.new(name: 'DocumentBoundingBox')
|
63
65
|
DocumentExtractionGranularity = Shapes::StructureShape.new(name: 'DocumentExtractionGranularity')
|
64
66
|
DocumentExtractionGranularityType = Shapes::StringShape.new(name: 'DocumentExtractionGranularityType')
|
@@ -73,6 +75,8 @@ module Aws::BedrockDataAutomation
|
|
73
75
|
DocumentStandardGenerativeField = Shapes::StructureShape.new(name: 'DocumentStandardGenerativeField')
|
74
76
|
DocumentStandardOutputConfiguration = Shapes::StructureShape.new(name: 'DocumentStandardOutputConfiguration')
|
75
77
|
EncryptionConfiguration = Shapes::StructureShape.new(name: 'EncryptionConfiguration')
|
78
|
+
EncryptionContextKey = Shapes::StringShape.new(name: 'EncryptionContextKey')
|
79
|
+
EncryptionContextValue = Shapes::StringShape.new(name: 'EncryptionContextValue')
|
76
80
|
GetBlueprintRequest = Shapes::StructureShape.new(name: 'GetBlueprintRequest')
|
77
81
|
GetBlueprintResponse = Shapes::StructureShape.new(name: 'GetBlueprintResponse')
|
78
82
|
GetDataAutomationProjectRequest = Shapes::StructureShape.new(name: 'GetDataAutomationProjectRequest')
|
@@ -81,6 +85,7 @@ module Aws::BedrockDataAutomation
|
|
81
85
|
ImageExtractionCategory = Shapes::StructureShape.new(name: 'ImageExtractionCategory')
|
82
86
|
ImageExtractionCategoryType = Shapes::StringShape.new(name: 'ImageExtractionCategoryType')
|
83
87
|
ImageExtractionCategoryTypes = Shapes::ListShape.new(name: 'ImageExtractionCategoryTypes')
|
88
|
+
ImageOverrideConfiguration = Shapes::StructureShape.new(name: 'ImageOverrideConfiguration')
|
84
89
|
ImageStandardExtraction = Shapes::StructureShape.new(name: 'ImageStandardExtraction')
|
85
90
|
ImageStandardGenerativeField = Shapes::StructureShape.new(name: 'ImageStandardGenerativeField')
|
86
91
|
ImageStandardGenerativeFieldType = Shapes::StringShape.new(name: 'ImageStandardGenerativeFieldType')
|
@@ -93,7 +98,11 @@ module Aws::BedrockDataAutomation
|
|
93
98
|
ListBlueprintsResponse = Shapes::StructureShape.new(name: 'ListBlueprintsResponse')
|
94
99
|
ListDataAutomationProjectsRequest = Shapes::StructureShape.new(name: 'ListDataAutomationProjectsRequest')
|
95
100
|
ListDataAutomationProjectsResponse = Shapes::StructureShape.new(name: 'ListDataAutomationProjectsResponse')
|
101
|
+
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
102
|
+
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
96
103
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
104
|
+
ModalityProcessingConfiguration = Shapes::StructureShape.new(name: 'ModalityProcessingConfiguration')
|
105
|
+
ModalityRoutingConfiguration = Shapes::StructureShape.new(name: 'ModalityRoutingConfiguration')
|
97
106
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
98
107
|
NonBlankString = Shapes::StringShape.new(name: 'NonBlankString')
|
99
108
|
OverrideConfiguration = Shapes::StructureShape.new(name: 'OverrideConfiguration')
|
@@ -103,9 +112,18 @@ module Aws::BedrockDataAutomation
|
|
103
112
|
SplitterConfiguration = Shapes::StructureShape.new(name: 'SplitterConfiguration')
|
104
113
|
StandardOutputConfiguration = Shapes::StructureShape.new(name: 'StandardOutputConfiguration')
|
105
114
|
State = Shapes::StringShape.new(name: 'State')
|
106
|
-
|
115
|
+
Tag = Shapes::StructureShape.new(name: 'Tag')
|
116
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
117
|
+
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
118
|
+
TagList = Shapes::ListShape.new(name: 'TagList')
|
119
|
+
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
120
|
+
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
121
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
122
|
+
TaggableResourceArn = Shapes::StringShape.new(name: 'TaggableResourceArn')
|
107
123
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
108
124
|
Type = Shapes::StringShape.new(name: 'Type')
|
125
|
+
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
126
|
+
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
109
127
|
UpdateBlueprintRequest = Shapes::StructureShape.new(name: 'UpdateBlueprintRequest')
|
110
128
|
UpdateBlueprintResponse = Shapes::StructureShape.new(name: 'UpdateBlueprintResponse')
|
111
129
|
UpdateDataAutomationProjectRequest = Shapes::StructureShape.new(name: 'UpdateDataAutomationProjectRequest')
|
@@ -117,6 +135,7 @@ module Aws::BedrockDataAutomation
|
|
117
135
|
VideoExtractionCategory = Shapes::StructureShape.new(name: 'VideoExtractionCategory')
|
118
136
|
VideoExtractionCategoryType = Shapes::StringShape.new(name: 'VideoExtractionCategoryType')
|
119
137
|
VideoExtractionCategoryTypes = Shapes::ListShape.new(name: 'VideoExtractionCategoryTypes')
|
138
|
+
VideoOverrideConfiguration = Shapes::StructureShape.new(name: 'VideoOverrideConfiguration')
|
120
139
|
VideoStandardExtraction = Shapes::StructureShape.new(name: 'VideoStandardExtraction')
|
121
140
|
VideoStandardGenerativeField = Shapes::StructureShape.new(name: 'VideoStandardGenerativeField')
|
122
141
|
VideoStandardGenerativeFieldType = Shapes::StringShape.new(name: 'VideoStandardGenerativeFieldType')
|
@@ -132,6 +151,9 @@ module Aws::BedrockDataAutomation
|
|
132
151
|
|
133
152
|
AudioExtractionCategoryTypes.member = Shapes::ShapeRef.new(shape: AudioExtractionCategoryType)
|
134
153
|
|
154
|
+
AudioOverrideConfiguration.add_member(:modality_processing, Shapes::ShapeRef.new(shape: ModalityProcessingConfiguration, location_name: "modalityProcessing"))
|
155
|
+
AudioOverrideConfiguration.struct_class = Types::AudioOverrideConfiguration
|
156
|
+
|
135
157
|
AudioStandardExtraction.add_member(:category, Shapes::ShapeRef.new(shape: AudioExtractionCategory, required: true, location_name: "category"))
|
136
158
|
AudioStandardExtraction.struct_class = Types::AudioStandardExtraction
|
137
159
|
|
@@ -188,6 +210,7 @@ module Aws::BedrockDataAutomation
|
|
188
210
|
CreateBlueprintRequest.add_member(:schema, Shapes::ShapeRef.new(shape: BlueprintSchema, required: true, location_name: "schema"))
|
189
211
|
CreateBlueprintRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
190
212
|
CreateBlueprintRequest.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "encryptionConfiguration"))
|
213
|
+
CreateBlueprintRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
191
214
|
CreateBlueprintRequest.struct_class = Types::CreateBlueprintRequest
|
192
215
|
|
193
216
|
CreateBlueprintResponse.add_member(:blueprint, Shapes::ShapeRef.new(shape: Blueprint, required: true, location_name: "blueprint"))
|
@@ -208,6 +231,7 @@ module Aws::BedrockDataAutomation
|
|
208
231
|
CreateDataAutomationProjectRequest.add_member(:override_configuration, Shapes::ShapeRef.new(shape: OverrideConfiguration, location_name: "overrideConfiguration"))
|
209
232
|
CreateDataAutomationProjectRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
210
233
|
CreateDataAutomationProjectRequest.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "encryptionConfiguration"))
|
234
|
+
CreateDataAutomationProjectRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
211
235
|
CreateDataAutomationProjectRequest.struct_class = Types::CreateDataAutomationProjectRequest
|
212
236
|
|
213
237
|
CreateDataAutomationProjectResponse.add_member(:project_arn, Shapes::ShapeRef.new(shape: DataAutomationProjectArn, required: true, location_name: "projectArn"))
|
@@ -278,6 +302,7 @@ module Aws::BedrockDataAutomation
|
|
278
302
|
DocumentOutputTextFormatTypes.member = Shapes::ShapeRef.new(shape: DocumentOutputTextFormatType)
|
279
303
|
|
280
304
|
DocumentOverrideConfiguration.add_member(:splitter, Shapes::ShapeRef.new(shape: SplitterConfiguration, location_name: "splitter"))
|
305
|
+
DocumentOverrideConfiguration.add_member(:modality_processing, Shapes::ShapeRef.new(shape: ModalityProcessingConfiguration, location_name: "modalityProcessing"))
|
281
306
|
DocumentOverrideConfiguration.struct_class = Types::DocumentOverrideConfiguration
|
282
307
|
|
283
308
|
DocumentStandardExtraction.add_member(:granularity, Shapes::ShapeRef.new(shape: DocumentExtractionGranularity, required: true, location_name: "granularity"))
|
@@ -320,6 +345,9 @@ module Aws::BedrockDataAutomation
|
|
320
345
|
|
321
346
|
ImageExtractionCategoryTypes.member = Shapes::ShapeRef.new(shape: ImageExtractionCategoryType)
|
322
347
|
|
348
|
+
ImageOverrideConfiguration.add_member(:modality_processing, Shapes::ShapeRef.new(shape: ModalityProcessingConfiguration, location_name: "modalityProcessing"))
|
349
|
+
ImageOverrideConfiguration.struct_class = Types::ImageOverrideConfiguration
|
350
|
+
|
323
351
|
ImageStandardExtraction.add_member(:category, Shapes::ShapeRef.new(shape: ImageExtractionCategory, required: true, location_name: "category"))
|
324
352
|
ImageStandardExtraction.add_member(:bounding_box, Shapes::ShapeRef.new(shape: ImageBoundingBox, required: true, location_name: "boundingBox"))
|
325
353
|
ImageStandardExtraction.struct_class = Types::ImageStandardExtraction
|
@@ -337,8 +365,8 @@ module Aws::BedrockDataAutomation
|
|
337
365
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
338
366
|
InternalServerException.struct_class = Types::InternalServerException
|
339
367
|
|
340
|
-
KmsEncryptionContext.key = Shapes::ShapeRef.new(shape:
|
341
|
-
KmsEncryptionContext.value = Shapes::ShapeRef.new(shape:
|
368
|
+
KmsEncryptionContext.key = Shapes::ShapeRef.new(shape: EncryptionContextKey)
|
369
|
+
KmsEncryptionContext.value = Shapes::ShapeRef.new(shape: EncryptionContextValue)
|
342
370
|
|
343
371
|
ListBlueprintsRequest.add_member(:blueprint_arn, Shapes::ShapeRef.new(shape: BlueprintArn, location_name: "blueprintArn"))
|
344
372
|
ListBlueprintsRequest.add_member(:resource_owner, Shapes::ShapeRef.new(shape: ResourceOwner, location_name: "resourceOwner"))
|
@@ -363,7 +391,26 @@ module Aws::BedrockDataAutomation
|
|
363
391
|
ListDataAutomationProjectsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
364
392
|
ListDataAutomationProjectsResponse.struct_class = Types::ListDataAutomationProjectsResponse
|
365
393
|
|
394
|
+
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourceArn, required: true, location_name: "resourceARN"))
|
395
|
+
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
396
|
+
|
397
|
+
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
398
|
+
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
399
|
+
|
400
|
+
ModalityProcessingConfiguration.add_member(:state, Shapes::ShapeRef.new(shape: State, location_name: "state"))
|
401
|
+
ModalityProcessingConfiguration.struct_class = Types::ModalityProcessingConfiguration
|
402
|
+
|
403
|
+
ModalityRoutingConfiguration.add_member(:jpeg, Shapes::ShapeRef.new(shape: DesiredModality, location_name: "jpeg"))
|
404
|
+
ModalityRoutingConfiguration.add_member(:png, Shapes::ShapeRef.new(shape: DesiredModality, location_name: "png"))
|
405
|
+
ModalityRoutingConfiguration.add_member(:mp4, Shapes::ShapeRef.new(shape: DesiredModality, location_name: "mp4"))
|
406
|
+
ModalityRoutingConfiguration.add_member(:mov, Shapes::ShapeRef.new(shape: DesiredModality, location_name: "mov"))
|
407
|
+
ModalityRoutingConfiguration.struct_class = Types::ModalityRoutingConfiguration
|
408
|
+
|
366
409
|
OverrideConfiguration.add_member(:document, Shapes::ShapeRef.new(shape: DocumentOverrideConfiguration, location_name: "document"))
|
410
|
+
OverrideConfiguration.add_member(:image, Shapes::ShapeRef.new(shape: ImageOverrideConfiguration, location_name: "image"))
|
411
|
+
OverrideConfiguration.add_member(:video, Shapes::ShapeRef.new(shape: VideoOverrideConfiguration, location_name: "video"))
|
412
|
+
OverrideConfiguration.add_member(:audio, Shapes::ShapeRef.new(shape: AudioOverrideConfiguration, location_name: "audio"))
|
413
|
+
OverrideConfiguration.add_member(:modality_routing, Shapes::ShapeRef.new(shape: ModalityRoutingConfiguration, location_name: "modalityRouting"))
|
367
414
|
OverrideConfiguration.struct_class = Types::OverrideConfiguration
|
368
415
|
|
369
416
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
@@ -381,12 +428,33 @@ module Aws::BedrockDataAutomation
|
|
381
428
|
StandardOutputConfiguration.add_member(:audio, Shapes::ShapeRef.new(shape: AudioStandardOutputConfiguration, location_name: "audio"))
|
382
429
|
StandardOutputConfiguration.struct_class = Types::StandardOutputConfiguration
|
383
430
|
|
431
|
+
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "key"))
|
432
|
+
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "value"))
|
433
|
+
Tag.struct_class = Types::Tag
|
434
|
+
|
435
|
+
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
436
|
+
|
437
|
+
TagList.member = Shapes::ShapeRef.new(shape: Tag)
|
438
|
+
|
439
|
+
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourceArn, required: true, location_name: "resourceARN"))
|
440
|
+
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "tags"))
|
441
|
+
TagResourceRequest.struct_class = Types::TagResourceRequest
|
442
|
+
|
443
|
+
TagResourceResponse.struct_class = Types::TagResourceResponse
|
444
|
+
|
384
445
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
385
446
|
ThrottlingException.struct_class = Types::ThrottlingException
|
386
447
|
|
448
|
+
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourceArn, required: true, location_name: "resourceARN"))
|
449
|
+
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "tagKeys"))
|
450
|
+
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
451
|
+
|
452
|
+
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
453
|
+
|
387
454
|
UpdateBlueprintRequest.add_member(:blueprint_arn, Shapes::ShapeRef.new(shape: BlueprintArn, required: true, location: "uri", location_name: "blueprintArn"))
|
388
455
|
UpdateBlueprintRequest.add_member(:schema, Shapes::ShapeRef.new(shape: BlueprintSchema, required: true, location_name: "schema"))
|
389
456
|
UpdateBlueprintRequest.add_member(:blueprint_stage, Shapes::ShapeRef.new(shape: BlueprintStage, location_name: "blueprintStage"))
|
457
|
+
UpdateBlueprintRequest.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "encryptionConfiguration"))
|
390
458
|
UpdateBlueprintRequest.struct_class = Types::UpdateBlueprintRequest
|
391
459
|
|
392
460
|
UpdateBlueprintResponse.add_member(:blueprint, Shapes::ShapeRef.new(shape: Blueprint, required: true, location_name: "blueprint"))
|
@@ -398,6 +466,7 @@ module Aws::BedrockDataAutomation
|
|
398
466
|
UpdateDataAutomationProjectRequest.add_member(:standard_output_configuration, Shapes::ShapeRef.new(shape: StandardOutputConfiguration, required: true, location_name: "standardOutputConfiguration"))
|
399
467
|
UpdateDataAutomationProjectRequest.add_member(:custom_output_configuration, Shapes::ShapeRef.new(shape: CustomOutputConfiguration, location_name: "customOutputConfiguration"))
|
400
468
|
UpdateDataAutomationProjectRequest.add_member(:override_configuration, Shapes::ShapeRef.new(shape: OverrideConfiguration, location_name: "overrideConfiguration"))
|
469
|
+
UpdateDataAutomationProjectRequest.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "encryptionConfiguration"))
|
401
470
|
UpdateDataAutomationProjectRequest.struct_class = Types::UpdateDataAutomationProjectRequest
|
402
471
|
|
403
472
|
UpdateDataAutomationProjectResponse.add_member(:project_arn, Shapes::ShapeRef.new(shape: DataAutomationProjectArn, required: true, location_name: "projectArn"))
|
@@ -424,6 +493,9 @@ module Aws::BedrockDataAutomation
|
|
424
493
|
|
425
494
|
VideoExtractionCategoryTypes.member = Shapes::ShapeRef.new(shape: VideoExtractionCategoryType)
|
426
495
|
|
496
|
+
VideoOverrideConfiguration.add_member(:modality_processing, Shapes::ShapeRef.new(shape: ModalityProcessingConfiguration, location_name: "modalityProcessing"))
|
497
|
+
VideoOverrideConfiguration.struct_class = Types::VideoOverrideConfiguration
|
498
|
+
|
427
499
|
VideoStandardExtraction.add_member(:category, Shapes::ShapeRef.new(shape: VideoExtractionCategory, required: true, location_name: "category"))
|
428
500
|
VideoStandardExtraction.add_member(:bounding_box, Shapes::ShapeRef.new(shape: VideoBoundingBox, required: true, location_name: "boundingBox"))
|
429
501
|
VideoStandardExtraction.struct_class = Types::VideoStandardExtraction
|
@@ -589,6 +661,46 @@ module Aws::BedrockDataAutomation
|
|
589
661
|
)
|
590
662
|
end)
|
591
663
|
|
664
|
+
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
665
|
+
o.name = "ListTagsForResource"
|
666
|
+
o.http_method = "POST"
|
667
|
+
o.http_request_uri = "/listTagsForResource"
|
668
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
669
|
+
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
670
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
671
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
672
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
673
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
674
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
675
|
+
end)
|
676
|
+
|
677
|
+
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
678
|
+
o.name = "TagResource"
|
679
|
+
o.http_method = "POST"
|
680
|
+
o.http_request_uri = "/tagResource"
|
681
|
+
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
682
|
+
o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
|
683
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
684
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
685
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
686
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
687
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
688
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
689
|
+
end)
|
690
|
+
|
691
|
+
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
692
|
+
o.name = "UntagResource"
|
693
|
+
o.http_method = "POST"
|
694
|
+
o.http_request_uri = "/untagResource"
|
695
|
+
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
696
|
+
o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
|
697
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
698
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
699
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
700
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
701
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
702
|
+
end)
|
703
|
+
|
592
704
|
api.add_operation(:update_blueprint, Seahorse::Model::Operation.new.tap do |o|
|
593
705
|
o.name = "UpdateBlueprint"
|
594
706
|
o.http_method = "PUT"
|
@@ -609,6 +721,7 @@ module Aws::BedrockDataAutomation
|
|
609
721
|
o.http_request_uri = "/data-automation-projects/{projectArn}/"
|
610
722
|
o.input = Shapes::ShapeRef.new(shape: UpdateDataAutomationProjectRequest)
|
611
723
|
o.output = Shapes::ShapeRef.new(shape: UpdateDataAutomationProjectResponse)
|
724
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
612
725
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
613
726
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
614
727
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
@@ -44,6 +44,20 @@ module Aws::BedrockDataAutomation
|
|
44
44
|
include Aws::Structure
|
45
45
|
end
|
46
46
|
|
47
|
+
# Override Configuration of Audio
|
48
|
+
#
|
49
|
+
# @!attribute [rw] modality_processing
|
50
|
+
# Configuration to enable/disable processing of modality
|
51
|
+
# @return [Types::ModalityProcessingConfiguration]
|
52
|
+
#
|
53
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-data-automation-2023-07-26/AudioOverrideConfiguration AWS API Documentation
|
54
|
+
#
|
55
|
+
class AudioOverrideConfiguration < Struct.new(
|
56
|
+
:modality_processing)
|
57
|
+
SENSITIVE = []
|
58
|
+
include Aws::Structure
|
59
|
+
end
|
60
|
+
|
47
61
|
# Standard Extraction Configuration of Audio
|
48
62
|
#
|
49
63
|
# @!attribute [rw] category
|
@@ -286,6 +300,10 @@ module Aws::BedrockDataAutomation
|
|
286
300
|
# KMS Encryption Configuration
|
287
301
|
# @return [Types::EncryptionConfiguration]
|
288
302
|
#
|
303
|
+
# @!attribute [rw] tags
|
304
|
+
# List of tags
|
305
|
+
# @return [Array<Types::Tag>]
|
306
|
+
#
|
289
307
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-data-automation-2023-07-26/CreateBlueprintRequest AWS API Documentation
|
290
308
|
#
|
291
309
|
class CreateBlueprintRequest < Struct.new(
|
@@ -294,7 +312,8 @@ module Aws::BedrockDataAutomation
|
|
294
312
|
:blueprint_stage,
|
295
313
|
:schema,
|
296
314
|
:client_token,
|
297
|
-
:encryption_configuration
|
315
|
+
:encryption_configuration,
|
316
|
+
:tags)
|
298
317
|
SENSITIVE = [:blueprint_name, :schema]
|
299
318
|
include Aws::Structure
|
300
319
|
end
|
@@ -386,6 +405,10 @@ module Aws::BedrockDataAutomation
|
|
386
405
|
# KMS Encryption Configuration
|
387
406
|
# @return [Types::EncryptionConfiguration]
|
388
407
|
#
|
408
|
+
# @!attribute [rw] tags
|
409
|
+
# List of tags
|
410
|
+
# @return [Array<Types::Tag>]
|
411
|
+
#
|
389
412
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-data-automation-2023-07-26/CreateDataAutomationProjectRequest AWS API Documentation
|
390
413
|
#
|
391
414
|
class CreateDataAutomationProjectRequest < Struct.new(
|
@@ -396,7 +419,8 @@ module Aws::BedrockDataAutomation
|
|
396
419
|
:custom_output_configuration,
|
397
420
|
:override_configuration,
|
398
421
|
:client_token,
|
399
|
-
:encryption_configuration
|
422
|
+
:encryption_configuration,
|
423
|
+
:tags)
|
400
424
|
SENSITIVE = [:project_name, :project_description]
|
401
425
|
include Aws::Structure
|
402
426
|
end
|
@@ -696,10 +720,15 @@ module Aws::BedrockDataAutomation
|
|
696
720
|
# Configuration of Splitter
|
697
721
|
# @return [Types::SplitterConfiguration]
|
698
722
|
#
|
723
|
+
# @!attribute [rw] modality_processing
|
724
|
+
# Configuration to enable/disable processing of modality
|
725
|
+
# @return [Types::ModalityProcessingConfiguration]
|
726
|
+
#
|
699
727
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-data-automation-2023-07-26/DocumentOverrideConfiguration AWS API Documentation
|
700
728
|
#
|
701
729
|
class DocumentOverrideConfiguration < Struct.new(
|
702
|
-
:splitter
|
730
|
+
:splitter,
|
731
|
+
:modality_processing)
|
703
732
|
SENSITIVE = []
|
704
733
|
include Aws::Structure
|
705
734
|
end
|
@@ -885,6 +914,20 @@ module Aws::BedrockDataAutomation
|
|
885
914
|
include Aws::Structure
|
886
915
|
end
|
887
916
|
|
917
|
+
# Override Configuration of Image
|
918
|
+
#
|
919
|
+
# @!attribute [rw] modality_processing
|
920
|
+
# Configuration to enable/disable processing of modality
|
921
|
+
# @return [Types::ModalityProcessingConfiguration]
|
922
|
+
#
|
923
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-data-automation-2023-07-26/ImageOverrideConfiguration AWS API Documentation
|
924
|
+
#
|
925
|
+
class ImageOverrideConfiguration < Struct.new(
|
926
|
+
:modality_processing)
|
927
|
+
SENSITIVE = []
|
928
|
+
include Aws::Structure
|
929
|
+
end
|
930
|
+
|
888
931
|
# Standard Extraction Configuration of Image
|
889
932
|
#
|
890
933
|
# @!attribute [rw] category
|
@@ -1068,16 +1111,103 @@ module Aws::BedrockDataAutomation
|
|
1068
1111
|
include Aws::Structure
|
1069
1112
|
end
|
1070
1113
|
|
1114
|
+
# @!attribute [rw] resource_arn
|
1115
|
+
# ARN of a taggable resource
|
1116
|
+
# @return [String]
|
1117
|
+
#
|
1118
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-data-automation-2023-07-26/ListTagsForResourceRequest AWS API Documentation
|
1119
|
+
#
|
1120
|
+
class ListTagsForResourceRequest < Struct.new(
|
1121
|
+
:resource_arn)
|
1122
|
+
SENSITIVE = []
|
1123
|
+
include Aws::Structure
|
1124
|
+
end
|
1125
|
+
|
1126
|
+
# @!attribute [rw] tags
|
1127
|
+
# List of tags
|
1128
|
+
# @return [Array<Types::Tag>]
|
1129
|
+
#
|
1130
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-data-automation-2023-07-26/ListTagsForResourceResponse AWS API Documentation
|
1131
|
+
#
|
1132
|
+
class ListTagsForResourceResponse < Struct.new(
|
1133
|
+
:tags)
|
1134
|
+
SENSITIVE = []
|
1135
|
+
include Aws::Structure
|
1136
|
+
end
|
1137
|
+
|
1138
|
+
# Configuration to enable/disable processing of modality
|
1139
|
+
#
|
1140
|
+
# @!attribute [rw] state
|
1141
|
+
# State
|
1142
|
+
# @return [String]
|
1143
|
+
#
|
1144
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-data-automation-2023-07-26/ModalityProcessingConfiguration AWS API Documentation
|
1145
|
+
#
|
1146
|
+
class ModalityProcessingConfiguration < Struct.new(
|
1147
|
+
:state)
|
1148
|
+
SENSITIVE = []
|
1149
|
+
include Aws::Structure
|
1150
|
+
end
|
1151
|
+
|
1152
|
+
# Configuration for routing file type to desired modality
|
1153
|
+
#
|
1154
|
+
# @!attribute [rw] jpeg
|
1155
|
+
# Desired Modality types
|
1156
|
+
# @return [String]
|
1157
|
+
#
|
1158
|
+
# @!attribute [rw] png
|
1159
|
+
# Desired Modality types
|
1160
|
+
# @return [String]
|
1161
|
+
#
|
1162
|
+
# @!attribute [rw] mp4
|
1163
|
+
# Desired Modality types
|
1164
|
+
# @return [String]
|
1165
|
+
#
|
1166
|
+
# @!attribute [rw] mov
|
1167
|
+
# Desired Modality types
|
1168
|
+
# @return [String]
|
1169
|
+
#
|
1170
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-data-automation-2023-07-26/ModalityRoutingConfiguration AWS API Documentation
|
1171
|
+
#
|
1172
|
+
class ModalityRoutingConfiguration < Struct.new(
|
1173
|
+
:jpeg,
|
1174
|
+
:png,
|
1175
|
+
:mp4,
|
1176
|
+
:mov)
|
1177
|
+
SENSITIVE = []
|
1178
|
+
include Aws::Structure
|
1179
|
+
end
|
1180
|
+
|
1071
1181
|
# Override configuration
|
1072
1182
|
#
|
1073
1183
|
# @!attribute [rw] document
|
1074
1184
|
# Override Configuration of Document
|
1075
1185
|
# @return [Types::DocumentOverrideConfiguration]
|
1076
1186
|
#
|
1187
|
+
# @!attribute [rw] image
|
1188
|
+
# Override Configuration of Image
|
1189
|
+
# @return [Types::ImageOverrideConfiguration]
|
1190
|
+
#
|
1191
|
+
# @!attribute [rw] video
|
1192
|
+
# Override Configuration of Video
|
1193
|
+
# @return [Types::VideoOverrideConfiguration]
|
1194
|
+
#
|
1195
|
+
# @!attribute [rw] audio
|
1196
|
+
# Override Configuration of Audio
|
1197
|
+
# @return [Types::AudioOverrideConfiguration]
|
1198
|
+
#
|
1199
|
+
# @!attribute [rw] modality_routing
|
1200
|
+
# Configuration for routing file type to desired modality
|
1201
|
+
# @return [Types::ModalityRoutingConfiguration]
|
1202
|
+
#
|
1077
1203
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-data-automation-2023-07-26/OverrideConfiguration AWS API Documentation
|
1078
1204
|
#
|
1079
1205
|
class OverrideConfiguration < Struct.new(
|
1080
|
-
:document
|
1206
|
+
:document,
|
1207
|
+
:image,
|
1208
|
+
:video,
|
1209
|
+
:audio,
|
1210
|
+
:modality_routing)
|
1081
1211
|
SENSITIVE = []
|
1082
1212
|
include Aws::Structure
|
1083
1213
|
end
|
@@ -1155,6 +1285,47 @@ module Aws::BedrockDataAutomation
|
|
1155
1285
|
include Aws::Structure
|
1156
1286
|
end
|
1157
1287
|
|
1288
|
+
# Key value pair of a tag
|
1289
|
+
#
|
1290
|
+
# @!attribute [rw] key
|
1291
|
+
# Defines the context of the tag.
|
1292
|
+
# @return [String]
|
1293
|
+
#
|
1294
|
+
# @!attribute [rw] value
|
1295
|
+
# Defines the value within the context. e.g. <key=reason,
|
1296
|
+
# value=training>.
|
1297
|
+
# @return [String]
|
1298
|
+
#
|
1299
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-data-automation-2023-07-26/Tag AWS API Documentation
|
1300
|
+
#
|
1301
|
+
class Tag < Struct.new(
|
1302
|
+
:key,
|
1303
|
+
:value)
|
1304
|
+
SENSITIVE = []
|
1305
|
+
include Aws::Structure
|
1306
|
+
end
|
1307
|
+
|
1308
|
+
# @!attribute [rw] resource_arn
|
1309
|
+
# ARN of a taggable resource
|
1310
|
+
# @return [String]
|
1311
|
+
#
|
1312
|
+
# @!attribute [rw] tags
|
1313
|
+
# List of tags
|
1314
|
+
# @return [Array<Types::Tag>]
|
1315
|
+
#
|
1316
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-data-automation-2023-07-26/TagResourceRequest AWS API Documentation
|
1317
|
+
#
|
1318
|
+
class TagResourceRequest < Struct.new(
|
1319
|
+
:resource_arn,
|
1320
|
+
:tags)
|
1321
|
+
SENSITIVE = []
|
1322
|
+
include Aws::Structure
|
1323
|
+
end
|
1324
|
+
|
1325
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-data-automation-2023-07-26/TagResourceResponse AWS API Documentation
|
1326
|
+
#
|
1327
|
+
class TagResourceResponse < Aws::EmptyStructure; end
|
1328
|
+
|
1158
1329
|
# This exception is thrown when the number of requests exceeds the limit
|
1159
1330
|
#
|
1160
1331
|
# @!attribute [rw] message
|
@@ -1169,6 +1340,27 @@ module Aws::BedrockDataAutomation
|
|
1169
1340
|
include Aws::Structure
|
1170
1341
|
end
|
1171
1342
|
|
1343
|
+
# @!attribute [rw] resource_arn
|
1344
|
+
# ARN of a taggable resource
|
1345
|
+
# @return [String]
|
1346
|
+
#
|
1347
|
+
# @!attribute [rw] tag_keys
|
1348
|
+
# List of tag keys
|
1349
|
+
# @return [Array<String>]
|
1350
|
+
#
|
1351
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-data-automation-2023-07-26/UntagResourceRequest AWS API Documentation
|
1352
|
+
#
|
1353
|
+
class UntagResourceRequest < Struct.new(
|
1354
|
+
:resource_arn,
|
1355
|
+
:tag_keys)
|
1356
|
+
SENSITIVE = []
|
1357
|
+
include Aws::Structure
|
1358
|
+
end
|
1359
|
+
|
1360
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-data-automation-2023-07-26/UntagResourceResponse AWS API Documentation
|
1361
|
+
#
|
1362
|
+
class UntagResourceResponse < Aws::EmptyStructure; end
|
1363
|
+
|
1172
1364
|
# Update Blueprint Request
|
1173
1365
|
#
|
1174
1366
|
# @!attribute [rw] blueprint_arn
|
@@ -1183,12 +1375,17 @@ module Aws::BedrockDataAutomation
|
|
1183
1375
|
# Stage of the Blueprint
|
1184
1376
|
# @return [String]
|
1185
1377
|
#
|
1378
|
+
# @!attribute [rw] encryption_configuration
|
1379
|
+
# KMS Encryption Configuration
|
1380
|
+
# @return [Types::EncryptionConfiguration]
|
1381
|
+
#
|
1186
1382
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-data-automation-2023-07-26/UpdateBlueprintRequest AWS API Documentation
|
1187
1383
|
#
|
1188
1384
|
class UpdateBlueprintRequest < Struct.new(
|
1189
1385
|
:blueprint_arn,
|
1190
1386
|
:schema,
|
1191
|
-
:blueprint_stage
|
1387
|
+
:blueprint_stage,
|
1388
|
+
:encryption_configuration)
|
1192
1389
|
SENSITIVE = [:schema]
|
1193
1390
|
include Aws::Structure
|
1194
1391
|
end
|
@@ -1234,6 +1431,10 @@ module Aws::BedrockDataAutomation
|
|
1234
1431
|
# Override configuration
|
1235
1432
|
# @return [Types::OverrideConfiguration]
|
1236
1433
|
#
|
1434
|
+
# @!attribute [rw] encryption_configuration
|
1435
|
+
# KMS Encryption Configuration
|
1436
|
+
# @return [Types::EncryptionConfiguration]
|
1437
|
+
#
|
1237
1438
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-data-automation-2023-07-26/UpdateDataAutomationProjectRequest AWS API Documentation
|
1238
1439
|
#
|
1239
1440
|
class UpdateDataAutomationProjectRequest < Struct.new(
|
@@ -1242,7 +1443,8 @@ module Aws::BedrockDataAutomation
|
|
1242
1443
|
:project_description,
|
1243
1444
|
:standard_output_configuration,
|
1244
1445
|
:custom_output_configuration,
|
1245
|
-
:override_configuration
|
1446
|
+
:override_configuration,
|
1447
|
+
:encryption_configuration)
|
1246
1448
|
SENSITIVE = [:project_description]
|
1247
1449
|
include Aws::Structure
|
1248
1450
|
end
|
@@ -1343,6 +1545,20 @@ module Aws::BedrockDataAutomation
|
|
1343
1545
|
include Aws::Structure
|
1344
1546
|
end
|
1345
1547
|
|
1548
|
+
# Override Configuration of Video
|
1549
|
+
#
|
1550
|
+
# @!attribute [rw] modality_processing
|
1551
|
+
# Configuration to enable/disable processing of modality
|
1552
|
+
# @return [Types::ModalityProcessingConfiguration]
|
1553
|
+
#
|
1554
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-data-automation-2023-07-26/VideoOverrideConfiguration AWS API Documentation
|
1555
|
+
#
|
1556
|
+
class VideoOverrideConfiguration < Struct.new(
|
1557
|
+
:modality_processing)
|
1558
|
+
SENSITIVE = []
|
1559
|
+
include Aws::Structure
|
1560
|
+
end
|
1561
|
+
|
1346
1562
|
# Standard Extraction Configuration of Video
|
1347
1563
|
#
|
1348
1564
|
# @!attribute [rw] category
|