@aws-sdk/client-networkmonitor 3.549.0 → 3.552.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.
@@ -59,7 +59,7 @@ export interface CreateMonitorProbeInput {
59
59
  */
60
60
  sourceArn: string | undefined;
61
61
  /**
62
- * <p>The destination IP address. This will be either <code>IPV4</code> or <code>IPV6</code>.</p>
62
+ * <p>The destination IP address. This must be either <code>IPV4</code> or <code>IPV6</code>.</p>
63
63
  * @public
64
64
  */
65
65
  destination: string | undefined;
@@ -69,12 +69,12 @@ export interface CreateMonitorProbeInput {
69
69
  */
70
70
  destinationPort?: number;
71
71
  /**
72
- * <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>
72
+ * <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>
73
73
  * @public
74
74
  */
75
75
  protocol: Protocol | undefined;
76
76
  /**
77
- * <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>
77
+ * <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>
78
78
  * @public
79
79
  */
80
80
  packetSize?: number;
@@ -89,7 +89,7 @@ export interface CreateMonitorProbeInput {
89
89
  */
90
90
  export interface CreateMonitorInput {
91
91
  /**
92
- * <p>The name identifying the monitor. It can contain only letters, underscores (_), or dashes (-), and can be up to 255 characters.</p>
92
+ * <p>The name identifying the monitor. It can contain only letters, underscores (_), or dashes (-), and can be up to 200 characters.</p>
93
93
  * @public
94
94
  */
95
95
  monitorName: string | undefined;
@@ -149,7 +149,7 @@ export interface CreateMonitorOutput {
149
149
  */
150
150
  state: MonitorState | undefined;
151
151
  /**
152
- * <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>
152
+ * <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>
153
153
  * @public
154
154
  */
155
155
  aggregationPeriod?: number;
@@ -222,7 +222,7 @@ export interface ProbeInput {
222
222
  */
223
223
  sourceArn: string | undefined;
224
224
  /**
225
- * <p>The destination IP address. This will be either <code>IPV4</code> or <code>IPV6</code>.</p>
225
+ * <p>The destination IP address. This must be either <code>IPV4</code> or <code>IPV6</code>.</p>
226
226
  * @public
227
227
  */
228
228
  destination: string | undefined;
@@ -232,12 +232,12 @@ export interface ProbeInput {
232
232
  */
233
233
  destinationPort?: number;
234
234
  /**
235
- * <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>
235
+ * <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>
236
236
  * @public
237
237
  */
238
238
  protocol: Protocol | undefined;
239
239
  /**
240
- * <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>
240
+ * <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>
241
241
  * @public
242
242
  */
243
243
  packetSize?: number;
@@ -308,7 +308,7 @@ export interface CreateProbeOutput {
308
308
  */
309
309
  sourceArn: string | undefined;
310
310
  /**
311
- * <p>The destination IP address for the monitor. This will be either an IPv4 or IPv6 address.</p>
311
+ * <p>The destination IP address for the monitor. This must be either an IPv4 or IPv6 address.</p>
312
312
  * @public
313
313
  */
314
314
  destination: string | undefined;
@@ -318,12 +318,12 @@ export interface CreateProbeOutput {
318
318
  */
319
319
  destinationPort?: number;
320
320
  /**
321
- * <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>
321
+ * <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>
322
322
  * @public
323
323
  */
324
324
  protocol: Protocol | undefined;
325
325
  /**
326
- * <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>
326
+ * <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>
327
327
  * @public
328
328
  */
329
329
  packetSize?: number;
@@ -566,7 +566,7 @@ export interface GetProbeOutput {
566
566
  */
567
567
  sourceArn: string | undefined;
568
568
  /**
569
- * <p>The destination IP address for the monitor. This will be either an IPv4 or IPv6 address.</p>
569
+ * <p>The destination IP address for the monitor. This must be either an IPv4 or IPv6 address.</p>
570
570
  * @public
571
571
  */
572
572
  destination: string | undefined;
@@ -576,12 +576,12 @@ export interface GetProbeOutput {
576
576
  */
577
577
  destinationPort?: number;
578
578
  /**
579
- * <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>
579
+ * <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>
580
580
  * @public
581
581
  */
582
582
  protocol: Protocol | undefined;
583
583
  /**
584
- * <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>
584
+ * <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>
585
585
  * @public
586
586
  */
587
587
  packetSize?: number;
@@ -815,7 +815,7 @@ export interface UpdateProbeOutput {
815
815
  */
816
816
  destination: string | undefined;
817
817
  /**
818
- * <p>The updated destination port. This will be a number between <code>1</code> and <code>65536</code>.</p>
818
+ * <p>The updated destination port. This must be a number between <code>1</code> and <code>65536</code>.</p>
819
819
  * @public
820
820
  */
821
821
  destinationPort?: number;
@@ -830,7 +830,7 @@ export interface UpdateProbeOutput {
830
830
  */
831
831
  packetSize?: number;
832
832
  /**
833
- * <p>The updated IP address family. This will be either <code>IPV4</code> or <code>IPV6</code>.</p>
833
+ * <p>The updated IP address family. This must be either <code>IPV4</code> or <code>IPV6</code>.</p>
834
834
  * @public
835
835
  */
836
836
  addressFamily?: AddressFamily;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-networkmonitor",
3
3
  "description": "AWS SDK for JavaScript Networkmonitor Client for Node.js, Browser and React Native",
4
- "version": "3.549.0",
4
+ "version": "3.552.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-networkmonitor",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.549.0",
24
- "@aws-sdk/core": "3.549.0",
25
- "@aws-sdk/credential-provider-node": "3.549.0",
23
+ "@aws-sdk/client-sts": "3.552.0",
24
+ "@aws-sdk/core": "3.552.0",
25
+ "@aws-sdk/credential-provider-node": "3.552.0",
26
26
  "@aws-sdk/middleware-host-header": "3.535.0",
27
27
  "@aws-sdk/middleware-logger": "3.535.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.535.0",
@@ -33,26 +33,26 @@
33
33
  "@aws-sdk/util-user-agent-browser": "3.535.0",
34
34
  "@aws-sdk/util-user-agent-node": "3.535.0",
35
35
  "@smithy/config-resolver": "^2.2.0",
36
- "@smithy/core": "^1.4.1",
36
+ "@smithy/core": "^1.4.2",
37
37
  "@smithy/fetch-http-handler": "^2.5.0",
38
38
  "@smithy/hash-node": "^2.2.0",
39
39
  "@smithy/invalid-dependency": "^2.2.0",
40
40
  "@smithy/middleware-content-length": "^2.2.0",
41
- "@smithy/middleware-endpoint": "^2.5.0",
42
- "@smithy/middleware-retry": "^2.3.0",
41
+ "@smithy/middleware-endpoint": "^2.5.1",
42
+ "@smithy/middleware-retry": "^2.3.1",
43
43
  "@smithy/middleware-serde": "^2.3.0",
44
44
  "@smithy/middleware-stack": "^2.2.0",
45
45
  "@smithy/node-config-provider": "^2.3.0",
46
46
  "@smithy/node-http-handler": "^2.5.0",
47
47
  "@smithy/protocol-http": "^3.3.0",
48
- "@smithy/smithy-client": "^2.5.0",
48
+ "@smithy/smithy-client": "^2.5.1",
49
49
  "@smithy/types": "^2.12.0",
50
50
  "@smithy/url-parser": "^2.2.0",
51
51
  "@smithy/util-base64": "^2.3.0",
52
52
  "@smithy/util-body-length-browser": "^2.2.0",
53
53
  "@smithy/util-body-length-node": "^2.3.0",
54
- "@smithy/util-defaults-mode-browser": "^2.2.0",
55
- "@smithy/util-defaults-mode-node": "^2.3.0",
54
+ "@smithy/util-defaults-mode-browser": "^2.2.1",
55
+ "@smithy/util-defaults-mode-node": "^2.3.1",
56
56
  "@smithy/util-endpoints": "^1.2.0",
57
57
  "@smithy/util-middleware": "^2.2.0",
58
58
  "@smithy/util-retry": "^2.2.0",