@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
157 lines (156 loc) • 13.9 kB
TypeScript
export { AccessKeyArgs, AccessKeyState } from "./accessKey";
export type AccessKey = import("./accessKey").AccessKey;
export declare const AccessKey: typeof import("./accessKey").AccessKey;
export { AccountAliasArgs, AccountAliasState } from "./accountAlias";
export type AccountAlias = import("./accountAlias").AccountAlias;
export declare const AccountAlias: typeof import("./accountAlias").AccountAlias;
export { AccountPasswordPolicyArgs, AccountPasswordPolicyState } from "./accountPasswordPolicy";
export type AccountPasswordPolicy = import("./accountPasswordPolicy").AccountPasswordPolicy;
export declare const AccountPasswordPolicy: typeof import("./accountPasswordPolicy").AccountPasswordPolicy;
export * from "./documents";
export { GetAccessKeysArgs, GetAccessKeysResult, GetAccessKeysOutputArgs } from "./getAccessKeys";
export declare const getAccessKeys: typeof import("./getAccessKeys").getAccessKeys;
export declare const getAccessKeysOutput: typeof import("./getAccessKeys").getAccessKeysOutput;
export { GetAccountAliasResult } from "./getAccountAlias";
export declare const getAccountAlias: typeof import("./getAccountAlias").getAccountAlias;
export declare const getAccountAliasOutput: typeof import("./getAccountAlias").getAccountAliasOutput;
export { GetGroupArgs, GetGroupResult, GetGroupOutputArgs } from "./getGroup";
export declare const getGroup: typeof import("./getGroup").getGroup;
export declare const getGroupOutput: typeof import("./getGroup").getGroupOutput;
export { GetInstanceProfileArgs, GetInstanceProfileResult, GetInstanceProfileOutputArgs } from "./getInstanceProfile";
export declare const getInstanceProfile: typeof import("./getInstanceProfile").getInstanceProfile;
export declare const getInstanceProfileOutput: typeof import("./getInstanceProfile").getInstanceProfileOutput;
export { GetInstanceProfilesArgs, GetInstanceProfilesResult, GetInstanceProfilesOutputArgs } from "./getInstanceProfiles";
export declare const getInstanceProfiles: typeof import("./getInstanceProfiles").getInstanceProfiles;
export declare const getInstanceProfilesOutput: typeof import("./getInstanceProfiles").getInstanceProfilesOutput;
export { GetOpenIdConnectProviderArgs, GetOpenIdConnectProviderResult, GetOpenIdConnectProviderOutputArgs } from "./getOpenIdConnectProvider";
export declare const getOpenIdConnectProvider: typeof import("./getOpenIdConnectProvider").getOpenIdConnectProvider;
export declare const getOpenIdConnectProviderOutput: typeof import("./getOpenIdConnectProvider").getOpenIdConnectProviderOutput;
export { GetPolicyArgs, GetPolicyResult, GetPolicyOutputArgs } from "./getPolicy";
export declare const getPolicy: typeof import("./getPolicy").getPolicy;
export declare const getPolicyOutput: typeof import("./getPolicy").getPolicyOutput;
export { GetPolicyDocumentArgs, GetPolicyDocumentResult, GetPolicyDocumentOutputArgs } from "./getPolicyDocument";
export declare const getPolicyDocument: typeof import("./getPolicyDocument").getPolicyDocument;
export declare const getPolicyDocumentOutput: typeof import("./getPolicyDocument").getPolicyDocumentOutput;
export { GetPrincipalPolicySimulationArgs, GetPrincipalPolicySimulationResult, GetPrincipalPolicySimulationOutputArgs } from "./getPrincipalPolicySimulation";
export declare const getPrincipalPolicySimulation: typeof import("./getPrincipalPolicySimulation").getPrincipalPolicySimulation;
export declare const getPrincipalPolicySimulationOutput: typeof import("./getPrincipalPolicySimulation").getPrincipalPolicySimulationOutput;
export { GetRoleArgs, GetRoleResult, GetRoleOutputArgs } from "./getRole";
export declare const getRole: typeof import("./getRole").getRole;
export declare const getRoleOutput: typeof import("./getRole").getRoleOutput;
export { GetRolesArgs, GetRolesResult, GetRolesOutputArgs } from "./getRoles";
export declare const getRoles: typeof import("./getRoles").getRoles;
export declare const getRolesOutput: typeof import("./getRoles").getRolesOutput;
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 { GetSessionContextArgs, GetSessionContextResult, GetSessionContextOutputArgs } from "./getSessionContext";
export declare const getSessionContext: typeof import("./getSessionContext").getSessionContext;
export declare const getSessionContextOutput: typeof import("./getSessionContext").getSessionContextOutput;
export { GetUserArgs, GetUserResult, GetUserOutputArgs } from "./getUser";
export declare const getUser: typeof import("./getUser").getUser;
export declare const getUserOutput: typeof import("./getUser").getUserOutput;
export { GetUserSshKeyArgs, GetUserSshKeyResult, GetUserSshKeyOutputArgs } from "./getUserSshKey";
export declare const getUserSshKey: typeof import("./getUserSshKey").getUserSshKey;
export declare const getUserSshKeyOutput: typeof import("./getUserSshKey").getUserSshKeyOutput;
export { GetUsersArgs, GetUsersResult, GetUsersOutputArgs } from "./getUsers";
export declare const getUsers: typeof import("./getUsers").getUsers;
export declare const getUsersOutput: typeof import("./getUsers").getUsersOutput;
export { GroupArgs, GroupState } from "./group";
export type Group = import("./group").Group;
export declare const Group: typeof import("./group").Group;
export { GroupMembershipArgs, GroupMembershipState } from "./groupMembership";
export type GroupMembership = import("./groupMembership").GroupMembership;
export declare const GroupMembership: typeof import("./groupMembership").GroupMembership;
export { GroupPoliciesExclusiveArgs, GroupPoliciesExclusiveState } from "./groupPoliciesExclusive";
export type GroupPoliciesExclusive = import("./groupPoliciesExclusive").GroupPoliciesExclusive;
export declare const GroupPoliciesExclusive: typeof import("./groupPoliciesExclusive").GroupPoliciesExclusive;
export { GroupPolicyArgs, GroupPolicyState } from "./groupPolicy";
export type GroupPolicy = import("./groupPolicy").GroupPolicy;
export declare const GroupPolicy: typeof import("./groupPolicy").GroupPolicy;
export { GroupPolicyAttachmentArgs, GroupPolicyAttachmentState } from "./groupPolicyAttachment";
export type GroupPolicyAttachment = import("./groupPolicyAttachment").GroupPolicyAttachment;
export declare const GroupPolicyAttachment: typeof import("./groupPolicyAttachment").GroupPolicyAttachment;
export { GroupPolicyAttachmentsExclusiveArgs, GroupPolicyAttachmentsExclusiveState } from "./groupPolicyAttachmentsExclusive";
export type GroupPolicyAttachmentsExclusive = import("./groupPolicyAttachmentsExclusive").GroupPolicyAttachmentsExclusive;
export declare const GroupPolicyAttachmentsExclusive: typeof import("./groupPolicyAttachmentsExclusive").GroupPolicyAttachmentsExclusive;
export { InstanceProfileArgs, InstanceProfileState } from "./instanceProfile";
export type InstanceProfile = import("./instanceProfile").InstanceProfile;
export declare const InstanceProfile: typeof import("./instanceProfile").InstanceProfile;
export { OpenIdConnectProviderArgs, OpenIdConnectProviderState } from "./openIdConnectProvider";
export type OpenIdConnectProvider = import("./openIdConnectProvider").OpenIdConnectProvider;
export declare const OpenIdConnectProvider: typeof import("./openIdConnectProvider").OpenIdConnectProvider;
export { OrganizationsFeaturesArgs, OrganizationsFeaturesState } from "./organizationsFeatures";
export type OrganizationsFeatures = import("./organizationsFeatures").OrganizationsFeatures;
export declare const OrganizationsFeatures: typeof import("./organizationsFeatures").OrganizationsFeatures;
export { PolicyArgs, PolicyState } from "./policy";
export type Policy = import("./policy").Policy;
export declare const Policy: typeof import("./policy").Policy;
export { PolicyAttachmentArgs, PolicyAttachmentState } from "./policyAttachment";
export type PolicyAttachment = import("./policyAttachment").PolicyAttachment;
export declare const PolicyAttachment: typeof import("./policyAttachment").PolicyAttachment;
export * from "./principals";
export { RoleArgs, RoleState } from "./role";
export type Role = import("./role").Role;
export declare const Role: typeof import("./role").Role;
export { RolePoliciesExclusiveArgs, RolePoliciesExclusiveState } from "./rolePoliciesExclusive";
export type RolePoliciesExclusive = import("./rolePoliciesExclusive").RolePoliciesExclusive;
export declare const RolePoliciesExclusive: typeof import("./rolePoliciesExclusive").RolePoliciesExclusive;
export { RolePolicyArgs, RolePolicyState } from "./rolePolicy";
export type RolePolicy = import("./rolePolicy").RolePolicy;
export declare const RolePolicy: typeof import("./rolePolicy").RolePolicy;
export { RolePolicyAttachmentArgs, RolePolicyAttachmentState } from "./rolePolicyAttachment";
export type RolePolicyAttachment = import("./rolePolicyAttachment").RolePolicyAttachment;
export declare const RolePolicyAttachment: typeof import("./rolePolicyAttachment").RolePolicyAttachment;
export { RolePolicyAttachmentsExclusiveArgs, RolePolicyAttachmentsExclusiveState } from "./rolePolicyAttachmentsExclusive";
export type RolePolicyAttachmentsExclusive = import("./rolePolicyAttachmentsExclusive").RolePolicyAttachmentsExclusive;
export declare const RolePolicyAttachmentsExclusive: typeof import("./rolePolicyAttachmentsExclusive").RolePolicyAttachmentsExclusive;
export { SamlProviderArgs, SamlProviderState } from "./samlProvider";
export type SamlProvider = import("./samlProvider").SamlProvider;
export declare const SamlProvider: typeof import("./samlProvider").SamlProvider;
export { SecurityTokenServicePreferencesArgs, SecurityTokenServicePreferencesState } from "./securityTokenServicePreferences";
export type SecurityTokenServicePreferences = import("./securityTokenServicePreferences").SecurityTokenServicePreferences;
export declare const SecurityTokenServicePreferences: typeof import("./securityTokenServicePreferences").SecurityTokenServicePreferences;
export { ServerCertificateArgs, ServerCertificateState } from "./serverCertificate";
export type ServerCertificate = import("./serverCertificate").ServerCertificate;
export declare const ServerCertificate: typeof import("./serverCertificate").ServerCertificate;
export { ServiceLinkedRoleArgs, ServiceLinkedRoleState } from "./serviceLinkedRole";
export type ServiceLinkedRole = import("./serviceLinkedRole").ServiceLinkedRole;
export declare const ServiceLinkedRole: typeof import("./serviceLinkedRole").ServiceLinkedRole;
export { ServiceSpecificCredentialArgs, ServiceSpecificCredentialState } from "./serviceSpecificCredential";
export type ServiceSpecificCredential = import("./serviceSpecificCredential").ServiceSpecificCredential;
export declare const ServiceSpecificCredential: typeof import("./serviceSpecificCredential").ServiceSpecificCredential;
export { SigningCertificateArgs, SigningCertificateState } from "./signingCertificate";
export type SigningCertificate = import("./signingCertificate").SigningCertificate;
export declare const SigningCertificate: typeof import("./signingCertificate").SigningCertificate;
export { SshKeyArgs, SshKeyState } from "./sshKey";
export type SshKey = import("./sshKey").SshKey;
export declare const SshKey: typeof import("./sshKey").SshKey;
export { UserArgs, UserState } from "./user";
export type User = import("./user").User;
export declare const User: typeof import("./user").User;
export { UserGroupMembershipArgs, UserGroupMembershipState } from "./userGroupMembership";
export type UserGroupMembership = import("./userGroupMembership").UserGroupMembership;
export declare const UserGroupMembership: typeof import("./userGroupMembership").UserGroupMembership;
export { UserLoginProfileArgs, UserLoginProfileState } from "./userLoginProfile";
export type UserLoginProfile = import("./userLoginProfile").UserLoginProfile;
export declare const UserLoginProfile: typeof import("./userLoginProfile").UserLoginProfile;
export { UserPoliciesExclusiveArgs, UserPoliciesExclusiveState } from "./userPoliciesExclusive";
export type UserPoliciesExclusive = import("./userPoliciesExclusive").UserPoliciesExclusive;
export declare const UserPoliciesExclusive: typeof import("./userPoliciesExclusive").UserPoliciesExclusive;
export { UserPolicyArgs, UserPolicyState } from "./userPolicy";
export type UserPolicy = import("./userPolicy").UserPolicy;
export declare const UserPolicy: typeof import("./userPolicy").UserPolicy;
export { UserPolicyAttachmentArgs, UserPolicyAttachmentState } from "./userPolicyAttachment";
export type UserPolicyAttachment = import("./userPolicyAttachment").UserPolicyAttachment;
export declare const UserPolicyAttachment: typeof import("./userPolicyAttachment").UserPolicyAttachment;
export { UserPolicyAttachmentsExclusiveArgs, UserPolicyAttachmentsExclusiveState } from "./userPolicyAttachmentsExclusive";
export type UserPolicyAttachmentsExclusive = import("./userPolicyAttachmentsExclusive").UserPolicyAttachmentsExclusive;
export declare const UserPolicyAttachmentsExclusive: typeof import("./userPolicyAttachmentsExclusive").UserPolicyAttachmentsExclusive;
export { VirtualMfaDeviceArgs, VirtualMfaDeviceState } from "./virtualMfaDevice";
export type VirtualMfaDevice = import("./virtualMfaDevice").VirtualMfaDevice;
export declare const VirtualMfaDevice: typeof import("./virtualMfaDevice").VirtualMfaDevice;
export * from "../types/enums/iam";