File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## NOT RELEASED
4
4
5
+ ### Added
6
+
7
+ - Support for BedrockRuntime
8
+
5
9
## 1.13.0
6
10
7
11
### Added
Original file line number Diff line number Diff line change 39
39
},
40
40
"extra" : {
41
41
"branch-alias" : {
42
- "dev-master" : " 1.13 -dev"
42
+ "dev-master" : " 1.14 -dev"
43
43
}
44
44
}
45
45
}
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ public static function getAllServices(): array
22
22
'class ' => \AsyncAws \Athena \AthenaClient::class,
23
23
'package ' => 'async-aws/athena ' ,
24
24
],
25
+ 'bedrock_runtime ' => [
26
+ 'class ' => \AsyncAws \BedrockRuntime \BedrockRuntimeClient::class,
27
+ 'package ' => 'async-aws/bedrock-runtime ' ,
28
+ ],
25
29
'cloud_formation ' => [
26
30
'class ' => \AsyncAws \CloudFormation \CloudFormationClient::class,
27
31
'package ' => 'async-aws/cloud-formation ' ,
You can’t perform that action at this time.
0 commit comments