@aws-sdk/client-app-mesh 3.1087.0 → 3.1089.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/AppMesh.d.ts +131 -158
- package/dist-types/ts3.4/AppMeshClient.d.ts +24 -61
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateGatewayRouteCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateMeshCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateVirtualNodeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateVirtualRouterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateVirtualServiceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteMeshCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeMeshCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeRouteCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListGatewayRoutesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListMeshesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListVirtualNodesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListVirtualRoutersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListVirtualServicesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateMeshCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +7 -14
- package/dist-types/ts3.4/models/errors.d.ts +7 -21
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListMeshesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListRoutesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/package.json +38 -38