@aws-sdk/client-app-mesh 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/AppMesh.d.ts +650 -195
- package/dist-types/ts3.4/AppMeshClient.d.ts +332 -111
- package/dist-types/ts3.4/commands/CreateGatewayRouteCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateMeshCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateVirtualNodeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateVirtualRouterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateVirtualServiceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteMeshCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeMeshCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeRouteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListGatewayRoutesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListMeshesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListVirtualNodesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListVirtualRoutersCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListVirtualServicesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateMeshCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +38 -38
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/AppMeshServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2456 -3047
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListGatewayRoutesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMeshesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRoutesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVirtualGatewaysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVirtualNodesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVirtualRoutersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVirtualServicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +461 -116
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppMeshClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppMeshClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateVirtualServiceInput,
|
|
15
|
+
UpdateVirtualServiceOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateVirtualServiceCommandInput
|
|
18
|
+
extends UpdateVirtualServiceInput {}
|
|
19
|
+
export interface UpdateVirtualServiceCommandOutput
|
|
20
|
+
extends UpdateVirtualServiceOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateVirtualServiceCommand extends $Command<
|
|
23
|
+
UpdateVirtualServiceCommandInput,
|
|
24
|
+
UpdateVirtualServiceCommandOutput,
|
|
25
|
+
AppMeshClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateVirtualServiceCommandInput;
|
|
28
|
+
constructor(input: UpdateVirtualServiceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AppMeshClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateVirtualServiceCommandInput,
|
|
35
|
+
UpdateVirtualServiceCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
export * from "./CreateGatewayRouteCommand";
|
|
2
|
-
export * from "./CreateMeshCommand";
|
|
3
|
-
export * from "./CreateRouteCommand";
|
|
4
|
-
export * from "./CreateVirtualGatewayCommand";
|
|
5
|
-
export * from "./CreateVirtualNodeCommand";
|
|
6
|
-
export * from "./CreateVirtualRouterCommand";
|
|
7
|
-
export * from "./CreateVirtualServiceCommand";
|
|
8
|
-
export * from "./DeleteGatewayRouteCommand";
|
|
9
|
-
export * from "./DeleteMeshCommand";
|
|
10
|
-
export * from "./DeleteRouteCommand";
|
|
11
|
-
export * from "./DeleteVirtualGatewayCommand";
|
|
12
|
-
export * from "./DeleteVirtualNodeCommand";
|
|
13
|
-
export * from "./DeleteVirtualRouterCommand";
|
|
14
|
-
export * from "./DeleteVirtualServiceCommand";
|
|
15
|
-
export * from "./DescribeGatewayRouteCommand";
|
|
16
|
-
export * from "./DescribeMeshCommand";
|
|
17
|
-
export * from "./DescribeRouteCommand";
|
|
18
|
-
export * from "./DescribeVirtualGatewayCommand";
|
|
19
|
-
export * from "./DescribeVirtualNodeCommand";
|
|
20
|
-
export * from "./DescribeVirtualRouterCommand";
|
|
21
|
-
export * from "./DescribeVirtualServiceCommand";
|
|
22
|
-
export * from "./ListGatewayRoutesCommand";
|
|
23
|
-
export * from "./ListMeshesCommand";
|
|
24
|
-
export * from "./ListRoutesCommand";
|
|
25
|
-
export * from "./ListTagsForResourceCommand";
|
|
26
|
-
export * from "./ListVirtualGatewaysCommand";
|
|
27
|
-
export * from "./ListVirtualNodesCommand";
|
|
28
|
-
export * from "./ListVirtualRoutersCommand";
|
|
29
|
-
export * from "./ListVirtualServicesCommand";
|
|
30
|
-
export * from "./TagResourceCommand";
|
|
31
|
-
export * from "./UntagResourceCommand";
|
|
32
|
-
export * from "./UpdateGatewayRouteCommand";
|
|
33
|
-
export * from "./UpdateMeshCommand";
|
|
34
|
-
export * from "./UpdateRouteCommand";
|
|
35
|
-
export * from "./UpdateVirtualGatewayCommand";
|
|
36
|
-
export * from "./UpdateVirtualNodeCommand";
|
|
37
|
-
export * from "./UpdateVirtualRouterCommand";
|
|
38
|
-
export * from "./UpdateVirtualServiceCommand";
|
|
1
|
+
export * from "./CreateGatewayRouteCommand";
|
|
2
|
+
export * from "./CreateMeshCommand";
|
|
3
|
+
export * from "./CreateRouteCommand";
|
|
4
|
+
export * from "./CreateVirtualGatewayCommand";
|
|
5
|
+
export * from "./CreateVirtualNodeCommand";
|
|
6
|
+
export * from "./CreateVirtualRouterCommand";
|
|
7
|
+
export * from "./CreateVirtualServiceCommand";
|
|
8
|
+
export * from "./DeleteGatewayRouteCommand";
|
|
9
|
+
export * from "./DeleteMeshCommand";
|
|
10
|
+
export * from "./DeleteRouteCommand";
|
|
11
|
+
export * from "./DeleteVirtualGatewayCommand";
|
|
12
|
+
export * from "./DeleteVirtualNodeCommand";
|
|
13
|
+
export * from "./DeleteVirtualRouterCommand";
|
|
14
|
+
export * from "./DeleteVirtualServiceCommand";
|
|
15
|
+
export * from "./DescribeGatewayRouteCommand";
|
|
16
|
+
export * from "./DescribeMeshCommand";
|
|
17
|
+
export * from "./DescribeRouteCommand";
|
|
18
|
+
export * from "./DescribeVirtualGatewayCommand";
|
|
19
|
+
export * from "./DescribeVirtualNodeCommand";
|
|
20
|
+
export * from "./DescribeVirtualRouterCommand";
|
|
21
|
+
export * from "./DescribeVirtualServiceCommand";
|
|
22
|
+
export * from "./ListGatewayRoutesCommand";
|
|
23
|
+
export * from "./ListMeshesCommand";
|
|
24
|
+
export * from "./ListRoutesCommand";
|
|
25
|
+
export * from "./ListTagsForResourceCommand";
|
|
26
|
+
export * from "./ListVirtualGatewaysCommand";
|
|
27
|
+
export * from "./ListVirtualNodesCommand";
|
|
28
|
+
export * from "./ListVirtualRoutersCommand";
|
|
29
|
+
export * from "./ListVirtualServicesCommand";
|
|
30
|
+
export * from "./TagResourceCommand";
|
|
31
|
+
export * from "./UntagResourceCommand";
|
|
32
|
+
export * from "./UpdateGatewayRouteCommand";
|
|
33
|
+
export * from "./UpdateMeshCommand";
|
|
34
|
+
export * from "./UpdateRouteCommand";
|
|
35
|
+
export * from "./UpdateVirtualGatewayCommand";
|
|
36
|
+
export * from "./UpdateVirtualNodeCommand";
|
|
37
|
+
export * from "./UpdateVirtualRouterCommand";
|
|
38
|
+
export * from "./UpdateVirtualServiceCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./AppMesh";
|
|
2
|
-
export * from "./AppMeshClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { AppMeshServiceException } from "./models/AppMeshServiceException";
|
|
1
|
+
export * from "./AppMesh";
|
|
2
|
+
export * from "./AppMeshClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { AppMeshServiceException } from "./models/AppMeshServiceException";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export declare class AppMeshServiceException extends __ServiceException {
|
|
6
|
+
constructor(options: __ServiceExceptionOptions);
|
|
7
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|