aws-sdk-bedrockdataautomation 1.0.0 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bedrockdataautomation/client.rb +13 -12
- data/lib/aws-sdk-bedrockdataautomation.rb +1 -1
- 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: 58267b3b88e04d0f54660d58d40e7fd2aff3bc184da87f2160e06a4e23c5b498
|
4
|
+
data.tar.gz: 337bfd5391fb21326e50e2d89a1f46749e161e05cadede0dca998d6eae622ee3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e4cb54dcb0165b08e572307ed908fdd83071ea407e9d0f9c3f0361ca464aa1a166866d01bcb5b956c4a43e2348aa298ba6d114712240e080965efda52cdd192
|
7
|
+
data.tar.gz: 4fb5153479a5d5b367bc2e6dff9fa168b1a3ab64e443df727bf32b4aa2a5503c26ed1aa575ff7b053eccfc89138f4193d890725a928288dac6ec53c9c4d8af71
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1.0
|
@@ -447,7 +447,7 @@ module Aws::BedrockDataAutomation
|
|
447
447
|
|
448
448
|
# @!group API Operations
|
449
449
|
|
450
|
-
# Creates an Amazon Bedrock
|
450
|
+
# Creates an Amazon Bedrock Data Automation Blueprint
|
451
451
|
#
|
452
452
|
# @option params [required, String] :blueprint_name
|
453
453
|
# Name of the Blueprint
|
@@ -513,7 +513,8 @@ module Aws::BedrockDataAutomation
|
|
513
513
|
req.send_request(options)
|
514
514
|
end
|
515
515
|
|
516
|
-
# Creates a new version of an existing Amazon Bedrock
|
516
|
+
# Creates a new version of an existing Amazon Bedrock Data Automation
|
517
|
+
# Blueprint
|
517
518
|
#
|
518
519
|
# @option params [required, String] :blueprint_arn
|
519
520
|
# ARN generated at the server side when a Blueprint is created
|
@@ -558,7 +559,7 @@ module Aws::BedrockDataAutomation
|
|
558
559
|
req.send_request(options)
|
559
560
|
end
|
560
561
|
|
561
|
-
# Creates an Amazon Bedrock
|
562
|
+
# Creates an Amazon Bedrock Data Automation Project
|
562
563
|
#
|
563
564
|
# @option params [required, String] :project_name
|
564
565
|
# Name of the DataAutomationProject
|
@@ -704,7 +705,7 @@ module Aws::BedrockDataAutomation
|
|
704
705
|
req.send_request(options)
|
705
706
|
end
|
706
707
|
|
707
|
-
# Deletes an existing Amazon Bedrock
|
708
|
+
# Deletes an existing Amazon Bedrock Data Automation Blueprint
|
708
709
|
#
|
709
710
|
# @option params [required, String] :blueprint_arn
|
710
711
|
# ARN generated at the server side when a Blueprint is created
|
@@ -730,7 +731,7 @@ module Aws::BedrockDataAutomation
|
|
730
731
|
req.send_request(options)
|
731
732
|
end
|
732
733
|
|
733
|
-
# Deletes an existing Amazon Bedrock
|
734
|
+
# Deletes an existing Amazon Bedrock Data Automation Project
|
734
735
|
#
|
735
736
|
# @option params [required, String] :project_arn
|
736
737
|
# ARN generated at the server side when a DataAutomationProject is
|
@@ -761,7 +762,7 @@ module Aws::BedrockDataAutomation
|
|
761
762
|
req.send_request(options)
|
762
763
|
end
|
763
764
|
|
764
|
-
# Gets an existing Amazon Bedrock
|
765
|
+
# Gets an existing Amazon Bedrock Data Automation Blueprint
|
765
766
|
#
|
766
767
|
# @option params [required, String] :blueprint_arn
|
767
768
|
# ARN generated at the server side when a Blueprint is created
|
@@ -807,7 +808,7 @@ module Aws::BedrockDataAutomation
|
|
807
808
|
req.send_request(options)
|
808
809
|
end
|
809
810
|
|
810
|
-
# Gets an existing Amazon Bedrock
|
811
|
+
# Gets an existing Amazon Bedrock Data Automation Project
|
811
812
|
#
|
812
813
|
# @option params [required, String] :project_arn
|
813
814
|
# ARN generated at the server side when a DataAutomationProject is
|
@@ -881,7 +882,7 @@ module Aws::BedrockDataAutomation
|
|
881
882
|
req.send_request(options)
|
882
883
|
end
|
883
884
|
|
884
|
-
# Lists all existing Amazon Bedrock
|
885
|
+
# Lists all existing Amazon Bedrock Data Automation Blueprints
|
885
886
|
#
|
886
887
|
# @option params [String] :blueprint_arn
|
887
888
|
# ARN of a Blueprint
|
@@ -942,7 +943,7 @@ module Aws::BedrockDataAutomation
|
|
942
943
|
req.send_request(options)
|
943
944
|
end
|
944
945
|
|
945
|
-
# Lists all existing Amazon Bedrock
|
946
|
+
# Lists all existing Amazon Bedrock Data Automation Projects
|
946
947
|
#
|
947
948
|
# @option params [Integer] :max_results
|
948
949
|
# Max Results
|
@@ -998,7 +999,7 @@ module Aws::BedrockDataAutomation
|
|
998
999
|
req.send_request(options)
|
999
1000
|
end
|
1000
1001
|
|
1001
|
-
# Updates an existing Amazon Bedrock Blueprint
|
1002
|
+
# Updates an existing Amazon Bedrock Data Automation Blueprint
|
1002
1003
|
#
|
1003
1004
|
# @option params [required, String] :blueprint_arn
|
1004
1005
|
# ARN generated at the server side when a Blueprint is created
|
@@ -1044,7 +1045,7 @@ module Aws::BedrockDataAutomation
|
|
1044
1045
|
req.send_request(options)
|
1045
1046
|
end
|
1046
1047
|
|
1047
|
-
# Updates an existing Amazon Bedrock
|
1048
|
+
# Updates an existing Amazon Bedrock Data Automation Project
|
1048
1049
|
#
|
1049
1050
|
# @option params [required, String] :project_arn
|
1050
1051
|
# ARN generated at the server side when a DataAutomationProject is
|
@@ -1193,7 +1194,7 @@ module Aws::BedrockDataAutomation
|
|
1193
1194
|
tracer: tracer
|
1194
1195
|
)
|
1195
1196
|
context[:gem_name] = 'aws-sdk-bedrockdataautomation'
|
1196
|
-
context[:gem_version] = '1.
|
1197
|
+
context[:gem_version] = '1.1.0'
|
1197
1198
|
Seahorse::Client::Request.new(handlers, context)
|
1198
1199
|
end
|
1199
1200
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.1.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: 2024-12-
|
11
|
+
date: 2024-12-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|