BatchCreateCategory
Source:
src/AWS/QApps/BatchCreateCategory.ts
Runtime binding for qapps:BatchCreateCategory.
Creates library categories that web-experience users use to tag and filter library items. Provide the implementation with
Effect.provide(AWS.QApps.BatchCreateCategoryHttp).
Categories
Section titled “Categories”// init — bind the operation to the Q Appconst batchCreateCategory = yield* AWS.QApps.BatchCreateCategory(app);
// runtimeyield* batchCreateCategory({ categories: [{ title: "HR" }, { title: "Marketing" }],});