|
293 | 293 | "members":{
|
294 | 294 | "monitorName":{
|
295 | 295 | "shape":"ResourceName",
|
296 |
| - "documentation":"<p>The name identifying the monitor. It can contain only letters, underscores (_), or dashes (-), and can be up to 255 characters.</p>" |
| 296 | + "documentation":"<p>The name identifying the monitor. It can contain only letters, underscores (_), or dashes (-), and can be up to 200 characters.</p>" |
297 | 297 | },
|
298 | 298 | "probes":{
|
299 | 299 | "shape":"CreateMonitorProbeInputList",
|
|
336 | 336 | },
|
337 | 337 | "aggregationPeriod":{
|
338 | 338 | "shape":"AggregationPeriod",
|
339 |
| - "documentation":"<p>The number of seconds that metrics are aggregated by and sent to Amazon CloudWatch. This will be either <code>30</code> or <code>60</code>. </p>" |
| 339 | + "documentation":"<p>The number of seconds that metrics are aggregated by and sent to Amazon CloudWatch. This must be either <code>30</code> or <code>60</code>. </p>" |
340 | 340 | },
|
341 | 341 | "tags":{
|
342 | 342 | "shape":"TagMap",
|
|
358 | 358 | },
|
359 | 359 | "destination":{
|
360 | 360 | "shape":"Destination",
|
361 |
| - "documentation":"<p>The destination IP address. This will be either <code>IPV4</code> or <code>IPV6</code>.</p>" |
| 361 | + "documentation":"<p>The destination IP address. This must be either <code>IPV4</code> or <code>IPV6</code>.</p>" |
362 | 362 | },
|
363 | 363 | "destinationPort":{
|
364 | 364 | "shape":"Port",
|
365 | 365 | "documentation":"<p>The port associated with the <code>destination</code>. This is required only if the <code>protocol</code> is <code>TCP</code> and must be a number between <code>1</code> and <code>65536</code>.</p>"
|
366 | 366 | },
|
367 | 367 | "protocol":{
|
368 | 368 | "shape":"Protocol",
|
369 |
| - "documentation":"<p>The protocol used for the network traffic between the <code>source</code> and <code>destination</code>. This will be either <code>TCP</code> or <code>ICMP</code>.</p>" |
| 369 | + "documentation":"<p>The protocol used for the network traffic between the <code>source</code> and <code>destination</code>. This must be either <code>TCP</code> or <code>ICMP</code>.</p>" |
370 | 370 | },
|
371 | 371 | "packetSize":{
|
372 | 372 | "shape":"PacketSize",
|
373 |
| - "documentation":"<p>The size of the packets sent between the source and destination. This will be a number between <code>56</code> and <code>8500</code>.</p>" |
| 373 | + "documentation":"<p>The size of the packets sent between the source and destination. This must be a number between <code>56</code> and <code>8500</code>.</p>" |
374 | 374 | },
|
375 | 375 | "probeTags":{
|
376 | 376 | "shape":"TagMap",
|
|
433 | 433 | },
|
434 | 434 | "destination":{
|
435 | 435 | "shape":"Destination",
|
436 |
| - "documentation":"<p>The destination IP address for the monitor. This will be either an IPv4 or IPv6 address.</p>" |
| 436 | + "documentation":"<p>The destination IP address for the monitor. This must be either an IPv4 or IPv6 address.</p>" |
437 | 437 | },
|
438 | 438 | "destinationPort":{
|
439 | 439 | "shape":"Port",
|
440 | 440 | "documentation":"<p>The port associated with the <code>destination</code>. This is required only if the <code>protocol</code> is <code>TCP</code> and must be a number between <code>1</code> and <code>65536</code>.</p>"
|
441 | 441 | },
|
442 | 442 | "protocol":{
|
443 | 443 | "shape":"Protocol",
|
444 |
| - "documentation":"<p>The protocol used for the network traffic between the <code>source</code> and <code>destination</code>. This will be either <code>TCP</code> or <code>ICMP</code>.</p>" |
| 444 | + "documentation":"<p>The protocol used for the network traffic between the <code>source</code> and <code>destination</code>. This must be either <code>TCP</code> or <code>ICMP</code>.</p>" |
445 | 445 | },
|
446 | 446 | "packetSize":{
|
447 | 447 | "shape":"PacketSize",
|
448 |
| - "documentation":"<p>The size of the packets sent between the source and destination. This will be a number between <code>56</code> and <code>8500</code>.</p>" |
| 448 | + "documentation":"<p>The size of the packets sent between the source and destination. This must be a number between <code>56</code> and <code>8500</code>.</p>" |
449 | 449 | },
|
450 | 450 | "addressFamily":{
|
451 | 451 | "shape":"AddressFamily",
|
|
621 | 621 | },
|
622 | 622 | "destination":{
|
623 | 623 | "shape":"Destination",
|
624 |
| - "documentation":"<p>The destination IP address for the monitor. This will be either an IPv4 or IPv6 address.</p>" |
| 624 | + "documentation":"<p>The destination IP address for the monitor. This must be either an IPv4 or IPv6 address.</p>" |
625 | 625 | },
|
626 | 626 | "destinationPort":{
|
627 | 627 | "shape":"Port",
|
628 | 628 | "documentation":"<p>The port associated with the <code>destination</code>. This is required only if the <code>protocol</code> is <code>TCP</code> and must be a number between <code>1</code> and <code>65536</code>.</p>"
|
629 | 629 | },
|
630 | 630 | "protocol":{
|
631 | 631 | "shape":"Protocol",
|
632 |
| - "documentation":"<p>The protocol used for the network traffic between the <code>source</code> and <code>destination</code>. This will be either <code>TCP</code> or <code>ICMP</code>.</p>" |
| 632 | + "documentation":"<p>The protocol used for the network traffic between the <code>source</code> and <code>destination</code>. This must be either <code>TCP</code> or <code>ICMP</code>.</p>" |
633 | 633 | },
|
634 | 634 | "packetSize":{
|
635 | 635 | "shape":"PacketSize",
|
636 |
| - "documentation":"<p>The size of the packets sent between the source and destination. This will be a number between <code>56</code> and <code>8500</code>.</p>" |
| 636 | + "documentation":"<p>The size of the packets sent between the source and destination. This must be a number between <code>56</code> and <code>8500</code>.</p>" |
637 | 637 | },
|
638 | 638 | "addressFamily":{
|
639 | 639 | "shape":"AddressFamily",
|
|
886 | 886 | },
|
887 | 887 | "destination":{
|
888 | 888 | "shape":"Destination",
|
889 |
| - "documentation":"<p>The destination IP address. This will be either <code>IPV4</code> or <code>IPV6</code>.</p>" |
| 889 | + "documentation":"<p>The destination IP address. This must be either <code>IPV4</code> or <code>IPV6</code>.</p>" |
890 | 890 | },
|
891 | 891 | "destinationPort":{
|
892 | 892 | "shape":"Port",
|
893 | 893 | "documentation":"<p>The port associated with the <code>destination</code>. This is required only if the <code>protocol</code> is <code>TCP</code> and must be a number between <code>1</code> and <code>65536</code>.</p>"
|
894 | 894 | },
|
895 | 895 | "protocol":{
|
896 | 896 | "shape":"Protocol",
|
897 |
| - "documentation":"<p>The protocol used for the network traffic between the <code>source</code> and <code>destination</code>. This will be either <code>TCP</code> or <code>ICMP</code>.</p>" |
| 897 | + "documentation":"<p>The protocol used for the network traffic between the <code>source</code> and <code>destination</code>. This must be either <code>TCP</code> or <code>ICMP</code>.</p>" |
898 | 898 | },
|
899 | 899 | "packetSize":{
|
900 | 900 | "shape":"PacketSize",
|
901 |
| - "documentation":"<p>The size of the packets sent between the source and destination. This will be a number between <code>56</code> and <code>8500</code>.</p>" |
| 901 | + "documentation":"<p>The size of the packets sent between the source and destination. This must be a number between <code>56</code> and <code>8500</code>.</p>" |
902 | 902 | },
|
903 | 903 | "tags":{
|
904 | 904 | "shape":"TagMap",
|
|
931 | 931 | },
|
932 | 932 | "ResourceName":{
|
933 | 933 | "type":"string",
|
934 |
| - "max":255, |
| 934 | + "max":200, |
935 | 935 | "min":1,
|
936 | 936 | "pattern":"[a-zA-Z0-9_-]+"
|
937 | 937 | },
|
|
1162 | 1162 | },
|
1163 | 1163 | "destinationPort":{
|
1164 | 1164 | "shape":"Port",
|
1165 |
| - "documentation":"<p>The updated destination port. This will be a number between <code>1</code> and <code>65536</code>.</p>" |
| 1165 | + "documentation":"<p>The updated destination port. This must be a number between <code>1</code> and <code>65536</code>.</p>" |
1166 | 1166 | },
|
1167 | 1167 | "protocol":{
|
1168 | 1168 | "shape":"Protocol",
|
|
1174 | 1174 | },
|
1175 | 1175 | "addressFamily":{
|
1176 | 1176 | "shape":"AddressFamily",
|
1177 |
| - "documentation":"<p>The updated IP address family. This will be either <code>IPV4</code> or <code>IPV6</code>.</p>" |
| 1177 | + "documentation":"<p>The updated IP address family. This must be either <code>IPV4</code> or <code>IPV6</code>.</p>" |
1178 | 1178 | },
|
1179 | 1179 | "vpcId":{
|
1180 | 1180 | "shape":"VpcId",
|
|
0 commit comments