ListAWSServiceAccessForOrganization
Source:
src/AWS/Organizations/ListAWSServiceAccessForOrganization.ts
Runtime binding for organizations:ListAWSServiceAccessForOrganization.
Lists the Amazon Web Services services that are enabled for trusted access with the organization.
Account-level operation — Organizations is a management-account-scoped
global service, so the binding takes no resource argument. Provide the
implementation with Effect.provide(AWS.Organizations.ListAWSServiceAccessForOrganizationHttp).
Delegated Administration & Trusted Access
Section titled “Delegated Administration & Trusted Access”// init — account-level binding, no resource argumentconst listAWSServiceAccessForOrganization = yield* AWS.Organizations.ListAWSServiceAccessForOrganization();
// runtimeconst { EnabledServicePrincipals } = yield* listAWSServiceAccessForOrganization();