UNPKG

prowler-sdk-poc

Version:
904 lines 134 kB
import {Request} from '../lib/request'; import {Response} from '../lib/response'; import {AWSError} from '../lib/error'; import {Service} from '../lib/service'; import {ServiceConfigurationOptions} from '../lib/service'; import {ConfigBase as Config} from '../lib/config-base'; interface Blob {} declare class AppMesh extends Service { /** * Constructs a service object. This object has one method for each API operation. */ constructor(options?: AppMesh.Types.ClientConfiguration) config: Config & AppMesh.Types.ClientConfiguration; /** * Creates a gateway route. A gateway route is attached to a virtual gateway and routes traffic to an existing virtual service. If a route matches a request, it can distribute traffic to a target virtual service. For more information about gateway routes, see Gateway routes. */ createGatewayRoute(params: AppMesh.Types.CreateGatewayRouteInput, callback?: (err: AWSError, data: AppMesh.Types.CreateGatewayRouteOutput) => void): Request<AppMesh.Types.CreateGatewayRouteOutput, AWSError>; /** * Creates a gateway route. A gateway route is attached to a virtual gateway and routes traffic to an existing virtual service. If a route matches a request, it can distribute traffic to a target virtual service. For more information about gateway routes, see Gateway routes. */ createGatewayRoute(callback?: (err: AWSError, data: AppMesh.Types.CreateGatewayRouteOutput) => void): Request<AppMesh.Types.CreateGatewayRouteOutput, AWSError>; /** * Creates a service mesh. A service mesh is a logical boundary for network traffic between services that are represented by resources within the mesh. After you create your service mesh, you can create virtual services, virtual nodes, virtual routers, and routes to distribute traffic between the applications in your mesh. For more information about service meshes, see Service meshes. */ createMesh(params: AppMesh.Types.CreateMeshInput, callback?: (err: AWSError, data: AppMesh.Types.CreateMeshOutput) => void): Request<AppMesh.Types.CreateMeshOutput, AWSError>; /** * Creates a service mesh. A service mesh is a logical boundary for network traffic between services that are represented by resources within the mesh. After you create your service mesh, you can create virtual services, virtual nodes, virtual routers, and routes to distribute traffic between the applications in your mesh. For more information about service meshes, see Service meshes. */ createMesh(callback?: (err: AWSError, data: AppMesh.Types.CreateMeshOutput) => void): Request<AppMesh.Types.CreateMeshOutput, AWSError>; /** * Creates a route that is associated with a virtual router. You can route several different protocols and define a retry policy for a route. Traffic can be routed to one or more virtual nodes. For more information about routes, see Routes. */ createRoute(params: AppMesh.Types.CreateRouteInput, callback?: (err: AWSError, data: AppMesh.Types.CreateRouteOutput) => void): Request<AppMesh.Types.CreateRouteOutput, AWSError>; /** * Creates a route that is associated with a virtual router. You can route several different protocols and define a retry policy for a route. Traffic can be routed to one or more virtual nodes. For more information about routes, see Routes. */ createRoute(callback?: (err: AWSError, data: AppMesh.Types.CreateRouteOutput) => void): Request<AppMesh.Types.CreateRouteOutput, AWSError>; /** * Creates a virtual gateway. A virtual gateway allows resources outside your mesh to communicate to resources that are inside your mesh. The virtual gateway represents an Envoy proxy running in an Amazon ECS task, in a Kubernetes service, or on an Amazon EC2 instance. Unlike a virtual node, which represents an Envoy running with an application, a virtual gateway represents Envoy deployed by itself. For more information about virtual gateways, see Virtual gateways. */ createVirtualGateway(params: AppMesh.Types.CreateVirtualGatewayInput, callback?: (err: AWSError, data: AppMesh.Types.CreateVirtualGatewayOutput) => void): Request<AppMesh.Types.CreateVirtualGatewayOutput, AWSError>; /** * Creates a virtual gateway. A virtual gateway allows resources outside your mesh to communicate to resources that are inside your mesh. The virtual gateway represents an Envoy proxy running in an Amazon ECS task, in a Kubernetes service, or on an Amazon EC2 instance. Unlike a virtual node, which represents an Envoy running with an application, a virtual gateway represents Envoy deployed by itself. For more information about virtual gateways, see Virtual gateways. */ createVirtualGateway(callback?: (err: AWSError, data: AppMesh.Types.CreateVirtualGatewayOutput) => void): Request<AppMesh.Types.CreateVirtualGatewayOutput, AWSError>; /** * Creates a virtual node within a service mesh. A virtual node acts as a logical pointer to a particular task group, such as an Amazon ECS service or a Kubernetes deployment. When you create a virtual node, you can specify the service discovery information for your task group, and whether the proxy running in a task group will communicate with other proxies using Transport Layer Security (TLS). You define a listener for any inbound traffic that your virtual node expects. Any virtual service that your virtual node expects to communicate to is specified as a backend. The response metadata for your new virtual node contains the arn that is associated with the virtual node. Set this value to the full ARN; for example, arn:aws:appmesh:us-west-2:123456789012:myMesh/default/virtualNode/myApp) as the APPMESH_RESOURCE_ARN environment variable for your task group's Envoy proxy container in your task definition or pod spec. This is then mapped to the node.id and node.cluster Envoy parameters. By default, App Mesh uses the name of the resource you specified in APPMESH_RESOURCE_ARN when Envoy is referring to itself in metrics and traces. You can override this behavior by setting the APPMESH_RESOURCE_CLUSTER environment variable with your own name. For more information about virtual nodes, see Virtual nodes. You must be using 1.15.0 or later of the Envoy image when setting these variables. For more information aboutApp Mesh Envoy variables, see Envoy image in the AWS App Mesh User Guide. */ createVirtualNode(params: AppMesh.Types.CreateVirtualNodeInput, callback?: (err: AWSError, data: AppMesh.Types.CreateVirtualNodeOutput) => void): Request<AppMesh.Types.CreateVirtualNodeOutput, AWSError>; /** * Creates a virtual node within a service mesh. A virtual node acts as a logical pointer to a particular task group, such as an Amazon ECS service or a Kubernetes deployment. When you create a virtual node, you can specify the service discovery information for your task group, and whether the proxy running in a task group will communicate with other proxies using Transport Layer Security (TLS). You define a listener for any inbound traffic that your virtual node expects. Any virtual service that your virtual node expects to communicate to is specified as a backend. The response metadata for your new virtual node contains the arn that is associated with the virtual node. Set this value to the full ARN; for example, arn:aws:appmesh:us-west-2:123456789012:myMesh/default/virtualNode/myApp) as the APPMESH_RESOURCE_ARN environment variable for your task group's Envoy proxy container in your task definition or pod spec. This is then mapped to the node.id and node.cluster Envoy parameters. By default, App Mesh uses the name of the resource you specified in APPMESH_RESOURCE_ARN when Envoy is referring to itself in metrics and traces. You can override this behavior by setting the APPMESH_RESOURCE_CLUSTER environment variable with your own name. For more information about virtual nodes, see Virtual nodes. You must be using 1.15.0 or later of the Envoy image when setting these variables. For more information aboutApp Mesh Envoy variables, see Envoy image in the AWS App Mesh User Guide. */ createVirtualNode(callback?: (err: AWSError, data: AppMesh.Types.CreateVirtualNodeOutput) => void): Request<AppMesh.Types.CreateVirtualNodeOutput, AWSError>; /** * Creates a virtual router within a service mesh. Specify a listener for any inbound traffic that your virtual router receives. Create a virtual router for each protocol and port that you need to route. Virtual routers handle traffic for one or more virtual services within your mesh. After you create your virtual router, create and associate routes for your virtual router that direct incoming requests to different virtual nodes. For more information about virtual routers, see Virtual routers. */ createVirtualRouter(params: AppMesh.Types.CreateVirtualRouterInput, callback?: (err: AWSError, data: AppMesh.Types.CreateVirtualRouterOutput) => void): Request<AppMesh.Types.CreateVirtualRouterOutput, AWSError>; /** * Creates a virtual router within a service mesh. Specify a listener for any inbound traffic that your virtual router receives. Create a virtual router for each protocol and port that you need to route. Virtual routers handle traffic for one or more virtual services within your mesh. After you create your virtual router, create and associate routes for your virtual router that direct incoming requests to different virtual nodes. For more information about virtual routers, see Virtual routers. */ createVirtualRouter(callback?: (err: AWSError, data: AppMesh.Types.CreateVirtualRouterOutput) => void): Request<AppMesh.Types.CreateVirtualRouterOutput, AWSError>; /** * Creates a virtual service within a service mesh. A virtual service is an abstraction of a real service that is provided by a virtual node directly or indirectly by means of a virtual router. Dependent services call your virtual service by its virtualServiceName, and those requests are routed to the virtual node or virtual router that is specified as the provider for the virtual service. For more information about virtual services, see Virtual services. */ createVirtualService(params: AppMesh.Types.CreateVirtualServiceInput, callback?: (err: AWSError, data: AppMesh.Types.CreateVirtualServiceOutput) => void): Request<AppMesh.Types.CreateVirtualServiceOutput, AWSError>; /** * Creates a virtual service within a service mesh. A virtual service is an abstraction of a real service that is provided by a virtual node directly or indirectly by means of a virtual router. Dependent services call your virtual service by its virtualServiceName, and those requests are routed to the virtual node or virtual router that is specified as the provider for the virtual service. For more information about virtual services, see Virtual services. */ createVirtualService(callback?: (err: AWSError, data: AppMesh.Types.CreateVirtualServiceOutput) => void): Request<AppMesh.Types.CreateVirtualServiceOutput, AWSError>; /** * Deletes an existing gateway route. */ deleteGatewayRoute(params: AppMesh.Types.DeleteGatewayRouteInput, callback?: (err: AWSError, data: AppMesh.Types.DeleteGatewayRouteOutput) => void): Request<AppMesh.Types.DeleteGatewayRouteOutput, AWSError>; /** * Deletes an existing gateway route. */ deleteGatewayRoute(callback?: (err: AWSError, data: AppMesh.Types.DeleteGatewayRouteOutput) => void): Request<AppMesh.Types.DeleteGatewayRouteOutput, AWSError>; /** * Deletes an existing service mesh. You must delete all resources (virtual services, routes, virtual routers, and virtual nodes) in the service mesh before you can delete the mesh itself. */ deleteMesh(params: AppMesh.Types.DeleteMeshInput, callback?: (err: AWSError, data: AppMesh.Types.DeleteMeshOutput) => void): Request<AppMesh.Types.DeleteMeshOutput, AWSError>; /** * Deletes an existing service mesh. You must delete all resources (virtual services, routes, virtual routers, and virtual nodes) in the service mesh before you can delete the mesh itself. */ deleteMesh(callback?: (err: AWSError, data: AppMesh.Types.DeleteMeshOutput) => void): Request<AppMesh.Types.DeleteMeshOutput, AWSError>; /** * Deletes an existing route. */ deleteRoute(params: AppMesh.Types.DeleteRouteInput, callback?: (err: AWSError, data: AppMesh.Types.DeleteRouteOutput) => void): Request<AppMesh.Types.DeleteRouteOutput, AWSError>; /** * Deletes an existing route. */ deleteRoute(callback?: (err: AWSError, data: AppMesh.Types.DeleteRouteOutput) => void): Request<AppMesh.Types.DeleteRouteOutput, AWSError>; /** * Deletes an existing virtual gateway. You cannot delete a virtual gateway if any gateway routes are associated to it. */ deleteVirtualGateway(params: AppMesh.Types.DeleteVirtualGatewayInput, callback?: (err: AWSError, data: AppMesh.Types.DeleteVirtualGatewayOutput) => void): Request<AppMesh.Types.DeleteVirtualGatewayOutput, AWSError>; /** * Deletes an existing virtual gateway. You cannot delete a virtual gateway if any gateway routes are associated to it. */ deleteVirtualGateway(callback?: (err: AWSError, data: AppMesh.Types.DeleteVirtualGatewayOutput) => void): Request<AppMesh.Types.DeleteVirtualGatewayOutput, AWSError>; /** * Deletes an existing virtual node. You must delete any virtual services that list a virtual node as a service provider before you can delete the virtual node itself. */ deleteVirtualNode(params: AppMesh.Types.DeleteVirtualNodeInput, callback?: (err: AWSError, data: AppMesh.Types.DeleteVirtualNodeOutput) => void): Request<AppMesh.Types.DeleteVirtualNodeOutput, AWSError>; /** * Deletes an existing virtual node. You must delete any virtual services that list a virtual node as a service provider before you can delete the virtual node itself. */ deleteVirtualNode(callback?: (err: AWSError, data: AppMesh.Types.DeleteVirtualNodeOutput) => void): Request<AppMesh.Types.DeleteVirtualNodeOutput, AWSError>; /** * Deletes an existing virtual router. You must delete any routes associated with the virtual router before you can delete the router itself. */ deleteVirtualRouter(params: AppMesh.Types.DeleteVirtualRouterInput, callback?: (err: AWSError, data: AppMesh.Types.DeleteVirtualRouterOutput) => void): Request<AppMesh.Types.DeleteVirtualRouterOutput, AWSError>; /** * Deletes an existing virtual router. You must delete any routes associated with the virtual router before you can delete the router itself. */ deleteVirtualRouter(callback?: (err: AWSError, data: AppMesh.Types.DeleteVirtualRouterOutput) => void): Request<AppMesh.Types.DeleteVirtualRouterOutput, AWSError>; /** * Deletes an existing virtual service. */ deleteVirtualService(params: AppMesh.Types.DeleteVirtualServiceInput, callback?: (err: AWSError, data: AppMesh.Types.DeleteVirtualServiceOutput) => void): Request<AppMesh.Types.DeleteVirtualServiceOutput, AWSError>; /** * Deletes an existing virtual service. */ deleteVirtualService(callback?: (err: AWSError, data: AppMesh.Types.DeleteVirtualServiceOutput) => void): Request<AppMesh.Types.DeleteVirtualServiceOutput, AWSError>; /** * Describes an existing gateway route. */ describeGatewayRoute(params: AppMesh.Types.DescribeGatewayRouteInput, callback?: (err: AWSError, data: AppMesh.Types.DescribeGatewayRouteOutput) => void): Request<AppMesh.Types.DescribeGatewayRouteOutput, AWSError>; /** * Describes an existing gateway route. */ describeGatewayRoute(callback?: (err: AWSError, data: AppMesh.Types.DescribeGatewayRouteOutput) => void): Request<AppMesh.Types.DescribeGatewayRouteOutput, AWSError>; /** * Describes an existing service mesh. */ describeMesh(params: AppMesh.Types.DescribeMeshInput, callback?: (err: AWSError, data: AppMesh.Types.DescribeMeshOutput) => void): Request<AppMesh.Types.DescribeMeshOutput, AWSError>; /** * Describes an existing service mesh. */ describeMesh(callback?: (err: AWSError, data: AppMesh.Types.DescribeMeshOutput) => void): Request<AppMesh.Types.DescribeMeshOutput, AWSError>; /** * Describes an existing route. */ describeRoute(params: AppMesh.Types.DescribeRouteInput, callback?: (err: AWSError, data: AppMesh.Types.DescribeRouteOutput) => void): Request<AppMesh.Types.DescribeRouteOutput, AWSError>; /** * Describes an existing route. */ describeRoute(callback?: (err: AWSError, data: AppMesh.Types.DescribeRouteOutput) => void): Request<AppMesh.Types.DescribeRouteOutput, AWSError>; /** * Describes an existing virtual gateway. */ describeVirtualGateway(params: AppMesh.Types.DescribeVirtualGatewayInput, callback?: (err: AWSError, data: AppMesh.Types.DescribeVirtualGatewayOutput) => void): Request<AppMesh.Types.DescribeVirtualGatewayOutput, AWSError>; /** * Describes an existing virtual gateway. */ describeVirtualGateway(callback?: (err: AWSError, data: AppMesh.Types.DescribeVirtualGatewayOutput) => void): Request<AppMesh.Types.DescribeVirtualGatewayOutput, AWSError>; /** * Describes an existing virtual node. */ describeVirtualNode(params: AppMesh.Types.DescribeVirtualNodeInput, callback?: (err: AWSError, data: AppMesh.Types.DescribeVirtualNodeOutput) => void): Request<AppMesh.Types.DescribeVirtualNodeOutput, AWSError>; /** * Describes an existing virtual node. */ describeVirtualNode(callback?: (err: AWSError, data: AppMesh.Types.DescribeVirtualNodeOutput) => void): Request<AppMesh.Types.DescribeVirtualNodeOutput, AWSError>; /** * Describes an existing virtual router. */ describeVirtualRouter(params: AppMesh.Types.DescribeVirtualRouterInput, callback?: (err: AWSError, data: AppMesh.Types.DescribeVirtualRouterOutput) => void): Request<AppMesh.Types.DescribeVirtualRouterOutput, AWSError>; /** * Describes an existing virtual router. */ describeVirtualRouter(callback?: (err: AWSError, data: AppMesh.Types.DescribeVirtualRouterOutput) => void): Request<AppMesh.Types.DescribeVirtualRouterOutput, AWSError>; /** * Describes an existing virtual service. */ describeVirtualService(params: AppMesh.Types.DescribeVirtualServiceInput, callback?: (err: AWSError, data: AppMesh.Types.DescribeVirtualServiceOutput) => void): Request<AppMesh.Types.DescribeVirtualServiceOutput, AWSError>; /** * Describes an existing virtual service. */ describeVirtualService(callback?: (err: AWSError, data: AppMesh.Types.DescribeVirtualServiceOutput) => void): Request<AppMesh.Types.DescribeVirtualServiceOutput, AWSError>; /** * Returns a list of existing gateway routes that are associated to a virtual gateway. */ listGatewayRoutes(params: AppMesh.Types.ListGatewayRoutesInput, callback?: (err: AWSError, data: AppMesh.Types.ListGatewayRoutesOutput) => void): Request<AppMesh.Types.ListGatewayRoutesOutput, AWSError>; /** * Returns a list of existing gateway routes that are associated to a virtual gateway. */ listGatewayRoutes(callback?: (err: AWSError, data: AppMesh.Types.ListGatewayRoutesOutput) => void): Request<AppMesh.Types.ListGatewayRoutesOutput, AWSError>; /** * Returns a list of existing service meshes. */ listMeshes(params: AppMesh.Types.ListMeshesInput, callback?: (err: AWSError, data: AppMesh.Types.ListMeshesOutput) => void): Request<AppMesh.Types.ListMeshesOutput, AWSError>; /** * Returns a list of existing service meshes. */ listMeshes(callback?: (err: AWSError, data: AppMesh.Types.ListMeshesOutput) => void): Request<AppMesh.Types.ListMeshesOutput, AWSError>; /** * Returns a list of existing routes in a service mesh. */ listRoutes(params: AppMesh.Types.ListRoutesInput, callback?: (err: AWSError, data: AppMesh.Types.ListRoutesOutput) => void): Request<AppMesh.Types.ListRoutesOutput, AWSError>; /** * Returns a list of existing routes in a service mesh. */ listRoutes(callback?: (err: AWSError, data: AppMesh.Types.ListRoutesOutput) => void): Request<AppMesh.Types.ListRoutesOutput, AWSError>; /** * List the tags for an App Mesh resource. */ listTagsForResource(params: AppMesh.Types.ListTagsForResourceInput, callback?: (err: AWSError, data: AppMesh.Types.ListTagsForResourceOutput) => void): Request<AppMesh.Types.ListTagsForResourceOutput, AWSError>; /** * List the tags for an App Mesh resource. */ listTagsForResource(callback?: (err: AWSError, data: AppMesh.Types.ListTagsForResourceOutput) => void): Request<AppMesh.Types.ListTagsForResourceOutput, AWSError>; /** * Returns a list of existing virtual gateways in a service mesh. */ listVirtualGateways(params: AppMesh.Types.ListVirtualGatewaysInput, callback?: (err: AWSError, data: AppMesh.Types.ListVirtualGatewaysOutput) => void): Request<AppMesh.Types.ListVirtualGatewaysOutput, AWSError>; /** * Returns a list of existing virtual gateways in a service mesh. */ listVirtualGateways(callback?: (err: AWSError, data: AppMesh.Types.ListVirtualGatewaysOutput) => void): Request<AppMesh.Types.ListVirtualGatewaysOutput, AWSError>; /** * Returns a list of existing virtual nodes. */ listVirtualNodes(params: AppMesh.Types.ListVirtualNodesInput, callback?: (err: AWSError, data: AppMesh.Types.ListVirtualNodesOutput) => void): Request<AppMesh.Types.ListVirtualNodesOutput, AWSError>; /** * Returns a list of existing virtual nodes. */ listVirtualNodes(callback?: (err: AWSError, data: AppMesh.Types.ListVirtualNodesOutput) => void): Request<AppMesh.Types.ListVirtualNodesOutput, AWSError>; /** * Returns a list of existing virtual routers in a service mesh. */ listVirtualRouters(params: AppMesh.Types.ListVirtualRoutersInput, callback?: (err: AWSError, data: AppMesh.Types.ListVirtualRoutersOutput) => void): Request<AppMesh.Types.ListVirtualRoutersOutput, AWSError>; /** * Returns a list of existing virtual routers in a service mesh. */ listVirtualRouters(callback?: (err: AWSError, data: AppMesh.Types.ListVirtualRoutersOutput) => void): Request<AppMesh.Types.ListVirtualRoutersOutput, AWSError>; /** * Returns a list of existing virtual services in a service mesh. */ listVirtualServices(params: AppMesh.Types.ListVirtualServicesInput, callback?: (err: AWSError, data: AppMesh.Types.ListVirtualServicesOutput) => void): Request<AppMesh.Types.ListVirtualServicesOutput, AWSError>; /** * Returns a list of existing virtual services in a service mesh. */ listVirtualServices(callback?: (err: AWSError, data: AppMesh.Types.ListVirtualServicesOutput) => void): Request<AppMesh.Types.ListVirtualServicesOutput, AWSError>; /** * Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource aren't specified in the request parameters, they aren't changed. When a resource is deleted, the tags associated with that resource are also deleted. */ tagResource(params: AppMesh.Types.TagResourceInput, callback?: (err: AWSError, data: AppMesh.Types.TagResourceOutput) => void): Request<AppMesh.Types.TagResourceOutput, AWSError>; /** * Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource aren't specified in the request parameters, they aren't changed. When a resource is deleted, the tags associated with that resource are also deleted. */ tagResource(callback?: (err: AWSError, data: AppMesh.Types.TagResourceOutput) => void): Request<AppMesh.Types.TagResourceOutput, AWSError>; /** * Deletes specified tags from a resource. */ untagResource(params: AppMesh.Types.UntagResourceInput, callback?: (err: AWSError, data: AppMesh.Types.UntagResourceOutput) => void): Request<AppMesh.Types.UntagResourceOutput, AWSError>; /** * Deletes specified tags from a resource. */ untagResource(callback?: (err: AWSError, data: AppMesh.Types.UntagResourceOutput) => void): Request<AppMesh.Types.UntagResourceOutput, AWSError>; /** * Updates an existing gateway route that is associated to a specified virtual gateway in a service mesh. */ updateGatewayRoute(params: AppMesh.Types.UpdateGatewayRouteInput, callback?: (err: AWSError, data: AppMesh.Types.UpdateGatewayRouteOutput) => void): Request<AppMesh.Types.UpdateGatewayRouteOutput, AWSError>; /** * Updates an existing gateway route that is associated to a specified virtual gateway in a service mesh. */ updateGatewayRoute(callback?: (err: AWSError, data: AppMesh.Types.UpdateGatewayRouteOutput) => void): Request<AppMesh.Types.UpdateGatewayRouteOutput, AWSError>; /** * Updates an existing service mesh. */ updateMesh(params: AppMesh.Types.UpdateMeshInput, callback?: (err: AWSError, data: AppMesh.Types.UpdateMeshOutput) => void): Request<AppMesh.Types.UpdateMeshOutput, AWSError>; /** * Updates an existing service mesh. */ updateMesh(callback?: (err: AWSError, data: AppMesh.Types.UpdateMeshOutput) => void): Request<AppMesh.Types.UpdateMeshOutput, AWSError>; /** * Updates an existing route for a specified service mesh and virtual router. */ updateRoute(params: AppMesh.Types.UpdateRouteInput, callback?: (err: AWSError, data: AppMesh.Types.UpdateRouteOutput) => void): Request<AppMesh.Types.UpdateRouteOutput, AWSError>; /** * Updates an existing route for a specified service mesh and virtual router. */ updateRoute(callback?: (err: AWSError, data: AppMesh.Types.UpdateRouteOutput) => void): Request<AppMesh.Types.UpdateRouteOutput, AWSError>; /** * Updates an existing virtual gateway in a specified service mesh. */ updateVirtualGateway(params: AppMesh.Types.UpdateVirtualGatewayInput, callback?: (err: AWSError, data: AppMesh.Types.UpdateVirtualGatewayOutput) => void): Request<AppMesh.Types.UpdateVirtualGatewayOutput, AWSError>; /** * Updates an existing virtual gateway in a specified service mesh. */ updateVirtualGateway(callback?: (err: AWSError, data: AppMesh.Types.UpdateVirtualGatewayOutput) => void): Request<AppMesh.Types.UpdateVirtualGatewayOutput, AWSError>; /** * Updates an existing virtual node in a specified service mesh. */ updateVirtualNode(params: AppMesh.Types.UpdateVirtualNodeInput, callback?: (err: AWSError, data: AppMesh.Types.UpdateVirtualNodeOutput) => void): Request<AppMesh.Types.UpdateVirtualNodeOutput, AWSError>; /** * Updates an existing virtual node in a specified service mesh. */ updateVirtualNode(callback?: (err: AWSError, data: AppMesh.Types.UpdateVirtualNodeOutput) => void): Request<AppMesh.Types.UpdateVirtualNodeOutput, AWSError>; /** * Updates an existing virtual router in a specified service mesh. */ updateVirtualRouter(params: AppMesh.Types.UpdateVirtualRouterInput, callback?: (err: AWSError, data: AppMesh.Types.UpdateVirtualRouterOutput) => void): Request<AppMesh.Types.UpdateVirtualRouterOutput, AWSError>; /** * Updates an existing virtual router in a specified service mesh. */ updateVirtualRouter(callback?: (err: AWSError, data: AppMesh.Types.UpdateVirtualRouterOutput) => void): Request<AppMesh.Types.UpdateVirtualRouterOutput, AWSError>; /** * Updates an existing virtual service in a specified service mesh. */ updateVirtualService(params: AppMesh.Types.UpdateVirtualServiceInput, callback?: (err: AWSError, data: AppMesh.Types.UpdateVirtualServiceOutput) => void): Request<AppMesh.Types.UpdateVirtualServiceOutput, AWSError>; /** * Updates an existing virtual service in a specified service mesh. */ updateVirtualService(callback?: (err: AWSError, data: AppMesh.Types.UpdateVirtualServiceOutput) => void): Request<AppMesh.Types.UpdateVirtualServiceOutput, AWSError>; } declare namespace AppMesh { export interface AccessLog { /** * The file object to send virtual node access logs to. */ file?: FileAccessLog; } export type AccountId = string; export type Arn = string; export interface AwsCloudMapInstanceAttribute { /** * The name of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the specified key and value is returned. */ key: AwsCloudMapInstanceAttributeKey; /** * The value of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the specified key and value is returned. */ value: AwsCloudMapInstanceAttributeValue; } export type AwsCloudMapInstanceAttributeKey = string; export type AwsCloudMapInstanceAttributeValue = string; export type AwsCloudMapInstanceAttributes = AwsCloudMapInstanceAttribute[]; export type AwsCloudMapName = string; export interface AwsCloudMapServiceDiscovery { /** * A string map that contains attributes with values that you can use to filter instances by any custom attribute that you specified when you registered the instance. Only instances that match all of the specified key/value pairs will be returned. */ attributes?: AwsCloudMapInstanceAttributes; /** * The name of the Cloud Map namespace to use. */ namespaceName: AwsCloudMapName; /** * The name of the Cloud Map service to use. */ serviceName: AwsCloudMapName; } export interface Backend { /** * Specifies a virtual service to use as a backend. */ virtualService?: VirtualServiceBackend; } export interface BackendDefaults { /** * A reference to an object that represents a client policy. */ clientPolicy?: ClientPolicy; } export type Backends = Backend[]; export type Boolean = boolean; export type CertificateAuthorityArns = Arn[]; export interface ClientPolicy { /** * A reference to an object that represents a Transport Layer Security (TLS) client policy. */ tls?: ClientPolicyTls; } export interface ClientPolicyTls { /** * A reference to an object that represents a client's TLS certificate. */ certificate?: ClientTlsCertificate; /** * Whether the policy is enforced. The default is True, if a value isn't specified. */ enforce?: Boolean; /** * One or more ports that the policy is enforced for. */ ports?: PortSet; /** * A reference to an object that represents a TLS validation context. */ validation: TlsValidationContext; } export interface ClientTlsCertificate { /** * An object that represents a local file certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS). */ file?: ListenerTlsFileCertificate; /** * A reference to an object that represents a client's TLS Secret Discovery Service certificate. */ sds?: ListenerTlsSdsCertificate; } export interface CreateGatewayRouteInput { /** * Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed. */ clientToken?: String; /** * The name to use for the gateway route. */ gatewayRouteName: ResourceName; /** * The name of the service mesh to create the gateway route in. */ meshName: ResourceName; /** * The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then the account that you specify must share the mesh with your account before you can create the resource in the service mesh. For more information about mesh sharing, see Working with shared meshes. */ meshOwner?: AccountId; /** * The gateway route specification to apply. */ spec: GatewayRouteSpec; /** * Optional metadata that you can apply to the gateway route to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters. */ tags?: TagList; /** * The name of the virtual gateway to associate the gateway route with. If the virtual gateway is in a shared mesh, then you must be the owner of the virtual gateway resource. */ virtualGatewayName: ResourceName; } export interface CreateGatewayRouteOutput { /** * The full description of your gateway route following the create call. */ gatewayRoute: GatewayRouteData; } export interface CreateMeshInput { /** * Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed. */ clientToken?: String; /** * The name to use for the service mesh. */ meshName: ResourceName; /** * The service mesh specification to apply. */ spec?: MeshSpec; /** * Optional metadata that you can apply to the service mesh to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters. */ tags?: TagList; } export interface CreateMeshOutput { /** * The full description of your service mesh following the create call. */ mesh: MeshData; } export interface CreateRouteInput { /** * Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed. */ clientToken?: String; /** * The name of the service mesh to create the route in. */ meshName: ResourceName; /** * The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then the account that you specify must share the mesh with your account before you can create the resource in the service mesh. For more information about mesh sharing, see Working with shared meshes. */ meshOwner?: AccountId; /** * The name to use for the route. */ routeName: ResourceName; /** * The route specification to apply. */ spec: RouteSpec; /** * Optional metadata that you can apply to the route to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters. */ tags?: TagList; /** * The name of the virtual router in which to create the route. If the virtual router is in a shared mesh, then you must be the owner of the virtual router resource. */ virtualRouterName: ResourceName; } export interface CreateRouteOutput { /** * The full description of your mesh following the create call. */ route: RouteData; } export interface CreateVirtualGatewayInput { /** * Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed. */ clientToken?: String; /** * The name of the service mesh to create the virtual gateway in. */ meshName: ResourceName; /** * The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then the account that you specify must share the mesh with your account before you can create the resource in the service mesh. For more information about mesh sharing, see Working with shared meshes. */ meshOwner?: AccountId; /** * The virtual gateway specification to apply. */ spec: VirtualGatewaySpec; /** * Optional metadata that you can apply to the virtual gateway to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters. */ tags?: TagList; /** * The name to use for the virtual gateway. */ virtualGatewayName: ResourceName; } export interface CreateVirtualGatewayOutput { /** * The full description of your virtual gateway following the create call. */ virtualGateway: VirtualGatewayData; } export interface CreateVirtualNodeInput { /** * Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed. */ clientToken?: String; /** * The name of the service mesh to create the virtual node in. */ meshName: ResourceName; /** * The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then the account that you specify must share the mesh with your account before you can create the resource in the service mesh. For more information about mesh sharing, see Working with shared meshes. */ meshOwner?: AccountId; /** * The virtual node specification to apply. */ spec: VirtualNodeSpec; /** * Optional metadata that you can apply to the virtual node to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters. */ tags?: TagList; /** * The name to use for the virtual node. */ virtualNodeName: ResourceName; } export interface CreateVirtualNodeOutput { /** * The full description of your virtual node following the create call. */ virtualNode: VirtualNodeData; } export interface CreateVirtualRouterInput { /** * Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed. */ clientToken?: String; /** * The name of the service mesh to create the virtual router in. */ meshName: ResourceName; /** * The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then the account that you specify must share the mesh with your account before you can create the resource in the service mesh. For more information about mesh sharing, see Working with shared meshes. */ meshOwner?: AccountId; /** * The virtual router specification to apply. */ spec: VirtualRouterSpec; /** * Optional metadata that you can apply to the virtual router to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters. */ tags?: TagList; /** * The name to use for the virtual router. */ virtualRouterName: ResourceName; } export interface CreateVirtualRouterOutput { /** * The full description of your virtual router following the create call. */ virtualRouter: VirtualRouterData; } export interface CreateVirtualServiceInput { /** * Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed. */ clientToken?: String; /** * The name of the service mesh to create the virtual service in. */ meshName: ResourceName; /** * The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then the account that you specify must share the mesh with your account before you can create the resource in the service mesh. For more information about mesh sharing, see Working with shared meshes. */ meshOwner?: AccountId; /** * The virtual service specification to apply. */ spec: VirtualServiceSpec; /** * Optional metadata that you can apply to the virtual service to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters. */ tags?: TagList; /** * The name to use for the virtual service. */ virtualServiceName: ServiceName; } export interface CreateVirtualServiceOutput { /** * The full description of your virtual service following the create call. */ virtualService: VirtualServiceData; } export type DefaultGatewayRouteRewrite = "ENABLED"|"DISABLED"|string; export interface DeleteGatewayRouteInput { /** * The name of the gateway route to delete. */ gatewayRouteName: ResourceName; /** * The name of the service mesh to delete the gateway route from. */ meshName: ResourceName; /** * The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes. */ meshOwner?: AccountId; /** * The name of the virtual gateway to delete the route from. */ virtualGatewayName: ResourceName; } export interface DeleteGatewayRouteOutput { /** * The gateway route that was deleted. */ gatewayRoute: GatewayRouteData; } export interface DeleteMeshInput { /** * The name of the service mesh to delete. */ meshName: ResourceName; } export interface DeleteMeshOutput { /** * The service mesh that was deleted. */ mesh: MeshData; } export interface DeleteRouteInput { /** * The name of the service mesh to delete the route in. */ meshName: ResourceName; /** * The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes. */ meshOwner?: AccountId; /** * The name of the route to delete. */ routeName: ResourceName; /** * The name of the virtual router to delete the route in. */ virtualRouterName: ResourceName; } export interface DeleteRouteOutput { /** * The route that was deleted. */ route: RouteData; } export interface DeleteVirtualGatewayInput { /** * The name of the service mesh to delete the virtual gateway from. */ meshName: ResourceName; /** * The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes. */ meshOwner?: AccountId; /** * The name of the virtual gateway to delete. */ virtualGatewayName: ResourceName; } export interface DeleteVirtualGatewayOutput { /** * The virtual gateway that was deleted. */ virtualGateway: VirtualGatewayData; } export interface DeleteVirtualNodeInput { /** * The name of the service mesh to delete the virtual node in. */ meshName: ResourceName; /** * The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes. */ meshOwner?: AccountId; /** * The name of the virtual node to delete. */ virtualNodeName: ResourceName; } export interface DeleteVirtualNodeOutput { /** * The virtual node that was deleted. */ virtualNode: VirtualNodeData; } export interface DeleteVirtualRouterInput { /** * The name of the service mesh to delete the virtual router in. */ meshName: ResourceName; /** * The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes. */ meshOwner?: AccountId; /** * The name of the virtual router to delete. */ virtualRouterName: ResourceName; } export interface DeleteVirtualRouterOutput { /** * The virtual router that was deleted. */ virtualRouter: VirtualRouterData; } export interface DeleteVirtualServiceInput { /** * The name of the service mesh to delete the virtual service in. */ meshName: ResourceName; /** * The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes. */ meshOwner?: AccountId; /** * The name of the virtual service to delete. */ virtualServiceName: ServiceName; } export interface DeleteVirtualServiceOutput { /** * The virtual service that was deleted. */ virtualService: VirtualServiceData; } export interface DescribeGatewayRouteInput { /** * The name of the gateway route to describe. */ gatewayRouteName: ResourceName; /** * The name of the service mesh that the gateway route resides in. */ meshName: ResourceName; /** * The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes. */ meshOwner?: AccountId; /** * The name of the virtual gateway that the gateway route is associated with. */ virtualGatewayName: ResourceName; } export interface DescribeGatewayRouteOutput { /** * The full description of your gateway route. */ gatewayRoute: GatewayRouteData; } export interface DescribeMeshInput { /** * The name of the service mesh to describe. */ meshName: ResourceName; /** * The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes. */ meshOwner?: AccountId; } export interface DescribeMeshOutput { /** * The full description of your service mesh. */ mesh: MeshData; } export interface DescribeRouteInput { /** * The name of the service mesh that the route resides in. */ meshName: ResourceName; /** * The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes. */ meshOwner?: AccountId; /** * The name of the route to describe. */ routeName: ResourceName; /** * The name of the virtual router that the route is associated with. */ virtualRouterName: ResourceName; } export interface DescribeRouteOutput { /** * The full description of your route. */ route: RouteData; } export interface DescribeVirtualGatewayInput { /** * The name of the service mesh that the gateway route resides in. */ meshName: ResourceName; /** * The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes. */ meshOwner?: AccountId; /** * The name of the virtual gateway to describe. */ virtualGatewayName: ResourceName; } export interface DescribeVirtualGatewayOutput { /** * The full description of your virtual gateway. */ virtualGateway: VirtualGatewayData; } export interface DescribeVirtualNodeInput { /** * The name of the service mesh that the virtual node resides in. */ meshName: ResourceName; /** * The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes. */ meshOwner?: AccountId; /** * The name of the virtual node to describe. */ virtualNodeName: ResourceName; } export interface DescribeVirtualNodeOutput { /** * The full description of your virtual node. */ virtualNode: VirtualNodeData; } export interface DescribeVirtualRouterInput { /** * The name of the service mesh that the virtual router resides in. */ meshName: ResourceName; /** * The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes. */ meshOwner?: AccountId; /** * The name of the virtual router to describe. */ virtualRouterName: ResourceName; } export interface DescribeVirtualRouterOutput { /** * The full description of your virtual router. */ virtualRouter: VirtualRouterData; } export interface DescribeVirtualServiceInput { /** * The name of the service mesh that the virtual service resides in. */ meshName: ResourceName; /** * The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes. */ meshOwner?: AccountId; /** * The name of the virtual service to describ