@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
70 lines (69 loc) • 6.3 kB
TypeScript
export { GetIdentityPoolArgs, GetIdentityPoolResult, GetIdentityPoolOutputArgs } from "./getIdentityPool";
export declare const getIdentityPool: typeof import("./getIdentityPool").getIdentityPool;
export declare const getIdentityPoolOutput: typeof import("./getIdentityPool").getIdentityPoolOutput;
export { GetUserGroupArgs, GetUserGroupResult, GetUserGroupOutputArgs } from "./getUserGroup";
export declare const getUserGroup: typeof import("./getUserGroup").getUserGroup;
export declare const getUserGroupOutput: typeof import("./getUserGroup").getUserGroupOutput;
export { GetUserGroupsArgs, GetUserGroupsResult, GetUserGroupsOutputArgs } from "./getUserGroups";
export declare const getUserGroups: typeof import("./getUserGroups").getUserGroups;
export declare const getUserGroupsOutput: typeof import("./getUserGroups").getUserGroupsOutput;
export { GetUserPoolArgs, GetUserPoolResult, GetUserPoolOutputArgs } from "./getUserPool";
export declare const getUserPool: typeof import("./getUserPool").getUserPool;
export declare const getUserPoolOutput: typeof import("./getUserPool").getUserPoolOutput;
export { GetUserPoolClientArgs, GetUserPoolClientResult, GetUserPoolClientOutputArgs } from "./getUserPoolClient";
export declare const getUserPoolClient: typeof import("./getUserPoolClient").getUserPoolClient;
export declare const getUserPoolClientOutput: typeof import("./getUserPoolClient").getUserPoolClientOutput;
export { GetUserPoolClientsArgs, GetUserPoolClientsResult, GetUserPoolClientsOutputArgs } from "./getUserPoolClients";
export declare const getUserPoolClients: typeof import("./getUserPoolClients").getUserPoolClients;
export declare const getUserPoolClientsOutput: typeof import("./getUserPoolClients").getUserPoolClientsOutput;
export { GetUserPoolSigningCertificateArgs, GetUserPoolSigningCertificateResult, GetUserPoolSigningCertificateOutputArgs } from "./getUserPoolSigningCertificate";
export declare const getUserPoolSigningCertificate: typeof import("./getUserPoolSigningCertificate").getUserPoolSigningCertificate;
export declare const getUserPoolSigningCertificateOutput: typeof import("./getUserPoolSigningCertificate").getUserPoolSigningCertificateOutput;
export { GetUserPoolsArgs, GetUserPoolsResult, GetUserPoolsOutputArgs } from "./getUserPools";
export declare const getUserPools: typeof import("./getUserPools").getUserPools;
export declare const getUserPoolsOutput: typeof import("./getUserPools").getUserPoolsOutput;
export { IdentityPoolArgs, IdentityPoolState } from "./identityPool";
export type IdentityPool = import("./identityPool").IdentityPool;
export declare const IdentityPool: typeof import("./identityPool").IdentityPool;
export { IdentityPoolProviderPrincipalTagArgs, IdentityPoolProviderPrincipalTagState } from "./identityPoolProviderPrincipalTag";
export type IdentityPoolProviderPrincipalTag = import("./identityPoolProviderPrincipalTag").IdentityPoolProviderPrincipalTag;
export declare const IdentityPoolProviderPrincipalTag: typeof import("./identityPoolProviderPrincipalTag").IdentityPoolProviderPrincipalTag;
export { IdentityPoolRoleAttachmentArgs, IdentityPoolRoleAttachmentState } from "./identityPoolRoleAttachment";
export type IdentityPoolRoleAttachment = import("./identityPoolRoleAttachment").IdentityPoolRoleAttachment;
export declare const IdentityPoolRoleAttachment: typeof import("./identityPoolRoleAttachment").IdentityPoolRoleAttachment;
export { IdentityProviderArgs, IdentityProviderState } from "./identityProvider";
export type IdentityProvider = import("./identityProvider").IdentityProvider;
export declare const IdentityProvider: typeof import("./identityProvider").IdentityProvider;
export { LogDeliveryConfigurationArgs, LogDeliveryConfigurationState } from "./logDeliveryConfiguration";
export type LogDeliveryConfiguration = import("./logDeliveryConfiguration").LogDeliveryConfiguration;
export declare const LogDeliveryConfiguration: typeof import("./logDeliveryConfiguration").LogDeliveryConfiguration;
export { ManagedUserPoolClientArgs, ManagedUserPoolClientState } from "./managedUserPoolClient";
export type ManagedUserPoolClient = import("./managedUserPoolClient").ManagedUserPoolClient;
export declare const ManagedUserPoolClient: typeof import("./managedUserPoolClient").ManagedUserPoolClient;
export { ResourceServerArgs, ResourceServerState } from "./resourceServer";
export type ResourceServer = import("./resourceServer").ResourceServer;
export declare const ResourceServer: typeof import("./resourceServer").ResourceServer;
export { RiskConfigurationArgs, RiskConfigurationState } from "./riskConfiguration";
export type RiskConfiguration = import("./riskConfiguration").RiskConfiguration;
export declare const RiskConfiguration: typeof import("./riskConfiguration").RiskConfiguration;
export { UserArgs, UserState } from "./user";
export type User = import("./user").User;
export declare const User: typeof import("./user").User;
export { UserGroupArgs, UserGroupState } from "./userGroup";
export type UserGroup = import("./userGroup").UserGroup;
export declare const UserGroup: typeof import("./userGroup").UserGroup;
export { UserInGroupArgs, UserInGroupState } from "./userInGroup";
export type UserInGroup = import("./userInGroup").UserInGroup;
export declare const UserInGroup: typeof import("./userInGroup").UserInGroup;
export { UserPoolArgs, UserPoolState } from "./userPool";
export type UserPool = import("./userPool").UserPool;
export declare const UserPool: typeof import("./userPool").UserPool;
export { UserPoolClientArgs, UserPoolClientState } from "./userPoolClient";
export type UserPoolClient = import("./userPoolClient").UserPoolClient;
export declare const UserPoolClient: typeof import("./userPoolClient").UserPoolClient;
export { UserPoolDomainArgs, UserPoolDomainState } from "./userPoolDomain";
export type UserPoolDomain = import("./userPoolDomain").UserPoolDomain;
export declare const UserPoolDomain: typeof import("./userPoolDomain").UserPoolDomain;
export { UserPoolUICustomizationArgs, UserPoolUICustomizationState } from "./userPoolUICustomization";
export type UserPoolUICustomization = import("./userPoolUICustomization").UserPoolUICustomization;
export declare const UserPoolUICustomization: typeof import("./userPoolUICustomization").UserPoolUICustomization;