We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 512e3f8 commit e02ef7fCopy full SHA for e02ef7f
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## NOT RELEASED
4
5
+### Added
6
+
7
+- Support for LocationService
8
9
## 1.11.0
10
11
### Added
src/DependencyInjection/AwsPackagesProvider.php
@@ -102,6 +102,10 @@ public static function getAllServices(): array
102
'class' => \AsyncAws\Lambda\LambdaClient::class,
103
'package' => 'async-aws/lambda',
104
],
105
+ 'location_service' => [
106
+ 'class' => \AsyncAws\LocationService\LocationServiceClient::class,
107
+ 'package' => 'async-aws/location-service',
108
+ ],
109
'media_convert' => [
110
'class' => \AsyncAws\MediaConvert\MediaConvertClient::class,
111
'package' => 'async-aws/media-convert',
0 commit comments