aws-connected-device-framework
aws-connected-device-framework copied to clipboard
Add bulkGetGroups to asset library client
Aws Connected Device Framework Affected Module(s): libraries/clients/assetlibrary-client
I'm submitting a ...
- [ ] bug report
- [x] feature request
Description: Expose "bulkGetGroups" method via asset library client. This method is available in swagger definition, but not exposed via client library
Current behavior: "bulkGetGroups" not exposed via asset library client
Expected behavior: "bulkGetGroups" should be exposed via asset library client
Steps to reproduce:
- Navigate to libraries/clients/assetlibrary-client/groups.apigw.service.ts or libraries/clients/assetlibrary-client/groups.lambda.service.ts
- "bulkGetGroups" method definition is not present.
Additional Information: