aws-sdk-js-v3 icon indicating copy to clipboard operation
aws-sdk-js-v3 copied to clipboard

SSM sendCommandCommand seems to be missing the executionTimeout parameter

Open johnlabarge opened this issue 4 years ago • 0 comments

Is your feature request related to a problem? Please describe.

I need to extend the timeout for a script I want to run on the instance via the javascript client, however I do not see a way to set the executionTimeout. Specifically I've tried to put it in the parameters block as Parameters: { commands: [ ... ], "executionTimeout": "12000" }, (the type for command input requires that Parameters be { [key: string] : string[] }

Describe the solution you'd like

I'd like to have a way to specific the execution timeout that worked and documentation for it.

Describe alternatives you've considered

I'm considering abandoning this path and trying to manufacture AMIs. My enterprise-y setup makes all of this very challenging.

Additional context

Add any other context or screenshots about the feature request here.

johnlabarge avatar Apr 06 '22 18:04 johnlabarge