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

UpdateIdentityProviderSettingsRequest

import type { UpdateIdentityProviderSettingsRequest } from "https://aws-api.deno.dev/v0.4/services/licensemanagerusersubscriptions.ts?docs=full";
interface UpdateIdentityProviderSettingsRequest {
IdentityProvider: IdentityProvider;
Product: string;
UpdateSettings: UpdateSettings;
}

§Properties

§
IdentityProvider: IdentityProvider
[src]
§
Product: string
[src]

The name of the user-based subscription product.

§
UpdateSettings: UpdateSettings
[src]

Updates the registered identity provider’s product related configuration settings. You can update any combination of settings in a single operation such as the:

  • Subnets which you want to add to provision VPC endpoints.
  • Subnets which you want to remove the VPC endpoints from.
  • Security group ID which permits traffic to the VPC endpoints.