@aws-sdk/client-guardduty 3.1044.0 → 3.1045.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.
@@ -115,12 +115,12 @@ export interface AccessKeyDetails {
115
115
  UserType?: string | undefined;
116
116
  }
117
117
  /**
118
- * <p>Contains information about the account.</p>
118
+ * <p>Contains information about the Amazon Web Services account within which the activity took place.</p>
119
119
  * @public
120
120
  */
121
121
  export interface Account {
122
122
  /**
123
- * <p>ID of the member's Amazon Web Services account</p>
123
+ * <p>The Amazon Web Services account ID within which the activity took place. This may differ from the account that owns the user identity.</p>
124
124
  * @public
125
125
  */
126
126
  Uid: string | undefined;
@@ -967,7 +967,7 @@ export interface User {
967
967
  */
968
968
  CredentialUid?: string | undefined;
969
969
  /**
970
- * <p>Contains information about the Amazon Web Services account.</p>
970
+ * <p>Contains information about the Amazon Web Services account within which the activity took place. This is not necessarily the account that owns the user identity.</p>
971
971
  * @public
972
972
  */
973
973
  Account?: Account | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-guardduty",
3
3
  "description": "AWS SDK for JavaScript Guardduty Client for Node.js, Browser and React Native",
4
- "version": "3.1044.0",
4
+ "version": "3.1045.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-guardduty",