Update a rule groups namespace.
Use a bare-bones client and the command you need to make an API call.
import { AmpClient, PutRuleGroupsNamespaceCommand } from "@aws-sdk/client-amp"; // ES Modules import // const { AmpClient, PutRuleGroupsNamespaceCommand } = require("@aws-sdk/client-amp"); // CommonJS import const client = new AmpClient(config); const command = new PutRuleGroupsNamespaceCommand(input); const response = await client.send(command);
PutRuleGroupsNamespaceCommandInput for command's input shape.
input
PutRuleGroupsNamespaceCommandOutput for command's response shape.
response
config for AmpClient's config shape.
config
Update a rule groups namespace.
Use a bare-bones client and the command you need to make an API call.
import { AmpClient, PutRuleGroupsNamespaceCommand } from "@aws-sdk/client-amp"; // ES Modules import // const { AmpClient, PutRuleGroupsNamespaceCommand } = require("@aws-sdk/client-amp"); // CommonJS import const client = new AmpClient(config); const command = new PutRuleGroupsNamespaceCommand(input); const response = await client.send(command);
PutRuleGroupsNamespaceCommandInput for command's
input
shape.PutRuleGroupsNamespaceCommandOutput for command's
response
shape.config for AmpClient's
config
shape.