@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.
Files changed (63) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/AppMesh.d.ts +650 -195
  3. package/dist-types/ts3.4/AppMeshClient.d.ts +332 -111
  4. package/dist-types/ts3.4/commands/CreateGatewayRouteCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/CreateMeshCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateVirtualNodeCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateVirtualRouterCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/CreateVirtualServiceCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +36 -17
  12. package/dist-types/ts3.4/commands/DeleteMeshCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DescribeMeshCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/DescribeRouteCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/ListGatewayRoutesCommand.d.ts +35 -17
  26. package/dist-types/ts3.4/commands/ListMeshesCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/ListVirtualNodesCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/ListVirtualRoutersCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/ListVirtualServicesCommand.d.ts +36 -17
  33. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +36 -17
  36. package/dist-types/ts3.4/commands/UpdateMeshCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +36 -17
  41. package/dist-types/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +39 -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 +7 -6
  46. package/dist-types/ts3.4/models/index.d.ts +1 -1
  47. package/dist-types/ts3.4/models/models_0.d.ts +2456 -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 +65 -38
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  62. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  63. package/package.json +34 -34
@@ -1,17 +1,39 @@
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
+ 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 { 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
+ export declare class AppMeshServiceException extends __ServiceException {
6
+ constructor(options: __ServiceExceptionOptions);
7
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";