@aws-sdk/client-app-mesh 3.533.0 → 3.535.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 (81) hide show
  1. package/dist-types/AppMesh.d.ts +2 -1
  2. package/dist-types/AppMeshClient.d.ts +1 -1
  3. package/dist-types/commands/CreateGatewayRouteCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateMeshCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateRouteCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateVirtualGatewayCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateVirtualNodeCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateVirtualRouterCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateVirtualServiceCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteGatewayRouteCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteMeshCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteRouteCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteVirtualGatewayCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteVirtualNodeCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteVirtualRouterCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteVirtualServiceCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeGatewayRouteCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeMeshCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeRouteCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeVirtualGatewayCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeVirtualNodeCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeVirtualRouterCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeVirtualServiceCommand.d.ts +2 -1
  24. package/dist-types/commands/ListGatewayRoutesCommand.d.ts +2 -1
  25. package/dist-types/commands/ListMeshesCommand.d.ts +2 -1
  26. package/dist-types/commands/ListRoutesCommand.d.ts +2 -1
  27. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  28. package/dist-types/commands/ListVirtualGatewaysCommand.d.ts +2 -1
  29. package/dist-types/commands/ListVirtualNodesCommand.d.ts +2 -1
  30. package/dist-types/commands/ListVirtualRoutersCommand.d.ts +2 -1
  31. package/dist-types/commands/ListVirtualServicesCommand.d.ts +2 -1
  32. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  33. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  34. package/dist-types/commands/UpdateGatewayRouteCommand.d.ts +2 -1
  35. package/dist-types/commands/UpdateMeshCommand.d.ts +2 -1
  36. package/dist-types/commands/UpdateRouteCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateVirtualGatewayCommand.d.ts +2 -1
  38. package/dist-types/commands/UpdateVirtualNodeCommand.d.ts +2 -1
  39. package/dist-types/commands/UpdateVirtualRouterCommand.d.ts +2 -1
  40. package/dist-types/commands/UpdateVirtualServiceCommand.d.ts +2 -1
  41. package/dist-types/models/models_0.d.ts +795 -795
  42. package/dist-types/ts3.4/AppMesh.d.ts +1 -0
  43. package/dist-types/ts3.4/commands/CreateGatewayRouteCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CreateMeshCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/CreateVirtualNodeCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/CreateVirtualRouterCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/CreateVirtualServiceCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DeleteMeshCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DescribeMeshCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DescribeRouteCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/ListGatewayRoutesCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/ListMeshesCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/ListVirtualNodesCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/ListVirtualRoutersCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/ListVirtualServicesCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/UpdateMeshCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +9 -0
  81. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface ListVirtualServicesCommandOutput extends ListVirtualServicesOut
22
22
  }
23
23
  declare const ListVirtualServicesCommand_base: {
24
24
  new (input: ListVirtualServicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListVirtualServicesCommandInput, ListVirtualServicesCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListVirtualServicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListVirtualServicesCommandInput, ListVirtualServicesCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of existing virtual services in a service mesh.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -89,6 +89,7 @@ declare const ListVirtualServicesCommand_base: {
89
89
  * @throws {@link AppMeshServiceException}
90
90
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class ListVirtualServicesCommand extends ListVirtualServicesCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Associates the specified tags to a resource with the specified <code>resourceArn</code>.
30
30
  * If existing tags on a resource aren't specified in the request parameters, they aren't
31
31
  * changed. When a resource is deleted, the tags associated with that resource are also
@@ -86,6 +86,7 @@ declare const TagResourceCommand_base: {
86
86
  * @throws {@link AppMeshServiceException}
87
87
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class TagResourceCommand extends TagResourceCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes specified tags from a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const UntagResourceCommand_base: {
75
75
  * @throws {@link AppMeshServiceException}
76
76
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface UpdateGatewayRouteCommandOutput extends UpdateGatewayRouteOutpu
22
22
  }
23
23
  declare const UpdateGatewayRouteCommand_base: {
24
24
  new (input: UpdateGatewayRouteCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGatewayRouteCommandInput, UpdateGatewayRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateGatewayRouteCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGatewayRouteCommandInput, UpdateGatewayRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an existing gateway route that is associated to a specified virtual gateway in a
30
30
  * service mesh.</p>
31
31
  * @example
@@ -423,6 +423,7 @@ declare const UpdateGatewayRouteCommand_base: {
423
423
  * @throws {@link AppMeshServiceException}
424
424
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
425
425
  *
426
+ * @public
426
427
  */
427
428
  export declare class UpdateGatewayRouteCommand extends UpdateGatewayRouteCommand_base {
428
429
  }
@@ -22,10 +22,10 @@ export interface UpdateMeshCommandOutput extends UpdateMeshOutput, __MetadataBea
22
22
  }
23
23
  declare const UpdateMeshCommand_base: {
24
24
  new (input: UpdateMeshCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMeshCommandInput, UpdateMeshCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateMeshCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMeshCommandInput, UpdateMeshCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an existing service mesh.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -109,6 +109,7 @@ declare const UpdateMeshCommand_base: {
109
109
  * @throws {@link AppMeshServiceException}
110
110
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
111
111
  *
112
+ * @public
112
113
  */
113
114
  export declare class UpdateMeshCommand extends UpdateMeshCommand_base {
114
115
  }
@@ -22,10 +22,10 @@ export interface UpdateRouteCommandOutput extends UpdateRouteOutput, __MetadataB
22
22
  }
23
23
  declare const UpdateRouteCommand_base: {
24
24
  new (input: UpdateRouteCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRouteCommandInput, UpdateRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateRouteCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRouteCommandInput, UpdateRouteCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an existing route for a specified service mesh and virtual router.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -506,6 +506,7 @@ declare const UpdateRouteCommand_base: {
506
506
  * @throws {@link AppMeshServiceException}
507
507
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
508
508
  *
509
+ * @public
509
510
  */
510
511
  export declare class UpdateRouteCommand extends UpdateRouteCommand_base {
511
512
  }
@@ -22,10 +22,10 @@ export interface UpdateVirtualGatewayCommandOutput extends UpdateVirtualGatewayO
22
22
  }
23
23
  declare const UpdateVirtualGatewayCommand_base: {
24
24
  new (input: UpdateVirtualGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVirtualGatewayCommandInput, UpdateVirtualGatewayCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateVirtualGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVirtualGatewayCommandInput, UpdateVirtualGatewayCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an existing virtual gateway in a specified service mesh.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -340,6 +340,7 @@ declare const UpdateVirtualGatewayCommand_base: {
340
340
  * @throws {@link AppMeshServiceException}
341
341
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
342
342
  *
343
+ * @public
343
344
  */
344
345
  export declare class UpdateVirtualGatewayCommand extends UpdateVirtualGatewayCommand_base {
345
346
  }
@@ -22,10 +22,10 @@ export interface UpdateVirtualNodeCommandOutput extends UpdateVirtualNodeOutput,
22
22
  }
23
23
  declare const UpdateVirtualNodeCommand_base: {
24
24
  new (input: UpdateVirtualNodeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVirtualNodeCommandInput, UpdateVirtualNodeCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateVirtualNodeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVirtualNodeCommandInput, UpdateVirtualNodeCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an existing virtual node in a specified service mesh.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -550,6 +550,7 @@ declare const UpdateVirtualNodeCommand_base: {
550
550
  * @throws {@link AppMeshServiceException}
551
551
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
552
552
  *
553
+ * @public
553
554
  */
554
555
  export declare class UpdateVirtualNodeCommand extends UpdateVirtualNodeCommand_base {
555
556
  }
@@ -22,10 +22,10 @@ export interface UpdateVirtualRouterCommandOutput extends UpdateVirtualRouterOut
22
22
  }
23
23
  declare const UpdateVirtualRouterCommand_base: {
24
24
  new (input: UpdateVirtualRouterCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVirtualRouterCommandInput, UpdateVirtualRouterCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateVirtualRouterCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVirtualRouterCommandInput, UpdateVirtualRouterCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an existing virtual router in a specified service mesh.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -120,6 +120,7 @@ declare const UpdateVirtualRouterCommand_base: {
120
120
  * @throws {@link AppMeshServiceException}
121
121
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
122
122
  *
123
+ * @public
123
124
  */
124
125
  export declare class UpdateVirtualRouterCommand extends UpdateVirtualRouterCommand_base {
125
126
  }
@@ -22,10 +22,10 @@ export interface UpdateVirtualServiceCommandOutput extends UpdateVirtualServiceO
22
22
  }
23
23
  declare const UpdateVirtualServiceCommand_base: {
24
24
  new (input: UpdateVirtualServiceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVirtualServiceCommandInput, UpdateVirtualServiceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateVirtualServiceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVirtualServiceCommandInput, UpdateVirtualServiceCommandOutput, AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an existing virtual service in a specified service mesh.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -120,6 +120,7 @@ declare const UpdateVirtualServiceCommand_base: {
120
120
  * @throws {@link AppMeshServiceException}
121
121
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
122
122
  *
123
+ * @public
123
124
  */
124
125
  export declare class UpdateVirtualServiceCommand extends UpdateVirtualServiceCommand_base {
125
126
  }