Repairs the IAM Identity Center configuration for a given studio.
If the studio has a valid IAM Identity Center configuration currently associated with
it, this operation will fail with a validation error.
If the studio does not have a valid IAM Identity Center configuration currently
associated with it, then a new IAM Identity Center application is created for the studio
and the studio is changed to the READY state.
After the IAM Identity Center application is repaired, you must use the Amazon Nimble Studio console to add administrators and users to your studio.
example
Use a bare-bones client and the command you need to make an API call.
Repairs the IAM Identity Center configuration for a given studio.
If the studio has a valid IAM Identity Center configuration currently associated with it, this operation will fail with a validation error.
If the studio does not have a valid IAM Identity Center configuration currently associated with it, then a new IAM Identity Center application is created for the studio and the studio is changed to the
READY
state.After the IAM Identity Center application is repaired, you must use the Amazon Nimble Studio console to add administrators and users to your studio.
Use a bare-bones client and the command you need to make an API call.
import { NimbleClient, StartStudioSSOConfigurationRepairCommand } from "@aws-sdk/client-nimble"; // ES Modules import // const { NimbleClient, StartStudioSSOConfigurationRepairCommand } = require("@aws-sdk/client-nimble"); // CommonJS import const client = new NimbleClient(config); const command = new StartStudioSSOConfigurationRepairCommand(input); const response = await client.send(command);
StartStudioSSOConfigurationRepairCommandInput for command's
input
shape.StartStudioSSOConfigurationRepairCommandOutput for command's
response
shape.config for NimbleClient's
config
shape.