@aws-sdk/client-app-mesh 3.169.0 → 3.170.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.
Files changed (63) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/AppMesh.d.ts +688 -195
  3. package/dist-types/ts3.4/AppMeshClient.d.ts +357 -111
  4. package/dist-types/ts3.4/commands/CreateGatewayRouteCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/CreateMeshCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateVirtualNodeCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateVirtualRouterCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/CreateVirtualServiceCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +38 -17
  12. package/dist-types/ts3.4/commands/DeleteMeshCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DescribeMeshCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/DescribeRouteCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/ListGatewayRoutesCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/ListMeshesCommand.d.ts +34 -17
  27. package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/ListVirtualNodesCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/ListVirtualRoutersCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/ListVirtualServicesCommand.d.ts +38 -17
  33. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +38 -17
  36. package/dist-types/ts3.4/commands/UpdateMeshCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +38 -17
  41. package/dist-types/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/index.d.ts +38 -38
  43. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  44. package/dist-types/ts3.4/index.d.ts +6 -6
  45. package/dist-types/ts3.4/models/AppMeshServiceException.d.ts +8 -6
  46. package/dist-types/ts3.4/models/index.d.ts +1 -1
  47. package/dist-types/ts3.4/models/models_0.d.ts +3263 -3047
  48. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  49. package/dist-types/ts3.4/pagination/ListGatewayRoutesPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListMeshesPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListRoutesPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/ListVirtualGatewaysPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/ListVirtualNodesPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListVirtualRoutersPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListVirtualServicesPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  58. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +461 -116
  59. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  62. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  63. package/package.json +34 -34
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
- import { UpdateVirtualRouterInput, UpdateVirtualRouterOutput } from "../models/models_0";
5
- export interface UpdateVirtualRouterCommandInput extends UpdateVirtualRouterInput {
6
- }
7
- export interface UpdateVirtualRouterCommandOutput extends UpdateVirtualRouterOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateVirtualRouterCommand extends $Command<UpdateVirtualRouterCommandInput, UpdateVirtualRouterCommandOutput, AppMeshClientResolvedConfig> {
11
- readonly input: UpdateVirtualRouterCommandInput;
12
- constructor(input: UpdateVirtualRouterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateVirtualRouterCommandInput, UpdateVirtualRouterCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ UpdateVirtualRouterInput,
15
+ UpdateVirtualRouterOutput,
16
+ } from "../models/models_0";
17
+ export interface UpdateVirtualRouterCommandInput
18
+ extends UpdateVirtualRouterInput {}
19
+ export interface UpdateVirtualRouterCommandOutput
20
+ extends UpdateVirtualRouterOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateVirtualRouterCommand extends $Command<
24
+ UpdateVirtualRouterCommandInput,
25
+ UpdateVirtualRouterCommandOutput,
26
+ AppMeshClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateVirtualRouterCommandInput;
29
+ constructor(input: UpdateVirtualRouterCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AppMeshClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<UpdateVirtualRouterCommandInput, UpdateVirtualRouterCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
4
- import { UpdateVirtualServiceInput, UpdateVirtualServiceOutput } from "../models/models_0";
5
- export interface UpdateVirtualServiceCommandInput extends UpdateVirtualServiceInput {
6
- }
7
- export interface UpdateVirtualServiceCommandOutput extends UpdateVirtualServiceOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateVirtualServiceCommand extends $Command<UpdateVirtualServiceCommandInput, UpdateVirtualServiceCommandOutput, AppMeshClientResolvedConfig> {
11
- readonly input: UpdateVirtualServiceCommandInput;
12
- constructor(input: UpdateVirtualServiceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppMeshClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateVirtualServiceCommandInput, UpdateVirtualServiceCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class UpdateVirtualServiceCommand extends $Command<
24
+ UpdateVirtualServiceCommandInput,
25
+ UpdateVirtualServiceCommandOutput,
26
+ AppMeshClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateVirtualServiceCommandInput;
29
+ constructor(input: UpdateVirtualServiceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AppMeshClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateVirtualServiceCommandInput,
37
+ UpdateVirtualServiceCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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,8 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class AppMeshServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+
6
+ export declare class AppMeshServiceException extends __ServiceException {
7
+ constructor(options: __ServiceExceptionOptions);
8
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";