|
651 | 651 | }, |
652 | 652 | "status":{ |
653 | 653 | "shape":"ScopeStatus", |
654 | | - "documentation":"<p>The status for a call to create a scope. The status can be one of the following: <code>SUCCEEDED</code>, <code>IN_PROGRESS</code>, or <code>FAILED</code>.</p>" |
| 654 | + "documentation":"<p>The status for a scope. The status can be one of the following: <code>SUCCEEDED</code>, <code>IN_PROGRESS</code>, <code>FAILED</code>, <code>DEACTIVATING</code>, or <code>DEACTIVATED</code>.</p> <p>A status of <code>DEACTIVATING</code> means that you've requested a scope to be deactivated and Network Flow Monitor is in the process of deactivating the scope. A status of <code>DEACTIVATED</code> means that the deactivating process is complete.</p>" |
655 | 655 | }, |
656 | 656 | "scopeArn":{ |
657 | 657 | "shape":"Arn", |
|
677 | 677 | }, |
678 | 678 | "DeleteMonitorOutput":{ |
679 | 679 | "type":"structure", |
680 | | - "members":{ |
681 | | - } |
| 680 | + "members":{} |
682 | 681 | }, |
683 | 682 | "DeleteScopeInput":{ |
684 | 683 | "type":"structure", |
|
694 | 693 | }, |
695 | 694 | "DeleteScopeOutput":{ |
696 | 695 | "type":"structure", |
697 | | - "members":{ |
698 | | - } |
| 696 | + "members":{} |
699 | 697 | }, |
700 | 698 | "DestinationCategory":{ |
701 | 699 | "type":"string", |
|
1044 | 1042 | }, |
1045 | 1043 | "status":{ |
1046 | 1044 | "shape":"ScopeStatus", |
1047 | | - "documentation":"<p>The status of a scope. The status can be one of the following: <code>SUCCEEDED</code>, <code>IN_PROGRESS</code>, or <code>FAILED</code>.</p>" |
| 1045 | + "documentation":"<p>The status for a scope. The status can be one of the following: <code>SUCCEEDED</code>, <code>IN_PROGRESS</code>, <code>FAILED</code>, <code>DEACTIVATING</code>, or <code>DEACTIVATED</code>.</p> <p>A status of <code>DEACTIVATING</code> means that you've requested a scope to be deactivated and Network Flow Monitor is in the process of deactivating the scope. A status of <code>DEACTIVATED</code> means that the deactivating process is complete.</p>" |
1048 | 1046 | }, |
1049 | 1047 | "scopeArn":{ |
1050 | 1048 | "shape":"Arn", |
|
1505 | 1503 | "enum":[ |
1506 | 1504 | "SUCCEEDED", |
1507 | 1505 | "IN_PROGRESS", |
1508 | | - "FAILED" |
| 1506 | + "FAILED", |
| 1507 | + "DEACTIVATING", |
| 1508 | + "DEACTIVATED" |
1509 | 1509 | ] |
1510 | 1510 | }, |
1511 | 1511 | "ScopeSummary":{ |
|
1522 | 1522 | }, |
1523 | 1523 | "status":{ |
1524 | 1524 | "shape":"ScopeStatus", |
1525 | | - "documentation":"<p>The status of a scope. The status can be one of the following, depending on the state of scope creation: <code>SUCCEEDED</code>, <code>IN_PROGRESS</code>, or <code>FAILED</code>.</p>" |
| 1525 | + "documentation":"<p>The status for a scope. The status can be one of the following: <code>SUCCEEDED</code>, <code>IN_PROGRESS</code>, <code>FAILED</code>, <code>DEACTIVATING</code>, or <code>DEACTIVATED</code>.</p> <p>A status of <code>DEACTIVATING</code> means that you've requested a scope to be deactivated and Network Flow Monitor is in the process of deactivating the scope. A status of <code>DEACTIVATED</code> means that the deactivating process is complete.</p>" |
1526 | 1526 | }, |
1527 | 1527 | "scopeArn":{ |
1528 | 1528 | "shape":"Arn", |
|
1710 | 1710 | }, |
1711 | 1711 | "StopQueryMonitorTopContributorsOutput":{ |
1712 | 1712 | "type":"structure", |
1713 | | - "members":{ |
1714 | | - } |
| 1713 | + "members":{} |
1715 | 1714 | }, |
1716 | 1715 | "StopQueryWorkloadInsightsTopContributorsDataInput":{ |
1717 | 1716 | "type":"structure", |
|
1736 | 1735 | }, |
1737 | 1736 | "StopQueryWorkloadInsightsTopContributorsDataOutput":{ |
1738 | 1737 | "type":"structure", |
1739 | | - "members":{ |
1740 | | - } |
| 1738 | + "members":{} |
1741 | 1739 | }, |
1742 | 1740 | "StopQueryWorkloadInsightsTopContributorsInput":{ |
1743 | 1741 | "type":"structure", |
|
1762 | 1760 | }, |
1763 | 1761 | "StopQueryWorkloadInsightsTopContributorsOutput":{ |
1764 | 1762 | "type":"structure", |
1765 | | - "members":{ |
1766 | | - } |
| 1763 | + "members":{} |
1767 | 1764 | }, |
1768 | 1765 | "String":{"type":"string"}, |
1769 | 1766 | "SubnetArn":{"type":"string"}, |
|
1814 | 1811 | }, |
1815 | 1812 | "TagResourceOutput":{ |
1816 | 1813 | "type":"structure", |
1817 | | - "members":{ |
1818 | | - } |
| 1814 | + "members":{} |
1819 | 1815 | }, |
1820 | 1816 | "TagValue":{ |
1821 | 1817 | "type":"string", |
|
1939 | 1935 | }, |
1940 | 1936 | "UntagResourceOutput":{ |
1941 | 1937 | "type":"structure", |
1942 | | - "members":{ |
1943 | | - } |
| 1938 | + "members":{} |
1944 | 1939 | }, |
1945 | 1940 | "UpdateMonitorInput":{ |
1946 | 1941 | "type":"structure", |
|
2067 | 2062 | }, |
2068 | 2063 | "status":{ |
2069 | 2064 | "shape":"ScopeStatus", |
2070 | | - "documentation":"<p>The status for a call to update a scope. The status can be one of the following: <code>SUCCEEDED</code>, <code>IN_PROGRESS</code>, or <code>FAILED</code>.</p>" |
| 2065 | + "documentation":"<p>The status for a scope. The status can be one of the following: <code>SUCCEEDED</code>, <code>IN_PROGRESS</code>, <code>FAILED</code>, <code>DEACTIVATING</code>, or <code>DEACTIVATED</code>.</p> <p>A status of <code>DEACTIVATING</code> means that you've requested a scope to be deactivated and Network Flow Monitor is in the process of deactivating the scope. A status of <code>DEACTIVATED</code> means that the deactivating process is complete.</p>" |
2071 | 2066 | }, |
2072 | 2067 | "scopeArn":{ |
2073 | 2068 | "shape":"Arn", |
|
0 commit comments