aws-sdk-bedrockdataautomation 1.6.0 → 1.7.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2c924e97e8184208e40f207c0706450dced26fa1988f4704cd42cbdaba9a0fb3
4
- data.tar.gz: f50a666fecbec76c6523b626b79a0d54cb95d5164cd7e317655957d9c20aab53
3
+ metadata.gz: 8b809cf94f4f447c5422381c0714fe5802256469e6dfd7a65ecd159442f29c7c
4
+ data.tar.gz: bf8d4e7df7e3998c77131d025d4d8ca27d1d26bc8cbd8cfe1a624d2ce3d01215
5
5
  SHA512:
6
- metadata.gz: 544313f4badd0fe341f417aab7296ab8432603916a7bd2c3bca2b94df968161cfc7e1bff0135c42d23e5a5b8cba0121c997b2deac0c75732ac264273a2f1c5b5
7
- data.tar.gz: c0c2ff726c03cffb9e00b58440e6ed467f039699e1ddedc08d719c720aa6110771ce7818ee65227c0aef1a43d57653e47c045a77e99ea0ef17f3cd9360fc1aa0
6
+ metadata.gz: c2968c2a5ebad045ea1aebf9f56719ddbff8bb53f656a8123cf6586f2ee7dbfdd25e1490a8b7368c23aa4aac86af4059ef58ae968354d3d9ba9a7f9ef531e234
7
+ data.tar.gz: cd2348ff2064980dd994cf12793a9bbe23826aa6849f67775cdb90b3e1a8321b732a8b7da06b9ef0ed307c318b8b8a1cd66f0bd88f55ad0f17e16113bbb5cdf4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.7.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.6.0 (2025-04-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.0
1
+ 1.7.0
@@ -1396,7 +1396,7 @@ module Aws::BedrockDataAutomation
1396
1396
  tracer: tracer
1397
1397
  )
1398
1398
  context[:gem_name] = 'aws-sdk-bedrockdataautomation'
1399
- context[:gem_version] = '1.6.0'
1399
+ context[:gem_version] = '1.7.0'
1400
1400
  Seahorse::Client::Request.new(handlers, context)
1401
1401
  end
1402
1402
 
@@ -208,7 +208,7 @@ module Aws::BedrockDataAutomation
208
208
  CreateBlueprintRequest.add_member(:type, Shapes::ShapeRef.new(shape: Type, required: true, location_name: "type"))
209
209
  CreateBlueprintRequest.add_member(:blueprint_stage, Shapes::ShapeRef.new(shape: BlueprintStage, location_name: "blueprintStage"))
210
210
  CreateBlueprintRequest.add_member(:schema, Shapes::ShapeRef.new(shape: BlueprintSchema, required: true, location_name: "schema"))
211
- CreateBlueprintRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
211
+ CreateBlueprintRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
212
212
  CreateBlueprintRequest.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "encryptionConfiguration"))
213
213
  CreateBlueprintRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
214
214
  CreateBlueprintRequest.struct_class = Types::CreateBlueprintRequest
@@ -217,7 +217,7 @@ module Aws::BedrockDataAutomation
217
217
  CreateBlueprintResponse.struct_class = Types::CreateBlueprintResponse
218
218
 
219
219
  CreateBlueprintVersionRequest.add_member(:blueprint_arn, Shapes::ShapeRef.new(shape: BlueprintArn, required: true, location: "uri", location_name: "blueprintArn"))
220
- CreateBlueprintVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
220
+ CreateBlueprintVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
221
221
  CreateBlueprintVersionRequest.struct_class = Types::CreateBlueprintVersionRequest
222
222
 
223
223
  CreateBlueprintVersionResponse.add_member(:blueprint, Shapes::ShapeRef.new(shape: Blueprint, required: true, location_name: "blueprint"))
@@ -229,7 +229,7 @@ module Aws::BedrockDataAutomation
229
229
  CreateDataAutomationProjectRequest.add_member(:standard_output_configuration, Shapes::ShapeRef.new(shape: StandardOutputConfiguration, required: true, location_name: "standardOutputConfiguration"))
230
230
  CreateDataAutomationProjectRequest.add_member(:custom_output_configuration, Shapes::ShapeRef.new(shape: CustomOutputConfiguration, location_name: "customOutputConfiguration"))
231
231
  CreateDataAutomationProjectRequest.add_member(:override_configuration, Shapes::ShapeRef.new(shape: OverrideConfiguration, location_name: "overrideConfiguration"))
232
- CreateDataAutomationProjectRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
232
+ CreateDataAutomationProjectRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
233
233
  CreateDataAutomationProjectRequest.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "encryptionConfiguration"))
234
234
  CreateDataAutomationProjectRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
235
235
  CreateDataAutomationProjectRequest.struct_class = Types::CreateDataAutomationProjectRequest
@@ -54,7 +54,7 @@ module Aws::BedrockDataAutomation
54
54
  autoload :EndpointProvider, 'aws-sdk-bedrockdataautomation/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-bedrockdataautomation/endpoints'
56
56
 
57
- GEM_VERSION = '1.6.0'
57
+ GEM_VERSION = '1.7.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bedrockdataautomation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-04-24 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-bedrockdataautomation
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-bedrockdataautomation/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - Data Automation for Amazon Bedrock
99
96
  test_files: []