@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,9 +1,6 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
export var FileAccessLog;
|
|
3
3
|
(function (FileAccessLog) {
|
|
4
|
-
/**
|
|
5
|
-
* @internal
|
|
6
|
-
*/
|
|
7
4
|
FileAccessLog.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
8
5
|
})(FileAccessLog || (FileAccessLog = {}));
|
|
9
6
|
export var AccessLog;
|
|
@@ -13,9 +10,6 @@ export var AccessLog;
|
|
|
13
10
|
return visitor.file(value.file);
|
|
14
11
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
15
12
|
};
|
|
16
|
-
/**
|
|
17
|
-
* @internal
|
|
18
|
-
*/
|
|
19
13
|
AccessLog.filterSensitiveLog = function (obj) {
|
|
20
14
|
var _a;
|
|
21
15
|
if (obj.file !== undefined)
|
|
@@ -26,72 +20,42 @@ export var AccessLog;
|
|
|
26
20
|
})(AccessLog || (AccessLog = {}));
|
|
27
21
|
export var BadRequestException;
|
|
28
22
|
(function (BadRequestException) {
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
23
|
BadRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
33
24
|
})(BadRequestException || (BadRequestException = {}));
|
|
34
25
|
export var ForbiddenException;
|
|
35
26
|
(function (ForbiddenException) {
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
27
|
ForbiddenException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
40
28
|
})(ForbiddenException || (ForbiddenException = {}));
|
|
41
29
|
export var InternalServerErrorException;
|
|
42
30
|
(function (InternalServerErrorException) {
|
|
43
|
-
/**
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
31
|
InternalServerErrorException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
47
32
|
})(InternalServerErrorException || (InternalServerErrorException = {}));
|
|
48
33
|
export var ListTagsForResourceInput;
|
|
49
34
|
(function (ListTagsForResourceInput) {
|
|
50
|
-
/**
|
|
51
|
-
* @internal
|
|
52
|
-
*/
|
|
53
35
|
ListTagsForResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
54
36
|
})(ListTagsForResourceInput || (ListTagsForResourceInput = {}));
|
|
55
37
|
export var TagRef;
|
|
56
38
|
(function (TagRef) {
|
|
57
|
-
/**
|
|
58
|
-
* @internal
|
|
59
|
-
*/
|
|
60
39
|
TagRef.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
61
40
|
})(TagRef || (TagRef = {}));
|
|
62
41
|
export var ListTagsForResourceOutput;
|
|
63
42
|
(function (ListTagsForResourceOutput) {
|
|
64
|
-
/**
|
|
65
|
-
* @internal
|
|
66
|
-
*/
|
|
67
43
|
ListTagsForResourceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
68
44
|
})(ListTagsForResourceOutput || (ListTagsForResourceOutput = {}));
|
|
69
45
|
export var NotFoundException;
|
|
70
46
|
(function (NotFoundException) {
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
47
|
NotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
75
48
|
})(NotFoundException || (NotFoundException = {}));
|
|
76
49
|
export var ServiceUnavailableException;
|
|
77
50
|
(function (ServiceUnavailableException) {
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
51
|
ServiceUnavailableException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
82
52
|
})(ServiceUnavailableException || (ServiceUnavailableException = {}));
|
|
83
53
|
export var TooManyRequestsException;
|
|
84
54
|
(function (TooManyRequestsException) {
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
55
|
TooManyRequestsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
89
56
|
})(TooManyRequestsException || (TooManyRequestsException = {}));
|
|
90
57
|
export var ConflictException;
|
|
91
58
|
(function (ConflictException) {
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
59
|
ConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
96
60
|
})(ConflictException || (ConflictException = {}));
|
|
97
61
|
export var EgressFilterType;
|
|
@@ -101,30 +65,18 @@ export var EgressFilterType;
|
|
|
101
65
|
})(EgressFilterType || (EgressFilterType = {}));
|
|
102
66
|
export var EgressFilter;
|
|
103
67
|
(function (EgressFilter) {
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
68
|
EgressFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
108
69
|
})(EgressFilter || (EgressFilter = {}));
|
|
109
70
|
export var MeshSpec;
|
|
110
71
|
(function (MeshSpec) {
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
72
|
MeshSpec.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
115
73
|
})(MeshSpec || (MeshSpec = {}));
|
|
116
74
|
export var CreateMeshInput;
|
|
117
75
|
(function (CreateMeshInput) {
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
76
|
CreateMeshInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
122
77
|
})(CreateMeshInput || (CreateMeshInput = {}));
|
|
123
78
|
export var ResourceMetadata;
|
|
124
79
|
(function (ResourceMetadata) {
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
80
|
ResourceMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
129
81
|
})(ResourceMetadata || (ResourceMetadata = {}));
|
|
130
82
|
export var MeshStatusCode;
|
|
@@ -135,114 +87,66 @@ export var MeshStatusCode;
|
|
|
135
87
|
})(MeshStatusCode || (MeshStatusCode = {}));
|
|
136
88
|
export var MeshStatus;
|
|
137
89
|
(function (MeshStatus) {
|
|
138
|
-
/**
|
|
139
|
-
* @internal
|
|
140
|
-
*/
|
|
141
90
|
MeshStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
142
91
|
})(MeshStatus || (MeshStatus = {}));
|
|
143
92
|
export var MeshData;
|
|
144
93
|
(function (MeshData) {
|
|
145
|
-
/**
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
94
|
MeshData.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
149
95
|
})(MeshData || (MeshData = {}));
|
|
150
96
|
export var CreateMeshOutput;
|
|
151
97
|
(function (CreateMeshOutput) {
|
|
152
|
-
/**
|
|
153
|
-
* @internal
|
|
154
|
-
*/
|
|
155
98
|
CreateMeshOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
99
|
})(CreateMeshOutput || (CreateMeshOutput = {}));
|
|
157
100
|
export var LimitExceededException;
|
|
158
101
|
(function (LimitExceededException) {
|
|
159
|
-
/**
|
|
160
|
-
* @internal
|
|
161
|
-
*/
|
|
162
102
|
LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
103
|
})(LimitExceededException || (LimitExceededException = {}));
|
|
164
104
|
export var DeleteMeshInput;
|
|
165
105
|
(function (DeleteMeshInput) {
|
|
166
|
-
/**
|
|
167
|
-
* @internal
|
|
168
|
-
*/
|
|
169
106
|
DeleteMeshInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
170
107
|
})(DeleteMeshInput || (DeleteMeshInput = {}));
|
|
171
108
|
export var DeleteMeshOutput;
|
|
172
109
|
(function (DeleteMeshOutput) {
|
|
173
|
-
/**
|
|
174
|
-
* @internal
|
|
175
|
-
*/
|
|
176
110
|
DeleteMeshOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
177
111
|
})(DeleteMeshOutput || (DeleteMeshOutput = {}));
|
|
178
112
|
export var ResourceInUseException;
|
|
179
113
|
(function (ResourceInUseException) {
|
|
180
|
-
/**
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
183
114
|
ResourceInUseException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
184
115
|
})(ResourceInUseException || (ResourceInUseException = {}));
|
|
185
116
|
export var DescribeMeshInput;
|
|
186
117
|
(function (DescribeMeshInput) {
|
|
187
|
-
/**
|
|
188
|
-
* @internal
|
|
189
|
-
*/
|
|
190
118
|
DescribeMeshInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
191
119
|
})(DescribeMeshInput || (DescribeMeshInput = {}));
|
|
192
120
|
export var DescribeMeshOutput;
|
|
193
121
|
(function (DescribeMeshOutput) {
|
|
194
|
-
/**
|
|
195
|
-
* @internal
|
|
196
|
-
*/
|
|
197
122
|
DescribeMeshOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
123
|
})(DescribeMeshOutput || (DescribeMeshOutput = {}));
|
|
199
124
|
export var ListMeshesInput;
|
|
200
125
|
(function (ListMeshesInput) {
|
|
201
|
-
/**
|
|
202
|
-
* @internal
|
|
203
|
-
*/
|
|
204
126
|
ListMeshesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
205
127
|
})(ListMeshesInput || (ListMeshesInput = {}));
|
|
206
128
|
export var MeshRef;
|
|
207
129
|
(function (MeshRef) {
|
|
208
|
-
/**
|
|
209
|
-
* @internal
|
|
210
|
-
*/
|
|
211
130
|
MeshRef.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
212
131
|
})(MeshRef || (MeshRef = {}));
|
|
213
132
|
export var ListMeshesOutput;
|
|
214
133
|
(function (ListMeshesOutput) {
|
|
215
|
-
/**
|
|
216
|
-
* @internal
|
|
217
|
-
*/
|
|
218
134
|
ListMeshesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
135
|
})(ListMeshesOutput || (ListMeshesOutput = {}));
|
|
220
136
|
export var UpdateMeshInput;
|
|
221
137
|
(function (UpdateMeshInput) {
|
|
222
|
-
/**
|
|
223
|
-
* @internal
|
|
224
|
-
*/
|
|
225
138
|
UpdateMeshInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
139
|
})(UpdateMeshInput || (UpdateMeshInput = {}));
|
|
227
140
|
export var UpdateMeshOutput;
|
|
228
141
|
(function (UpdateMeshOutput) {
|
|
229
|
-
/**
|
|
230
|
-
* @internal
|
|
231
|
-
*/
|
|
232
142
|
UpdateMeshOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
233
143
|
})(UpdateMeshOutput || (UpdateMeshOutput = {}));
|
|
234
144
|
export var VirtualGatewayListenerTlsFileCertificate;
|
|
235
145
|
(function (VirtualGatewayListenerTlsFileCertificate) {
|
|
236
|
-
/**
|
|
237
|
-
* @internal
|
|
238
|
-
*/
|
|
239
146
|
VirtualGatewayListenerTlsFileCertificate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
240
147
|
})(VirtualGatewayListenerTlsFileCertificate || (VirtualGatewayListenerTlsFileCertificate = {}));
|
|
241
148
|
export var VirtualGatewayListenerTlsSdsCertificate;
|
|
242
149
|
(function (VirtualGatewayListenerTlsSdsCertificate) {
|
|
243
|
-
/**
|
|
244
|
-
* @internal
|
|
245
|
-
*/
|
|
246
150
|
VirtualGatewayListenerTlsSdsCertificate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
151
|
})(VirtualGatewayListenerTlsSdsCertificate || (VirtualGatewayListenerTlsSdsCertificate = {}));
|
|
248
152
|
export var VirtualGatewayClientTlsCertificate;
|
|
@@ -254,9 +158,6 @@ export var VirtualGatewayClientTlsCertificate;
|
|
|
254
158
|
return visitor.sds(value.sds);
|
|
255
159
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
256
160
|
};
|
|
257
|
-
/**
|
|
258
|
-
* @internal
|
|
259
|
-
*/
|
|
260
161
|
VirtualGatewayClientTlsCertificate.filterSensitiveLog = function (obj) {
|
|
261
162
|
var _a;
|
|
262
163
|
if (obj.file !== undefined)
|
|
@@ -269,37 +170,22 @@ export var VirtualGatewayClientTlsCertificate;
|
|
|
269
170
|
})(VirtualGatewayClientTlsCertificate || (VirtualGatewayClientTlsCertificate = {}));
|
|
270
171
|
export var SubjectAlternativeNameMatchers;
|
|
271
172
|
(function (SubjectAlternativeNameMatchers) {
|
|
272
|
-
/**
|
|
273
|
-
* @internal
|
|
274
|
-
*/
|
|
275
173
|
SubjectAlternativeNameMatchers.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
174
|
})(SubjectAlternativeNameMatchers || (SubjectAlternativeNameMatchers = {}));
|
|
277
175
|
export var SubjectAlternativeNames;
|
|
278
176
|
(function (SubjectAlternativeNames) {
|
|
279
|
-
/**
|
|
280
|
-
* @internal
|
|
281
|
-
*/
|
|
282
177
|
SubjectAlternativeNames.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
178
|
})(SubjectAlternativeNames || (SubjectAlternativeNames = {}));
|
|
284
179
|
export var VirtualGatewayTlsValidationContextAcmTrust;
|
|
285
180
|
(function (VirtualGatewayTlsValidationContextAcmTrust) {
|
|
286
|
-
/**
|
|
287
|
-
* @internal
|
|
288
|
-
*/
|
|
289
181
|
VirtualGatewayTlsValidationContextAcmTrust.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
182
|
})(VirtualGatewayTlsValidationContextAcmTrust || (VirtualGatewayTlsValidationContextAcmTrust = {}));
|
|
291
183
|
export var VirtualGatewayTlsValidationContextFileTrust;
|
|
292
184
|
(function (VirtualGatewayTlsValidationContextFileTrust) {
|
|
293
|
-
/**
|
|
294
|
-
* @internal
|
|
295
|
-
*/
|
|
296
185
|
VirtualGatewayTlsValidationContextFileTrust.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
297
186
|
})(VirtualGatewayTlsValidationContextFileTrust || (VirtualGatewayTlsValidationContextFileTrust = {}));
|
|
298
187
|
export var VirtualGatewayTlsValidationContextSdsTrust;
|
|
299
188
|
(function (VirtualGatewayTlsValidationContextSdsTrust) {
|
|
300
|
-
/**
|
|
301
|
-
* @internal
|
|
302
|
-
*/
|
|
303
189
|
VirtualGatewayTlsValidationContextSdsTrust.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
190
|
})(VirtualGatewayTlsValidationContextSdsTrust || (VirtualGatewayTlsValidationContextSdsTrust = {}));
|
|
305
191
|
export var VirtualGatewayTlsValidationContextTrust;
|
|
@@ -313,9 +199,6 @@ export var VirtualGatewayTlsValidationContextTrust;
|
|
|
313
199
|
return visitor.sds(value.sds);
|
|
314
200
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
315
201
|
};
|
|
316
|
-
/**
|
|
317
|
-
* @internal
|
|
318
|
-
*/
|
|
319
202
|
VirtualGatewayTlsValidationContextTrust.filterSensitiveLog = function (obj) {
|
|
320
203
|
var _a;
|
|
321
204
|
if (obj.acm !== undefined)
|
|
@@ -330,51 +213,30 @@ export var VirtualGatewayTlsValidationContextTrust;
|
|
|
330
213
|
})(VirtualGatewayTlsValidationContextTrust || (VirtualGatewayTlsValidationContextTrust = {}));
|
|
331
214
|
export var VirtualGatewayTlsValidationContext;
|
|
332
215
|
(function (VirtualGatewayTlsValidationContext) {
|
|
333
|
-
/**
|
|
334
|
-
* @internal
|
|
335
|
-
*/
|
|
336
216
|
VirtualGatewayTlsValidationContext.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.trust && { trust: VirtualGatewayTlsValidationContextTrust.filterSensitiveLog(obj.trust) }))); };
|
|
337
217
|
})(VirtualGatewayTlsValidationContext || (VirtualGatewayTlsValidationContext = {}));
|
|
338
218
|
export var VirtualGatewayClientPolicyTls;
|
|
339
219
|
(function (VirtualGatewayClientPolicyTls) {
|
|
340
|
-
/**
|
|
341
|
-
* @internal
|
|
342
|
-
*/
|
|
343
220
|
VirtualGatewayClientPolicyTls.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.certificate && { certificate: VirtualGatewayClientTlsCertificate.filterSensitiveLog(obj.certificate) })), (obj.validation && { validation: VirtualGatewayTlsValidationContext.filterSensitiveLog(obj.validation) }))); };
|
|
344
221
|
})(VirtualGatewayClientPolicyTls || (VirtualGatewayClientPolicyTls = {}));
|
|
345
222
|
export var VirtualGatewayClientPolicy;
|
|
346
223
|
(function (VirtualGatewayClientPolicy) {
|
|
347
|
-
/**
|
|
348
|
-
* @internal
|
|
349
|
-
*/
|
|
350
224
|
VirtualGatewayClientPolicy.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.tls && { tls: VirtualGatewayClientPolicyTls.filterSensitiveLog(obj.tls) }))); };
|
|
351
225
|
})(VirtualGatewayClientPolicy || (VirtualGatewayClientPolicy = {}));
|
|
352
226
|
export var VirtualGatewayBackendDefaults;
|
|
353
227
|
(function (VirtualGatewayBackendDefaults) {
|
|
354
|
-
/**
|
|
355
|
-
* @internal
|
|
356
|
-
*/
|
|
357
228
|
VirtualGatewayBackendDefaults.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.clientPolicy && { clientPolicy: VirtualGatewayClientPolicy.filterSensitiveLog(obj.clientPolicy) }))); };
|
|
358
229
|
})(VirtualGatewayBackendDefaults || (VirtualGatewayBackendDefaults = {}));
|
|
359
230
|
export var VirtualGatewayGrpcConnectionPool;
|
|
360
231
|
(function (VirtualGatewayGrpcConnectionPool) {
|
|
361
|
-
/**
|
|
362
|
-
* @internal
|
|
363
|
-
*/
|
|
364
232
|
VirtualGatewayGrpcConnectionPool.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
365
233
|
})(VirtualGatewayGrpcConnectionPool || (VirtualGatewayGrpcConnectionPool = {}));
|
|
366
234
|
export var VirtualGatewayHttpConnectionPool;
|
|
367
235
|
(function (VirtualGatewayHttpConnectionPool) {
|
|
368
|
-
/**
|
|
369
|
-
* @internal
|
|
370
|
-
*/
|
|
371
236
|
VirtualGatewayHttpConnectionPool.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
372
237
|
})(VirtualGatewayHttpConnectionPool || (VirtualGatewayHttpConnectionPool = {}));
|
|
373
238
|
export var VirtualGatewayHttp2ConnectionPool;
|
|
374
239
|
(function (VirtualGatewayHttp2ConnectionPool) {
|
|
375
|
-
/**
|
|
376
|
-
* @internal
|
|
377
|
-
*/
|
|
378
240
|
VirtualGatewayHttp2ConnectionPool.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
379
241
|
})(VirtualGatewayHttp2ConnectionPool || (VirtualGatewayHttp2ConnectionPool = {}));
|
|
380
242
|
export var VirtualGatewayConnectionPool;
|
|
@@ -388,9 +250,6 @@ export var VirtualGatewayConnectionPool;
|
|
|
388
250
|
return visitor.grpc(value.grpc);
|
|
389
251
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
390
252
|
};
|
|
391
|
-
/**
|
|
392
|
-
* @internal
|
|
393
|
-
*/
|
|
394
253
|
VirtualGatewayConnectionPool.filterSensitiveLog = function (obj) {
|
|
395
254
|
var _a;
|
|
396
255
|
if (obj.http !== undefined)
|
|
@@ -411,23 +270,14 @@ export var VirtualGatewayPortProtocol;
|
|
|
411
270
|
})(VirtualGatewayPortProtocol || (VirtualGatewayPortProtocol = {}));
|
|
412
271
|
export var VirtualGatewayHealthCheckPolicy;
|
|
413
272
|
(function (VirtualGatewayHealthCheckPolicy) {
|
|
414
|
-
/**
|
|
415
|
-
* @internal
|
|
416
|
-
*/
|
|
417
273
|
VirtualGatewayHealthCheckPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
418
274
|
})(VirtualGatewayHealthCheckPolicy || (VirtualGatewayHealthCheckPolicy = {}));
|
|
419
275
|
export var VirtualGatewayPortMapping;
|
|
420
276
|
(function (VirtualGatewayPortMapping) {
|
|
421
|
-
/**
|
|
422
|
-
* @internal
|
|
423
|
-
*/
|
|
424
277
|
VirtualGatewayPortMapping.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
425
278
|
})(VirtualGatewayPortMapping || (VirtualGatewayPortMapping = {}));
|
|
426
279
|
export var VirtualGatewayListenerTlsAcmCertificate;
|
|
427
280
|
(function (VirtualGatewayListenerTlsAcmCertificate) {
|
|
428
|
-
/**
|
|
429
|
-
* @internal
|
|
430
|
-
*/
|
|
431
281
|
VirtualGatewayListenerTlsAcmCertificate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
432
282
|
})(VirtualGatewayListenerTlsAcmCertificate || (VirtualGatewayListenerTlsAcmCertificate = {}));
|
|
433
283
|
export var VirtualGatewayListenerTlsCertificate;
|
|
@@ -441,9 +291,6 @@ export var VirtualGatewayListenerTlsCertificate;
|
|
|
441
291
|
return visitor.sds(value.sds);
|
|
442
292
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
443
293
|
};
|
|
444
|
-
/**
|
|
445
|
-
* @internal
|
|
446
|
-
*/
|
|
447
294
|
VirtualGatewayListenerTlsCertificate.filterSensitiveLog = function (obj) {
|
|
448
295
|
var _a;
|
|
449
296
|
if (obj.acm !== undefined)
|
|
@@ -471,9 +318,6 @@ export var VirtualGatewayListenerTlsValidationContextTrust;
|
|
|
471
318
|
return visitor.sds(value.sds);
|
|
472
319
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
473
320
|
};
|
|
474
|
-
/**
|
|
475
|
-
* @internal
|
|
476
|
-
*/
|
|
477
321
|
VirtualGatewayListenerTlsValidationContextTrust.filterSensitiveLog = function (obj) {
|
|
478
322
|
var _a;
|
|
479
323
|
if (obj.file !== undefined)
|
|
@@ -486,32 +330,20 @@ export var VirtualGatewayListenerTlsValidationContextTrust;
|
|
|
486
330
|
})(VirtualGatewayListenerTlsValidationContextTrust || (VirtualGatewayListenerTlsValidationContextTrust = {}));
|
|
487
331
|
export var VirtualGatewayListenerTlsValidationContext;
|
|
488
332
|
(function (VirtualGatewayListenerTlsValidationContext) {
|
|
489
|
-
/**
|
|
490
|
-
* @internal
|
|
491
|
-
*/
|
|
492
333
|
VirtualGatewayListenerTlsValidationContext.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.trust && { trust: VirtualGatewayListenerTlsValidationContextTrust.filterSensitiveLog(obj.trust) }))); };
|
|
493
334
|
})(VirtualGatewayListenerTlsValidationContext || (VirtualGatewayListenerTlsValidationContext = {}));
|
|
494
335
|
export var VirtualGatewayListenerTls;
|
|
495
336
|
(function (VirtualGatewayListenerTls) {
|
|
496
|
-
/**
|
|
497
|
-
* @internal
|
|
498
|
-
*/
|
|
499
337
|
VirtualGatewayListenerTls.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.validation && {
|
|
500
338
|
validation: VirtualGatewayListenerTlsValidationContext.filterSensitiveLog(obj.validation),
|
|
501
339
|
})), (obj.certificate && { certificate: VirtualGatewayListenerTlsCertificate.filterSensitiveLog(obj.certificate) }))); };
|
|
502
340
|
})(VirtualGatewayListenerTls || (VirtualGatewayListenerTls = {}));
|
|
503
341
|
export var VirtualGatewayListener;
|
|
504
342
|
(function (VirtualGatewayListener) {
|
|
505
|
-
/**
|
|
506
|
-
* @internal
|
|
507
|
-
*/
|
|
508
343
|
VirtualGatewayListener.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.tls && { tls: VirtualGatewayListenerTls.filterSensitiveLog(obj.tls) })), (obj.connectionPool && { connectionPool: VirtualGatewayConnectionPool.filterSensitiveLog(obj.connectionPool) }))); };
|
|
509
344
|
})(VirtualGatewayListener || (VirtualGatewayListener = {}));
|
|
510
345
|
export var VirtualGatewayFileAccessLog;
|
|
511
346
|
(function (VirtualGatewayFileAccessLog) {
|
|
512
|
-
/**
|
|
513
|
-
* @internal
|
|
514
|
-
*/
|
|
515
347
|
VirtualGatewayFileAccessLog.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
516
348
|
})(VirtualGatewayFileAccessLog || (VirtualGatewayFileAccessLog = {}));
|
|
517
349
|
export var VirtualGatewayAccessLog;
|
|
@@ -521,9 +353,6 @@ export var VirtualGatewayAccessLog;
|
|
|
521
353
|
return visitor.file(value.file);
|
|
522
354
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
523
355
|
};
|
|
524
|
-
/**
|
|
525
|
-
* @internal
|
|
526
|
-
*/
|
|
527
356
|
VirtualGatewayAccessLog.filterSensitiveLog = function (obj) {
|
|
528
357
|
var _a;
|
|
529
358
|
if (obj.file !== undefined)
|
|
@@ -534,25 +363,16 @@ export var VirtualGatewayAccessLog;
|
|
|
534
363
|
})(VirtualGatewayAccessLog || (VirtualGatewayAccessLog = {}));
|
|
535
364
|
export var VirtualGatewayLogging;
|
|
536
365
|
(function (VirtualGatewayLogging) {
|
|
537
|
-
/**
|
|
538
|
-
* @internal
|
|
539
|
-
*/
|
|
540
366
|
VirtualGatewayLogging.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.accessLog && { accessLog: VirtualGatewayAccessLog.filterSensitiveLog(obj.accessLog) }))); };
|
|
541
367
|
})(VirtualGatewayLogging || (VirtualGatewayLogging = {}));
|
|
542
368
|
export var VirtualGatewaySpec;
|
|
543
369
|
(function (VirtualGatewaySpec) {
|
|
544
|
-
/**
|
|
545
|
-
* @internal
|
|
546
|
-
*/
|
|
547
370
|
VirtualGatewaySpec.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.backendDefaults && {
|
|
548
371
|
backendDefaults: VirtualGatewayBackendDefaults.filterSensitiveLog(obj.backendDefaults),
|
|
549
372
|
})), (obj.listeners && { listeners: obj.listeners.map(function (item) { return VirtualGatewayListener.filterSensitiveLog(item); }) })), (obj.logging && { logging: VirtualGatewayLogging.filterSensitiveLog(obj.logging) }))); };
|
|
550
373
|
})(VirtualGatewaySpec || (VirtualGatewaySpec = {}));
|
|
551
374
|
export var CreateVirtualGatewayInput;
|
|
552
375
|
(function (CreateVirtualGatewayInput) {
|
|
553
|
-
/**
|
|
554
|
-
* @internal
|
|
555
|
-
*/
|
|
556
376
|
CreateVirtualGatewayInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.spec && { spec: VirtualGatewaySpec.filterSensitiveLog(obj.spec) }))); };
|
|
557
377
|
})(CreateVirtualGatewayInput || (CreateVirtualGatewayInput = {}));
|
|
558
378
|
export var VirtualGatewayStatusCode;
|
|
@@ -563,51 +383,30 @@ export var VirtualGatewayStatusCode;
|
|
|
563
383
|
})(VirtualGatewayStatusCode || (VirtualGatewayStatusCode = {}));
|
|
564
384
|
export var VirtualGatewayStatus;
|
|
565
385
|
(function (VirtualGatewayStatus) {
|
|
566
|
-
/**
|
|
567
|
-
* @internal
|
|
568
|
-
*/
|
|
569
386
|
VirtualGatewayStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
570
387
|
})(VirtualGatewayStatus || (VirtualGatewayStatus = {}));
|
|
571
388
|
export var VirtualGatewayData;
|
|
572
389
|
(function (VirtualGatewayData) {
|
|
573
|
-
/**
|
|
574
|
-
* @internal
|
|
575
|
-
*/
|
|
576
390
|
VirtualGatewayData.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.spec && { spec: VirtualGatewaySpec.filterSensitiveLog(obj.spec) }))); };
|
|
577
391
|
})(VirtualGatewayData || (VirtualGatewayData = {}));
|
|
578
392
|
export var CreateVirtualGatewayOutput;
|
|
579
393
|
(function (CreateVirtualGatewayOutput) {
|
|
580
|
-
/**
|
|
581
|
-
* @internal
|
|
582
|
-
*/
|
|
583
394
|
CreateVirtualGatewayOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.virtualGateway && { virtualGateway: VirtualGatewayData.filterSensitiveLog(obj.virtualGateway) }))); };
|
|
584
395
|
})(CreateVirtualGatewayOutput || (CreateVirtualGatewayOutput = {}));
|
|
585
396
|
export var DeleteVirtualGatewayInput;
|
|
586
397
|
(function (DeleteVirtualGatewayInput) {
|
|
587
|
-
/**
|
|
588
|
-
* @internal
|
|
589
|
-
*/
|
|
590
398
|
DeleteVirtualGatewayInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
591
399
|
})(DeleteVirtualGatewayInput || (DeleteVirtualGatewayInput = {}));
|
|
592
400
|
export var DeleteVirtualGatewayOutput;
|
|
593
401
|
(function (DeleteVirtualGatewayOutput) {
|
|
594
|
-
/**
|
|
595
|
-
* @internal
|
|
596
|
-
*/
|
|
597
402
|
DeleteVirtualGatewayOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.virtualGateway && { virtualGateway: VirtualGatewayData.filterSensitiveLog(obj.virtualGateway) }))); };
|
|
598
403
|
})(DeleteVirtualGatewayOutput || (DeleteVirtualGatewayOutput = {}));
|
|
599
404
|
export var DescribeVirtualGatewayInput;
|
|
600
405
|
(function (DescribeVirtualGatewayInput) {
|
|
601
|
-
/**
|
|
602
|
-
* @internal
|
|
603
|
-
*/
|
|
604
406
|
DescribeVirtualGatewayInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
605
407
|
})(DescribeVirtualGatewayInput || (DescribeVirtualGatewayInput = {}));
|
|
606
408
|
export var DescribeVirtualGatewayOutput;
|
|
607
409
|
(function (DescribeVirtualGatewayOutput) {
|
|
608
|
-
/**
|
|
609
|
-
* @internal
|
|
610
|
-
*/
|
|
611
410
|
DescribeVirtualGatewayOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.virtualGateway && { virtualGateway: VirtualGatewayData.filterSensitiveLog(obj.virtualGateway) }))); };
|
|
612
411
|
})(DescribeVirtualGatewayOutput || (DescribeVirtualGatewayOutput = {}));
|
|
613
412
|
export var DefaultGatewayRouteRewrite;
|
|
@@ -617,51 +416,30 @@ export var DefaultGatewayRouteRewrite;
|
|
|
617
416
|
})(DefaultGatewayRouteRewrite || (DefaultGatewayRouteRewrite = {}));
|
|
618
417
|
export var GatewayRouteHostnameRewrite;
|
|
619
418
|
(function (GatewayRouteHostnameRewrite) {
|
|
620
|
-
/**
|
|
621
|
-
* @internal
|
|
622
|
-
*/
|
|
623
419
|
GatewayRouteHostnameRewrite.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
624
420
|
})(GatewayRouteHostnameRewrite || (GatewayRouteHostnameRewrite = {}));
|
|
625
421
|
export var GrpcGatewayRouteRewrite;
|
|
626
422
|
(function (GrpcGatewayRouteRewrite) {
|
|
627
|
-
/**
|
|
628
|
-
* @internal
|
|
629
|
-
*/
|
|
630
423
|
GrpcGatewayRouteRewrite.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
631
424
|
})(GrpcGatewayRouteRewrite || (GrpcGatewayRouteRewrite = {}));
|
|
632
425
|
export var GatewayRouteVirtualService;
|
|
633
426
|
(function (GatewayRouteVirtualService) {
|
|
634
|
-
/**
|
|
635
|
-
* @internal
|
|
636
|
-
*/
|
|
637
427
|
GatewayRouteVirtualService.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
638
428
|
})(GatewayRouteVirtualService || (GatewayRouteVirtualService = {}));
|
|
639
429
|
export var GatewayRouteTarget;
|
|
640
430
|
(function (GatewayRouteTarget) {
|
|
641
|
-
/**
|
|
642
|
-
* @internal
|
|
643
|
-
*/
|
|
644
431
|
GatewayRouteTarget.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
645
432
|
})(GatewayRouteTarget || (GatewayRouteTarget = {}));
|
|
646
433
|
export var GrpcGatewayRouteAction;
|
|
647
434
|
(function (GrpcGatewayRouteAction) {
|
|
648
|
-
/**
|
|
649
|
-
* @internal
|
|
650
|
-
*/
|
|
651
435
|
GrpcGatewayRouteAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
652
436
|
})(GrpcGatewayRouteAction || (GrpcGatewayRouteAction = {}));
|
|
653
437
|
export var GatewayRouteHostnameMatch;
|
|
654
438
|
(function (GatewayRouteHostnameMatch) {
|
|
655
|
-
/**
|
|
656
|
-
* @internal
|
|
657
|
-
*/
|
|
658
439
|
GatewayRouteHostnameMatch.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
659
440
|
})(GatewayRouteHostnameMatch || (GatewayRouteHostnameMatch = {}));
|
|
660
441
|
export var MatchRange;
|
|
661
442
|
(function (MatchRange) {
|
|
662
|
-
/**
|
|
663
|
-
* @internal
|
|
664
|
-
*/
|
|
665
443
|
MatchRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
666
444
|
})(MatchRange || (MatchRange = {}));
|
|
667
445
|
export var GrpcMetadataMatchMethod;
|
|
@@ -679,9 +457,6 @@ export var GrpcMetadataMatchMethod;
|
|
|
679
457
|
return visitor.suffix(value.suffix);
|
|
680
458
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
681
459
|
};
|
|
682
|
-
/**
|
|
683
|
-
* @internal
|
|
684
|
-
*/
|
|
685
460
|
GrpcMetadataMatchMethod.filterSensitiveLog = function (obj) {
|
|
686
461
|
var _a;
|
|
687
462
|
if (obj.exact !== undefined)
|
|
@@ -700,51 +475,30 @@ export var GrpcMetadataMatchMethod;
|
|
|
700
475
|
})(GrpcMetadataMatchMethod || (GrpcMetadataMatchMethod = {}));
|
|
701
476
|
export var GrpcGatewayRouteMetadata;
|
|
702
477
|
(function (GrpcGatewayRouteMetadata) {
|
|
703
|
-
/**
|
|
704
|
-
* @internal
|
|
705
|
-
*/
|
|
706
478
|
GrpcGatewayRouteMetadata.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.match && { match: GrpcMetadataMatchMethod.filterSensitiveLog(obj.match) }))); };
|
|
707
479
|
})(GrpcGatewayRouteMetadata || (GrpcGatewayRouteMetadata = {}));
|
|
708
480
|
export var GrpcGatewayRouteMatch;
|
|
709
481
|
(function (GrpcGatewayRouteMatch) {
|
|
710
|
-
/**
|
|
711
|
-
* @internal
|
|
712
|
-
*/
|
|
713
482
|
GrpcGatewayRouteMatch.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.metadata && { metadata: obj.metadata.map(function (item) { return GrpcGatewayRouteMetadata.filterSensitiveLog(item); }) }))); };
|
|
714
483
|
})(GrpcGatewayRouteMatch || (GrpcGatewayRouteMatch = {}));
|
|
715
484
|
export var GrpcGatewayRoute;
|
|
716
485
|
(function (GrpcGatewayRoute) {
|
|
717
|
-
/**
|
|
718
|
-
* @internal
|
|
719
|
-
*/
|
|
720
486
|
GrpcGatewayRoute.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
721
487
|
})(GrpcGatewayRoute || (GrpcGatewayRoute = {}));
|
|
722
488
|
export var HttpGatewayRoutePathRewrite;
|
|
723
489
|
(function (HttpGatewayRoutePathRewrite) {
|
|
724
|
-
/**
|
|
725
|
-
* @internal
|
|
726
|
-
*/
|
|
727
490
|
HttpGatewayRoutePathRewrite.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
728
491
|
})(HttpGatewayRoutePathRewrite || (HttpGatewayRoutePathRewrite = {}));
|
|
729
492
|
export var HttpGatewayRoutePrefixRewrite;
|
|
730
493
|
(function (HttpGatewayRoutePrefixRewrite) {
|
|
731
|
-
/**
|
|
732
|
-
* @internal
|
|
733
|
-
*/
|
|
734
494
|
HttpGatewayRoutePrefixRewrite.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
735
495
|
})(HttpGatewayRoutePrefixRewrite || (HttpGatewayRoutePrefixRewrite = {}));
|
|
736
496
|
export var HttpGatewayRouteRewrite;
|
|
737
497
|
(function (HttpGatewayRouteRewrite) {
|
|
738
|
-
/**
|
|
739
|
-
* @internal
|
|
740
|
-
*/
|
|
741
498
|
HttpGatewayRouteRewrite.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
742
499
|
})(HttpGatewayRouteRewrite || (HttpGatewayRouteRewrite = {}));
|
|
743
500
|
export var HttpGatewayRouteAction;
|
|
744
501
|
(function (HttpGatewayRouteAction) {
|
|
745
|
-
/**
|
|
746
|
-
* @internal
|
|
747
|
-
*/
|
|
748
502
|
HttpGatewayRouteAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
749
503
|
})(HttpGatewayRouteAction || (HttpGatewayRouteAction = {}));
|
|
750
504
|
export var HeaderMatchMethod;
|
|
@@ -762,9 +516,6 @@ export var HeaderMatchMethod;
|
|
|
762
516
|
return visitor.suffix(value.suffix);
|
|
763
517
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
764
518
|
};
|
|
765
|
-
/**
|
|
766
|
-
* @internal
|
|
767
|
-
*/
|
|
768
519
|
HeaderMatchMethod.filterSensitiveLog = function (obj) {
|
|
769
520
|
var _a;
|
|
770
521
|
if (obj.exact !== undefined)
|
|
@@ -783,9 +534,6 @@ export var HeaderMatchMethod;
|
|
|
783
534
|
})(HeaderMatchMethod || (HeaderMatchMethod = {}));
|
|
784
535
|
export var HttpGatewayRouteHeader;
|
|
785
536
|
(function (HttpGatewayRouteHeader) {
|
|
786
|
-
/**
|
|
787
|
-
* @internal
|
|
788
|
-
*/
|
|
789
537
|
HttpGatewayRouteHeader.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.match && { match: HeaderMatchMethod.filterSensitiveLog(obj.match) }))); };
|
|
790
538
|
})(HttpGatewayRouteHeader || (HttpGatewayRouteHeader = {}));
|
|
791
539
|
export var HttpMethod;
|
|
@@ -802,51 +550,30 @@ export var HttpMethod;
|
|
|
802
550
|
})(HttpMethod || (HttpMethod = {}));
|
|
803
551
|
export var HttpPathMatch;
|
|
804
552
|
(function (HttpPathMatch) {
|
|
805
|
-
/**
|
|
806
|
-
* @internal
|
|
807
|
-
*/
|
|
808
553
|
HttpPathMatch.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
809
554
|
})(HttpPathMatch || (HttpPathMatch = {}));
|
|
810
555
|
export var QueryParameterMatch;
|
|
811
556
|
(function (QueryParameterMatch) {
|
|
812
|
-
/**
|
|
813
|
-
* @internal
|
|
814
|
-
*/
|
|
815
557
|
QueryParameterMatch.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
816
558
|
})(QueryParameterMatch || (QueryParameterMatch = {}));
|
|
817
559
|
export var HttpQueryParameter;
|
|
818
560
|
(function (HttpQueryParameter) {
|
|
819
|
-
/**
|
|
820
|
-
* @internal
|
|
821
|
-
*/
|
|
822
561
|
HttpQueryParameter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
823
562
|
})(HttpQueryParameter || (HttpQueryParameter = {}));
|
|
824
563
|
export var HttpGatewayRouteMatch;
|
|
825
564
|
(function (HttpGatewayRouteMatch) {
|
|
826
|
-
/**
|
|
827
|
-
* @internal
|
|
828
|
-
*/
|
|
829
565
|
HttpGatewayRouteMatch.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.headers && { headers: obj.headers.map(function (item) { return HttpGatewayRouteHeader.filterSensitiveLog(item); }) }))); };
|
|
830
566
|
})(HttpGatewayRouteMatch || (HttpGatewayRouteMatch = {}));
|
|
831
567
|
export var HttpGatewayRoute;
|
|
832
568
|
(function (HttpGatewayRoute) {
|
|
833
|
-
/**
|
|
834
|
-
* @internal
|
|
835
|
-
*/
|
|
836
569
|
HttpGatewayRoute.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
837
570
|
})(HttpGatewayRoute || (HttpGatewayRoute = {}));
|
|
838
571
|
export var GatewayRouteSpec;
|
|
839
572
|
(function (GatewayRouteSpec) {
|
|
840
|
-
/**
|
|
841
|
-
* @internal
|
|
842
|
-
*/
|
|
843
573
|
GatewayRouteSpec.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
844
574
|
})(GatewayRouteSpec || (GatewayRouteSpec = {}));
|
|
845
575
|
export var CreateGatewayRouteInput;
|
|
846
576
|
(function (CreateGatewayRouteInput) {
|
|
847
|
-
/**
|
|
848
|
-
* @internal
|
|
849
|
-
*/
|
|
850
577
|
CreateGatewayRouteInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
851
578
|
})(CreateGatewayRouteInput || (CreateGatewayRouteInput = {}));
|
|
852
579
|
export var GatewayRouteStatusCode;
|
|
@@ -857,135 +584,78 @@ export var GatewayRouteStatusCode;
|
|
|
857
584
|
})(GatewayRouteStatusCode || (GatewayRouteStatusCode = {}));
|
|
858
585
|
export var GatewayRouteStatus;
|
|
859
586
|
(function (GatewayRouteStatus) {
|
|
860
|
-
/**
|
|
861
|
-
* @internal
|
|
862
|
-
*/
|
|
863
587
|
GatewayRouteStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
864
588
|
})(GatewayRouteStatus || (GatewayRouteStatus = {}));
|
|
865
589
|
export var GatewayRouteData;
|
|
866
590
|
(function (GatewayRouteData) {
|
|
867
|
-
/**
|
|
868
|
-
* @internal
|
|
869
|
-
*/
|
|
870
591
|
GatewayRouteData.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
871
592
|
})(GatewayRouteData || (GatewayRouteData = {}));
|
|
872
593
|
export var CreateGatewayRouteOutput;
|
|
873
594
|
(function (CreateGatewayRouteOutput) {
|
|
874
|
-
/**
|
|
875
|
-
* @internal
|
|
876
|
-
*/
|
|
877
595
|
CreateGatewayRouteOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
878
596
|
})(CreateGatewayRouteOutput || (CreateGatewayRouteOutput = {}));
|
|
879
597
|
export var DeleteGatewayRouteInput;
|
|
880
598
|
(function (DeleteGatewayRouteInput) {
|
|
881
|
-
/**
|
|
882
|
-
* @internal
|
|
883
|
-
*/
|
|
884
599
|
DeleteGatewayRouteInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
885
600
|
})(DeleteGatewayRouteInput || (DeleteGatewayRouteInput = {}));
|
|
886
601
|
export var DeleteGatewayRouteOutput;
|
|
887
602
|
(function (DeleteGatewayRouteOutput) {
|
|
888
|
-
/**
|
|
889
|
-
* @internal
|
|
890
|
-
*/
|
|
891
603
|
DeleteGatewayRouteOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
892
604
|
})(DeleteGatewayRouteOutput || (DeleteGatewayRouteOutput = {}));
|
|
893
605
|
export var DescribeGatewayRouteInput;
|
|
894
606
|
(function (DescribeGatewayRouteInput) {
|
|
895
|
-
/**
|
|
896
|
-
* @internal
|
|
897
|
-
*/
|
|
898
607
|
DescribeGatewayRouteInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
899
608
|
})(DescribeGatewayRouteInput || (DescribeGatewayRouteInput = {}));
|
|
900
609
|
export var DescribeGatewayRouteOutput;
|
|
901
610
|
(function (DescribeGatewayRouteOutput) {
|
|
902
|
-
/**
|
|
903
|
-
* @internal
|
|
904
|
-
*/
|
|
905
611
|
DescribeGatewayRouteOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
906
612
|
})(DescribeGatewayRouteOutput || (DescribeGatewayRouteOutput = {}));
|
|
907
613
|
export var ListGatewayRoutesInput;
|
|
908
614
|
(function (ListGatewayRoutesInput) {
|
|
909
|
-
/**
|
|
910
|
-
* @internal
|
|
911
|
-
*/
|
|
912
615
|
ListGatewayRoutesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
913
616
|
})(ListGatewayRoutesInput || (ListGatewayRoutesInput = {}));
|
|
914
617
|
export var GatewayRouteRef;
|
|
915
618
|
(function (GatewayRouteRef) {
|
|
916
|
-
/**
|
|
917
|
-
* @internal
|
|
918
|
-
*/
|
|
919
619
|
GatewayRouteRef.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
920
620
|
})(GatewayRouteRef || (GatewayRouteRef = {}));
|
|
921
621
|
export var ListGatewayRoutesOutput;
|
|
922
622
|
(function (ListGatewayRoutesOutput) {
|
|
923
|
-
/**
|
|
924
|
-
* @internal
|
|
925
|
-
*/
|
|
926
623
|
ListGatewayRoutesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
927
624
|
})(ListGatewayRoutesOutput || (ListGatewayRoutesOutput = {}));
|
|
928
625
|
export var UpdateGatewayRouteInput;
|
|
929
626
|
(function (UpdateGatewayRouteInput) {
|
|
930
|
-
/**
|
|
931
|
-
* @internal
|
|
932
|
-
*/
|
|
933
627
|
UpdateGatewayRouteInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
934
628
|
})(UpdateGatewayRouteInput || (UpdateGatewayRouteInput = {}));
|
|
935
629
|
export var UpdateGatewayRouteOutput;
|
|
936
630
|
(function (UpdateGatewayRouteOutput) {
|
|
937
|
-
/**
|
|
938
|
-
* @internal
|
|
939
|
-
*/
|
|
940
631
|
UpdateGatewayRouteOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
941
632
|
})(UpdateGatewayRouteOutput || (UpdateGatewayRouteOutput = {}));
|
|
942
633
|
export var ListVirtualGatewaysInput;
|
|
943
634
|
(function (ListVirtualGatewaysInput) {
|
|
944
|
-
/**
|
|
945
|
-
* @internal
|
|
946
|
-
*/
|
|
947
635
|
ListVirtualGatewaysInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
948
636
|
})(ListVirtualGatewaysInput || (ListVirtualGatewaysInput = {}));
|
|
949
637
|
export var VirtualGatewayRef;
|
|
950
638
|
(function (VirtualGatewayRef) {
|
|
951
|
-
/**
|
|
952
|
-
* @internal
|
|
953
|
-
*/
|
|
954
639
|
VirtualGatewayRef.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
955
640
|
})(VirtualGatewayRef || (VirtualGatewayRef = {}));
|
|
956
641
|
export var ListVirtualGatewaysOutput;
|
|
957
642
|
(function (ListVirtualGatewaysOutput) {
|
|
958
|
-
/**
|
|
959
|
-
* @internal
|
|
960
|
-
*/
|
|
961
643
|
ListVirtualGatewaysOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
962
644
|
})(ListVirtualGatewaysOutput || (ListVirtualGatewaysOutput = {}));
|
|
963
645
|
export var UpdateVirtualGatewayInput;
|
|
964
646
|
(function (UpdateVirtualGatewayInput) {
|
|
965
|
-
/**
|
|
966
|
-
* @internal
|
|
967
|
-
*/
|
|
968
647
|
UpdateVirtualGatewayInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.spec && { spec: VirtualGatewaySpec.filterSensitiveLog(obj.spec) }))); };
|
|
969
648
|
})(UpdateVirtualGatewayInput || (UpdateVirtualGatewayInput = {}));
|
|
970
649
|
export var UpdateVirtualGatewayOutput;
|
|
971
650
|
(function (UpdateVirtualGatewayOutput) {
|
|
972
|
-
/**
|
|
973
|
-
* @internal
|
|
974
|
-
*/
|
|
975
651
|
UpdateVirtualGatewayOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.virtualGateway && { virtualGateway: VirtualGatewayData.filterSensitiveLog(obj.virtualGateway) }))); };
|
|
976
652
|
})(UpdateVirtualGatewayOutput || (UpdateVirtualGatewayOutput = {}));
|
|
977
653
|
export var ListenerTlsFileCertificate;
|
|
978
654
|
(function (ListenerTlsFileCertificate) {
|
|
979
|
-
/**
|
|
980
|
-
* @internal
|
|
981
|
-
*/
|
|
982
655
|
ListenerTlsFileCertificate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
983
656
|
})(ListenerTlsFileCertificate || (ListenerTlsFileCertificate = {}));
|
|
984
657
|
export var ListenerTlsSdsCertificate;
|
|
985
658
|
(function (ListenerTlsSdsCertificate) {
|
|
986
|
-
/**
|
|
987
|
-
* @internal
|
|
988
|
-
*/
|
|
989
659
|
ListenerTlsSdsCertificate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
990
660
|
})(ListenerTlsSdsCertificate || (ListenerTlsSdsCertificate = {}));
|
|
991
661
|
export var ClientTlsCertificate;
|
|
@@ -997,9 +667,6 @@ export var ClientTlsCertificate;
|
|
|
997
667
|
return visitor.sds(value.sds);
|
|
998
668
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
999
669
|
};
|
|
1000
|
-
/**
|
|
1001
|
-
* @internal
|
|
1002
|
-
*/
|
|
1003
670
|
ClientTlsCertificate.filterSensitiveLog = function (obj) {
|
|
1004
671
|
var _a;
|
|
1005
672
|
if (obj.file !== undefined)
|
|
@@ -1012,23 +679,14 @@ export var ClientTlsCertificate;
|
|
|
1012
679
|
})(ClientTlsCertificate || (ClientTlsCertificate = {}));
|
|
1013
680
|
export var TlsValidationContextAcmTrust;
|
|
1014
681
|
(function (TlsValidationContextAcmTrust) {
|
|
1015
|
-
/**
|
|
1016
|
-
* @internal
|
|
1017
|
-
*/
|
|
1018
682
|
TlsValidationContextAcmTrust.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1019
683
|
})(TlsValidationContextAcmTrust || (TlsValidationContextAcmTrust = {}));
|
|
1020
684
|
export var TlsValidationContextFileTrust;
|
|
1021
685
|
(function (TlsValidationContextFileTrust) {
|
|
1022
|
-
/**
|
|
1023
|
-
* @internal
|
|
1024
|
-
*/
|
|
1025
686
|
TlsValidationContextFileTrust.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1026
687
|
})(TlsValidationContextFileTrust || (TlsValidationContextFileTrust = {}));
|
|
1027
688
|
export var TlsValidationContextSdsTrust;
|
|
1028
689
|
(function (TlsValidationContextSdsTrust) {
|
|
1029
|
-
/**
|
|
1030
|
-
* @internal
|
|
1031
|
-
*/
|
|
1032
690
|
TlsValidationContextSdsTrust.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1033
691
|
})(TlsValidationContextSdsTrust || (TlsValidationContextSdsTrust = {}));
|
|
1034
692
|
export var TlsValidationContextTrust;
|
|
@@ -1042,9 +700,6 @@ export var TlsValidationContextTrust;
|
|
|
1042
700
|
return visitor.sds(value.sds);
|
|
1043
701
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1044
702
|
};
|
|
1045
|
-
/**
|
|
1046
|
-
* @internal
|
|
1047
|
-
*/
|
|
1048
703
|
TlsValidationContextTrust.filterSensitiveLog = function (obj) {
|
|
1049
704
|
var _a;
|
|
1050
705
|
if (obj.acm !== undefined)
|
|
@@ -1059,37 +714,22 @@ export var TlsValidationContextTrust;
|
|
|
1059
714
|
})(TlsValidationContextTrust || (TlsValidationContextTrust = {}));
|
|
1060
715
|
export var TlsValidationContext;
|
|
1061
716
|
(function (TlsValidationContext) {
|
|
1062
|
-
/**
|
|
1063
|
-
* @internal
|
|
1064
|
-
*/
|
|
1065
717
|
TlsValidationContext.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.trust && { trust: TlsValidationContextTrust.filterSensitiveLog(obj.trust) }))); };
|
|
1066
718
|
})(TlsValidationContext || (TlsValidationContext = {}));
|
|
1067
719
|
export var ClientPolicyTls;
|
|
1068
720
|
(function (ClientPolicyTls) {
|
|
1069
|
-
/**
|
|
1070
|
-
* @internal
|
|
1071
|
-
*/
|
|
1072
721
|
ClientPolicyTls.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.certificate && { certificate: ClientTlsCertificate.filterSensitiveLog(obj.certificate) })), (obj.validation && { validation: TlsValidationContext.filterSensitiveLog(obj.validation) }))); };
|
|
1073
722
|
})(ClientPolicyTls || (ClientPolicyTls = {}));
|
|
1074
723
|
export var ClientPolicy;
|
|
1075
724
|
(function (ClientPolicy) {
|
|
1076
|
-
/**
|
|
1077
|
-
* @internal
|
|
1078
|
-
*/
|
|
1079
725
|
ClientPolicy.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.tls && { tls: ClientPolicyTls.filterSensitiveLog(obj.tls) }))); };
|
|
1080
726
|
})(ClientPolicy || (ClientPolicy = {}));
|
|
1081
727
|
export var BackendDefaults;
|
|
1082
728
|
(function (BackendDefaults) {
|
|
1083
|
-
/**
|
|
1084
|
-
* @internal
|
|
1085
|
-
*/
|
|
1086
729
|
BackendDefaults.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.clientPolicy && { clientPolicy: ClientPolicy.filterSensitiveLog(obj.clientPolicy) }))); };
|
|
1087
730
|
})(BackendDefaults || (BackendDefaults = {}));
|
|
1088
731
|
export var VirtualServiceBackend;
|
|
1089
732
|
(function (VirtualServiceBackend) {
|
|
1090
|
-
/**
|
|
1091
|
-
* @internal
|
|
1092
|
-
*/
|
|
1093
733
|
VirtualServiceBackend.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.clientPolicy && { clientPolicy: ClientPolicy.filterSensitiveLog(obj.clientPolicy) }))); };
|
|
1094
734
|
})(VirtualServiceBackend || (VirtualServiceBackend = {}));
|
|
1095
735
|
export var Backend;
|
|
@@ -1099,9 +739,6 @@ export var Backend;
|
|
|
1099
739
|
return visitor.virtualService(value.virtualService);
|
|
1100
740
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1101
741
|
};
|
|
1102
|
-
/**
|
|
1103
|
-
* @internal
|
|
1104
|
-
*/
|
|
1105
742
|
Backend.filterSensitiveLog = function (obj) {
|
|
1106
743
|
var _a;
|
|
1107
744
|
if (obj.virtualService !== undefined)
|
|
@@ -1112,30 +749,18 @@ export var Backend;
|
|
|
1112
749
|
})(Backend || (Backend = {}));
|
|
1113
750
|
export var VirtualNodeGrpcConnectionPool;
|
|
1114
751
|
(function (VirtualNodeGrpcConnectionPool) {
|
|
1115
|
-
/**
|
|
1116
|
-
* @internal
|
|
1117
|
-
*/
|
|
1118
752
|
VirtualNodeGrpcConnectionPool.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1119
753
|
})(VirtualNodeGrpcConnectionPool || (VirtualNodeGrpcConnectionPool = {}));
|
|
1120
754
|
export var VirtualNodeHttpConnectionPool;
|
|
1121
755
|
(function (VirtualNodeHttpConnectionPool) {
|
|
1122
|
-
/**
|
|
1123
|
-
* @internal
|
|
1124
|
-
*/
|
|
1125
756
|
VirtualNodeHttpConnectionPool.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1126
757
|
})(VirtualNodeHttpConnectionPool || (VirtualNodeHttpConnectionPool = {}));
|
|
1127
758
|
export var VirtualNodeHttp2ConnectionPool;
|
|
1128
759
|
(function (VirtualNodeHttp2ConnectionPool) {
|
|
1129
|
-
/**
|
|
1130
|
-
* @internal
|
|
1131
|
-
*/
|
|
1132
760
|
VirtualNodeHttp2ConnectionPool.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1133
761
|
})(VirtualNodeHttp2ConnectionPool || (VirtualNodeHttp2ConnectionPool = {}));
|
|
1134
762
|
export var VirtualNodeTcpConnectionPool;
|
|
1135
763
|
(function (VirtualNodeTcpConnectionPool) {
|
|
1136
|
-
/**
|
|
1137
|
-
* @internal
|
|
1138
|
-
*/
|
|
1139
764
|
VirtualNodeTcpConnectionPool.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1140
765
|
})(VirtualNodeTcpConnectionPool || (VirtualNodeTcpConnectionPool = {}));
|
|
1141
766
|
export var VirtualNodeConnectionPool;
|
|
@@ -1151,9 +776,6 @@ export var VirtualNodeConnectionPool;
|
|
|
1151
776
|
return visitor.grpc(value.grpc);
|
|
1152
777
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1153
778
|
};
|
|
1154
|
-
/**
|
|
1155
|
-
* @internal
|
|
1156
|
-
*/
|
|
1157
779
|
VirtualNodeConnectionPool.filterSensitiveLog = function (obj) {
|
|
1158
780
|
var _a;
|
|
1159
781
|
if (obj.tcp !== undefined)
|
|
@@ -1177,9 +799,6 @@ export var PortProtocol;
|
|
|
1177
799
|
})(PortProtocol || (PortProtocol = {}));
|
|
1178
800
|
export var HealthCheckPolicy;
|
|
1179
801
|
(function (HealthCheckPolicy) {
|
|
1180
|
-
/**
|
|
1181
|
-
* @internal
|
|
1182
|
-
*/
|
|
1183
802
|
HealthCheckPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1184
803
|
})(HealthCheckPolicy || (HealthCheckPolicy = {}));
|
|
1185
804
|
export var DurationUnit;
|
|
@@ -1189,44 +808,26 @@ export var DurationUnit;
|
|
|
1189
808
|
})(DurationUnit || (DurationUnit = {}));
|
|
1190
809
|
export var Duration;
|
|
1191
810
|
(function (Duration) {
|
|
1192
|
-
/**
|
|
1193
|
-
* @internal
|
|
1194
|
-
*/
|
|
1195
811
|
Duration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1196
812
|
})(Duration || (Duration = {}));
|
|
1197
813
|
export var OutlierDetection;
|
|
1198
814
|
(function (OutlierDetection) {
|
|
1199
|
-
/**
|
|
1200
|
-
* @internal
|
|
1201
|
-
*/
|
|
1202
815
|
OutlierDetection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1203
816
|
})(OutlierDetection || (OutlierDetection = {}));
|
|
1204
817
|
export var PortMapping;
|
|
1205
818
|
(function (PortMapping) {
|
|
1206
|
-
/**
|
|
1207
|
-
* @internal
|
|
1208
|
-
*/
|
|
1209
819
|
PortMapping.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1210
820
|
})(PortMapping || (PortMapping = {}));
|
|
1211
821
|
export var GrpcTimeout;
|
|
1212
822
|
(function (GrpcTimeout) {
|
|
1213
|
-
/**
|
|
1214
|
-
* @internal
|
|
1215
|
-
*/
|
|
1216
823
|
GrpcTimeout.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1217
824
|
})(GrpcTimeout || (GrpcTimeout = {}));
|
|
1218
825
|
export var HttpTimeout;
|
|
1219
826
|
(function (HttpTimeout) {
|
|
1220
|
-
/**
|
|
1221
|
-
* @internal
|
|
1222
|
-
*/
|
|
1223
827
|
HttpTimeout.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1224
828
|
})(HttpTimeout || (HttpTimeout = {}));
|
|
1225
829
|
export var TcpTimeout;
|
|
1226
830
|
(function (TcpTimeout) {
|
|
1227
|
-
/**
|
|
1228
|
-
* @internal
|
|
1229
|
-
*/
|
|
1230
831
|
TcpTimeout.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1231
832
|
})(TcpTimeout || (TcpTimeout = {}));
|
|
1232
833
|
export var ListenerTimeout;
|
|
@@ -1242,9 +843,6 @@ export var ListenerTimeout;
|
|
|
1242
843
|
return visitor.grpc(value.grpc);
|
|
1243
844
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1244
845
|
};
|
|
1245
|
-
/**
|
|
1246
|
-
* @internal
|
|
1247
|
-
*/
|
|
1248
846
|
ListenerTimeout.filterSensitiveLog = function (obj) {
|
|
1249
847
|
var _a;
|
|
1250
848
|
if (obj.tcp !== undefined)
|
|
@@ -1261,9 +859,6 @@ export var ListenerTimeout;
|
|
|
1261
859
|
})(ListenerTimeout || (ListenerTimeout = {}));
|
|
1262
860
|
export var ListenerTlsAcmCertificate;
|
|
1263
861
|
(function (ListenerTlsAcmCertificate) {
|
|
1264
|
-
/**
|
|
1265
|
-
* @internal
|
|
1266
|
-
*/
|
|
1267
862
|
ListenerTlsAcmCertificate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1268
863
|
})(ListenerTlsAcmCertificate || (ListenerTlsAcmCertificate = {}));
|
|
1269
864
|
export var ListenerTlsCertificate;
|
|
@@ -1277,9 +872,6 @@ export var ListenerTlsCertificate;
|
|
|
1277
872
|
return visitor.sds(value.sds);
|
|
1278
873
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1279
874
|
};
|
|
1280
|
-
/**
|
|
1281
|
-
* @internal
|
|
1282
|
-
*/
|
|
1283
875
|
ListenerTlsCertificate.filterSensitiveLog = function (obj) {
|
|
1284
876
|
var _a;
|
|
1285
877
|
if (obj.acm !== undefined)
|
|
@@ -1307,9 +899,6 @@ export var ListenerTlsValidationContextTrust;
|
|
|
1307
899
|
return visitor.sds(value.sds);
|
|
1308
900
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1309
901
|
};
|
|
1310
|
-
/**
|
|
1311
|
-
* @internal
|
|
1312
|
-
*/
|
|
1313
902
|
ListenerTlsValidationContextTrust.filterSensitiveLog = function (obj) {
|
|
1314
903
|
var _a;
|
|
1315
904
|
if (obj.file !== undefined)
|
|
@@ -1322,44 +911,26 @@ export var ListenerTlsValidationContextTrust;
|
|
|
1322
911
|
})(ListenerTlsValidationContextTrust || (ListenerTlsValidationContextTrust = {}));
|
|
1323
912
|
export var ListenerTlsValidationContext;
|
|
1324
913
|
(function (ListenerTlsValidationContext) {
|
|
1325
|
-
/**
|
|
1326
|
-
* @internal
|
|
1327
|
-
*/
|
|
1328
914
|
ListenerTlsValidationContext.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.trust && { trust: ListenerTlsValidationContextTrust.filterSensitiveLog(obj.trust) }))); };
|
|
1329
915
|
})(ListenerTlsValidationContext || (ListenerTlsValidationContext = {}));
|
|
1330
916
|
export var ListenerTls;
|
|
1331
917
|
(function (ListenerTls) {
|
|
1332
|
-
/**
|
|
1333
|
-
* @internal
|
|
1334
|
-
*/
|
|
1335
918
|
ListenerTls.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.certificate && { certificate: ListenerTlsCertificate.filterSensitiveLog(obj.certificate) })), (obj.validation && { validation: ListenerTlsValidationContext.filterSensitiveLog(obj.validation) }))); };
|
|
1336
919
|
})(ListenerTls || (ListenerTls = {}));
|
|
1337
920
|
export var Listener;
|
|
1338
921
|
(function (Listener) {
|
|
1339
|
-
/**
|
|
1340
|
-
* @internal
|
|
1341
|
-
*/
|
|
1342
922
|
Listener.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.tls && { tls: ListenerTls.filterSensitiveLog(obj.tls) })), (obj.timeout && { timeout: ListenerTimeout.filterSensitiveLog(obj.timeout) })), (obj.connectionPool && { connectionPool: VirtualNodeConnectionPool.filterSensitiveLog(obj.connectionPool) }))); };
|
|
1343
923
|
})(Listener || (Listener = {}));
|
|
1344
924
|
export var Logging;
|
|
1345
925
|
(function (Logging) {
|
|
1346
|
-
/**
|
|
1347
|
-
* @internal
|
|
1348
|
-
*/
|
|
1349
926
|
Logging.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.accessLog && { accessLog: AccessLog.filterSensitiveLog(obj.accessLog) }))); };
|
|
1350
927
|
})(Logging || (Logging = {}));
|
|
1351
928
|
export var AwsCloudMapInstanceAttribute;
|
|
1352
929
|
(function (AwsCloudMapInstanceAttribute) {
|
|
1353
|
-
/**
|
|
1354
|
-
* @internal
|
|
1355
|
-
*/
|
|
1356
930
|
AwsCloudMapInstanceAttribute.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1357
931
|
})(AwsCloudMapInstanceAttribute || (AwsCloudMapInstanceAttribute = {}));
|
|
1358
932
|
export var AwsCloudMapServiceDiscovery;
|
|
1359
933
|
(function (AwsCloudMapServiceDiscovery) {
|
|
1360
|
-
/**
|
|
1361
|
-
* @internal
|
|
1362
|
-
*/
|
|
1363
934
|
AwsCloudMapServiceDiscovery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1364
935
|
})(AwsCloudMapServiceDiscovery || (AwsCloudMapServiceDiscovery = {}));
|
|
1365
936
|
export var DnsResponseType;
|
|
@@ -1369,9 +940,6 @@ export var DnsResponseType;
|
|
|
1369
940
|
})(DnsResponseType || (DnsResponseType = {}));
|
|
1370
941
|
export var DnsServiceDiscovery;
|
|
1371
942
|
(function (DnsServiceDiscovery) {
|
|
1372
|
-
/**
|
|
1373
|
-
* @internal
|
|
1374
|
-
*/
|
|
1375
943
|
DnsServiceDiscovery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1376
944
|
})(DnsServiceDiscovery || (DnsServiceDiscovery = {}));
|
|
1377
945
|
export var ServiceDiscovery;
|
|
@@ -1383,9 +951,6 @@ export var ServiceDiscovery;
|
|
|
1383
951
|
return visitor.awsCloudMap(value.awsCloudMap);
|
|
1384
952
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1385
953
|
};
|
|
1386
|
-
/**
|
|
1387
|
-
* @internal
|
|
1388
|
-
*/
|
|
1389
954
|
ServiceDiscovery.filterSensitiveLog = function (obj) {
|
|
1390
955
|
var _a;
|
|
1391
956
|
if (obj.dns !== undefined)
|
|
@@ -1398,16 +963,10 @@ export var ServiceDiscovery;
|
|
|
1398
963
|
})(ServiceDiscovery || (ServiceDiscovery = {}));
|
|
1399
964
|
export var VirtualNodeSpec;
|
|
1400
965
|
(function (VirtualNodeSpec) {
|
|
1401
|
-
/**
|
|
1402
|
-
* @internal
|
|
1403
|
-
*/
|
|
1404
966
|
VirtualNodeSpec.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign(__assign({}, obj), (obj.serviceDiscovery && { serviceDiscovery: ServiceDiscovery.filterSensitiveLog(obj.serviceDiscovery) })), (obj.listeners && { listeners: obj.listeners.map(function (item) { return Listener.filterSensitiveLog(item); }) })), (obj.backends && { backends: obj.backends.map(function (item) { return Backend.filterSensitiveLog(item); }) })), (obj.backendDefaults && { backendDefaults: BackendDefaults.filterSensitiveLog(obj.backendDefaults) })), (obj.logging && { logging: Logging.filterSensitiveLog(obj.logging) }))); };
|
|
1405
967
|
})(VirtualNodeSpec || (VirtualNodeSpec = {}));
|
|
1406
968
|
export var CreateVirtualNodeInput;
|
|
1407
969
|
(function (CreateVirtualNodeInput) {
|
|
1408
|
-
/**
|
|
1409
|
-
* @internal
|
|
1410
|
-
*/
|
|
1411
970
|
CreateVirtualNodeInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.spec && { spec: VirtualNodeSpec.filterSensitiveLog(obj.spec) }))); };
|
|
1412
971
|
})(CreateVirtualNodeInput || (CreateVirtualNodeInput = {}));
|
|
1413
972
|
export var VirtualNodeStatusCode;
|
|
@@ -1418,107 +977,62 @@ export var VirtualNodeStatusCode;
|
|
|
1418
977
|
})(VirtualNodeStatusCode || (VirtualNodeStatusCode = {}));
|
|
1419
978
|
export var VirtualNodeStatus;
|
|
1420
979
|
(function (VirtualNodeStatus) {
|
|
1421
|
-
/**
|
|
1422
|
-
* @internal
|
|
1423
|
-
*/
|
|
1424
980
|
VirtualNodeStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1425
981
|
})(VirtualNodeStatus || (VirtualNodeStatus = {}));
|
|
1426
982
|
export var VirtualNodeData;
|
|
1427
983
|
(function (VirtualNodeData) {
|
|
1428
|
-
/**
|
|
1429
|
-
* @internal
|
|
1430
|
-
*/
|
|
1431
984
|
VirtualNodeData.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.spec && { spec: VirtualNodeSpec.filterSensitiveLog(obj.spec) }))); };
|
|
1432
985
|
})(VirtualNodeData || (VirtualNodeData = {}));
|
|
1433
986
|
export var CreateVirtualNodeOutput;
|
|
1434
987
|
(function (CreateVirtualNodeOutput) {
|
|
1435
|
-
/**
|
|
1436
|
-
* @internal
|
|
1437
|
-
*/
|
|
1438
988
|
CreateVirtualNodeOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.virtualNode && { virtualNode: VirtualNodeData.filterSensitiveLog(obj.virtualNode) }))); };
|
|
1439
989
|
})(CreateVirtualNodeOutput || (CreateVirtualNodeOutput = {}));
|
|
1440
990
|
export var DeleteVirtualNodeInput;
|
|
1441
991
|
(function (DeleteVirtualNodeInput) {
|
|
1442
|
-
/**
|
|
1443
|
-
* @internal
|
|
1444
|
-
*/
|
|
1445
992
|
DeleteVirtualNodeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1446
993
|
})(DeleteVirtualNodeInput || (DeleteVirtualNodeInput = {}));
|
|
1447
994
|
export var DeleteVirtualNodeOutput;
|
|
1448
995
|
(function (DeleteVirtualNodeOutput) {
|
|
1449
|
-
/**
|
|
1450
|
-
* @internal
|
|
1451
|
-
*/
|
|
1452
996
|
DeleteVirtualNodeOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.virtualNode && { virtualNode: VirtualNodeData.filterSensitiveLog(obj.virtualNode) }))); };
|
|
1453
997
|
})(DeleteVirtualNodeOutput || (DeleteVirtualNodeOutput = {}));
|
|
1454
998
|
export var DescribeVirtualNodeInput;
|
|
1455
999
|
(function (DescribeVirtualNodeInput) {
|
|
1456
|
-
/**
|
|
1457
|
-
* @internal
|
|
1458
|
-
*/
|
|
1459
1000
|
DescribeVirtualNodeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1460
1001
|
})(DescribeVirtualNodeInput || (DescribeVirtualNodeInput = {}));
|
|
1461
1002
|
export var DescribeVirtualNodeOutput;
|
|
1462
1003
|
(function (DescribeVirtualNodeOutput) {
|
|
1463
|
-
/**
|
|
1464
|
-
* @internal
|
|
1465
|
-
*/
|
|
1466
1004
|
DescribeVirtualNodeOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.virtualNode && { virtualNode: VirtualNodeData.filterSensitiveLog(obj.virtualNode) }))); };
|
|
1467
1005
|
})(DescribeVirtualNodeOutput || (DescribeVirtualNodeOutput = {}));
|
|
1468
1006
|
export var ListVirtualNodesInput;
|
|
1469
1007
|
(function (ListVirtualNodesInput) {
|
|
1470
|
-
/**
|
|
1471
|
-
* @internal
|
|
1472
|
-
*/
|
|
1473
1008
|
ListVirtualNodesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1474
1009
|
})(ListVirtualNodesInput || (ListVirtualNodesInput = {}));
|
|
1475
1010
|
export var VirtualNodeRef;
|
|
1476
1011
|
(function (VirtualNodeRef) {
|
|
1477
|
-
/**
|
|
1478
|
-
* @internal
|
|
1479
|
-
*/
|
|
1480
1012
|
VirtualNodeRef.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1481
1013
|
})(VirtualNodeRef || (VirtualNodeRef = {}));
|
|
1482
1014
|
export var ListVirtualNodesOutput;
|
|
1483
1015
|
(function (ListVirtualNodesOutput) {
|
|
1484
|
-
/**
|
|
1485
|
-
* @internal
|
|
1486
|
-
*/
|
|
1487
1016
|
ListVirtualNodesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1488
1017
|
})(ListVirtualNodesOutput || (ListVirtualNodesOutput = {}));
|
|
1489
1018
|
export var UpdateVirtualNodeInput;
|
|
1490
1019
|
(function (UpdateVirtualNodeInput) {
|
|
1491
|
-
/**
|
|
1492
|
-
* @internal
|
|
1493
|
-
*/
|
|
1494
1020
|
UpdateVirtualNodeInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.spec && { spec: VirtualNodeSpec.filterSensitiveLog(obj.spec) }))); };
|
|
1495
1021
|
})(UpdateVirtualNodeInput || (UpdateVirtualNodeInput = {}));
|
|
1496
1022
|
export var UpdateVirtualNodeOutput;
|
|
1497
1023
|
(function (UpdateVirtualNodeOutput) {
|
|
1498
|
-
/**
|
|
1499
|
-
* @internal
|
|
1500
|
-
*/
|
|
1501
1024
|
UpdateVirtualNodeOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.virtualNode && { virtualNode: VirtualNodeData.filterSensitiveLog(obj.virtualNode) }))); };
|
|
1502
1025
|
})(UpdateVirtualNodeOutput || (UpdateVirtualNodeOutput = {}));
|
|
1503
1026
|
export var VirtualRouterListener;
|
|
1504
1027
|
(function (VirtualRouterListener) {
|
|
1505
|
-
/**
|
|
1506
|
-
* @internal
|
|
1507
|
-
*/
|
|
1508
1028
|
VirtualRouterListener.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1509
1029
|
})(VirtualRouterListener || (VirtualRouterListener = {}));
|
|
1510
1030
|
export var VirtualRouterSpec;
|
|
1511
1031
|
(function (VirtualRouterSpec) {
|
|
1512
|
-
/**
|
|
1513
|
-
* @internal
|
|
1514
|
-
*/
|
|
1515
1032
|
VirtualRouterSpec.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1516
1033
|
})(VirtualRouterSpec || (VirtualRouterSpec = {}));
|
|
1517
1034
|
export var CreateVirtualRouterInput;
|
|
1518
1035
|
(function (CreateVirtualRouterInput) {
|
|
1519
|
-
/**
|
|
1520
|
-
* @internal
|
|
1521
|
-
*/
|
|
1522
1036
|
CreateVirtualRouterInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1523
1037
|
})(CreateVirtualRouterInput || (CreateVirtualRouterInput = {}));
|
|
1524
1038
|
export var VirtualRouterStatusCode;
|
|
@@ -1529,86 +1043,50 @@ export var VirtualRouterStatusCode;
|
|
|
1529
1043
|
})(VirtualRouterStatusCode || (VirtualRouterStatusCode = {}));
|
|
1530
1044
|
export var VirtualRouterStatus;
|
|
1531
1045
|
(function (VirtualRouterStatus) {
|
|
1532
|
-
/**
|
|
1533
|
-
* @internal
|
|
1534
|
-
*/
|
|
1535
1046
|
VirtualRouterStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1536
1047
|
})(VirtualRouterStatus || (VirtualRouterStatus = {}));
|
|
1537
1048
|
export var VirtualRouterData;
|
|
1538
1049
|
(function (VirtualRouterData) {
|
|
1539
|
-
/**
|
|
1540
|
-
* @internal
|
|
1541
|
-
*/
|
|
1542
1050
|
VirtualRouterData.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1543
1051
|
})(VirtualRouterData || (VirtualRouterData = {}));
|
|
1544
1052
|
export var CreateVirtualRouterOutput;
|
|
1545
1053
|
(function (CreateVirtualRouterOutput) {
|
|
1546
|
-
/**
|
|
1547
|
-
* @internal
|
|
1548
|
-
*/
|
|
1549
1054
|
CreateVirtualRouterOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1550
1055
|
})(CreateVirtualRouterOutput || (CreateVirtualRouterOutput = {}));
|
|
1551
1056
|
export var DeleteVirtualRouterInput;
|
|
1552
1057
|
(function (DeleteVirtualRouterInput) {
|
|
1553
|
-
/**
|
|
1554
|
-
* @internal
|
|
1555
|
-
*/
|
|
1556
1058
|
DeleteVirtualRouterInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1557
1059
|
})(DeleteVirtualRouterInput || (DeleteVirtualRouterInput = {}));
|
|
1558
1060
|
export var DeleteVirtualRouterOutput;
|
|
1559
1061
|
(function (DeleteVirtualRouterOutput) {
|
|
1560
|
-
/**
|
|
1561
|
-
* @internal
|
|
1562
|
-
*/
|
|
1563
1062
|
DeleteVirtualRouterOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1564
1063
|
})(DeleteVirtualRouterOutput || (DeleteVirtualRouterOutput = {}));
|
|
1565
1064
|
export var DescribeVirtualRouterInput;
|
|
1566
1065
|
(function (DescribeVirtualRouterInput) {
|
|
1567
|
-
/**
|
|
1568
|
-
* @internal
|
|
1569
|
-
*/
|
|
1570
1066
|
DescribeVirtualRouterInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1571
1067
|
})(DescribeVirtualRouterInput || (DescribeVirtualRouterInput = {}));
|
|
1572
1068
|
export var DescribeVirtualRouterOutput;
|
|
1573
1069
|
(function (DescribeVirtualRouterOutput) {
|
|
1574
|
-
/**
|
|
1575
|
-
* @internal
|
|
1576
|
-
*/
|
|
1577
1070
|
DescribeVirtualRouterOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1578
1071
|
})(DescribeVirtualRouterOutput || (DescribeVirtualRouterOutput = {}));
|
|
1579
1072
|
export var ListVirtualRoutersInput;
|
|
1580
1073
|
(function (ListVirtualRoutersInput) {
|
|
1581
|
-
/**
|
|
1582
|
-
* @internal
|
|
1583
|
-
*/
|
|
1584
1074
|
ListVirtualRoutersInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1585
1075
|
})(ListVirtualRoutersInput || (ListVirtualRoutersInput = {}));
|
|
1586
1076
|
export var VirtualRouterRef;
|
|
1587
1077
|
(function (VirtualRouterRef) {
|
|
1588
|
-
/**
|
|
1589
|
-
* @internal
|
|
1590
|
-
*/
|
|
1591
1078
|
VirtualRouterRef.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1592
1079
|
})(VirtualRouterRef || (VirtualRouterRef = {}));
|
|
1593
1080
|
export var ListVirtualRoutersOutput;
|
|
1594
1081
|
(function (ListVirtualRoutersOutput) {
|
|
1595
|
-
/**
|
|
1596
|
-
* @internal
|
|
1597
|
-
*/
|
|
1598
1082
|
ListVirtualRoutersOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1599
1083
|
})(ListVirtualRoutersOutput || (ListVirtualRoutersOutput = {}));
|
|
1600
1084
|
export var WeightedTarget;
|
|
1601
1085
|
(function (WeightedTarget) {
|
|
1602
|
-
/**
|
|
1603
|
-
* @internal
|
|
1604
|
-
*/
|
|
1605
1086
|
WeightedTarget.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1606
1087
|
})(WeightedTarget || (WeightedTarget = {}));
|
|
1607
1088
|
export var GrpcRouteAction;
|
|
1608
1089
|
(function (GrpcRouteAction) {
|
|
1609
|
-
/**
|
|
1610
|
-
* @internal
|
|
1611
|
-
*/
|
|
1612
1090
|
GrpcRouteAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1613
1091
|
})(GrpcRouteAction || (GrpcRouteAction = {}));
|
|
1614
1092
|
export var GrpcRouteMetadataMatchMethod;
|
|
@@ -1626,9 +1104,6 @@ export var GrpcRouteMetadataMatchMethod;
|
|
|
1626
1104
|
return visitor.suffix(value.suffix);
|
|
1627
1105
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1628
1106
|
};
|
|
1629
|
-
/**
|
|
1630
|
-
* @internal
|
|
1631
|
-
*/
|
|
1632
1107
|
GrpcRouteMetadataMatchMethod.filterSensitiveLog = function (obj) {
|
|
1633
1108
|
var _a;
|
|
1634
1109
|
if (obj.exact !== undefined)
|
|
@@ -1647,16 +1122,10 @@ export var GrpcRouteMetadataMatchMethod;
|
|
|
1647
1122
|
})(GrpcRouteMetadataMatchMethod || (GrpcRouteMetadataMatchMethod = {}));
|
|
1648
1123
|
export var GrpcRouteMetadata;
|
|
1649
1124
|
(function (GrpcRouteMetadata) {
|
|
1650
|
-
/**
|
|
1651
|
-
* @internal
|
|
1652
|
-
*/
|
|
1653
1125
|
GrpcRouteMetadata.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.match && { match: GrpcRouteMetadataMatchMethod.filterSensitiveLog(obj.match) }))); };
|
|
1654
1126
|
})(GrpcRouteMetadata || (GrpcRouteMetadata = {}));
|
|
1655
1127
|
export var GrpcRouteMatch;
|
|
1656
1128
|
(function (GrpcRouteMatch) {
|
|
1657
|
-
/**
|
|
1658
|
-
* @internal
|
|
1659
|
-
*/
|
|
1660
1129
|
GrpcRouteMatch.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.metadata && { metadata: obj.metadata.map(function (item) { return GrpcRouteMetadata.filterSensitiveLog(item); }) }))); };
|
|
1661
1130
|
})(GrpcRouteMatch || (GrpcRouteMatch = {}));
|
|
1662
1131
|
export var GrpcRetryPolicyEvent;
|
|
@@ -1673,30 +1142,18 @@ export var TcpRetryPolicyEvent;
|
|
|
1673
1142
|
})(TcpRetryPolicyEvent || (TcpRetryPolicyEvent = {}));
|
|
1674
1143
|
export var GrpcRetryPolicy;
|
|
1675
1144
|
(function (GrpcRetryPolicy) {
|
|
1676
|
-
/**
|
|
1677
|
-
* @internal
|
|
1678
|
-
*/
|
|
1679
1145
|
GrpcRetryPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1680
1146
|
})(GrpcRetryPolicy || (GrpcRetryPolicy = {}));
|
|
1681
1147
|
export var GrpcRoute;
|
|
1682
1148
|
(function (GrpcRoute) {
|
|
1683
|
-
/**
|
|
1684
|
-
* @internal
|
|
1685
|
-
*/
|
|
1686
1149
|
GrpcRoute.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1687
1150
|
})(GrpcRoute || (GrpcRoute = {}));
|
|
1688
1151
|
export var HttpRouteAction;
|
|
1689
1152
|
(function (HttpRouteAction) {
|
|
1690
|
-
/**
|
|
1691
|
-
* @internal
|
|
1692
|
-
*/
|
|
1693
1153
|
HttpRouteAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1694
1154
|
})(HttpRouteAction || (HttpRouteAction = {}));
|
|
1695
1155
|
export var HttpRouteHeader;
|
|
1696
1156
|
(function (HttpRouteHeader) {
|
|
1697
|
-
/**
|
|
1698
|
-
* @internal
|
|
1699
|
-
*/
|
|
1700
1157
|
HttpRouteHeader.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.match && { match: HeaderMatchMethod.filterSensitiveLog(obj.match) }))); };
|
|
1701
1158
|
})(HttpRouteHeader || (HttpRouteHeader = {}));
|
|
1702
1159
|
export var HttpScheme;
|
|
@@ -1706,51 +1163,30 @@ export var HttpScheme;
|
|
|
1706
1163
|
})(HttpScheme || (HttpScheme = {}));
|
|
1707
1164
|
export var HttpRouteMatch;
|
|
1708
1165
|
(function (HttpRouteMatch) {
|
|
1709
|
-
/**
|
|
1710
|
-
* @internal
|
|
1711
|
-
*/
|
|
1712
1166
|
HttpRouteMatch.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.headers && { headers: obj.headers.map(function (item) { return HttpRouteHeader.filterSensitiveLog(item); }) }))); };
|
|
1713
1167
|
})(HttpRouteMatch || (HttpRouteMatch = {}));
|
|
1714
1168
|
export var HttpRetryPolicy;
|
|
1715
1169
|
(function (HttpRetryPolicy) {
|
|
1716
|
-
/**
|
|
1717
|
-
* @internal
|
|
1718
|
-
*/
|
|
1719
1170
|
HttpRetryPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1720
1171
|
})(HttpRetryPolicy || (HttpRetryPolicy = {}));
|
|
1721
1172
|
export var HttpRoute;
|
|
1722
1173
|
(function (HttpRoute) {
|
|
1723
|
-
/**
|
|
1724
|
-
* @internal
|
|
1725
|
-
*/
|
|
1726
1174
|
HttpRoute.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1727
1175
|
})(HttpRoute || (HttpRoute = {}));
|
|
1728
1176
|
export var TcpRouteAction;
|
|
1729
1177
|
(function (TcpRouteAction) {
|
|
1730
|
-
/**
|
|
1731
|
-
* @internal
|
|
1732
|
-
*/
|
|
1733
1178
|
TcpRouteAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1734
1179
|
})(TcpRouteAction || (TcpRouteAction = {}));
|
|
1735
1180
|
export var TcpRoute;
|
|
1736
1181
|
(function (TcpRoute) {
|
|
1737
|
-
/**
|
|
1738
|
-
* @internal
|
|
1739
|
-
*/
|
|
1740
1182
|
TcpRoute.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1741
1183
|
})(TcpRoute || (TcpRoute = {}));
|
|
1742
1184
|
export var RouteSpec;
|
|
1743
1185
|
(function (RouteSpec) {
|
|
1744
|
-
/**
|
|
1745
|
-
* @internal
|
|
1746
|
-
*/
|
|
1747
1186
|
RouteSpec.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1748
1187
|
})(RouteSpec || (RouteSpec = {}));
|
|
1749
1188
|
export var CreateRouteInput;
|
|
1750
1189
|
(function (CreateRouteInput) {
|
|
1751
|
-
/**
|
|
1752
|
-
* @internal
|
|
1753
|
-
*/
|
|
1754
1190
|
CreateRouteInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1755
1191
|
})(CreateRouteInput || (CreateRouteInput = {}));
|
|
1756
1192
|
export var RouteStatusCode;
|
|
@@ -1761,114 +1197,66 @@ export var RouteStatusCode;
|
|
|
1761
1197
|
})(RouteStatusCode || (RouteStatusCode = {}));
|
|
1762
1198
|
export var RouteStatus;
|
|
1763
1199
|
(function (RouteStatus) {
|
|
1764
|
-
/**
|
|
1765
|
-
* @internal
|
|
1766
|
-
*/
|
|
1767
1200
|
RouteStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1768
1201
|
})(RouteStatus || (RouteStatus = {}));
|
|
1769
1202
|
export var RouteData;
|
|
1770
1203
|
(function (RouteData) {
|
|
1771
|
-
/**
|
|
1772
|
-
* @internal
|
|
1773
|
-
*/
|
|
1774
1204
|
RouteData.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1775
1205
|
})(RouteData || (RouteData = {}));
|
|
1776
1206
|
export var CreateRouteOutput;
|
|
1777
1207
|
(function (CreateRouteOutput) {
|
|
1778
|
-
/**
|
|
1779
|
-
* @internal
|
|
1780
|
-
*/
|
|
1781
1208
|
CreateRouteOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1782
1209
|
})(CreateRouteOutput || (CreateRouteOutput = {}));
|
|
1783
1210
|
export var DeleteRouteInput;
|
|
1784
1211
|
(function (DeleteRouteInput) {
|
|
1785
|
-
/**
|
|
1786
|
-
* @internal
|
|
1787
|
-
*/
|
|
1788
1212
|
DeleteRouteInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1789
1213
|
})(DeleteRouteInput || (DeleteRouteInput = {}));
|
|
1790
1214
|
export var DeleteRouteOutput;
|
|
1791
1215
|
(function (DeleteRouteOutput) {
|
|
1792
|
-
/**
|
|
1793
|
-
* @internal
|
|
1794
|
-
*/
|
|
1795
1216
|
DeleteRouteOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1796
1217
|
})(DeleteRouteOutput || (DeleteRouteOutput = {}));
|
|
1797
1218
|
export var DescribeRouteInput;
|
|
1798
1219
|
(function (DescribeRouteInput) {
|
|
1799
|
-
/**
|
|
1800
|
-
* @internal
|
|
1801
|
-
*/
|
|
1802
1220
|
DescribeRouteInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1803
1221
|
})(DescribeRouteInput || (DescribeRouteInput = {}));
|
|
1804
1222
|
export var DescribeRouteOutput;
|
|
1805
1223
|
(function (DescribeRouteOutput) {
|
|
1806
|
-
/**
|
|
1807
|
-
* @internal
|
|
1808
|
-
*/
|
|
1809
1224
|
DescribeRouteOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1810
1225
|
})(DescribeRouteOutput || (DescribeRouteOutput = {}));
|
|
1811
1226
|
export var ListRoutesInput;
|
|
1812
1227
|
(function (ListRoutesInput) {
|
|
1813
|
-
/**
|
|
1814
|
-
* @internal
|
|
1815
|
-
*/
|
|
1816
1228
|
ListRoutesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1817
1229
|
})(ListRoutesInput || (ListRoutesInput = {}));
|
|
1818
1230
|
export var RouteRef;
|
|
1819
1231
|
(function (RouteRef) {
|
|
1820
|
-
/**
|
|
1821
|
-
* @internal
|
|
1822
|
-
*/
|
|
1823
1232
|
RouteRef.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1824
1233
|
})(RouteRef || (RouteRef = {}));
|
|
1825
1234
|
export var ListRoutesOutput;
|
|
1826
1235
|
(function (ListRoutesOutput) {
|
|
1827
|
-
/**
|
|
1828
|
-
* @internal
|
|
1829
|
-
*/
|
|
1830
1236
|
ListRoutesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1831
1237
|
})(ListRoutesOutput || (ListRoutesOutput = {}));
|
|
1832
1238
|
export var UpdateRouteInput;
|
|
1833
1239
|
(function (UpdateRouteInput) {
|
|
1834
|
-
/**
|
|
1835
|
-
* @internal
|
|
1836
|
-
*/
|
|
1837
1240
|
UpdateRouteInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1838
1241
|
})(UpdateRouteInput || (UpdateRouteInput = {}));
|
|
1839
1242
|
export var UpdateRouteOutput;
|
|
1840
1243
|
(function (UpdateRouteOutput) {
|
|
1841
|
-
/**
|
|
1842
|
-
* @internal
|
|
1843
|
-
*/
|
|
1844
1244
|
UpdateRouteOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1845
1245
|
})(UpdateRouteOutput || (UpdateRouteOutput = {}));
|
|
1846
1246
|
export var UpdateVirtualRouterInput;
|
|
1847
1247
|
(function (UpdateVirtualRouterInput) {
|
|
1848
|
-
/**
|
|
1849
|
-
* @internal
|
|
1850
|
-
*/
|
|
1851
1248
|
UpdateVirtualRouterInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1852
1249
|
})(UpdateVirtualRouterInput || (UpdateVirtualRouterInput = {}));
|
|
1853
1250
|
export var UpdateVirtualRouterOutput;
|
|
1854
1251
|
(function (UpdateVirtualRouterOutput) {
|
|
1855
|
-
/**
|
|
1856
|
-
* @internal
|
|
1857
|
-
*/
|
|
1858
1252
|
UpdateVirtualRouterOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1859
1253
|
})(UpdateVirtualRouterOutput || (UpdateVirtualRouterOutput = {}));
|
|
1860
1254
|
export var VirtualNodeServiceProvider;
|
|
1861
1255
|
(function (VirtualNodeServiceProvider) {
|
|
1862
|
-
/**
|
|
1863
|
-
* @internal
|
|
1864
|
-
*/
|
|
1865
1256
|
VirtualNodeServiceProvider.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1866
1257
|
})(VirtualNodeServiceProvider || (VirtualNodeServiceProvider = {}));
|
|
1867
1258
|
export var VirtualRouterServiceProvider;
|
|
1868
1259
|
(function (VirtualRouterServiceProvider) {
|
|
1869
|
-
/**
|
|
1870
|
-
* @internal
|
|
1871
|
-
*/
|
|
1872
1260
|
VirtualRouterServiceProvider.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1873
1261
|
})(VirtualRouterServiceProvider || (VirtualRouterServiceProvider = {}));
|
|
1874
1262
|
export var VirtualServiceProvider;
|
|
@@ -1880,9 +1268,6 @@ export var VirtualServiceProvider;
|
|
|
1880
1268
|
return visitor.virtualRouter(value.virtualRouter);
|
|
1881
1269
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1882
1270
|
};
|
|
1883
|
-
/**
|
|
1884
|
-
* @internal
|
|
1885
|
-
*/
|
|
1886
1271
|
VirtualServiceProvider.filterSensitiveLog = function (obj) {
|
|
1887
1272
|
var _a;
|
|
1888
1273
|
if (obj.virtualNode !== undefined)
|
|
@@ -1895,16 +1280,10 @@ export var VirtualServiceProvider;
|
|
|
1895
1280
|
})(VirtualServiceProvider || (VirtualServiceProvider = {}));
|
|
1896
1281
|
export var VirtualServiceSpec;
|
|
1897
1282
|
(function (VirtualServiceSpec) {
|
|
1898
|
-
/**
|
|
1899
|
-
* @internal
|
|
1900
|
-
*/
|
|
1901
1283
|
VirtualServiceSpec.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.provider && { provider: VirtualServiceProvider.filterSensitiveLog(obj.provider) }))); };
|
|
1902
1284
|
})(VirtualServiceSpec || (VirtualServiceSpec = {}));
|
|
1903
1285
|
export var CreateVirtualServiceInput;
|
|
1904
1286
|
(function (CreateVirtualServiceInput) {
|
|
1905
|
-
/**
|
|
1906
|
-
* @internal
|
|
1907
|
-
*/
|
|
1908
1287
|
CreateVirtualServiceInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.spec && { spec: VirtualServiceSpec.filterSensitiveLog(obj.spec) }))); };
|
|
1909
1288
|
})(CreateVirtualServiceInput || (CreateVirtualServiceInput = {}));
|
|
1910
1289
|
export var VirtualServiceStatusCode;
|
|
@@ -1915,121 +1294,69 @@ export var VirtualServiceStatusCode;
|
|
|
1915
1294
|
})(VirtualServiceStatusCode || (VirtualServiceStatusCode = {}));
|
|
1916
1295
|
export var VirtualServiceStatus;
|
|
1917
1296
|
(function (VirtualServiceStatus) {
|
|
1918
|
-
/**
|
|
1919
|
-
* @internal
|
|
1920
|
-
*/
|
|
1921
1297
|
VirtualServiceStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1922
1298
|
})(VirtualServiceStatus || (VirtualServiceStatus = {}));
|
|
1923
1299
|
export var VirtualServiceData;
|
|
1924
1300
|
(function (VirtualServiceData) {
|
|
1925
|
-
/**
|
|
1926
|
-
* @internal
|
|
1927
|
-
*/
|
|
1928
1301
|
VirtualServiceData.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.spec && { spec: VirtualServiceSpec.filterSensitiveLog(obj.spec) }))); };
|
|
1929
1302
|
})(VirtualServiceData || (VirtualServiceData = {}));
|
|
1930
1303
|
export var CreateVirtualServiceOutput;
|
|
1931
1304
|
(function (CreateVirtualServiceOutput) {
|
|
1932
|
-
/**
|
|
1933
|
-
* @internal
|
|
1934
|
-
*/
|
|
1935
1305
|
CreateVirtualServiceOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.virtualService && { virtualService: VirtualServiceData.filterSensitiveLog(obj.virtualService) }))); };
|
|
1936
1306
|
})(CreateVirtualServiceOutput || (CreateVirtualServiceOutput = {}));
|
|
1937
1307
|
export var DeleteVirtualServiceInput;
|
|
1938
1308
|
(function (DeleteVirtualServiceInput) {
|
|
1939
|
-
/**
|
|
1940
|
-
* @internal
|
|
1941
|
-
*/
|
|
1942
1309
|
DeleteVirtualServiceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1943
1310
|
})(DeleteVirtualServiceInput || (DeleteVirtualServiceInput = {}));
|
|
1944
1311
|
export var DeleteVirtualServiceOutput;
|
|
1945
1312
|
(function (DeleteVirtualServiceOutput) {
|
|
1946
|
-
/**
|
|
1947
|
-
* @internal
|
|
1948
|
-
*/
|
|
1949
1313
|
DeleteVirtualServiceOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.virtualService && { virtualService: VirtualServiceData.filterSensitiveLog(obj.virtualService) }))); };
|
|
1950
1314
|
})(DeleteVirtualServiceOutput || (DeleteVirtualServiceOutput = {}));
|
|
1951
1315
|
export var DescribeVirtualServiceInput;
|
|
1952
1316
|
(function (DescribeVirtualServiceInput) {
|
|
1953
|
-
/**
|
|
1954
|
-
* @internal
|
|
1955
|
-
*/
|
|
1956
1317
|
DescribeVirtualServiceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1957
1318
|
})(DescribeVirtualServiceInput || (DescribeVirtualServiceInput = {}));
|
|
1958
1319
|
export var DescribeVirtualServiceOutput;
|
|
1959
1320
|
(function (DescribeVirtualServiceOutput) {
|
|
1960
|
-
/**
|
|
1961
|
-
* @internal
|
|
1962
|
-
*/
|
|
1963
1321
|
DescribeVirtualServiceOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.virtualService && { virtualService: VirtualServiceData.filterSensitiveLog(obj.virtualService) }))); };
|
|
1964
1322
|
})(DescribeVirtualServiceOutput || (DescribeVirtualServiceOutput = {}));
|
|
1965
1323
|
export var ListVirtualServicesInput;
|
|
1966
1324
|
(function (ListVirtualServicesInput) {
|
|
1967
|
-
/**
|
|
1968
|
-
* @internal
|
|
1969
|
-
*/
|
|
1970
1325
|
ListVirtualServicesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1971
1326
|
})(ListVirtualServicesInput || (ListVirtualServicesInput = {}));
|
|
1972
1327
|
export var VirtualServiceRef;
|
|
1973
1328
|
(function (VirtualServiceRef) {
|
|
1974
|
-
/**
|
|
1975
|
-
* @internal
|
|
1976
|
-
*/
|
|
1977
1329
|
VirtualServiceRef.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1978
1330
|
})(VirtualServiceRef || (VirtualServiceRef = {}));
|
|
1979
1331
|
export var ListVirtualServicesOutput;
|
|
1980
1332
|
(function (ListVirtualServicesOutput) {
|
|
1981
|
-
/**
|
|
1982
|
-
* @internal
|
|
1983
|
-
*/
|
|
1984
1333
|
ListVirtualServicesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1985
1334
|
})(ListVirtualServicesOutput || (ListVirtualServicesOutput = {}));
|
|
1986
1335
|
export var UpdateVirtualServiceInput;
|
|
1987
1336
|
(function (UpdateVirtualServiceInput) {
|
|
1988
|
-
/**
|
|
1989
|
-
* @internal
|
|
1990
|
-
*/
|
|
1991
1337
|
UpdateVirtualServiceInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.spec && { spec: VirtualServiceSpec.filterSensitiveLog(obj.spec) }))); };
|
|
1992
1338
|
})(UpdateVirtualServiceInput || (UpdateVirtualServiceInput = {}));
|
|
1993
1339
|
export var UpdateVirtualServiceOutput;
|
|
1994
1340
|
(function (UpdateVirtualServiceOutput) {
|
|
1995
|
-
/**
|
|
1996
|
-
* @internal
|
|
1997
|
-
*/
|
|
1998
1341
|
UpdateVirtualServiceOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.virtualService && { virtualService: VirtualServiceData.filterSensitiveLog(obj.virtualService) }))); };
|
|
1999
1342
|
})(UpdateVirtualServiceOutput || (UpdateVirtualServiceOutput = {}));
|
|
2000
1343
|
export var TagResourceInput;
|
|
2001
1344
|
(function (TagResourceInput) {
|
|
2002
|
-
/**
|
|
2003
|
-
* @internal
|
|
2004
|
-
*/
|
|
2005
1345
|
TagResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
2006
1346
|
})(TagResourceInput || (TagResourceInput = {}));
|
|
2007
1347
|
export var TagResourceOutput;
|
|
2008
1348
|
(function (TagResourceOutput) {
|
|
2009
|
-
/**
|
|
2010
|
-
* @internal
|
|
2011
|
-
*/
|
|
2012
1349
|
TagResourceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
2013
1350
|
})(TagResourceOutput || (TagResourceOutput = {}));
|
|
2014
1351
|
export var TooManyTagsException;
|
|
2015
1352
|
(function (TooManyTagsException) {
|
|
2016
|
-
/**
|
|
2017
|
-
* @internal
|
|
2018
|
-
*/
|
|
2019
1353
|
TooManyTagsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
2020
1354
|
})(TooManyTagsException || (TooManyTagsException = {}));
|
|
2021
1355
|
export var UntagResourceInput;
|
|
2022
1356
|
(function (UntagResourceInput) {
|
|
2023
|
-
/**
|
|
2024
|
-
* @internal
|
|
2025
|
-
*/
|
|
2026
1357
|
UntagResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
2027
1358
|
})(UntagResourceInput || (UntagResourceInput = {}));
|
|
2028
1359
|
export var UntagResourceOutput;
|
|
2029
1360
|
(function (UntagResourceOutput) {
|
|
2030
|
-
/**
|
|
2031
|
-
* @internal
|
|
2032
|
-
*/
|
|
2033
1361
|
UntagResourceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
2034
1362
|
})(UntagResourceOutput || (UntagResourceOutput = {}));
|
|
2035
|
-
//# sourceMappingURL=models_0.js.map
|