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

SetIdentityPoolConfigurationRequest

import type { SetIdentityPoolConfigurationRequest } from "https://aws-api.deno.dev/v0.3/services/cognitosync.ts?docs=full";

The input for the SetIdentityPoolConfiguration operation.

interface SetIdentityPoolConfigurationRequest {
CognitoStreams?: CognitoStreams | null;
IdentityPoolId: string;
PushSync?: PushSync | null;
}

§Properties

§
CognitoStreams?: CognitoStreams | null
[src]

Options to apply to this identity pool for Amazon Cognito streams.

§
IdentityPoolId: string
[src]

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify.

§
PushSync?: PushSync | null
[src]

Options to apply to this identity pool for push synchronization.