17 lines
352 B
Plaintext
17 lines
352 B
Plaintext
// This file is autogenerated, DO NOT EDIT
|
|
// Use `node scripts/generate-docs-examples.js` to generate the docs examples
|
|
|
|
[source, js]
|
|
----
|
|
const response = await client.autoscaling.putAutoscalingPolicy({
|
|
name: "my_autoscaling_policy",
|
|
policy: {
|
|
roles: ["data_hot"],
|
|
deciders: {
|
|
fixed: {},
|
|
},
|
|
},
|
|
});
|
|
console.log(response);
|
|
----
|