Skip to content

Commit 0a98d41

Browse files
author
AWS
committed
Amazon CloudWatch Network Monitor Update: Updated the allowed monitorName length for CloudWatch Network Monitor.
1 parent a4edcb9 commit 0a98d41

File tree

2 files changed

+23
-17
lines changed

2 files changed

+23
-17
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon CloudWatch Network Monitor",
4+
"contributor": "",
5+
"description": "Updated the allowed monitorName length for CloudWatch Network Monitor."
6+
}

services/networkmonitor/src/main/resources/codegen-resources/service-2.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
"members":{
294294
"monitorName":{
295295
"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>"
297297
},
298298
"probes":{
299299
"shape":"CreateMonitorProbeInputList",
@@ -336,7 +336,7 @@
336336
},
337337
"aggregationPeriod":{
338338
"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>"
340340
},
341341
"tags":{
342342
"shape":"TagMap",
@@ -358,19 +358,19 @@
358358
},
359359
"destination":{
360360
"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>"
362362
},
363363
"destinationPort":{
364364
"shape":"Port",
365365
"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>"
366366
},
367367
"protocol":{
368368
"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>"
370370
},
371371
"packetSize":{
372372
"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>"
374374
},
375375
"probeTags":{
376376
"shape":"TagMap",
@@ -433,19 +433,19 @@
433433
},
434434
"destination":{
435435
"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>"
437437
},
438438
"destinationPort":{
439439
"shape":"Port",
440440
"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>"
441441
},
442442
"protocol":{
443443
"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>"
445445
},
446446
"packetSize":{
447447
"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>"
449449
},
450450
"addressFamily":{
451451
"shape":"AddressFamily",
@@ -621,19 +621,19 @@
621621
},
622622
"destination":{
623623
"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>"
625625
},
626626
"destinationPort":{
627627
"shape":"Port",
628628
"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>"
629629
},
630630
"protocol":{
631631
"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>"
633633
},
634634
"packetSize":{
635635
"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>"
637637
},
638638
"addressFamily":{
639639
"shape":"AddressFamily",
@@ -886,19 +886,19 @@
886886
},
887887
"destination":{
888888
"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>"
890890
},
891891
"destinationPort":{
892892
"shape":"Port",
893893
"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>"
894894
},
895895
"protocol":{
896896
"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>"
898898
},
899899
"packetSize":{
900900
"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>"
902902
},
903903
"tags":{
904904
"shape":"TagMap",
@@ -931,7 +931,7 @@
931931
},
932932
"ResourceName":{
933933
"type":"string",
934-
"max":255,
934+
"max":200,
935935
"min":1,
936936
"pattern":"[a-zA-Z0-9_-]+"
937937
},
@@ -1162,7 +1162,7 @@
11621162
},
11631163
"destinationPort":{
11641164
"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>"
11661166
},
11671167
"protocol":{
11681168
"shape":"Protocol",
@@ -1174,7 +1174,7 @@
11741174
},
11751175
"addressFamily":{
11761176
"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>"
11781178
},
11791179
"vpcId":{
11801180
"shape":"VpcId",

0 commit comments

Comments
 (0)