aws-sdk-bedrockdataautomationruntime 1.24.0 → 1.25.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bedrockdataautomationruntime/client.rb +1 -1
- data/lib/aws-sdk-bedrockdataautomationruntime.rb +1 -1
- data/sig/client.rbs +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a9c371a94fd34c948c6f12f7d09a493f07c2280723ba5dd06ac4ae2cc7ee444e
|
|
4
|
+
data.tar.gz: 19a0f4eb6d954c6986856dec043dc96c7b280274c0f8d80a293670a5a56a8a9f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a71856f418e46e6df5b9fba9700838863a5e9b73f38320ac19d8fcb8c7ff3b7196df913c46f2c9f47cfc6ccd2a4fb57939eccdc69bbc0e8686d3436efa255fb9
|
|
7
|
+
data.tar.gz: 2e131892206713b9bcf83d5425fdee50d2d2aae1e61f504b48778126d8f9e770ce7192669059cea5e95726ad9443242050cd07ed446a40c023da152803b029b4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.25.0
|
|
@@ -802,7 +802,7 @@ module Aws::BedrockDataAutomationRuntime
|
|
|
802
802
|
tracer: tracer
|
|
803
803
|
)
|
|
804
804
|
context[:gem_name] = 'aws-sdk-bedrockdataautomationruntime'
|
|
805
|
-
context[:gem_version] = '1.
|
|
805
|
+
context[:gem_version] = '1.25.0'
|
|
806
806
|
Seahorse::Client::Request.new(handlers, context)
|
|
807
807
|
end
|
|
808
808
|
|
|
@@ -54,7 +54,7 @@ module Aws::BedrockDataAutomationRuntime
|
|
|
54
54
|
autoload :EndpointProvider, 'aws-sdk-bedrockdataautomationruntime/endpoint_provider'
|
|
55
55
|
autoload :Endpoints, 'aws-sdk-bedrockdataautomationruntime/endpoints'
|
|
56
56
|
|
|
57
|
-
GEM_VERSION = '1.
|
|
57
|
+
GEM_VERSION = '1.25.0'
|
|
58
58
|
|
|
59
59
|
end
|
|
60
60
|
|
data/sig/client.rbs
CHANGED
|
@@ -116,7 +116,7 @@ module Aws
|
|
|
116
116
|
blueprint_arn: ::String,
|
|
117
117
|
version: ::String?,
|
|
118
118
|
stage: ("DEVELOPMENT" | "LIVE")?
|
|
119
|
-
}
|
|
119
|
+
}
|
|
120
120
|
],
|
|
121
121
|
data_automation_profile_arn: ::String,
|
|
122
122
|
?encryption_configuration: {
|
|
@@ -170,14 +170,14 @@ module Aws
|
|
|
170
170
|
blueprint_arn: ::String,
|
|
171
171
|
version: ::String?,
|
|
172
172
|
stage: ("DEVELOPMENT" | "LIVE")?
|
|
173
|
-
}
|
|
173
|
+
}
|
|
174
174
|
],
|
|
175
175
|
data_automation_profile_arn: ::String,
|
|
176
176
|
?tags: Array[
|
|
177
177
|
{
|
|
178
178
|
key: ::String,
|
|
179
179
|
value: ::String
|
|
180
|
-
}
|
|
180
|
+
}
|
|
181
181
|
]
|
|
182
182
|
) -> _InvokeDataAutomationAsyncResponseSuccess
|
|
183
183
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _InvokeDataAutomationAsyncResponseSuccess
|
|
@@ -202,7 +202,7 @@ module Aws
|
|
|
202
202
|
{
|
|
203
203
|
key: ::String,
|
|
204
204
|
value: ::String
|
|
205
|
-
}
|
|
205
|
+
}
|
|
206
206
|
]
|
|
207
207
|
) -> _TagResourceResponseSuccess
|
|
208
208
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|