@aws-sdk/client-app-mesh 3.533.0 → 3.540.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/AppMesh.d.ts +2 -1
- package/dist-types/AppMeshClient.d.ts +1 -1
- package/dist-types/commands/CreateGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/CreateMeshCommand.d.ts +2 -1
- package/dist-types/commands/CreateRouteCommand.d.ts +2 -1
- package/dist-types/commands/CreateVirtualGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateVirtualNodeCommand.d.ts +2 -1
- package/dist-types/commands/CreateVirtualRouterCommand.d.ts +2 -1
- package/dist-types/commands/CreateVirtualServiceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMeshCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVirtualGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVirtualNodeCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVirtualRouterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVirtualServiceCommand.d.ts +2 -1
- package/dist-types/commands/DescribeGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMeshCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRouteCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVirtualGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVirtualNodeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVirtualRouterCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVirtualServiceCommand.d.ts +2 -1
- package/dist-types/commands/ListGatewayRoutesCommand.d.ts +2 -1
- package/dist-types/commands/ListMeshesCommand.d.ts +2 -1
- package/dist-types/commands/ListRoutesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListVirtualGatewaysCommand.d.ts +2 -1
- package/dist-types/commands/ListVirtualNodesCommand.d.ts +2 -1
- package/dist-types/commands/ListVirtualRoutersCommand.d.ts +2 -1
- package/dist-types/commands/ListVirtualServicesCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMeshCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRouteCommand.d.ts +2 -1
- package/dist-types/commands/UpdateVirtualGatewayCommand.d.ts +2 -1
- package/dist-types/commands/UpdateVirtualNodeCommand.d.ts +2 -1
- package/dist-types/commands/UpdateVirtualRouterCommand.d.ts +2 -1
- package/dist-types/commands/UpdateVirtualServiceCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +795 -795
- package/dist-types/ts3.4/AppMesh.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateGatewayRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateMeshCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVirtualNodeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVirtualRouterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVirtualServiceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteMeshCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeMeshCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListGatewayRoutesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMeshesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListVirtualNodesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListVirtualRoutersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListVirtualServicesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateMeshCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.