|
289 | 289 | "min":1
|
290 | 290 | },
|
291 | 291 | "Boolean":{"type":"boolean"},
|
| 292 | + "ByteValue":{"type":"long"}, |
292 | 293 | "ConflictException":{
|
293 | 294 | "type":"structure",
|
294 | 295 | "members":{
|
|
598 | 599 | },
|
599 | 600 | "MasterId":{
|
600 | 601 | "shape":"AccountId",
|
601 |
| - "documentation":"<p>Deprecated. Instead of <code>MasterId</code>, use <code>AdministratorId</code>.</p> <p>The AWS account identifier of the administrator account for the behavior graph.</p>", |
| 602 | + "documentation":"<p>The AWS account identifier of the administrator account for the behavior graph.</p>", |
602 | 603 | "deprecated":true,
|
603 |
| - "deprecatedMessage":"This property is deprecated, use AdministratorId instead." |
| 604 | + "deprecatedMessage":"This property is deprecated. Use AdministratorId instead." |
604 | 605 | },
|
605 | 606 | "AdministratorId":{
|
606 | 607 | "shape":"AccountId",
|
|
622 | 623 | "shape":"Timestamp",
|
623 | 624 | "documentation":"<p>The date and time that the member account was last updated. The value is in milliseconds since the epoch.</p>"
|
624 | 625 | },
|
| 626 | + "VolumeUsageInBytes":{ |
| 627 | + "shape":"ByteValue", |
| 628 | + "documentation":"<p>The data volume in bytes per day for the member account.</p>" |
| 629 | + }, |
| 630 | + "VolumeUsageUpdatedTime":{ |
| 631 | + "shape":"Timestamp", |
| 632 | + "documentation":"<p>The data and time when the member account data volume was last updated.</p>" |
| 633 | + }, |
625 | 634 | "PercentOfGraphUtilization":{
|
626 | 635 | "shape":"Percentage",
|
627 |
| - "documentation":"<p>The member account data volume as a percentage of the maximum allowed data volume. 0 indicates 0 percent, and 100 indicates 100 percent.</p> <p>Note that this is not the percentage of the behavior graph data volume.</p> <p>For example, the data volume for the behavior graph is 80 GB per day. The maximum data volume is 160 GB per day. If the data volume for the member account is 40 GB per day, then <code>PercentOfGraphUtilization</code> is 25. It represents 25% of the maximum allowed data volume. </p>" |
| 636 | + "documentation":"<p>The member account data volume as a percentage of the maximum allowed data volume. 0 indicates 0 percent, and 100 indicates 100 percent.</p> <p>Note that this is not the percentage of the behavior graph data volume.</p> <p>For example, the data volume for the behavior graph is 80 GB per day. The maximum data volume is 160 GB per day. If the data volume for the member account is 40 GB per day, then <code>PercentOfGraphUtilization</code> is 25. It represents 25% of the maximum allowed data volume. </p>", |
| 637 | + "deprecated":true, |
| 638 | + "deprecatedMessage":"This property is deprecated. Use VolumeUsageInBytes instead." |
628 | 639 | },
|
629 | 640 | "PercentOfGraphUtilizationUpdatedTime":{
|
630 | 641 | "shape":"Timestamp",
|
631 |
| - "documentation":"<p>The date and time when the graph utilization percentage was last updated.</p>" |
| 642 | + "documentation":"<p>The date and time when the graph utilization percentage was last updated.</p>", |
| 643 | + "deprecated":true, |
| 644 | + "deprecatedMessage":"This property is deprecated. Use VolumeUsageUpdatedTime instead." |
632 | 645 | }
|
633 | 646 | },
|
634 | 647 | "documentation":"<p>Details about a member account that was invited to contribute to a behavior graph.</p>"
|
|
0 commit comments