@aws-sdk/client-app-mesh 3.651.1 → 3.654.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 (77) hide show
  1. package/dist-types/commands/CreateGatewayRouteCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateMeshCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateRouteCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateVirtualGatewayCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateVirtualNodeCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateVirtualRouterCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateVirtualServiceCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteGatewayRouteCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteMeshCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteRouteCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteVirtualGatewayCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteVirtualNodeCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteVirtualRouterCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteVirtualServiceCommand.d.ts +11 -0
  15. package/dist-types/commands/DescribeGatewayRouteCommand.d.ts +11 -0
  16. package/dist-types/commands/DescribeMeshCommand.d.ts +11 -0
  17. package/dist-types/commands/DescribeRouteCommand.d.ts +11 -0
  18. package/dist-types/commands/DescribeVirtualGatewayCommand.d.ts +11 -0
  19. package/dist-types/commands/DescribeVirtualNodeCommand.d.ts +11 -0
  20. package/dist-types/commands/DescribeVirtualRouterCommand.d.ts +11 -0
  21. package/dist-types/commands/DescribeVirtualServiceCommand.d.ts +11 -0
  22. package/dist-types/commands/ListGatewayRoutesCommand.d.ts +11 -0
  23. package/dist-types/commands/ListMeshesCommand.d.ts +11 -0
  24. package/dist-types/commands/ListRoutesCommand.d.ts +11 -0
  25. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  26. package/dist-types/commands/ListVirtualGatewaysCommand.d.ts +11 -0
  27. package/dist-types/commands/ListVirtualNodesCommand.d.ts +11 -0
  28. package/dist-types/commands/ListVirtualRoutersCommand.d.ts +11 -0
  29. package/dist-types/commands/ListVirtualServicesCommand.d.ts +11 -0
  30. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  31. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  32. package/dist-types/commands/UpdateGatewayRouteCommand.d.ts +11 -0
  33. package/dist-types/commands/UpdateMeshCommand.d.ts +11 -0
  34. package/dist-types/commands/UpdateRouteCommand.d.ts +11 -0
  35. package/dist-types/commands/UpdateVirtualGatewayCommand.d.ts +11 -0
  36. package/dist-types/commands/UpdateVirtualNodeCommand.d.ts +11 -0
  37. package/dist-types/commands/UpdateVirtualRouterCommand.d.ts +11 -0
  38. package/dist-types/commands/UpdateVirtualServiceCommand.d.ts +11 -0
  39. package/dist-types/ts3.4/commands/CreateGatewayRouteCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/CreateMeshCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/CreateVirtualNodeCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/CreateVirtualRouterCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/CreateVirtualServiceCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/DeleteMeshCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/DescribeMeshCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/DescribeRouteCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/ListGatewayRoutesCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/ListMeshesCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/ListVirtualNodesCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/ListVirtualRoutersCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/ListVirtualServicesCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/UpdateMeshCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +12 -1
  77. package/package.json +35 -35
@@ -33,4 +33,15 @@ declare const CreateMeshCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateMeshCommand extends CreateMeshCommand_base {}
36
+ export declare class CreateMeshCommand extends CreateMeshCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateMeshInput;
40
+ output: CreateMeshOutput;
41
+ };
42
+ sdk: {
43
+ input: CreateMeshCommandInput;
44
+ output: CreateMeshCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const CreateRouteCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateRouteCommand extends CreateRouteCommand_base {}
36
+ export declare class CreateRouteCommand extends CreateRouteCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateRouteInput;
40
+ output: CreateRouteOutput;
41
+ };
42
+ sdk: {
43
+ input: CreateRouteCommandInput;
44
+ output: CreateRouteCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const CreateVirtualGatewayCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateVirtualGatewayCommand extends CreateVirtualGatewayCommand_base {}
40
+ export declare class CreateVirtualGatewayCommand extends CreateVirtualGatewayCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateVirtualGatewayInput;
44
+ output: CreateVirtualGatewayOutput;
45
+ };
46
+ sdk: {
47
+ input: CreateVirtualGatewayCommandInput;
48
+ output: CreateVirtualGatewayCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateVirtualNodeCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateVirtualNodeCommand extends CreateVirtualNodeCommand_base {}
39
+ export declare class CreateVirtualNodeCommand extends CreateVirtualNodeCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateVirtualNodeInput;
43
+ output: CreateVirtualNodeOutput;
44
+ };
45
+ sdk: {
46
+ input: CreateVirtualNodeCommandInput;
47
+ output: CreateVirtualNodeCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateVirtualRouterCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateVirtualRouterCommand extends CreateVirtualRouterCommand_base {}
40
+ export declare class CreateVirtualRouterCommand extends CreateVirtualRouterCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateVirtualRouterInput;
44
+ output: CreateVirtualRouterOutput;
45
+ };
46
+ sdk: {
47
+ input: CreateVirtualRouterCommandInput;
48
+ output: CreateVirtualRouterCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateVirtualServiceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateVirtualServiceCommand extends CreateVirtualServiceCommand_base {}
40
+ export declare class CreateVirtualServiceCommand extends CreateVirtualServiceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateVirtualServiceInput;
44
+ output: CreateVirtualServiceOutput;
45
+ };
46
+ sdk: {
47
+ input: CreateVirtualServiceCommandInput;
48
+ output: CreateVirtualServiceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteGatewayRouteCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteGatewayRouteCommand extends DeleteGatewayRouteCommand_base {}
40
+ export declare class DeleteGatewayRouteCommand extends DeleteGatewayRouteCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteGatewayRouteInput;
44
+ output: DeleteGatewayRouteOutput;
45
+ };
46
+ sdk: {
47
+ input: DeleteGatewayRouteCommandInput;
48
+ output: DeleteGatewayRouteCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DeleteMeshCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteMeshCommand extends DeleteMeshCommand_base {}
36
+ export declare class DeleteMeshCommand extends DeleteMeshCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteMeshInput;
40
+ output: DeleteMeshOutput;
41
+ };
42
+ sdk: {
43
+ input: DeleteMeshCommandInput;
44
+ output: DeleteMeshCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteRouteCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteRouteCommand extends DeleteRouteCommand_base {}
36
+ export declare class DeleteRouteCommand extends DeleteRouteCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteRouteInput;
40
+ output: DeleteRouteOutput;
41
+ };
42
+ sdk: {
43
+ input: DeleteRouteCommandInput;
44
+ output: DeleteRouteCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DeleteVirtualGatewayCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteVirtualGatewayCommand extends DeleteVirtualGatewayCommand_base {}
40
+ export declare class DeleteVirtualGatewayCommand extends DeleteVirtualGatewayCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteVirtualGatewayInput;
44
+ output: DeleteVirtualGatewayOutput;
45
+ };
46
+ sdk: {
47
+ input: DeleteVirtualGatewayCommandInput;
48
+ output: DeleteVirtualGatewayCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DeleteVirtualNodeCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteVirtualNodeCommand extends DeleteVirtualNodeCommand_base {}
39
+ export declare class DeleteVirtualNodeCommand extends DeleteVirtualNodeCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteVirtualNodeInput;
43
+ output: DeleteVirtualNodeOutput;
44
+ };
45
+ sdk: {
46
+ input: DeleteVirtualNodeCommandInput;
47
+ output: DeleteVirtualNodeCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteVirtualRouterCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteVirtualRouterCommand extends DeleteVirtualRouterCommand_base {}
40
+ export declare class DeleteVirtualRouterCommand extends DeleteVirtualRouterCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteVirtualRouterInput;
44
+ output: DeleteVirtualRouterOutput;
45
+ };
46
+ sdk: {
47
+ input: DeleteVirtualRouterCommandInput;
48
+ output: DeleteVirtualRouterCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteVirtualServiceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteVirtualServiceCommand extends DeleteVirtualServiceCommand_base {}
40
+ export declare class DeleteVirtualServiceCommand extends DeleteVirtualServiceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteVirtualServiceInput;
44
+ output: DeleteVirtualServiceOutput;
45
+ };
46
+ sdk: {
47
+ input: DeleteVirtualServiceCommandInput;
48
+ output: DeleteVirtualServiceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeGatewayRouteCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeGatewayRouteCommand extends DescribeGatewayRouteCommand_base {}
40
+ export declare class DescribeGatewayRouteCommand extends DescribeGatewayRouteCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeGatewayRouteInput;
44
+ output: DescribeGatewayRouteOutput;
45
+ };
46
+ sdk: {
47
+ input: DescribeGatewayRouteCommandInput;
48
+ output: DescribeGatewayRouteCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DescribeMeshCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DescribeMeshCommand extends DescribeMeshCommand_base {}
36
+ export declare class DescribeMeshCommand extends DescribeMeshCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DescribeMeshInput;
40
+ output: DescribeMeshOutput;
41
+ };
42
+ sdk: {
43
+ input: DescribeMeshCommandInput;
44
+ output: DescribeMeshCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DescribeRouteCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DescribeRouteCommand extends DescribeRouteCommand_base {}
36
+ export declare class DescribeRouteCommand extends DescribeRouteCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DescribeRouteInput;
40
+ output: DescribeRouteOutput;
41
+ };
42
+ sdk: {
43
+ input: DescribeRouteCommandInput;
44
+ output: DescribeRouteCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DescribeVirtualGatewayCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeVirtualGatewayCommand extends DescribeVirtualGatewayCommand_base {}
40
+ export declare class DescribeVirtualGatewayCommand extends DescribeVirtualGatewayCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeVirtualGatewayInput;
44
+ output: DescribeVirtualGatewayOutput;
45
+ };
46
+ sdk: {
47
+ input: DescribeVirtualGatewayCommandInput;
48
+ output: DescribeVirtualGatewayCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeVirtualNodeCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeVirtualNodeCommand extends DescribeVirtualNodeCommand_base {}
40
+ export declare class DescribeVirtualNodeCommand extends DescribeVirtualNodeCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeVirtualNodeInput;
44
+ output: DescribeVirtualNodeOutput;
45
+ };
46
+ sdk: {
47
+ input: DescribeVirtualNodeCommandInput;
48
+ output: DescribeVirtualNodeCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeVirtualRouterCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeVirtualRouterCommand extends DescribeVirtualRouterCommand_base {}
40
+ export declare class DescribeVirtualRouterCommand extends DescribeVirtualRouterCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeVirtualRouterInput;
44
+ output: DescribeVirtualRouterOutput;
45
+ };
46
+ sdk: {
47
+ input: DescribeVirtualRouterCommandInput;
48
+ output: DescribeVirtualRouterCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeVirtualServiceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeVirtualServiceCommand extends DescribeVirtualServiceCommand_base {}
40
+ export declare class DescribeVirtualServiceCommand extends DescribeVirtualServiceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeVirtualServiceInput;
44
+ output: DescribeVirtualServiceOutput;
45
+ };
46
+ sdk: {
47
+ input: DescribeVirtualServiceCommandInput;
48
+ output: DescribeVirtualServiceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListGatewayRoutesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListGatewayRoutesCommand extends ListGatewayRoutesCommand_base {}
39
+ export declare class ListGatewayRoutesCommand extends ListGatewayRoutesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListGatewayRoutesInput;
43
+ output: ListGatewayRoutesOutput;
44
+ };
45
+ sdk: {
46
+ input: ListGatewayRoutesCommandInput;
47
+ output: ListGatewayRoutesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const ListMeshesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListMeshesCommand extends ListMeshesCommand_base {}
36
+ export declare class ListMeshesCommand extends ListMeshesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListMeshesInput;
40
+ output: ListMeshesOutput;
41
+ };
42
+ sdk: {
43
+ input: ListMeshesCommandInput;
44
+ output: ListMeshesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const ListRoutesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListRoutesCommand extends ListRoutesCommand_base {}
36
+ export declare class ListRoutesCommand extends ListRoutesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListRoutesInput;
40
+ output: ListRoutesOutput;
41
+ };
42
+ sdk: {
43
+ input: ListRoutesCommandInput;
44
+ output: ListRoutesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceInput;
44
+ output: ListTagsForResourceOutput;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListVirtualGatewaysCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListVirtualGatewaysCommand extends ListVirtualGatewaysCommand_base {}
40
+ export declare class ListVirtualGatewaysCommand extends ListVirtualGatewaysCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListVirtualGatewaysInput;
44
+ output: ListVirtualGatewaysOutput;
45
+ };
46
+ sdk: {
47
+ input: ListVirtualGatewaysCommandInput;
48
+ output: ListVirtualGatewaysCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListVirtualNodesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListVirtualNodesCommand extends ListVirtualNodesCommand_base {}
39
+ export declare class ListVirtualNodesCommand extends ListVirtualNodesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListVirtualNodesInput;
43
+ output: ListVirtualNodesOutput;
44
+ };
45
+ sdk: {
46
+ input: ListVirtualNodesCommandInput;
47
+ output: ListVirtualNodesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListVirtualRoutersCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListVirtualRoutersCommand extends ListVirtualRoutersCommand_base {}
40
+ export declare class ListVirtualRoutersCommand extends ListVirtualRoutersCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListVirtualRoutersInput;
44
+ output: ListVirtualRoutersOutput;
45
+ };
46
+ sdk: {
47
+ input: ListVirtualRoutersCommandInput;
48
+ output: ListVirtualRoutersCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListVirtualServicesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListVirtualServicesCommand extends ListVirtualServicesCommand_base {}
40
+ export declare class ListVirtualServicesCommand extends ListVirtualServicesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListVirtualServicesInput;
44
+ output: ListVirtualServicesOutput;
45
+ };
46
+ sdk: {
47
+ input: ListVirtualServicesCommandInput;
48
+ output: ListVirtualServicesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const UntagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
36
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UntagResourceInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: UntagResourceCommandInput;
44
+ output: UntagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const UpdateGatewayRouteCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateGatewayRouteCommand extends UpdateGatewayRouteCommand_base {}
40
+ export declare class UpdateGatewayRouteCommand extends UpdateGatewayRouteCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateGatewayRouteInput;
44
+ output: UpdateGatewayRouteOutput;
45
+ };
46
+ sdk: {
47
+ input: UpdateGatewayRouteCommandInput;
48
+ output: UpdateGatewayRouteCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const UpdateMeshCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateMeshCommand extends UpdateMeshCommand_base {}
36
+ export declare class UpdateMeshCommand extends UpdateMeshCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateMeshInput;
40
+ output: UpdateMeshOutput;
41
+ };
42
+ sdk: {
43
+ input: UpdateMeshCommandInput;
44
+ output: UpdateMeshCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const UpdateRouteCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateRouteCommand extends UpdateRouteCommand_base {}
36
+ export declare class UpdateRouteCommand extends UpdateRouteCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateRouteInput;
40
+ output: UpdateRouteOutput;
41
+ };
42
+ sdk: {
43
+ input: UpdateRouteCommandInput;
44
+ output: UpdateRouteCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const UpdateVirtualGatewayCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateVirtualGatewayCommand extends UpdateVirtualGatewayCommand_base {}
40
+ export declare class UpdateVirtualGatewayCommand extends UpdateVirtualGatewayCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateVirtualGatewayInput;
44
+ output: UpdateVirtualGatewayOutput;
45
+ };
46
+ sdk: {
47
+ input: UpdateVirtualGatewayCommandInput;
48
+ output: UpdateVirtualGatewayCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const UpdateVirtualNodeCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateVirtualNodeCommand extends UpdateVirtualNodeCommand_base {}
39
+ export declare class UpdateVirtualNodeCommand extends UpdateVirtualNodeCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateVirtualNodeInput;
43
+ output: UpdateVirtualNodeOutput;
44
+ };
45
+ sdk: {
46
+ input: UpdateVirtualNodeCommandInput;
47
+ output: UpdateVirtualNodeCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const UpdateVirtualRouterCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateVirtualRouterCommand extends UpdateVirtualRouterCommand_base {}
40
+ export declare class UpdateVirtualRouterCommand extends UpdateVirtualRouterCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateVirtualRouterInput;
44
+ output: UpdateVirtualRouterOutput;
45
+ };
46
+ sdk: {
47
+ input: UpdateVirtualRouterCommandInput;
48
+ output: UpdateVirtualRouterCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateVirtualServiceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateVirtualServiceCommand extends UpdateVirtualServiceCommand_base {}
40
+ export declare class UpdateVirtualServiceCommand extends UpdateVirtualServiceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateVirtualServiceInput;
44
+ output: UpdateVirtualServiceOutput;
45
+ };
46
+ sdk: {
47
+ input: UpdateVirtualServiceCommandInput;
48
+ output: UpdateVirtualServiceCommandOutput;
49
+ };
50
+ };
51
+ }