We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02ef7f commit 9c15212Copy full SHA for 9c15212
CHANGELOG.md
@@ -5,6 +5,7 @@
5
### Added
6
7
- Support for LocationService
8
+- Support for SSO
9
10
## 1.11.0
11
src/DependencyInjection/AwsPackagesProvider.php
@@ -154,6 +154,10 @@ public static function getAllServices(): array
154
'class' => \AsyncAws\Ssm\SsmClient::class,
155
'package' => 'async-aws/ssm',
156
],
157
+ 'sso' => [
158
+ 'class' => \AsyncAws\Sso\SsoClient::class,
159
+ 'package' => 'async-aws/sso',
160
+ ],
161
'sts' => [
162
'class' => \AsyncAws\Core\Sts\StsClient::class,
163
'package' => 'async-aws/core',
0 commit comments