UNPKG

@pulumi/aws-native

Version:

The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)

80 lines (79 loc) 6.32 kB
export { GetGroupArgs, GetGroupResult, GetGroupOutputArgs } from "./getGroup"; export declare const getGroup: typeof import("./getGroup").getGroup; export declare const getGroupOutput: typeof import("./getGroup").getGroupOutput; export { GetGroupPolicyArgs, GetGroupPolicyResult, GetGroupPolicyOutputArgs } from "./getGroupPolicy"; export declare const getGroupPolicy: typeof import("./getGroupPolicy").getGroupPolicy; export declare const getGroupPolicyOutput: typeof import("./getGroupPolicy").getGroupPolicyOutput; export { GetInstanceProfileArgs, GetInstanceProfileResult, GetInstanceProfileOutputArgs } from "./getInstanceProfile"; export declare const getInstanceProfile: typeof import("./getInstanceProfile").getInstanceProfile; export declare const getInstanceProfileOutput: typeof import("./getInstanceProfile").getInstanceProfileOutput; export { GetManagedPolicyArgs, GetManagedPolicyResult, GetManagedPolicyOutputArgs } from "./getManagedPolicy"; export declare const getManagedPolicy: typeof import("./getManagedPolicy").getManagedPolicy; export declare const getManagedPolicyOutput: typeof import("./getManagedPolicy").getManagedPolicyOutput; export { GetOidcProviderArgs, GetOidcProviderResult, GetOidcProviderOutputArgs } from "./getOidcProvider"; export declare const getOidcProvider: typeof import("./getOidcProvider").getOidcProvider; export declare const getOidcProviderOutput: typeof import("./getOidcProvider").getOidcProviderOutput; export { GetRoleArgs, GetRoleResult, GetRoleOutputArgs } from "./getRole"; export declare const getRole: typeof import("./getRole").getRole; export declare const getRoleOutput: typeof import("./getRole").getRoleOutput; export { GetRolePolicyArgs, GetRolePolicyResult, GetRolePolicyOutputArgs } from "./getRolePolicy"; export declare const getRolePolicy: typeof import("./getRolePolicy").getRolePolicy; export declare const getRolePolicyOutput: typeof import("./getRolePolicy").getRolePolicyOutput; export { GetSamlProviderArgs, GetSamlProviderResult, GetSamlProviderOutputArgs } from "./getSamlProvider"; export declare const getSamlProvider: typeof import("./getSamlProvider").getSamlProvider; export declare const getSamlProviderOutput: typeof import("./getSamlProvider").getSamlProviderOutput; export { GetServerCertificateArgs, GetServerCertificateResult, GetServerCertificateOutputArgs } from "./getServerCertificate"; export declare const getServerCertificate: typeof import("./getServerCertificate").getServerCertificate; export declare const getServerCertificateOutput: typeof import("./getServerCertificate").getServerCertificateOutput; export { GetServiceLinkedRoleArgs, GetServiceLinkedRoleResult, GetServiceLinkedRoleOutputArgs } from "./getServiceLinkedRole"; export declare const getServiceLinkedRole: typeof import("./getServiceLinkedRole").getServiceLinkedRole; export declare const getServiceLinkedRoleOutput: typeof import("./getServiceLinkedRole").getServiceLinkedRoleOutput; export { GetUserArgs, GetUserResult, GetUserOutputArgs } from "./getUser"; export declare const getUser: typeof import("./getUser").getUser; export declare const getUserOutput: typeof import("./getUser").getUserOutput; export { GetUserPolicyArgs, GetUserPolicyResult, GetUserPolicyOutputArgs } from "./getUserPolicy"; export declare const getUserPolicy: typeof import("./getUserPolicy").getUserPolicy; export declare const getUserPolicyOutput: typeof import("./getUserPolicy").getUserPolicyOutput; export { GetVirtualMfaDeviceArgs, GetVirtualMfaDeviceResult, GetVirtualMfaDeviceOutputArgs } from "./getVirtualMfaDevice"; export declare const getVirtualMfaDevice: typeof import("./getVirtualMfaDevice").getVirtualMfaDevice; export declare const getVirtualMfaDeviceOutput: typeof import("./getVirtualMfaDevice").getVirtualMfaDeviceOutput; export { GroupArgs } from "./group"; export type Group = import("./group").Group; export declare const Group: typeof import("./group").Group; export { GroupPolicyArgs } from "./groupPolicy"; export type GroupPolicy = import("./groupPolicy").GroupPolicy; export declare const GroupPolicy: typeof import("./groupPolicy").GroupPolicy; export { InstanceProfileArgs } from "./instanceProfile"; export type InstanceProfile = import("./instanceProfile").InstanceProfile; export declare const InstanceProfile: typeof import("./instanceProfile").InstanceProfile; export { ManagedPolicyArgs } from "./managedPolicy"; export type ManagedPolicy = import("./managedPolicy").ManagedPolicy; export declare const ManagedPolicy: typeof import("./managedPolicy").ManagedPolicy; export { OidcProviderArgs } from "./oidcProvider"; export type OidcProvider = import("./oidcProvider").OidcProvider; export declare const OidcProvider: typeof import("./oidcProvider").OidcProvider; export { RoleArgs } from "./role"; export type Role = import("./role").Role; export declare const Role: typeof import("./role").Role; export { RolePolicyArgs } from "./rolePolicy"; export type RolePolicy = import("./rolePolicy").RolePolicy; export declare const RolePolicy: typeof import("./rolePolicy").RolePolicy; export { SamlProviderArgs } from "./samlProvider"; export type SamlProvider = import("./samlProvider").SamlProvider; export declare const SamlProvider: typeof import("./samlProvider").SamlProvider; export { ServerCertificateArgs } from "./serverCertificate"; export type ServerCertificate = import("./serverCertificate").ServerCertificate; export declare const ServerCertificate: typeof import("./serverCertificate").ServerCertificate; export { ServiceLinkedRoleArgs } from "./serviceLinkedRole"; export type ServiceLinkedRole = import("./serviceLinkedRole").ServiceLinkedRole; export declare const ServiceLinkedRole: typeof import("./serviceLinkedRole").ServiceLinkedRole; export { UserArgs } from "./user"; export type User = import("./user").User; export declare const User: typeof import("./user").User; export { UserPolicyArgs } from "./userPolicy"; export type UserPolicy = import("./userPolicy").UserPolicy; export declare const UserPolicy: typeof import("./userPolicy").UserPolicy; export { VirtualMfaDeviceArgs } from "./virtualMfaDevice"; export type VirtualMfaDevice = import("./virtualMfaDevice").VirtualMfaDevice; export declare const VirtualMfaDevice: typeof import("./virtualMfaDevice").VirtualMfaDevice; export * from "../types/enums/iam";