@aws-sdk/client-ec2 3.990.0 → 3.991.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.
@@ -27,7 +27,7 @@ declare const CreateSecondaryNetworkCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates an Amazon secondary network.</p>
30
+ * <p>Creates a secondary network.</p>
31
31
  * <p>The allowed size for a secondary network CIDR block is between /28 netmask (16 IP addresses) and /12 netmask (1,048,576 IP addresses).</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ec2",
3
3
  "description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4
- "version": "3.990.0",
4
+ "version": "3.991.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ec2",
@@ -30,7 +30,7 @@
30
30
  "@aws-sdk/middleware-user-agent": "^3.972.10",
31
31
  "@aws-sdk/region-config-resolver": "^3.972.3",
32
32
  "@aws-sdk/types": "^3.973.1",
33
- "@aws-sdk/util-endpoints": "3.990.0",
33
+ "@aws-sdk/util-endpoints": "3.991.0",
34
34
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
35
35
  "@aws-sdk/util-user-agent-node": "^3.972.8",
36
36
  "@smithy/config-resolver": "^4.4.6",