ListBootstrapActions
Source:
src/AWS/EMR/ListBootstrapActions.ts
Runtime binding for elasticmapreduce:ListBootstrapActions — lists the bootstrap actions the bound cluster ran at launch.
Inspecting the Cluster
Section titled “Inspecting the Cluster”const listBootstrapActions = yield* AWS.EMR.ListBootstrapActions(cluster);
const { BootstrapActions } = yield* listBootstrapActions();