Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListPoliciesGrantingServiceAccessEntry

import type { ListPoliciesGrantingServiceAccessEntry } from "https://aws-api.deno.dev/v0.4/services/iam.ts?docs=full";

Contains details about the permissions policies that are attached to the specified identity (user, group, or role).

This data type is used as a response element in the "ListPoliciesGrantingServiceAccess" operation.

interface ListPoliciesGrantingServiceAccessEntry {
ServiceNamespace?: string | null;
}

§Properties

§

The PoliciesGrantingServiceAccess object that contains details about the policy.

§
ServiceNamespace?: string | null
[src]

The namespace of the service that was accessed.

To learn the service namespace of a service, see Actions, resources, and condition keys for Amazon Web Services services in the Service Authorization Reference. Choose the name of the service to view details for that service. In the first paragraph, find the service prefix. For example, (service prefix: a4b). For more information about service namespaces, see Amazon Web Services service namespaces in the Amazon Web Services General Reference.