@aws-sdk/client-app-mesh 3.775.0 → 3.777.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 (39) hide show
  1. package/dist-types/commands/CreateGatewayRouteCommand.d.ts +1 -0
  2. package/dist-types/commands/CreateMeshCommand.d.ts +1 -0
  3. package/dist-types/commands/CreateRouteCommand.d.ts +1 -0
  4. package/dist-types/commands/CreateVirtualGatewayCommand.d.ts +1 -0
  5. package/dist-types/commands/CreateVirtualNodeCommand.d.ts +1 -0
  6. package/dist-types/commands/CreateVirtualRouterCommand.d.ts +1 -0
  7. package/dist-types/commands/CreateVirtualServiceCommand.d.ts +1 -0
  8. package/dist-types/commands/DeleteGatewayRouteCommand.d.ts +1 -0
  9. package/dist-types/commands/DeleteMeshCommand.d.ts +1 -0
  10. package/dist-types/commands/DeleteRouteCommand.d.ts +1 -0
  11. package/dist-types/commands/DeleteVirtualGatewayCommand.d.ts +1 -0
  12. package/dist-types/commands/DeleteVirtualNodeCommand.d.ts +1 -0
  13. package/dist-types/commands/DeleteVirtualRouterCommand.d.ts +1 -0
  14. package/dist-types/commands/DeleteVirtualServiceCommand.d.ts +1 -0
  15. package/dist-types/commands/DescribeGatewayRouteCommand.d.ts +1 -0
  16. package/dist-types/commands/DescribeMeshCommand.d.ts +1 -0
  17. package/dist-types/commands/DescribeRouteCommand.d.ts +1 -0
  18. package/dist-types/commands/DescribeVirtualGatewayCommand.d.ts +1 -0
  19. package/dist-types/commands/DescribeVirtualNodeCommand.d.ts +1 -0
  20. package/dist-types/commands/DescribeVirtualRouterCommand.d.ts +1 -0
  21. package/dist-types/commands/DescribeVirtualServiceCommand.d.ts +1 -0
  22. package/dist-types/commands/ListGatewayRoutesCommand.d.ts +1 -0
  23. package/dist-types/commands/ListMeshesCommand.d.ts +1 -0
  24. package/dist-types/commands/ListRoutesCommand.d.ts +1 -0
  25. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  26. package/dist-types/commands/ListVirtualGatewaysCommand.d.ts +1 -0
  27. package/dist-types/commands/ListVirtualNodesCommand.d.ts +1 -0
  28. package/dist-types/commands/ListVirtualRoutersCommand.d.ts +1 -0
  29. package/dist-types/commands/ListVirtualServicesCommand.d.ts +1 -0
  30. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  31. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  32. package/dist-types/commands/UpdateGatewayRouteCommand.d.ts +1 -0
  33. package/dist-types/commands/UpdateMeshCommand.d.ts +1 -0
  34. package/dist-types/commands/UpdateRouteCommand.d.ts +1 -0
  35. package/dist-types/commands/UpdateVirtualGatewayCommand.d.ts +1 -0
  36. package/dist-types/commands/UpdateVirtualNodeCommand.d.ts +1 -0
  37. package/dist-types/commands/UpdateVirtualRouterCommand.d.ts +1 -0
  38. package/dist-types/commands/UpdateVirtualServiceCommand.d.ts +1 -0
  39. package/package.json +2 -2
@@ -433,6 +433,7 @@ declare const CreateGatewayRouteCommand_base: {
433
433
  * @throws {@link AppMeshServiceException}
434
434
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
435
435
  *
436
+ *
436
437
  * @public
437
438
  */
438
439
  export declare class CreateGatewayRouteCommand extends CreateGatewayRouteCommand_base {
@@ -125,6 +125,7 @@ declare const CreateMeshCommand_base: {
125
125
  * @throws {@link AppMeshServiceException}
126
126
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
127
127
  *
128
+ *
128
129
  * @public
129
130
  */
130
131
  export declare class CreateMeshCommand extends CreateMeshCommand_base {
@@ -516,6 +516,7 @@ declare const CreateRouteCommand_base: {
516
516
  * @throws {@link AppMeshServiceException}
517
517
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
518
518
  *
519
+ *
519
520
  * @public
520
521
  */
521
522
  export declare class CreateRouteCommand extends CreateRouteCommand_base {
@@ -352,6 +352,7 @@ declare const CreateVirtualGatewayCommand_base: {
352
352
  * @throws {@link AppMeshServiceException}
353
353
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
354
354
  *
355
+ *
355
356
  * @public
356
357
  */
357
358
  export declare class CreateVirtualGatewayCommand extends CreateVirtualGatewayCommand_base {
@@ -580,6 +580,7 @@ declare const CreateVirtualNodeCommand_base: {
580
580
  * @throws {@link AppMeshServiceException}
581
581
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
582
582
  *
583
+ *
583
584
  * @public
584
585
  */
585
586
  export declare class CreateVirtualNodeCommand extends CreateVirtualNodeCommand_base {
@@ -133,6 +133,7 @@ declare const CreateVirtualRouterCommand_base: {
133
133
  * @throws {@link AppMeshServiceException}
134
134
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
135
135
  *
136
+ *
136
137
  * @public
137
138
  */
138
139
  export declare class CreateVirtualRouterCommand extends CreateVirtualRouterCommand_base {
@@ -133,6 +133,7 @@ declare const CreateVirtualServiceCommand_base: {
133
133
  * @throws {@link AppMeshServiceException}
134
134
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
135
135
  *
136
+ *
136
137
  * @public
137
138
  */
138
139
  export declare class CreateVirtualServiceCommand extends CreateVirtualServiceCommand_base {
@@ -258,6 +258,7 @@ declare const DeleteGatewayRouteCommand_base: {
258
258
  * @throws {@link AppMeshServiceException}
259
259
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
260
260
  *
261
+ *
261
262
  * @public
262
263
  */
263
264
  export declare class DeleteGatewayRouteCommand extends DeleteGatewayRouteCommand_base {
@@ -103,6 +103,7 @@ declare const DeleteMeshCommand_base: {
103
103
  * @throws {@link AppMeshServiceException}
104
104
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
105
105
  *
106
+ *
106
107
  * @public
107
108
  */
108
109
  export declare class DeleteMeshCommand extends DeleteMeshCommand_base {
@@ -300,6 +300,7 @@ declare const DeleteRouteCommand_base: {
300
300
  * @throws {@link AppMeshServiceException}
301
301
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
302
302
  *
303
+ *
303
304
  * @public
304
305
  */
305
306
  export declare class DeleteRouteCommand extends DeleteRouteCommand_base {
@@ -217,6 +217,7 @@ declare const DeleteVirtualGatewayCommand_base: {
217
217
  * @throws {@link AppMeshServiceException}
218
218
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
219
219
  *
220
+ *
220
221
  * @public
221
222
  */
222
223
  export declare class DeleteVirtualGatewayCommand extends DeleteVirtualGatewayCommand_base {
@@ -323,6 +323,7 @@ declare const DeleteVirtualNodeCommand_base: {
323
323
  * @throws {@link AppMeshServiceException}
324
324
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
325
325
  *
326
+ *
326
327
  * @public
327
328
  */
328
329
  export declare class DeleteVirtualNodeCommand extends DeleteVirtualNodeCommand_base {
@@ -108,6 +108,7 @@ declare const DeleteVirtualRouterCommand_base: {
108
108
  * @throws {@link AppMeshServiceException}
109
109
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
110
110
  *
111
+ *
111
112
  * @public
112
113
  */
113
114
  export declare class DeleteVirtualRouterCommand extends DeleteVirtualRouterCommand_base {
@@ -106,6 +106,7 @@ declare const DeleteVirtualServiceCommand_base: {
106
106
  * @throws {@link AppMeshServiceException}
107
107
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
108
108
  *
109
+ *
109
110
  * @public
110
111
  */
111
112
  export declare class DeleteVirtualServiceCommand extends DeleteVirtualServiceCommand_base {
@@ -254,6 +254,7 @@ declare const DescribeGatewayRouteCommand_base: {
254
254
  * @throws {@link AppMeshServiceException}
255
255
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
256
256
  *
257
+ *
257
258
  * @public
258
259
  */
259
260
  export declare class DescribeGatewayRouteCommand extends DescribeGatewayRouteCommand_base {
@@ -98,6 +98,7 @@ declare const DescribeMeshCommand_base: {
98
98
  * @throws {@link AppMeshServiceException}
99
99
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
100
100
  *
101
+ *
101
102
  * @public
102
103
  */
103
104
  export declare class DescribeMeshCommand extends DescribeMeshCommand_base {
@@ -296,6 +296,7 @@ declare const DescribeRouteCommand_base: {
296
296
  * @throws {@link AppMeshServiceException}
297
297
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
298
298
  *
299
+ *
299
300
  * @public
300
301
  */
301
302
  export declare class DescribeRouteCommand extends DescribeRouteCommand_base {
@@ -212,6 +212,7 @@ declare const DescribeVirtualGatewayCommand_base: {
212
212
  * @throws {@link AppMeshServiceException}
213
213
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
214
214
  *
215
+ *
215
216
  * @public
216
217
  */
217
218
  export declare class DescribeVirtualGatewayCommand extends DescribeVirtualGatewayCommand_base {
@@ -317,6 +317,7 @@ declare const DescribeVirtualNodeCommand_base: {
317
317
  * @throws {@link AppMeshServiceException}
318
318
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
319
319
  *
320
+ *
320
321
  * @public
321
322
  */
322
323
  export declare class DescribeVirtualNodeCommand extends DescribeVirtualNodeCommand_base {
@@ -102,6 +102,7 @@ declare const DescribeVirtualRouterCommand_base: {
102
102
  * @throws {@link AppMeshServiceException}
103
103
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
104
104
  *
105
+ *
105
106
  * @public
106
107
  */
107
108
  export declare class DescribeVirtualRouterCommand extends DescribeVirtualRouterCommand_base {
@@ -102,6 +102,7 @@ declare const DescribeVirtualServiceCommand_base: {
102
102
  * @throws {@link AppMeshServiceException}
103
103
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
104
104
  *
105
+ *
105
106
  * @public
106
107
  */
107
108
  export declare class DescribeVirtualServiceCommand extends DescribeVirtualServiceCommand_base {
@@ -93,6 +93,7 @@ declare const ListGatewayRoutesCommand_base: {
93
93
  * @throws {@link AppMeshServiceException}
94
94
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
95
95
  *
96
+ *
96
97
  * @public
97
98
  */
98
99
  export declare class ListGatewayRoutesCommand extends ListGatewayRoutesCommand_base {
@@ -87,6 +87,7 @@ declare const ListMeshesCommand_base: {
87
87
  * @throws {@link AppMeshServiceException}
88
88
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class ListMeshesCommand extends ListMeshesCommand_base {
@@ -92,6 +92,7 @@ declare const ListRoutesCommand_base: {
92
92
  * @throws {@link AppMeshServiceException}
93
93
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class ListRoutesCommand extends ListRoutesCommand_base {
@@ -83,6 +83,7 @@ declare const ListTagsForResourceCommand_base: {
83
83
  * @throws {@link AppMeshServiceException}
84
84
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
@@ -90,6 +90,7 @@ declare const ListVirtualGatewaysCommand_base: {
90
90
  * @throws {@link AppMeshServiceException}
91
91
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class ListVirtualGatewaysCommand extends ListVirtualGatewaysCommand_base {
@@ -90,6 +90,7 @@ declare const ListVirtualNodesCommand_base: {
90
90
  * @throws {@link AppMeshServiceException}
91
91
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class ListVirtualNodesCommand extends ListVirtualNodesCommand_base {
@@ -90,6 +90,7 @@ declare const ListVirtualRoutersCommand_base: {
90
90
  * @throws {@link AppMeshServiceException}
91
91
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class ListVirtualRoutersCommand extends ListVirtualRoutersCommand_base {
@@ -90,6 +90,7 @@ declare const ListVirtualServicesCommand_base: {
90
90
  * @throws {@link AppMeshServiceException}
91
91
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class ListVirtualServicesCommand extends ListVirtualServicesCommand_base {
@@ -87,6 +87,7 @@ declare const TagResourceCommand_base: {
87
87
  * @throws {@link AppMeshServiceException}
88
88
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class TagResourceCommand extends TagResourceCommand_base {
@@ -76,6 +76,7 @@ declare const UntagResourceCommand_base: {
76
76
  * @throws {@link AppMeshServiceException}
77
77
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
@@ -424,6 +424,7 @@ declare const UpdateGatewayRouteCommand_base: {
424
424
  * @throws {@link AppMeshServiceException}
425
425
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
426
426
  *
427
+ *
427
428
  * @public
428
429
  */
429
430
  export declare class UpdateGatewayRouteCommand extends UpdateGatewayRouteCommand_base {
@@ -110,6 +110,7 @@ declare const UpdateMeshCommand_base: {
110
110
  * @throws {@link AppMeshServiceException}
111
111
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
112
112
  *
113
+ *
113
114
  * @public
114
115
  */
115
116
  export declare class UpdateMeshCommand extends UpdateMeshCommand_base {
@@ -507,6 +507,7 @@ declare const UpdateRouteCommand_base: {
507
507
  * @throws {@link AppMeshServiceException}
508
508
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
509
509
  *
510
+ *
510
511
  * @public
511
512
  */
512
513
  export declare class UpdateRouteCommand extends UpdateRouteCommand_base {
@@ -341,6 +341,7 @@ declare const UpdateVirtualGatewayCommand_base: {
341
341
  * @throws {@link AppMeshServiceException}
342
342
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
343
343
  *
344
+ *
344
345
  * @public
345
346
  */
346
347
  export declare class UpdateVirtualGatewayCommand extends UpdateVirtualGatewayCommand_base {
@@ -551,6 +551,7 @@ declare const UpdateVirtualNodeCommand_base: {
551
551
  * @throws {@link AppMeshServiceException}
552
552
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
553
553
  *
554
+ *
554
555
  * @public
555
556
  */
556
557
  export declare class UpdateVirtualNodeCommand extends UpdateVirtualNodeCommand_base {
@@ -121,6 +121,7 @@ declare const UpdateVirtualRouterCommand_base: {
121
121
  * @throws {@link AppMeshServiceException}
122
122
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
123
123
  *
124
+ *
124
125
  * @public
125
126
  */
126
127
  export declare class UpdateVirtualRouterCommand extends UpdateVirtualRouterCommand_base {
@@ -121,6 +121,7 @@ declare const UpdateVirtualServiceCommand_base: {
121
121
  * @throws {@link AppMeshServiceException}
122
122
  * <p>Base exception class for all service exceptions from AppMesh service.</p>
123
123
  *
124
+ *
124
125
  * @public
125
126
  */
126
127
  export declare class UpdateVirtualServiceCommand extends UpdateVirtualServiceCommand_base {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-app-mesh",
3
3
  "description": "AWS SDK for JavaScript App Mesh Client for Node.js, Browser and React Native",
4
- "version": "3.775.0",
4
+ "version": "3.777.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-app-mesh",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",