Skip to content

Commit e02ef7f

Browse files
authored
Adds LocationService Client (#1472)
Adds Location Service Client
1 parent 512e3f8 commit e02ef7f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Added
6+
7+
- Support for LocationService
8+
59
## 1.11.0
610

711
### Added

src/DependencyInjection/AwsPackagesProvider.php

+4
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ public static function getAllServices(): array
102102
'class' => \AsyncAws\Lambda\LambdaClient::class,
103103
'package' => 'async-aws/lambda',
104104
],
105+
'location_service' => [
106+
'class' => \AsyncAws\LocationService\LocationServiceClient::class,
107+
'package' => 'async-aws/location-service',
108+
],
105109
'media_convert' => [
106110
'class' => \AsyncAws\MediaConvert\MediaConvertClient::class,
107111
'package' => 'async-aws/media-convert',

0 commit comments

Comments
 (0)