List the Amazon Web Services services for which the specified account is a delegated
administrator.
This operation can be called only from the organization's
management account or by a member account that is a delegated administrator for an Amazon Web Services service.
example
Use a bare-bones client and the command you need to make an API call.
List the Amazon Web Services services for which the specified account is a delegated administrator.
This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.
Use a bare-bones client and the command you need to make an API call.
import { OrganizationsClient, ListDelegatedServicesForAccountCommand } from "@aws-sdk/client-organizations"; // ES Modules import // const { OrganizationsClient, ListDelegatedServicesForAccountCommand } = require("@aws-sdk/client-organizations"); // CommonJS import const client = new OrganizationsClient(config); const command = new ListDelegatedServicesForAccountCommand(input); const response = await client.send(command);
ListDelegatedServicesForAccountCommandInput for command's
input
shape.ListDelegatedServicesForAccountCommandOutput for command's
response
shape.config for OrganizationsClient's
config
shape.