MCPcopy Create free account
hub / github.com/awsdocs/aws-doc-sdk-examples / main

Function main

javascriptv3/example_code/ec2/scenarios/basic.js:125–127  ·  view source on GitHub ↗
({ confirmAll, verbose, noArt })

Source from the content-addressed store, hash-verified

123 * @param {{ confirmAll: boolean, verbose: boolean, noArt: boolean }} options
124 */
125export const main = async ({ confirmAll, verbose, noArt }) => {
126 await ec2Scenario.run({ confirmAll, verbose, noArt });
127};
128
129// Call function if run directly
130import { parseArgs } from "node:util";

Calls 1

runMethod · 0.45

Tested by

no test coverage detected