@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)
134 lines (133 loc) • 10.9 kB
TypeScript
export { AccountArgs } from "./account";
export type Account = import("./account").Account;
export declare const Account: typeof import("./account").Account;
export { ApiKeyArgs } from "./apiKey";
export type ApiKey = import("./apiKey").ApiKey;
export declare const ApiKey: typeof import("./apiKey").ApiKey;
export { AuthorizerArgs } from "./authorizer";
export type Authorizer = import("./authorizer").Authorizer;
export declare const Authorizer: typeof import("./authorizer").Authorizer;
export { BasePathMappingArgs } from "./basePathMapping";
export type BasePathMapping = import("./basePathMapping").BasePathMapping;
export declare const BasePathMapping: typeof import("./basePathMapping").BasePathMapping;
export { BasePathMappingV2Args } from "./basePathMappingV2";
export type BasePathMappingV2 = import("./basePathMappingV2").BasePathMappingV2;
export declare const BasePathMappingV2: typeof import("./basePathMappingV2").BasePathMappingV2;
export { ClientCertificateArgs } from "./clientCertificate";
export type ClientCertificate = import("./clientCertificate").ClientCertificate;
export declare const ClientCertificate: typeof import("./clientCertificate").ClientCertificate;
export { DeploymentArgs } from "./deployment";
export type Deployment = import("./deployment").Deployment;
export declare const Deployment: typeof import("./deployment").Deployment;
export { DocumentationPartArgs } from "./documentationPart";
export type DocumentationPart = import("./documentationPart").DocumentationPart;
export declare const DocumentationPart: typeof import("./documentationPart").DocumentationPart;
export { DocumentationVersionArgs } from "./documentationVersion";
export type DocumentationVersion = import("./documentationVersion").DocumentationVersion;
export declare const DocumentationVersion: typeof import("./documentationVersion").DocumentationVersion;
export { DomainNameArgs } from "./domainName";
export type DomainName = import("./domainName").DomainName;
export declare const DomainName: typeof import("./domainName").DomainName;
export { DomainNameAccessAssociationArgs } from "./domainNameAccessAssociation";
export type DomainNameAccessAssociation = import("./domainNameAccessAssociation").DomainNameAccessAssociation;
export declare const DomainNameAccessAssociation: typeof import("./domainNameAccessAssociation").DomainNameAccessAssociation;
export { DomainNameV2Args } from "./domainNameV2";
export type DomainNameV2 = import("./domainNameV2").DomainNameV2;
export declare const DomainNameV2: typeof import("./domainNameV2").DomainNameV2;
export { GatewayResponseArgs } from "./gatewayResponse";
export type GatewayResponse = import("./gatewayResponse").GatewayResponse;
export declare const GatewayResponse: typeof import("./gatewayResponse").GatewayResponse;
export { GetAccountArgs, GetAccountResult, GetAccountOutputArgs } from "./getAccount";
export declare const getAccount: typeof import("./getAccount").getAccount;
export declare const getAccountOutput: typeof import("./getAccount").getAccountOutput;
export { GetApiKeyArgs, GetApiKeyResult, GetApiKeyOutputArgs } from "./getApiKey";
export declare const getApiKey: typeof import("./getApiKey").getApiKey;
export declare const getApiKeyOutput: typeof import("./getApiKey").getApiKeyOutput;
export { GetAuthorizerArgs, GetAuthorizerResult, GetAuthorizerOutputArgs } from "./getAuthorizer";
export declare const getAuthorizer: typeof import("./getAuthorizer").getAuthorizer;
export declare const getAuthorizerOutput: typeof import("./getAuthorizer").getAuthorizerOutput;
export { GetBasePathMappingArgs, GetBasePathMappingResult, GetBasePathMappingOutputArgs } from "./getBasePathMapping";
export declare const getBasePathMapping: typeof import("./getBasePathMapping").getBasePathMapping;
export declare const getBasePathMappingOutput: typeof import("./getBasePathMapping").getBasePathMappingOutput;
export { GetBasePathMappingV2Args, GetBasePathMappingV2Result, GetBasePathMappingV2OutputArgs } from "./getBasePathMappingV2";
export declare const getBasePathMappingV2: typeof import("./getBasePathMappingV2").getBasePathMappingV2;
export declare const getBasePathMappingV2Output: typeof import("./getBasePathMappingV2").getBasePathMappingV2Output;
export { GetClientCertificateArgs, GetClientCertificateResult, GetClientCertificateOutputArgs } from "./getClientCertificate";
export declare const getClientCertificate: typeof import("./getClientCertificate").getClientCertificate;
export declare const getClientCertificateOutput: typeof import("./getClientCertificate").getClientCertificateOutput;
export { GetDeploymentArgs, GetDeploymentResult, GetDeploymentOutputArgs } from "./getDeployment";
export declare const getDeployment: typeof import("./getDeployment").getDeployment;
export declare const getDeploymentOutput: typeof import("./getDeployment").getDeploymentOutput;
export { GetDocumentationPartArgs, GetDocumentationPartResult, GetDocumentationPartOutputArgs } from "./getDocumentationPart";
export declare const getDocumentationPart: typeof import("./getDocumentationPart").getDocumentationPart;
export declare const getDocumentationPartOutput: typeof import("./getDocumentationPart").getDocumentationPartOutput;
export { GetDocumentationVersionArgs, GetDocumentationVersionResult, GetDocumentationVersionOutputArgs } from "./getDocumentationVersion";
export declare const getDocumentationVersion: typeof import("./getDocumentationVersion").getDocumentationVersion;
export declare const getDocumentationVersionOutput: typeof import("./getDocumentationVersion").getDocumentationVersionOutput;
export { GetDomainNameArgs, GetDomainNameResult, GetDomainNameOutputArgs } from "./getDomainName";
export declare const getDomainName: typeof import("./getDomainName").getDomainName;
export declare const getDomainNameOutput: typeof import("./getDomainName").getDomainNameOutput;
export { GetDomainNameAccessAssociationArgs, GetDomainNameAccessAssociationResult, GetDomainNameAccessAssociationOutputArgs } from "./getDomainNameAccessAssociation";
export declare const getDomainNameAccessAssociation: typeof import("./getDomainNameAccessAssociation").getDomainNameAccessAssociation;
export declare const getDomainNameAccessAssociationOutput: typeof import("./getDomainNameAccessAssociation").getDomainNameAccessAssociationOutput;
export { GetDomainNameV2Args, GetDomainNameV2Result, GetDomainNameV2OutputArgs } from "./getDomainNameV2";
export declare const getDomainNameV2: typeof import("./getDomainNameV2").getDomainNameV2;
export declare const getDomainNameV2Output: typeof import("./getDomainNameV2").getDomainNameV2Output;
export { GetGatewayResponseArgs, GetGatewayResponseResult, GetGatewayResponseOutputArgs } from "./getGatewayResponse";
export declare const getGatewayResponse: typeof import("./getGatewayResponse").getGatewayResponse;
export declare const getGatewayResponseOutput: typeof import("./getGatewayResponse").getGatewayResponseOutput;
export { GetMethodArgs, GetMethodResult, GetMethodOutputArgs } from "./getMethod";
export declare const getMethod: typeof import("./getMethod").getMethod;
export declare const getMethodOutput: typeof import("./getMethod").getMethodOutput;
export { GetModelArgs, GetModelResult, GetModelOutputArgs } from "./getModel";
export declare const getModel: typeof import("./getModel").getModel;
export declare const getModelOutput: typeof import("./getModel").getModelOutput;
export { GetRequestValidatorArgs, GetRequestValidatorResult, GetRequestValidatorOutputArgs } from "./getRequestValidator";
export declare const getRequestValidator: typeof import("./getRequestValidator").getRequestValidator;
export declare const getRequestValidatorOutput: typeof import("./getRequestValidator").getRequestValidatorOutput;
export { GetResourceArgs, GetResourceResult, GetResourceOutputArgs } from "./getResource";
export declare const getResource: typeof import("./getResource").getResource;
export declare const getResourceOutput: typeof import("./getResource").getResourceOutput;
export { GetRestApiArgs, GetRestApiResult, GetRestApiOutputArgs } from "./getRestApi";
export declare const getRestApi: typeof import("./getRestApi").getRestApi;
export declare const getRestApiOutput: typeof import("./getRestApi").getRestApiOutput;
export { GetStageArgs, GetStageResult, GetStageOutputArgs } from "./getStage";
export declare const getStage: typeof import("./getStage").getStage;
export declare const getStageOutput: typeof import("./getStage").getStageOutput;
export { GetUsagePlanArgs, GetUsagePlanResult, GetUsagePlanOutputArgs } from "./getUsagePlan";
export declare const getUsagePlan: typeof import("./getUsagePlan").getUsagePlan;
export declare const getUsagePlanOutput: typeof import("./getUsagePlan").getUsagePlanOutput;
export { GetUsagePlanKeyArgs, GetUsagePlanKeyResult, GetUsagePlanKeyOutputArgs } from "./getUsagePlanKey";
export declare const getUsagePlanKey: typeof import("./getUsagePlanKey").getUsagePlanKey;
export declare const getUsagePlanKeyOutput: typeof import("./getUsagePlanKey").getUsagePlanKeyOutput;
export { GetVpcLinkArgs, GetVpcLinkResult, GetVpcLinkOutputArgs } from "./getVpcLink";
export declare const getVpcLink: typeof import("./getVpcLink").getVpcLink;
export declare const getVpcLinkOutput: typeof import("./getVpcLink").getVpcLinkOutput;
export { MethodArgs } from "./method";
export type Method = import("./method").Method;
export declare const Method: typeof import("./method").Method;
export { ModelArgs } from "./model";
export type Model = import("./model").Model;
export declare const Model: typeof import("./model").Model;
export { RequestValidatorArgs } from "./requestValidator";
export type RequestValidator = import("./requestValidator").RequestValidator;
export declare const RequestValidator: typeof import("./requestValidator").RequestValidator;
export { ResourceArgs } from "./resource";
export type Resource = import("./resource").Resource;
export declare const Resource: typeof import("./resource").Resource;
export { RestApiArgs } from "./restApi";
export type RestApi = import("./restApi").RestApi;
export declare const RestApi: typeof import("./restApi").RestApi;
export { StageArgs } from "./stage";
export type Stage = import("./stage").Stage;
export declare const Stage: typeof import("./stage").Stage;
export { UsagePlanArgs } from "./usagePlan";
export type UsagePlan = import("./usagePlan").UsagePlan;
export declare const UsagePlan: typeof import("./usagePlan").UsagePlan;
export { UsagePlanKeyArgs } from "./usagePlanKey";
export type UsagePlanKey = import("./usagePlanKey").UsagePlanKey;
export declare const UsagePlanKey: typeof import("./usagePlanKey").UsagePlanKey;
export { VpcLinkArgs } from "./vpcLink";
export type VpcLink = import("./vpcLink").VpcLink;
export declare const VpcLink: typeof import("./vpcLink").VpcLink;
export * from "../types/enums/apigateway";