You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aws Connected Device Framework Affected Module(s):
TBD but Multiple
I'm submitting a ...
bug report
feature request
Description:
CDF is defining its own types that will eventually be casted into AWS SDK client request. We should use types exported from AWS SDK client packages instead.
Aws Connected Device Framework Affected Module(s):
TBD but Multiple
I'm submitting a ...
Description:
CDF is defining its own types that will eventually be casted into AWS SDK client request. We should use types exported from AWS SDK client packages instead.
Current behavior:
A sample of this implementation can be found in https://github.com/aws/aws-connected-device-framework/blob/main/source/packages/services/greengrass2-provisioning/src/templates/templates.models.ts#L117
Expected behavior:
We should instead use https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/TypeAlias/IoTJobAbortAction/
The text was updated successfully, but these errors were encountered: