@aws-sdk/client-outposts 3.1078.0 → 3.1079.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.
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1077.0";
72
+ var version = "3.1078.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -10,7 +10,8 @@ export interface Address {
10
10
  */
11
11
  ContactName: string | undefined;
12
12
  /**
13
- * <p>The phone number of the contact.</p>
13
+ * <p>The phone number of the contact, including the country code (for example,
14
+ * <code>+12065550100</code>).</p>
14
15
  * @public
15
16
  */
16
17
  ContactPhoneNumber: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-outposts",
3
3
  "description": "AWS SDK for JavaScript Outposts Client for Node.js, Browser and React Native",
4
- "version": "3.1078.0",
4
+ "version": "3.1079.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",
@@ -19,8 +19,8 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "sideEffects": false,
21
21
  "dependencies": {
22
- "@aws-sdk/core": "^3.974.26",
23
- "@aws-sdk/credential-provider-node": "^3.972.61",
22
+ "@aws-sdk/core": "^3.974.27",
23
+ "@aws-sdk/credential-provider-node": "^3.972.62",
24
24
  "@aws-sdk/types": "^3.973.15",
25
25
  "@smithy/core": "^3.29.0",
26
26
  "@smithy/fetch-http-handler": "^5.6.2",