File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
src/Service/BedrockRuntime Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "variables" : {
3- "${LATEST}" : " 3.363.2 "
3+ "${LATEST}" : " 3.363.3 "
44 },
55 "endpoints" : " https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json" ,
66 "services" : {
Original file line number Diff line number Diff line change 55### Added
66
77- AWS api-change: Amazon Bedrock Runtime Service Tier Support Launch
8+ - AWS api-change: Bedrock Runtime Reserved Service Support
89
910### Dependency bumped
1011
Original file line number Diff line number Diff line change @@ -7,13 +7,15 @@ final class ServiceTierType
77 public const DEFAULT = 'default ' ;
88 public const FLEX = 'flex ' ;
99 public const PRIORITY = 'priority ' ;
10+ public const RESERVED = 'reserved ' ;
1011
1112 public static function exists (string $ value ): bool
1213 {
1314 return isset ([
1415 self ::DEFAULT => true ,
1516 self ::FLEX => true ,
1617 self ::PRIORITY => true ,
18+ self ::RESERVED => true ,
1719 ][$ value ]);
1820 }
1921}
You can’t perform that action at this time.
0 commit comments