Returns a list of the Amazon Web Services services that you enabled to integrate with your
organization. After a service on this list creates the resources that it requires for
the integration, it can perform operations on your organization and its accounts.
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.
Returns a list of the Amazon Web Services services that you enabled to integrate with your organization. After a service on this list creates the resources that it requires for the integration, it can perform operations on your organization and its accounts.
For more information about integrating other services with Organizations, including the list of services that currently work with Organizations, see Integrating Organizations with Other Amazon Web Services Services in the Organizations User Guide.
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, ListAWSServiceAccessForOrganizationCommand } from "@aws-sdk/client-organizations"; // ES Modules import // const { OrganizationsClient, ListAWSServiceAccessForOrganizationCommand } = require("@aws-sdk/client-organizations"); // CommonJS import const client = new OrganizationsClient(config); const command = new ListAWSServiceAccessForOrganizationCommand(input); const response = await client.send(command);
ListAWSServiceAccessForOrganizationCommandInput for command's
input
shape.ListAWSServiceAccessForOrganizationCommandOutput for command's
response
shape.config for OrganizationsClient's
config
shape.