@aws-sdk/client-app-mesh 3.300.0 → 3.303.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 (43) hide show
  1. package/dist-cjs/models/models_0.js +103 -123
  2. package/dist-es/models/models_0.js +103 -123
  3. package/dist-types/commands/CreateGatewayRouteCommand.d.ts +30 -30
  4. package/dist-types/commands/CreateMeshCommand.d.ts +6 -6
  5. package/dist-types/commands/CreateRouteCommand.d.ts +41 -56
  6. package/dist-types/commands/CreateVirtualGatewayCommand.d.ts +39 -39
  7. package/dist-types/commands/CreateVirtualNodeCommand.d.ts +60 -72
  8. package/dist-types/commands/CreateVirtualRouterCommand.d.ts +7 -7
  9. package/dist-types/commands/CreateVirtualServiceCommand.d.ts +7 -7
  10. package/dist-types/commands/DeleteGatewayRouteCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteMeshCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteVirtualGatewayCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteVirtualNodeCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteVirtualRouterCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteVirtualServiceCommand.d.ts +1 -1
  17. package/dist-types/commands/DescribeGatewayRouteCommand.d.ts +1 -1
  18. package/dist-types/commands/DescribeMeshCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeRouteCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeVirtualGatewayCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeVirtualNodeCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeVirtualRouterCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeVirtualServiceCommand.d.ts +1 -1
  24. package/dist-types/commands/ListGatewayRoutesCommand.d.ts +1 -1
  25. package/dist-types/commands/ListMeshesCommand.d.ts +1 -1
  26. package/dist-types/commands/ListRoutesCommand.d.ts +1 -1
  27. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  28. package/dist-types/commands/ListVirtualGatewaysCommand.d.ts +1 -1
  29. package/dist-types/commands/ListVirtualNodesCommand.d.ts +1 -1
  30. package/dist-types/commands/ListVirtualRoutersCommand.d.ts +1 -1
  31. package/dist-types/commands/ListVirtualServicesCommand.d.ts +1 -1
  32. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  33. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  34. package/dist-types/commands/UpdateGatewayRouteCommand.d.ts +28 -28
  35. package/dist-types/commands/UpdateMeshCommand.d.ts +4 -4
  36. package/dist-types/commands/UpdateRouteCommand.d.ts +39 -54
  37. package/dist-types/commands/UpdateVirtualGatewayCommand.d.ts +37 -37
  38. package/dist-types/commands/UpdateVirtualNodeCommand.d.ts +58 -70
  39. package/dist-types/commands/UpdateVirtualRouterCommand.d.ts +5 -5
  40. package/dist-types/commands/UpdateVirtualServiceCommand.d.ts +5 -5
  41. package/dist-types/models/models_0.d.ts +203 -103
  42. package/dist-types/ts3.4/models/models_0.d.ts +138 -103
  43. package/package.json +34 -34
@@ -49,21 +49,21 @@ export interface CreateVirtualNodeCommandOutput extends CreateVirtualNodeOutput,
49
49
  * import { AppMeshClient, CreateVirtualNodeCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import
50
50
  * // const { AppMeshClient, CreateVirtualNodeCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import
51
51
  * const client = new AppMeshClient(config);
52
- * const input = {
52
+ * const input = { // CreateVirtualNodeInput
53
53
  * virtualNodeName: "STRING_VALUE", // required
54
54
  * meshName: "STRING_VALUE", // required
55
- * spec: {
56
- * serviceDiscovery: { // Union: only one key present
57
- * dns: {
55
+ * spec: { // VirtualNodeSpec
56
+ * serviceDiscovery: { // ServiceDiscovery Union: only one key present
57
+ * dns: { // DnsServiceDiscovery
58
58
  * hostname: "STRING_VALUE", // required
59
59
  * responseType: "STRING_VALUE",
60
60
  * ipPreference: "STRING_VALUE",
61
61
  * },
62
- * awsCloudMap: {
62
+ * awsCloudMap: { // AwsCloudMapServiceDiscovery
63
63
  * namespaceName: "STRING_VALUE", // required
64
64
  * serviceName: "STRING_VALUE", // required
65
- * attributes: [
66
- * {
65
+ * attributes: [ // AwsCloudMapInstanceAttributes
66
+ * { // AwsCloudMapInstanceAttribute
67
67
  * key: "STRING_VALUE", // required
68
68
  * value: "STRING_VALUE", // required
69
69
  * },
@@ -71,45 +71,45 @@ export interface CreateVirtualNodeCommandOutput extends CreateVirtualNodeOutput,
71
71
  * ipPreference: "STRING_VALUE",
72
72
  * },
73
73
  * },
74
- * listeners: [
75
- * {
76
- * portMapping: {
74
+ * listeners: [ // Listeners
75
+ * { // Listener
76
+ * portMapping: { // PortMapping
77
77
  * port: Number("int"), // required
78
78
  * protocol: "STRING_VALUE", // required
79
79
  * },
80
- * tls: {
80
+ * tls: { // ListenerTls
81
81
  * mode: "STRING_VALUE", // required
82
- * certificate: { // Union: only one key present
83
- * acm: {
82
+ * certificate: { // ListenerTlsCertificate Union: only one key present
83
+ * acm: { // ListenerTlsAcmCertificate
84
84
  * certificateArn: "STRING_VALUE", // required
85
85
  * },
86
- * file: {
86
+ * file: { // ListenerTlsFileCertificate
87
87
  * certificateChain: "STRING_VALUE", // required
88
88
  * privateKey: "STRING_VALUE", // required
89
89
  * },
90
- * sds: {
90
+ * sds: { // ListenerTlsSdsCertificate
91
91
  * secretName: "STRING_VALUE", // required
92
92
  * },
93
93
  * },
94
- * validation: {
95
- * trust: { // Union: only one key present
96
- * file: {
94
+ * validation: { // ListenerTlsValidationContext
95
+ * trust: { // ListenerTlsValidationContextTrust Union: only one key present
96
+ * file: { // TlsValidationContextFileTrust
97
97
  * certificateChain: "STRING_VALUE", // required
98
98
  * },
99
- * sds: {
99
+ * sds: { // TlsValidationContextSdsTrust
100
100
  * secretName: "STRING_VALUE", // required
101
101
  * },
102
102
  * },
103
- * subjectAlternativeNames: {
104
- * match: {
105
- * exact: [ // required
103
+ * subjectAlternativeNames: { // SubjectAlternativeNames
104
+ * match: { // SubjectAlternativeNameMatchers
105
+ * exact: [ // SubjectAlternativeNameList // required
106
106
  * "STRING_VALUE",
107
107
  * ],
108
108
  * },
109
109
  * },
110
110
  * },
111
111
  * },
112
- * healthCheck: {
112
+ * healthCheck: { // HealthCheckPolicy
113
113
  * timeoutMillis: Number("long"), // required
114
114
  * intervalMillis: Number("long"), // required
115
115
  * protocol: "STRING_VALUE", // required
@@ -118,14 +118,14 @@ export interface CreateVirtualNodeCommandOutput extends CreateVirtualNodeOutput,
118
118
  * healthyThreshold: Number("int"), // required
119
119
  * unhealthyThreshold: Number("int"), // required
120
120
  * },
121
- * timeout: { // Union: only one key present
122
- * tcp: {
123
- * idle: {
121
+ * timeout: { // ListenerTimeout Union: only one key present
122
+ * tcp: { // TcpTimeout
123
+ * idle: { // Duration
124
124
  * value: Number("long"),
125
125
  * unit: "STRING_VALUE",
126
126
  * },
127
127
  * },
128
- * http: {
128
+ * http: { // HttpTimeout
129
129
  * perRequest: {
130
130
  * value: Number("long"),
131
131
  * unit: "STRING_VALUE",
@@ -145,57 +145,45 @@ export interface CreateVirtualNodeCommandOutput extends CreateVirtualNodeOutput,
145
145
  * unit: "STRING_VALUE",
146
146
  * },
147
147
  * },
148
- * grpc: {
149
- * perRequest: {
150
- * value: Number("long"),
151
- * unit: "STRING_VALUE",
152
- * },
153
- * idle: {
154
- * value: Number("long"),
155
- * unit: "STRING_VALUE",
156
- * },
148
+ * grpc: { // GrpcTimeout
149
+ * perRequest: "<Duration>",
150
+ * idle: "<Duration>",
157
151
  * },
158
152
  * },
159
- * outlierDetection: {
153
+ * outlierDetection: { // OutlierDetection
160
154
  * maxServerErrors: Number("long"), // required
161
- * interval: {
162
- * value: Number("long"),
163
- * unit: "STRING_VALUE",
164
- * },
165
- * baseEjectionDuration: {
166
- * value: Number("long"),
167
- * unit: "STRING_VALUE",
168
- * },
155
+ * interval: "<Duration>", // required
156
+ * baseEjectionDuration: "<Duration>", // required
169
157
  * maxEjectionPercent: Number("int"), // required
170
158
  * },
171
- * connectionPool: { // Union: only one key present
172
- * tcp: {
159
+ * connectionPool: { // VirtualNodeConnectionPool Union: only one key present
160
+ * tcp: { // VirtualNodeTcpConnectionPool
173
161
  * maxConnections: Number("int"), // required
174
162
  * },
175
- * http: {
163
+ * http: { // VirtualNodeHttpConnectionPool
176
164
  * maxConnections: Number("int"), // required
177
165
  * maxPendingRequests: Number("int"),
178
166
  * },
179
- * http2: {
167
+ * http2: { // VirtualNodeHttp2ConnectionPool
180
168
  * maxRequests: Number("int"), // required
181
169
  * },
182
- * grpc: {
170
+ * grpc: { // VirtualNodeGrpcConnectionPool
183
171
  * maxRequests: Number("int"), // required
184
172
  * },
185
173
  * },
186
174
  * },
187
175
  * ],
188
- * backends: [
189
- * { // Union: only one key present
190
- * virtualService: {
176
+ * backends: [ // Backends
177
+ * { // Backend Union: only one key present
178
+ * virtualService: { // VirtualServiceBackend
191
179
  * virtualServiceName: "STRING_VALUE", // required
192
- * clientPolicy: {
193
- * tls: {
180
+ * clientPolicy: { // ClientPolicy
181
+ * tls: { // ClientPolicyTls
194
182
  * enforce: true || false,
195
- * ports: [
183
+ * ports: [ // PortSet
196
184
  * Number("int"),
197
185
  * ],
198
- * certificate: { // Union: only one key present
186
+ * certificate: { // ClientTlsCertificate Union: only one key present
199
187
  * file: {
200
188
  * certificateChain: "STRING_VALUE", // required
201
189
  * privateKey: "STRING_VALUE", // required
@@ -204,10 +192,10 @@ export interface CreateVirtualNodeCommandOutput extends CreateVirtualNodeOutput,
204
192
  * secretName: "STRING_VALUE", // required
205
193
  * },
206
194
  * },
207
- * validation: {
208
- * trust: { // Union: only one key present
209
- * acm: {
210
- * certificateAuthorityArns: [ // required
195
+ * validation: { // TlsValidationContext
196
+ * trust: { // TlsValidationContextTrust Union: only one key present
197
+ * acm: { // TlsValidationContextAcmTrust
198
+ * certificateAuthorityArns: [ // CertificateAuthorityArns // required
211
199
  * "STRING_VALUE",
212
200
  * ],
213
201
  * },
@@ -231,14 +219,14 @@ export interface CreateVirtualNodeCommandOutput extends CreateVirtualNodeOutput,
231
219
  * },
232
220
  * },
233
221
  * ],
234
- * backendDefaults: {
222
+ * backendDefaults: { // BackendDefaults
235
223
  * clientPolicy: {
236
224
  * tls: {
237
225
  * enforce: true || false,
238
226
  * ports: [
239
227
  * Number("int"),
240
228
  * ],
241
- * certificate: { // Union: only one key present
229
+ * certificate: {// Union: only one key present
242
230
  * file: {
243
231
  * certificateChain: "STRING_VALUE", // required
244
232
  * privateKey: "STRING_VALUE", // required
@@ -248,7 +236,7 @@ export interface CreateVirtualNodeCommandOutput extends CreateVirtualNodeOutput,
248
236
  * },
249
237
  * },
250
238
  * validation: {
251
- * trust: { // Union: only one key present
239
+ * trust: {// Union: only one key present
252
240
  * acm: {
253
241
  * certificateAuthorityArns: [ // required
254
242
  * "STRING_VALUE",
@@ -272,14 +260,14 @@ export interface CreateVirtualNodeCommandOutput extends CreateVirtualNodeOutput,
272
260
  * },
273
261
  * },
274
262
  * },
275
- * logging: {
276
- * accessLog: { // Union: only one key present
277
- * file: {
263
+ * logging: { // Logging
264
+ * accessLog: { // AccessLog Union: only one key present
265
+ * file: { // FileAccessLog
278
266
  * path: "STRING_VALUE", // required
279
- * format: { // Union: only one key present
267
+ * format: { // LoggingFormat Union: only one key present
280
268
  * text: "STRING_VALUE",
281
- * json: [
282
- * {
269
+ * json: [ // JsonFormat
270
+ * { // JsonFormatRef
283
271
  * key: "STRING_VALUE", // required
284
272
  * value: "STRING_VALUE", // required
285
273
  * },
@@ -289,8 +277,8 @@ export interface CreateVirtualNodeCommandOutput extends CreateVirtualNodeOutput,
289
277
  * },
290
278
  * },
291
279
  * },
292
- * tags: [
293
- * {
280
+ * tags: [ // TagList
281
+ * { // TagRef
294
282
  * key: "STRING_VALUE", // required
295
283
  * value: "STRING_VALUE", // required
296
284
  * },
@@ -32,21 +32,21 @@ export interface CreateVirtualRouterCommandOutput extends CreateVirtualRouterOut
32
32
  * import { AppMeshClient, CreateVirtualRouterCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import
33
33
  * // const { AppMeshClient, CreateVirtualRouterCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import
34
34
  * const client = new AppMeshClient(config);
35
- * const input = {
35
+ * const input = { // CreateVirtualRouterInput
36
36
  * virtualRouterName: "STRING_VALUE", // required
37
37
  * meshName: "STRING_VALUE", // required
38
- * spec: {
39
- * listeners: [
40
- * {
41
- * portMapping: {
38
+ * spec: { // VirtualRouterSpec
39
+ * listeners: [ // VirtualRouterListeners
40
+ * { // VirtualRouterListener
41
+ * portMapping: { // PortMapping
42
42
  * port: Number("int"), // required
43
43
  * protocol: "STRING_VALUE", // required
44
44
  * },
45
45
  * },
46
46
  * ],
47
47
  * },
48
- * tags: [
49
- * {
48
+ * tags: [ // TagList
49
+ * { // TagRef
50
50
  * key: "STRING_VALUE", // required
51
51
  * value: "STRING_VALUE", // required
52
52
  * },
@@ -32,21 +32,21 @@ export interface CreateVirtualServiceCommandOutput extends CreateVirtualServiceO
32
32
  * import { AppMeshClient, CreateVirtualServiceCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import
33
33
  * // const { AppMeshClient, CreateVirtualServiceCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import
34
34
  * const client = new AppMeshClient(config);
35
- * const input = {
35
+ * const input = { // CreateVirtualServiceInput
36
36
  * virtualServiceName: "STRING_VALUE", // required
37
37
  * meshName: "STRING_VALUE", // required
38
- * spec: {
39
- * provider: { // Union: only one key present
40
- * virtualNode: {
38
+ * spec: { // VirtualServiceSpec
39
+ * provider: { // VirtualServiceProvider Union: only one key present
40
+ * virtualNode: { // VirtualNodeServiceProvider
41
41
  * virtualNodeName: "STRING_VALUE", // required
42
42
  * },
43
- * virtualRouter: {
43
+ * virtualRouter: { // VirtualRouterServiceProvider
44
44
  * virtualRouterName: "STRING_VALUE", // required
45
45
  * },
46
46
  * },
47
47
  * },
48
- * tags: [
49
- * {
48
+ * tags: [ // TagList
49
+ * { // TagRef
50
50
  * key: "STRING_VALUE", // required
51
51
  * value: "STRING_VALUE", // required
52
52
  * },
@@ -26,7 +26,7 @@ export interface DeleteGatewayRouteCommandOutput extends DeleteGatewayRouteOutpu
26
26
  * import { AppMeshClient, DeleteGatewayRouteCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import
27
27
  * // const { AppMeshClient, DeleteGatewayRouteCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import
28
28
  * const client = new AppMeshClient(config);
29
- * const input = {
29
+ * const input = { // DeleteGatewayRouteInput
30
30
  * gatewayRouteName: "STRING_VALUE", // required
31
31
  * meshName: "STRING_VALUE", // required
32
32
  * virtualGatewayName: "STRING_VALUE", // required
@@ -28,7 +28,7 @@ export interface DeleteMeshCommandOutput extends DeleteMeshOutput, __MetadataBea
28
28
  * import { AppMeshClient, DeleteMeshCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import
29
29
  * // const { AppMeshClient, DeleteMeshCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import
30
30
  * const client = new AppMeshClient(config);
31
- * const input = {
31
+ * const input = { // DeleteMeshInput
32
32
  * meshName: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new DeleteMeshCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteRouteCommandOutput extends DeleteRouteOutput, __MetadataB
26
26
  * import { AppMeshClient, DeleteRouteCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import
27
27
  * // const { AppMeshClient, DeleteRouteCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import
28
28
  * const client = new AppMeshClient(config);
29
- * const input = {
29
+ * const input = { // DeleteRouteInput
30
30
  * routeName: "STRING_VALUE", // required
31
31
  * meshName: "STRING_VALUE", // required
32
32
  * virtualRouterName: "STRING_VALUE", // required
@@ -27,7 +27,7 @@ export interface DeleteVirtualGatewayCommandOutput extends DeleteVirtualGatewayO
27
27
  * import { AppMeshClient, DeleteVirtualGatewayCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import
28
28
  * // const { AppMeshClient, DeleteVirtualGatewayCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import
29
29
  * const client = new AppMeshClient(config);
30
- * const input = {
30
+ * const input = { // DeleteVirtualGatewayInput
31
31
  * virtualGatewayName: "STRING_VALUE", // required
32
32
  * meshName: "STRING_VALUE", // required
33
33
  * meshOwner: "STRING_VALUE",
@@ -28,7 +28,7 @@ export interface DeleteVirtualNodeCommandOutput extends DeleteVirtualNodeOutput,
28
28
  * import { AppMeshClient, DeleteVirtualNodeCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import
29
29
  * // const { AppMeshClient, DeleteVirtualNodeCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import
30
30
  * const client = new AppMeshClient(config);
31
- * const input = {
31
+ * const input = { // DeleteVirtualNodeInput
32
32
  * virtualNodeName: "STRING_VALUE", // required
33
33
  * meshName: "STRING_VALUE", // required
34
34
  * meshOwner: "STRING_VALUE",
@@ -28,7 +28,7 @@ export interface DeleteVirtualRouterCommandOutput extends DeleteVirtualRouterOut
28
28
  * import { AppMeshClient, DeleteVirtualRouterCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import
29
29
  * // const { AppMeshClient, DeleteVirtualRouterCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import
30
30
  * const client = new AppMeshClient(config);
31
- * const input = {
31
+ * const input = { // DeleteVirtualRouterInput
32
32
  * virtualRouterName: "STRING_VALUE", // required
33
33
  * meshName: "STRING_VALUE", // required
34
34
  * meshOwner: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface DeleteVirtualServiceCommandOutput extends DeleteVirtualServiceO
26
26
  * import { AppMeshClient, DeleteVirtualServiceCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import
27
27
  * // const { AppMeshClient, DeleteVirtualServiceCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import
28
28
  * const client = new AppMeshClient(config);
29
- * const input = {
29
+ * const input = { // DeleteVirtualServiceInput
30
30
  * virtualServiceName: "STRING_VALUE", // required
31
31
  * meshName: "STRING_VALUE", // required
32
32
  * meshOwner: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface DescribeGatewayRouteCommandOutput extends DescribeGatewayRouteO
26
26
  * import { AppMeshClient, DescribeGatewayRouteCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import
27
27
  * // const { AppMeshClient, DescribeGatewayRouteCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import
28
28
  * const client = new AppMeshClient(config);
29
- * const input = {
29
+ * const input = { // DescribeGatewayRouteInput
30
30
  * gatewayRouteName: "STRING_VALUE", // required
31
31
  * meshName: "STRING_VALUE", // required
32
32
  * virtualGatewayName: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface DescribeMeshCommandOutput extends DescribeMeshOutput, __Metadat
26
26
  * import { AppMeshClient, DescribeMeshCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import
27
27
  * // const { AppMeshClient, DescribeMeshCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import
28
28
  * const client = new AppMeshClient(config);
29
- * const input = {
29
+ * const input = { // DescribeMeshInput
30
30
  * meshName: "STRING_VALUE", // required
31
31
  * meshOwner: "STRING_VALUE",
32
32
  * };
@@ -26,7 +26,7 @@ export interface DescribeRouteCommandOutput extends DescribeRouteOutput, __Metad
26
26
  * import { AppMeshClient, DescribeRouteCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import
27
27
  * // const { AppMeshClient, DescribeRouteCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import
28
28
  * const client = new AppMeshClient(config);
29
- * const input = {
29
+ * const input = { // DescribeRouteInput
30
30
  * routeName: "STRING_VALUE", // required
31
31
  * meshName: "STRING_VALUE", // required
32
32
  * meshOwner: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface DescribeVirtualGatewayCommandOutput extends DescribeVirtualGate
26
26
  * import { AppMeshClient, DescribeVirtualGatewayCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import
27
27
  * // const { AppMeshClient, DescribeVirtualGatewayCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import
28
28
  * const client = new AppMeshClient(config);
29
- * const input = {
29
+ * const input = { // DescribeVirtualGatewayInput
30
30
  * virtualGatewayName: "STRING_VALUE", // required
31
31
  * meshName: "STRING_VALUE", // required
32
32
  * meshOwner: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface DescribeVirtualNodeCommandOutput extends DescribeVirtualNodeOut
26
26
  * import { AppMeshClient, DescribeVirtualNodeCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import
27
27
  * // const { AppMeshClient, DescribeVirtualNodeCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import
28
28
  * const client = new AppMeshClient(config);
29
- * const input = {
29
+ * const input = { // DescribeVirtualNodeInput
30
30
  * virtualNodeName: "STRING_VALUE", // required
31
31
  * meshName: "STRING_VALUE", // required
32
32
  * meshOwner: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface DescribeVirtualRouterCommandOutput extends DescribeVirtualRoute
26
26
  * import { AppMeshClient, DescribeVirtualRouterCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import
27
27
  * // const { AppMeshClient, DescribeVirtualRouterCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import
28
28
  * const client = new AppMeshClient(config);
29
- * const input = {
29
+ * const input = { // DescribeVirtualRouterInput
30
30
  * virtualRouterName: "STRING_VALUE", // required
31
31
  * meshName: "STRING_VALUE", // required
32
32
  * meshOwner: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface DescribeVirtualServiceCommandOutput extends DescribeVirtualServ
26
26
  * import { AppMeshClient, DescribeVirtualServiceCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import
27
27
  * // const { AppMeshClient, DescribeVirtualServiceCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import
28
28
  * const client = new AppMeshClient(config);
29
- * const input = {
29
+ * const input = { // DescribeVirtualServiceInput
30
30
  * virtualServiceName: "STRING_VALUE", // required
31
31
  * meshName: "STRING_VALUE", // required
32
32
  * meshOwner: "STRING_VALUE",
@@ -27,7 +27,7 @@ export interface ListGatewayRoutesCommandOutput extends ListGatewayRoutesOutput,
27
27
  * import { AppMeshClient, ListGatewayRoutesCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import
28
28
  * // const { AppMeshClient, ListGatewayRoutesCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import
29
29
  * const client = new AppMeshClient(config);
30
- * const input = {
30
+ * const input = { // ListGatewayRoutesInput
31
31
  * meshName: "STRING_VALUE", // required
32
32
  * virtualGatewayName: "STRING_VALUE", // required
33
33
  * nextToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface ListMeshesCommandOutput extends ListMeshesOutput, __MetadataBea
26
26
  * import { AppMeshClient, ListMeshesCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import
27
27
  * // const { AppMeshClient, ListMeshesCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import
28
28
  * const client = new AppMeshClient(config);
29
- * const input = {
29
+ * const input = { // ListMeshesInput
30
30
  * nextToken: "STRING_VALUE",
31
31
  * limit: Number("int"),
32
32
  * };
@@ -26,7 +26,7 @@ export interface ListRoutesCommandOutput extends ListRoutesOutput, __MetadataBea
26
26
  * import { AppMeshClient, ListRoutesCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import
27
27
  * // const { AppMeshClient, ListRoutesCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import
28
28
  * const client = new AppMeshClient(config);
29
- * const input = {
29
+ * const input = { // ListRoutesInput
30
30
  * meshName: "STRING_VALUE", // required
31
31
  * virtualRouterName: "STRING_VALUE", // required
32
32
  * nextToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
26
26
  * import { AppMeshClient, ListTagsForResourceCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import
27
27
  * // const { AppMeshClient, ListTagsForResourceCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import
28
28
  * const client = new AppMeshClient(config);
29
- * const input = {
29
+ * const input = { // ListTagsForResourceInput
30
30
  * resourceArn: "STRING_VALUE", // required
31
31
  * nextToken: "STRING_VALUE",
32
32
  * limit: Number("int"),
@@ -26,7 +26,7 @@ export interface ListVirtualGatewaysCommandOutput extends ListVirtualGatewaysOut
26
26
  * import { AppMeshClient, ListVirtualGatewaysCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import
27
27
  * // const { AppMeshClient, ListVirtualGatewaysCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import
28
28
  * const client = new AppMeshClient(config);
29
- * const input = {
29
+ * const input = { // ListVirtualGatewaysInput
30
30
  * meshName: "STRING_VALUE", // required
31
31
  * nextToken: "STRING_VALUE",
32
32
  * limit: Number("int"),
@@ -26,7 +26,7 @@ export interface ListVirtualNodesCommandOutput extends ListVirtualNodesOutput, _
26
26
  * import { AppMeshClient, ListVirtualNodesCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import
27
27
  * // const { AppMeshClient, ListVirtualNodesCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import
28
28
  * const client = new AppMeshClient(config);
29
- * const input = {
29
+ * const input = { // ListVirtualNodesInput
30
30
  * meshName: "STRING_VALUE", // required
31
31
  * nextToken: "STRING_VALUE",
32
32
  * limit: Number("int"),
@@ -26,7 +26,7 @@ export interface ListVirtualRoutersCommandOutput extends ListVirtualRoutersOutpu
26
26
  * import { AppMeshClient, ListVirtualRoutersCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import
27
27
  * // const { AppMeshClient, ListVirtualRoutersCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import
28
28
  * const client = new AppMeshClient(config);
29
- * const input = {
29
+ * const input = { // ListVirtualRoutersInput
30
30
  * meshName: "STRING_VALUE", // required
31
31
  * nextToken: "STRING_VALUE",
32
32
  * limit: Number("int"),
@@ -26,7 +26,7 @@ export interface ListVirtualServicesCommandOutput extends ListVirtualServicesOut
26
26
  * import { AppMeshClient, ListVirtualServicesCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import
27
27
  * // const { AppMeshClient, ListVirtualServicesCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import
28
28
  * const client = new AppMeshClient(config);
29
- * const input = {
29
+ * const input = { // ListVirtualServicesInput
30
30
  * meshName: "STRING_VALUE", // required
31
31
  * nextToken: "STRING_VALUE",
32
32
  * limit: Number("int"),
@@ -29,10 +29,10 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
29
29
  * import { AppMeshClient, TagResourceCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import
30
30
  * // const { AppMeshClient, TagResourceCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import
31
31
  * const client = new AppMeshClient(config);
32
- * const input = {
32
+ * const input = { // TagResourceInput
33
33
  * resourceArn: "STRING_VALUE", // required
34
- * tags: [ // required
35
- * {
34
+ * tags: [ // TagList // required
35
+ * { // TagRef
36
36
  * key: "STRING_VALUE", // required
37
37
  * value: "STRING_VALUE", // required
38
38
  * },
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
26
26
  * import { AppMeshClient, UntagResourceCommand } from "@aws-sdk/client-app-mesh"; // ES Modules import
27
27
  * // const { AppMeshClient, UntagResourceCommand } = require("@aws-sdk/client-app-mesh"); // CommonJS import
28
28
  * const client = new AppMeshClient(config);
29
- * const input = {
29
+ * const input = { // UntagResourceInput
30
30
  * resourceArn: "STRING_VALUE", // required
31
- * tagKeys: [ // required
31
+ * tagKeys: [ // TagKeyList // required
32
32
  * "STRING_VALUE",
33
33
  * ],
34
34
  * };