@aws-sdk/client-app-mesh 3.32.0 → 3.36.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/CHANGELOG.md +44 -0
- package/{dist/cjs → dist-cjs}/AppMesh.js +0 -1
- package/{dist/cjs → dist-cjs}/AppMeshClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/CreateGatewayRouteCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateMeshCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateRouteCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateVirtualGatewayCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateVirtualNodeCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateVirtualRouterCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateVirtualServiceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteGatewayRouteCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteMeshCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteRouteCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteVirtualGatewayCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteVirtualNodeCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteVirtualRouterCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteVirtualServiceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeGatewayRouteCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeMeshCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeRouteCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeVirtualGatewayCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeVirtualNodeCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeVirtualRouterCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeVirtualServiceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListGatewayRoutesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListMeshesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListRoutesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListVirtualGatewaysCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListVirtualNodesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListVirtualRoutersCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListVirtualServicesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateGatewayRouteCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateMeshCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateRouteCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateVirtualGatewayCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateVirtualNodeCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateVirtualRouterCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateVirtualServiceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListGatewayRoutesPaginator.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListMeshesPaginator.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListRoutesPaginator.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListTagsForResourcePaginator.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListVirtualGatewaysPaginator.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListVirtualNodesPaginator.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListVirtualRoutersPaginator.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListVirtualServicesPaginator.js +0 -1
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +6 -7
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/AppMesh.js +1 -17
- package/{dist/es → dist-es}/AppMeshClient.js +2 -23
- package/{dist/es → dist-es}/commands/CreateGatewayRouteCommand.js +4 -34
- package/{dist/es → dist-es}/commands/CreateMeshCommand.js +4 -35
- package/{dist/es → dist-es}/commands/CreateRouteCommand.js +4 -33
- package/{dist/es → dist-es}/commands/CreateVirtualGatewayCommand.js +4 -36
- package/dist-es/commands/CreateVirtualNodeCommand.js +39 -0
- package/{dist/es → dist-es}/commands/CreateVirtualRouterCommand.js +4 -36
- package/{dist/es → dist-es}/commands/CreateVirtualServiceCommand.js +4 -36
- package/{dist/es → dist-es}/commands/DeleteGatewayRouteCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteMeshCommand.js +4 -32
- package/{dist/es → dist-es}/commands/DeleteRouteCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteVirtualGatewayCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeleteVirtualNodeCommand.js +4 -32
- package/{dist/es → dist-es}/commands/DeleteVirtualRouterCommand.js +4 -32
- package/{dist/es → dist-es}/commands/DeleteVirtualServiceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeGatewayRouteCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeMeshCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeRouteCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeVirtualGatewayCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeVirtualNodeCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeVirtualRouterCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeVirtualServiceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListGatewayRoutesCommand.js +4 -31
- package/{dist/es → dist-es}/commands/ListMeshesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListRoutesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListVirtualGatewaysCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListVirtualNodesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListVirtualRoutersCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListVirtualServicesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -33
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateGatewayRouteCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UpdateMeshCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateRouteCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateVirtualGatewayCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateVirtualNodeCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateVirtualRouterCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateVirtualServiceCommand.js +4 -30
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -673
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListGatewayRoutesPaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/ListMeshesPaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/ListRoutesPaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/ListTagsForResourcePaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/ListVirtualGatewaysPaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/ListVirtualNodesPaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/ListVirtualRoutersPaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/ListVirtualServicesPaginator.js +16 -29
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +1405 -1411
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/AppMesh.d.ts +1 -1
- package/{dist/types → dist-types}/AppMeshClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/CreateGatewayRouteCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateMeshCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateRouteCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateVirtualGatewayCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateVirtualNodeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateVirtualRouterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateVirtualServiceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteGatewayRouteCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteMeshCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteRouteCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteVirtualGatewayCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteVirtualNodeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteVirtualRouterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteVirtualServiceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeGatewayRouteCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeMeshCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeRouteCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeVirtualGatewayCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeVirtualNodeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeVirtualRouterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeVirtualServiceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListGatewayRoutesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListMeshesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListRoutesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListVirtualGatewaysCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListVirtualNodesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListVirtualRoutersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListVirtualServicesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateGatewayRouteCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateMeshCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateRouteCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateVirtualGatewayCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateVirtualNodeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateVirtualRouterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateVirtualServiceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListGatewayRoutesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListMeshesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListRoutesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListVirtualGatewaysPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListVirtualNodesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListVirtualRoutersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListVirtualServicesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/AppMesh.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/AppMeshClient.d.ts +8 -8
- package/{dist/types → dist-types}/ts3.4/commands/CreateGatewayRouteCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateMeshCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateRouteCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateVirtualNodeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateVirtualRouterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateVirtualServiceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteMeshCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteRouteCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeMeshCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeRouteCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListGatewayRoutesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListMeshesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListRoutesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListVirtualNodesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListVirtualRoutersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListVirtualServicesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateMeshCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateRouteCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListGatewayRoutesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListMeshesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListRoutesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListVirtualGatewaysPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListVirtualNodesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListVirtualRoutersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListVirtualServicesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/AppMesh.ts +0 -1396
- package/AppMeshClient.ts +0 -412
- package/commands/CreateGatewayRouteCommand.ts +0 -98
- package/commands/CreateMeshCommand.ts +0 -99
- package/commands/CreateRouteCommand.ts +0 -97
- package/commands/CreateVirtualGatewayCommand.ts +0 -100
- package/commands/CreateVirtualNodeCommand.ts +0 -116
- package/commands/CreateVirtualRouterCommand.ts +0 -100
- package/commands/CreateVirtualServiceCommand.ts +0 -100
- package/commands/DeleteGatewayRouteCommand.ts +0 -94
- package/commands/DeleteMeshCommand.ts +0 -96
- package/commands/DeleteRouteCommand.ts +0 -94
- package/commands/DeleteVirtualGatewayCommand.ts +0 -95
- package/commands/DeleteVirtualNodeCommand.ts +0 -96
- package/commands/DeleteVirtualRouterCommand.ts +0 -96
- package/commands/DeleteVirtualServiceCommand.ts +0 -94
- package/commands/DescribeGatewayRouteCommand.ts +0 -94
- package/commands/DescribeMeshCommand.ts +0 -94
- package/commands/DescribeRouteCommand.ts +0 -94
- package/commands/DescribeVirtualGatewayCommand.ts +0 -94
- package/commands/DescribeVirtualNodeCommand.ts +0 -94
- package/commands/DescribeVirtualRouterCommand.ts +0 -94
- package/commands/DescribeVirtualServiceCommand.ts +0 -94
- package/commands/ListGatewayRoutesCommand.ts +0 -95
- package/commands/ListMeshesCommand.ts +0 -94
- package/commands/ListRoutesCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/ListVirtualGatewaysCommand.ts +0 -94
- package/commands/ListVirtualNodesCommand.ts +0 -94
- package/commands/ListVirtualRoutersCommand.ts +0 -94
- package/commands/ListVirtualServicesCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -97
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateGatewayRouteCommand.ts +0 -95
- package/commands/UpdateMeshCommand.ts +0 -94
- package/commands/UpdateRouteCommand.ts +0 -94
- package/commands/UpdateVirtualGatewayCommand.ts +0 -94
- package/commands/UpdateVirtualNodeCommand.ts +0 -94
- package/commands/UpdateVirtualRouterCommand.ts +0 -94
- package/commands/UpdateVirtualServiceCommand.ts +0 -94
- package/dist/cjs/AppMesh.js.map +0 -1
- package/dist/cjs/AppMeshClient.js.map +0 -1
- package/dist/cjs/commands/CreateGatewayRouteCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMeshCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRouteCommand.js.map +0 -1
- package/dist/cjs/commands/CreateVirtualGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/CreateVirtualNodeCommand.js.map +0 -1
- package/dist/cjs/commands/CreateVirtualRouterCommand.js.map +0 -1
- package/dist/cjs/commands/CreateVirtualServiceCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteGatewayRouteCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMeshCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRouteCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVirtualGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVirtualNodeCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVirtualRouterCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVirtualServiceCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGatewayRouteCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeMeshCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRouteCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeVirtualGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeVirtualNodeCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeVirtualRouterCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeVirtualServiceCommand.js.map +0 -1
- package/dist/cjs/commands/ListGatewayRoutesCommand.js.map +0 -1
- package/dist/cjs/commands/ListMeshesCommand.js.map +0 -1
- package/dist/cjs/commands/ListRoutesCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListVirtualGatewaysCommand.js.map +0 -1
- package/dist/cjs/commands/ListVirtualNodesCommand.js.map +0 -1
- package/dist/cjs/commands/ListVirtualRoutersCommand.js.map +0 -1
- package/dist/cjs/commands/ListVirtualServicesCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGatewayRouteCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateMeshCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRouteCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateVirtualGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateVirtualNodeCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateVirtualRouterCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateVirtualServiceCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListGatewayRoutesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListMeshesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRoutesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist/cjs/pagination/ListVirtualGatewaysPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListVirtualNodesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListVirtualRoutersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListVirtualServicesPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/AppMesh.js.map +0 -1
- package/dist/es/AppMeshClient.js.map +0 -1
- package/dist/es/commands/CreateGatewayRouteCommand.js.map +0 -1
- package/dist/es/commands/CreateMeshCommand.js.map +0 -1
- package/dist/es/commands/CreateRouteCommand.js.map +0 -1
- package/dist/es/commands/CreateVirtualGatewayCommand.js.map +0 -1
- package/dist/es/commands/CreateVirtualNodeCommand.js +0 -87
- package/dist/es/commands/CreateVirtualNodeCommand.js.map +0 -1
- package/dist/es/commands/CreateVirtualRouterCommand.js.map +0 -1
- package/dist/es/commands/CreateVirtualServiceCommand.js.map +0 -1
- package/dist/es/commands/DeleteGatewayRouteCommand.js.map +0 -1
- package/dist/es/commands/DeleteMeshCommand.js.map +0 -1
- package/dist/es/commands/DeleteRouteCommand.js.map +0 -1
- package/dist/es/commands/DeleteVirtualGatewayCommand.js.map +0 -1
- package/dist/es/commands/DeleteVirtualNodeCommand.js.map +0 -1
- package/dist/es/commands/DeleteVirtualRouterCommand.js.map +0 -1
- package/dist/es/commands/DeleteVirtualServiceCommand.js.map +0 -1
- package/dist/es/commands/DescribeGatewayRouteCommand.js.map +0 -1
- package/dist/es/commands/DescribeMeshCommand.js.map +0 -1
- package/dist/es/commands/DescribeRouteCommand.js.map +0 -1
- package/dist/es/commands/DescribeVirtualGatewayCommand.js.map +0 -1
- package/dist/es/commands/DescribeVirtualNodeCommand.js.map +0 -1
- package/dist/es/commands/DescribeVirtualRouterCommand.js.map +0 -1
- package/dist/es/commands/DescribeVirtualServiceCommand.js.map +0 -1
- package/dist/es/commands/ListGatewayRoutesCommand.js.map +0 -1
- package/dist/es/commands/ListMeshesCommand.js.map +0 -1
- package/dist/es/commands/ListRoutesCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListVirtualGatewaysCommand.js.map +0 -1
- package/dist/es/commands/ListVirtualNodesCommand.js.map +0 -1
- package/dist/es/commands/ListVirtualRoutersCommand.js.map +0 -1
- package/dist/es/commands/ListVirtualServicesCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateGatewayRouteCommand.js.map +0 -1
- package/dist/es/commands/UpdateMeshCommand.js.map +0 -1
- package/dist/es/commands/UpdateRouteCommand.js.map +0 -1
- package/dist/es/commands/UpdateVirtualGatewayCommand.js.map +0 -1
- package/dist/es/commands/UpdateVirtualNodeCommand.js.map +0 -1
- package/dist/es/commands/UpdateVirtualRouterCommand.js.map +0 -1
- package/dist/es/commands/UpdateVirtualServiceCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -51
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListGatewayRoutesPaginator.js.map +0 -1
- package/dist/es/pagination/ListMeshesPaginator.js.map +0 -1
- package/dist/es/pagination/ListRoutesPaginator.js.map +0 -1
- package/dist/es/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist/es/pagination/ListVirtualGatewaysPaginator.js.map +0 -1
- package/dist/es/pagination/ListVirtualNodesPaginator.js.map +0 -1
- package/dist/es/pagination/ListVirtualRoutersPaginator.js.map +0 -1
- package/dist/es/pagination/ListVirtualServicesPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -7391
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListGatewayRoutesPaginator.ts +0 -58
- package/pagination/ListMeshesPaginator.ts +0 -54
- package/pagination/ListRoutesPaginator.ts +0 -54
- package/pagination/ListTagsForResourcePaginator.ts +0 -58
- package/pagination/ListVirtualGatewaysPaginator.ts +0 -58
- package/pagination/ListVirtualNodesPaginator.ts +0 -58
- package/pagination/ListVirtualRoutersPaginator.ts +0 -58
- package/pagination/ListVirtualServicesPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -9671
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
-
import packageInfo from "
|
|
2
|
+
import packageInfo from "../package.json";
|
|
3
3
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
4
4
|
import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
5
5
|
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
@@ -9,12 +9,8 @@ import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
|
|
|
9
9
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
|
|
10
10
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
11
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
|
-
/**
|
|
13
|
-
* @internal
|
|
14
|
-
*/
|
|
15
12
|
export var getRuntimeConfig = function (config) {
|
|
16
13
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
17
14
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
18
15
|
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
|
|
19
16
|
};
|
|
20
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
-
import packageInfo from "
|
|
2
|
+
import packageInfo from "../package.json";
|
|
3
3
|
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
4
4
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
|
|
5
5
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
@@ -13,13 +13,9 @@ import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
|
|
|
13
13
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
14
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
15
15
|
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
16
|
-
/**
|
|
17
|
-
* @internal
|
|
18
|
-
*/
|
|
19
16
|
export var getRuntimeConfig = function (config) {
|
|
20
17
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
21
18
|
emitWarningIfUnsupportedVersion(process.version);
|
|
22
19
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
23
20
|
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
|
|
24
21
|
};
|
|
25
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
3
3
|
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
4
|
-
/**
|
|
5
|
-
* @internal
|
|
6
|
-
*/
|
|
7
4
|
export var getRuntimeConfig = function (config) {
|
|
8
5
|
var _a;
|
|
9
6
|
var browserDefaults = getBrowserRuntimeConfig(config);
|
|
10
7
|
return __assign(__assign(__assign({}, browserDefaults), config), { runtime: "react-native", sha256: (_a = config === null || config === void 0 ? void 0 : config.sha256) !== null && _a !== void 0 ? _a : Sha256 });
|
|
11
8
|
};
|
|
12
|
-
//# sourceMappingURL=runtimeConfig.native.js.map
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
import { defaultRegionInfoProvider } from "./endpoints";
|
|
2
1
|
import { parseUrl } from "@aws-sdk/url-parser";
|
|
3
|
-
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
2
|
+
import { defaultRegionInfoProvider } from "./endpoints";
|
|
6
3
|
export var getRuntimeConfig = function (config) {
|
|
7
4
|
var _a, _b, _c, _d, _e;
|
|
8
5
|
return ({
|
|
@@ -14,4 +11,3 @@ export var getRuntimeConfig = function (config) {
|
|
|
14
11
|
urlParser: (_e = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _e !== void 0 ? _e : parseUrl,
|
|
15
12
|
});
|
|
16
13
|
};
|
|
17
|
-
//# sourceMappingURL=runtimeConfig.shared.js.map
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
1
2
|
import { AppMeshClient } from "./AppMeshClient";
|
|
2
3
|
import { CreateGatewayRouteCommandInput, CreateGatewayRouteCommandOutput } from "./commands/CreateGatewayRouteCommand";
|
|
3
4
|
import { CreateMeshCommandInput, CreateMeshCommandOutput } from "./commands/CreateMeshCommand";
|
|
@@ -37,7 +38,6 @@ import { UpdateVirtualGatewayCommandInput, UpdateVirtualGatewayCommandOutput } f
|
|
|
37
38
|
import { UpdateVirtualNodeCommandInput, UpdateVirtualNodeCommandOutput } from "./commands/UpdateVirtualNodeCommand";
|
|
38
39
|
import { UpdateVirtualRouterCommandInput, UpdateVirtualRouterCommandOutput } from "./commands/UpdateVirtualRouterCommand";
|
|
39
40
|
import { UpdateVirtualServiceCommandInput, UpdateVirtualServiceCommandOutput } from "./commands/UpdateVirtualServiceCommand";
|
|
40
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
41
41
|
/**
|
|
42
42
|
* <p>App Mesh is a service mesh based on the Envoy proxy that makes it easy to monitor and
|
|
43
43
|
* control microservices. App Mesh standardizes how your microservices communicate, giving you
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
+
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
+
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
+
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
+
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
1
9
|
import { CreateGatewayRouteCommandInput, CreateGatewayRouteCommandOutput } from "./commands/CreateGatewayRouteCommand";
|
|
2
10
|
import { CreateMeshCommandInput, CreateMeshCommandOutput } from "./commands/CreateMeshCommand";
|
|
3
11
|
import { CreateRouteCommandInput, CreateRouteCommandOutput } from "./commands/CreateRouteCommand";
|
|
@@ -36,14 +44,6 @@ import { UpdateVirtualGatewayCommandInput, UpdateVirtualGatewayCommandOutput } f
|
|
|
36
44
|
import { UpdateVirtualNodeCommandInput, UpdateVirtualNodeCommandOutput } from "./commands/UpdateVirtualNodeCommand";
|
|
37
45
|
import { UpdateVirtualRouterCommandInput, UpdateVirtualRouterCommandOutput } from "./commands/UpdateVirtualRouterCommand";
|
|
38
46
|
import { UpdateVirtualServiceCommandInput, UpdateVirtualServiceCommandOutput } from "./commands/UpdateVirtualServiceCommand";
|
|
39
|
-
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
40
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
41
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
42
|
-
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
43
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
44
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
45
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
46
|
-
import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
47
47
|
export declare type ServiceInputTypes = CreateGatewayRouteCommandInput | CreateMeshCommandInput | CreateRouteCommandInput | CreateVirtualGatewayCommandInput | CreateVirtualNodeCommandInput | CreateVirtualRouterCommandInput | CreateVirtualServiceCommandInput | DeleteGatewayRouteCommandInput | DeleteMeshCommandInput | DeleteRouteCommandInput | DeleteVirtualGatewayCommandInput | DeleteVirtualNodeCommandInput | DeleteVirtualRouterCommandInput | DeleteVirtualServiceCommandInput | DescribeGatewayRouteCommandInput | DescribeMeshCommandInput | DescribeRouteCommandInput | DescribeVirtualGatewayCommandInput | DescribeVirtualNodeCommandInput | DescribeVirtualRouterCommandInput | DescribeVirtualServiceCommandInput | ListGatewayRoutesCommandInput | ListMeshesCommandInput | ListRoutesCommandInput | ListTagsForResourceCommandInput | ListVirtualGatewaysCommandInput | ListVirtualNodesCommandInput | ListVirtualRoutersCommandInput | ListVirtualServicesCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateGatewayRouteCommandInput | UpdateMeshCommandInput | UpdateRouteCommandInput | UpdateVirtualGatewayCommandInput | UpdateVirtualNodeCommandInput | UpdateVirtualRouterCommandInput | UpdateVirtualServiceCommandInput;
|
|
48
48
|
export declare type ServiceOutputTypes = CreateGatewayRouteCommandOutput | CreateMeshCommandOutput | CreateRouteCommandOutput | CreateVirtualGatewayCommandOutput | CreateVirtualNodeCommandOutput | CreateVirtualRouterCommandOutput | CreateVirtualServiceCommandOutput | DeleteGatewayRouteCommandOutput | DeleteMeshCommandOutput | DeleteRouteCommandOutput | DeleteVirtualGatewayCommandOutput | DeleteVirtualNodeCommandOutput | DeleteVirtualRouterCommandOutput | DeleteVirtualServiceCommandOutput | DescribeGatewayRouteCommandOutput | DescribeMeshCommandOutput | DescribeRouteCommandOutput | DescribeVirtualGatewayCommandOutput | DescribeVirtualNodeCommandOutput | DescribeVirtualRouterCommandOutput | DescribeVirtualServiceCommandOutput | ListGatewayRoutesCommandOutput | ListMeshesCommandOutput | ListRoutesCommandOutput | ListTagsForResourceCommandOutput | ListVirtualGatewaysCommandOutput | ListVirtualNodesCommandOutput | ListVirtualRoutersCommandOutput | ListVirtualServicesCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateGatewayRouteCommandOutput | UpdateMeshCommandOutput | UpdateRouteCommandOutput | UpdateVirtualGatewayCommandOutput | UpdateVirtualNodeCommandOutput | UpdateVirtualRouterCommandOutput | UpdateVirtualServiceCommandOutput;
|
|
49
49
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { CreateGatewayRouteInput, CreateGatewayRouteOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreateGatewayRouteCommandInput extends CreateGatewayRouteInput {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateGatewayRouteCommandOutput extends CreateGatewayRouteOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { CreateMeshInput, CreateMeshOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreateMeshCommandInput extends CreateMeshInput {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateMeshCommandOutput extends CreateMeshOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { CreateRouteInput, CreateRouteOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreateRouteCommandInput extends CreateRouteInput {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateRouteCommandOutput extends CreateRouteOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { CreateVirtualGatewayInput, CreateVirtualGatewayOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreateVirtualGatewayCommandInput extends CreateVirtualGatewayInput {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateVirtualGatewayCommandOutput extends CreateVirtualGatewayOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { CreateVirtualNodeInput, CreateVirtualNodeOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreateVirtualNodeCommandInput extends CreateVirtualNodeInput {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateVirtualNodeCommandOutput extends CreateVirtualNodeOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { CreateVirtualRouterInput, CreateVirtualRouterOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreateVirtualRouterCommandInput extends CreateVirtualRouterInput {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateVirtualRouterCommandOutput extends CreateVirtualRouterOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { CreateVirtualServiceInput, CreateVirtualServiceOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreateVirtualServiceCommandInput extends CreateVirtualServiceInput {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateVirtualServiceCommandOutput extends CreateVirtualServiceOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { DeleteGatewayRouteInput, DeleteGatewayRouteOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DeleteGatewayRouteCommandInput extends DeleteGatewayRouteInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteGatewayRouteCommandOutput extends DeleteGatewayRouteOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { DeleteMeshInput, DeleteMeshOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DeleteMeshCommandInput extends DeleteMeshInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteMeshCommandOutput extends DeleteMeshOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { DeleteRouteInput, DeleteRouteOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DeleteRouteCommandInput extends DeleteRouteInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteRouteCommandOutput extends DeleteRouteOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { DeleteVirtualGatewayInput, DeleteVirtualGatewayOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DeleteVirtualGatewayCommandInput extends DeleteVirtualGatewayInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteVirtualGatewayCommandOutput extends DeleteVirtualGatewayOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { DeleteVirtualNodeInput, DeleteVirtualNodeOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DeleteVirtualNodeCommandInput extends DeleteVirtualNodeInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteVirtualNodeCommandOutput extends DeleteVirtualNodeOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { DeleteVirtualRouterInput, DeleteVirtualRouterOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DeleteVirtualRouterCommandInput extends DeleteVirtualRouterInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteVirtualRouterCommandOutput extends DeleteVirtualRouterOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { DeleteVirtualServiceInput, DeleteVirtualServiceOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DeleteVirtualServiceCommandInput extends DeleteVirtualServiceInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteVirtualServiceCommandOutput extends DeleteVirtualServiceOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { DescribeGatewayRouteInput, DescribeGatewayRouteOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DescribeGatewayRouteCommandInput extends DescribeGatewayRouteInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeGatewayRouteCommandOutput extends DescribeGatewayRouteOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { DescribeMeshInput, DescribeMeshOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DescribeMeshCommandInput extends DescribeMeshInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeMeshCommandOutput extends DescribeMeshOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { DescribeRouteInput, DescribeRouteOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DescribeRouteCommandInput extends DescribeRouteInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeRouteCommandOutput extends DescribeRouteOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { DescribeVirtualGatewayInput, DescribeVirtualGatewayOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DescribeVirtualGatewayCommandInput extends DescribeVirtualGatewayInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeVirtualGatewayCommandOutput extends DescribeVirtualGatewayOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { DescribeVirtualNodeInput, DescribeVirtualNodeOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DescribeVirtualNodeCommandInput extends DescribeVirtualNodeInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeVirtualNodeCommandOutput extends DescribeVirtualNodeOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { DescribeVirtualRouterInput, DescribeVirtualRouterOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DescribeVirtualRouterCommandInput extends DescribeVirtualRouterInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeVirtualRouterCommandOutput extends DescribeVirtualRouterOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { DescribeVirtualServiceInput, DescribeVirtualServiceOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DescribeVirtualServiceCommandInput extends DescribeVirtualServiceInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeVirtualServiceCommandOutput extends DescribeVirtualServiceOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { ListGatewayRoutesInput, ListGatewayRoutesOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListGatewayRoutesCommandInput extends ListGatewayRoutesInput {
|
|
6
6
|
}
|
|
7
7
|
export interface ListGatewayRoutesCommandOutput extends ListGatewayRoutesOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { ListMeshesInput, ListMeshesOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListMeshesCommandInput extends ListMeshesInput {
|
|
6
6
|
}
|
|
7
7
|
export interface ListMeshesCommandOutput extends ListMeshesOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { ListRoutesInput, ListRoutesOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListRoutesCommandInput extends ListRoutesInput {
|
|
6
6
|
}
|
|
7
7
|
export interface ListRoutesCommandOutput extends ListRoutesOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput {
|
|
6
6
|
}
|
|
7
7
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { ListVirtualGatewaysInput, ListVirtualGatewaysOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListVirtualGatewaysCommandInput extends ListVirtualGatewaysInput {
|
|
6
6
|
}
|
|
7
7
|
export interface ListVirtualGatewaysCommandOutput extends ListVirtualGatewaysOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { ListVirtualNodesInput, ListVirtualNodesOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListVirtualNodesCommandInput extends ListVirtualNodesInput {
|
|
6
6
|
}
|
|
7
7
|
export interface ListVirtualNodesCommandOutput extends ListVirtualNodesOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { ListVirtualRoutersInput, ListVirtualRoutersOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListVirtualRoutersCommandInput extends ListVirtualRoutersInput {
|
|
6
6
|
}
|
|
7
7
|
export interface ListVirtualRoutersCommandOutput extends ListVirtualRoutersOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { ListVirtualServicesInput, ListVirtualServicesOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListVirtualServicesCommandInput extends ListVirtualServicesInput {
|
|
6
6
|
}
|
|
7
7
|
export interface ListVirtualServicesCommandOutput extends ListVirtualServicesOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface TagResourceCommandInput extends TagResourceInput {
|
|
6
6
|
}
|
|
7
7
|
export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface UntagResourceCommandInput extends UntagResourceInput {
|
|
6
6
|
}
|
|
7
7
|
export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { UpdateGatewayRouteInput, UpdateGatewayRouteOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface UpdateGatewayRouteCommandInput extends UpdateGatewayRouteInput {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateGatewayRouteCommandOutput extends UpdateGatewayRouteOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { UpdateMeshInput, UpdateMeshOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface UpdateMeshCommandInput extends UpdateMeshInput {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateMeshCommandOutput extends UpdateMeshOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { UpdateRouteInput, UpdateRouteOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface UpdateRouteCommandInput extends UpdateRouteInput {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateRouteCommandOutput extends UpdateRouteOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { UpdateVirtualGatewayInput, UpdateVirtualGatewayOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface UpdateVirtualGatewayCommandInput extends UpdateVirtualGatewayInput {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateVirtualGatewayCommandOutput extends UpdateVirtualGatewayOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { UpdateVirtualNodeInput, UpdateVirtualNodeOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface UpdateVirtualNodeCommandInput extends UpdateVirtualNodeInput {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateVirtualNodeCommandOutput extends UpdateVirtualNodeOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { UpdateVirtualRouterInput, UpdateVirtualRouterOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface UpdateVirtualRouterCommandInput extends UpdateVirtualRouterInput {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateVirtualRouterCommandOutput extends UpdateVirtualRouterOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
2
4
|
import { UpdateVirtualServiceInput, UpdateVirtualServiceOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface UpdateVirtualServiceCommandInput extends UpdateVirtualServiceInput {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateVirtualServiceCommandOutput extends UpdateVirtualServiceOutput, __MetadataBearer {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
1
2
|
import { AppMesh } from "../AppMesh";
|
|
2
3
|
import { AppMeshClient } from "../AppMeshClient";
|
|
3
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
4
4
|
export interface AppMeshPaginationConfiguration extends PaginationConfiguration {
|
|
5
5
|
client: AppMesh | AppMeshClient;
|
|
6
6
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { ListGatewayRoutesCommandInput, ListGatewayRoutesCommandOutput } from "../commands/ListGatewayRoutesCommand";
|
|
2
3
|
import { AppMeshPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateListGatewayRoutes(config: AppMeshPaginationConfiguration, input: ListGatewayRoutesCommandInput, ...additionalArguments: any): Paginator<ListGatewayRoutesCommandOutput>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { ListMeshesCommandInput, ListMeshesCommandOutput } from "../commands/ListMeshesCommand";
|
|
2
3
|
import { AppMeshPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateListMeshes(config: AppMeshPaginationConfiguration, input: ListMeshesCommandInput, ...additionalArguments: any): Paginator<ListMeshesCommandOutput>;
|