|
43 | 43 | "refs": { } |
44 | 44 | }, |
45 | 45 | "AwsCloudMapInstanceAttribute": { |
46 | | - "base": "<p>An object representing the AWS Cloud Map attribute information for your virtual node.</p>", |
| 46 | + "base": "<p>An object representing the AWS Cloud Map attribute information for your virtual\n node.</p>", |
47 | 47 | "refs": { |
48 | | - "AwsCloudMapInstanceAttribute$key": "<p>The name of an AWS Cloud Map service instance attribute key. Any AWS Cloud Map service instance\n that contains the specified key and value is returned.</p>", |
| 48 | + "AwsCloudMapInstanceAttribute$key": "<p>The name of an AWS Cloud Map service instance attribute key. Any AWS Cloud Map service\n instance that contains the specified key and value is returned.</p>", |
49 | 49 | "AwsCloudMapInstanceAttribute$value": "<p>The value of an AWS Cloud Map service instance attribute key. Any AWS Cloud Map service\n instance that contains the specified key and value is returned.</p>" |
50 | 50 | } |
51 | 51 | }, |
|
91 | 91 | "base": "<p>The request syntax was malformed. Check your request syntax and try again.</p>", |
92 | 92 | "refs": { } |
93 | 93 | }, |
| 94 | + "Boolean": { |
| 95 | + "base": null, |
| 96 | + "refs": { } |
| 97 | + }, |
94 | 98 | "ConflictException": { |
95 | 99 | "base": "<p>The request contains a client token that was used for a previous update resource call\n with different specifications. Try the request again with a new client token.</p>", |
96 | 100 | "refs": { } |
|
335 | 339 | "base": "<p>You don't have permissions to perform this action.</p>", |
336 | 340 | "refs": { } |
337 | 341 | }, |
| 342 | + "HeaderMatch": { |
| 343 | + "base": null, |
| 344 | + "refs": { } |
| 345 | + }, |
| 346 | + "HeaderMatchMethod": { |
| 347 | + "base": "<p>An object representing the method and value to match the header value sent with a\n request. Specify one match method.</p>", |
| 348 | + "refs": { |
| 349 | + "HeaderMatchMethod$exact": "<p>The header value sent by the client must match the specified value exactly.</p>", |
| 350 | + "HeaderMatchMethod$prefix": "<p>The header value sent by the client must begin with the specified characters.</p>", |
| 351 | + "HeaderMatchMethod$range": "<p>The object that specifies the range of numbers within which the header value sent by the client\n must be included.</p>", |
| 352 | + "HeaderMatchMethod$regex": "<p>The header value sent by the client must include the specified characters.</p>", |
| 353 | + "HeaderMatchMethod$suffix": "<p>The header value sent by the client must end with the specified characters.</p>" |
| 354 | + } |
| 355 | + }, |
| 356 | + "HeaderName": { |
| 357 | + "base": null, |
| 358 | + "refs": { } |
| 359 | + }, |
338 | 360 | "HealthCheckIntervalMillis": { |
339 | 361 | "base": null, |
340 | 362 | "refs": { } |
|
363 | 385 | "base": null, |
364 | 386 | "refs": { } |
365 | 387 | }, |
| 388 | + "HttpMethod": { |
| 389 | + "base": null, |
| 390 | + "refs": { } |
| 391 | + }, |
366 | 392 | "HttpRoute": { |
367 | 393 | "base": "<p>An object representing the HTTP routing specification for a route.</p>", |
368 | 394 | "refs": { |
|
376 | 402 | "HttpRouteAction$weightedTargets": "<p>The targets that traffic is routed to when a request matches the route. You can specify\n one or more targets and their relative weights to distribute traffic with.</p>" |
377 | 403 | } |
378 | 404 | }, |
| 405 | + "HttpRouteHeader": { |
| 406 | + "base": "<p>An object representing the HTTP header in the request.</p>", |
| 407 | + "refs": { |
| 408 | + "HttpRouteHeader$invert": "<p>Specify <code>True</code> to match the opposite of the <code>HeaderMatchMethod</code>\n method and value. The default value is <code>False</code>.</p>", |
| 409 | + "HttpRouteHeader$match": "<p>The <code>HeaderMatchMethod</code> object.</p>", |
| 410 | + "HttpRouteHeader$name": "<p>A name for the HTTP header in the client request that will be matched on.</p>" |
| 411 | + } |
| 412 | + }, |
| 413 | + "HttpRouteHeaders": { |
| 414 | + "base": null, |
| 415 | + "refs": { |
| 416 | + "HttpRouteHeaders$member": null |
| 417 | + } |
| 418 | + }, |
379 | 419 | "HttpRouteMatch": { |
380 | 420 | "base": "<p>An object representing the requirements for a route to match HTTP requests for a virtual\n router.</p>", |
381 | 421 | "refs": { |
382 | | - "HttpRouteMatch$prefix": "<p>Specifies the path to match requests with. This parameter must always start with\n <code>/</code>, which by itself matches all requests to the virtual service name. You\n can also match for path-based routing of requests. For example, if your virtual service\n name is <code>my-service.local</code> and you want the route to match requests to\n <code>my-service.local/metrics</code>, your prefix should be\n <code>/metrics</code>.</p>" |
| 422 | + "HttpRouteMatch$headers": "<p>The client request headers to match on.</p>", |
| 423 | + "HttpRouteMatch$method": "<p>The client request header method to match on.</p>", |
| 424 | + "HttpRouteMatch$prefix": "<p>Specifies the path to match requests with. This parameter must always start with\n <code>/</code>, which by itself matches all requests to the virtual service name. You\n can also match for path-based routing of requests. For example, if your virtual service\n name is <code>my-service.local</code> and you want the route to match requests to\n <code>my-service.local/metrics</code>, your prefix should be\n <code>/metrics</code>.</p>", |
| 425 | + "HttpRouteMatch$scheme": "<p>The client request scheme to match on.</p>" |
383 | 426 | } |
384 | 427 | }, |
| 428 | + "HttpScheme": { |
| 429 | + "base": null, |
| 430 | + "refs": { } |
| 431 | + }, |
385 | 432 | "InternalServerErrorException": { |
386 | 433 | "base": "<p>The request processing has failed because of an unknown error, exception, or\n failure.</p>", |
387 | 434 | "refs": { } |
|
523 | 570 | "base": null, |
524 | 571 | "refs": { } |
525 | 572 | }, |
| 573 | + "MatchRange": { |
| 574 | + "base": "<p>The range of values to match on. The first character of the range is included in the\n range, though the last character is not. For example, if the range specified were 1-100,\n only values 1-99 would be matched.</p>", |
| 575 | + "refs": { |
| 576 | + "MatchRange$end": "<p>End of the range value.</p>", |
| 577 | + "MatchRange$start": "<p>Start of the range value.</p>" |
| 578 | + } |
| 579 | + }, |
526 | 580 | "MeshData": { |
527 | 581 | "base": "<p>An object representing a service mesh returned by a describe operation.</p>", |
528 | 582 | "refs": { |
|
619 | 673 | "RouteList$member": null |
620 | 674 | } |
621 | 675 | }, |
| 676 | + "RoutePriority": { |
| 677 | + "base": null, |
| 678 | + "refs": { } |
| 679 | + }, |
622 | 680 | "RouteRef": { |
623 | 681 | "base": "<p>An object representing a route returned by a list operation.</p>", |
624 | 682 | "refs": { |
|
632 | 690 | "base": "<p>An object representing the specification of a route.</p>", |
633 | 691 | "refs": { |
634 | 692 | "RouteSpec$httpRoute": "<p>The HTTP routing information for the route.</p>", |
| 693 | + "RouteSpec$priority": "<p>The priority for the route. Routes are matched based on the specified value, where 0 is\n the highest priority.</p>", |
635 | 694 | "RouteSpec$tcpRoute": "<p>The TCP routing information for the route.</p>" |
636 | 695 | } |
637 | 696 | }, |
|
0 commit comments