Skip to content

Commit 0a58ecc

Browse files
author
AWS
committed
Network Flow Monitor Update: Introducing 2 new scope status types - DEACTIVATING and DEACTIVATED.
1 parent 5fafe11 commit 0a58ecc

File tree

2 files changed

+20
-19
lines changed

2 files changed

+20
-19
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Network Flow Monitor",
4+
"contributor": "",
5+
"description": "Introducing 2 new scope status types - DEACTIVATING and DEACTIVATED."
6+
}

services/networkflowmonitor/src/main/resources/codegen-resources/service-2.json

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@
651651
},
652652
"status":{
653653
"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>"
655655
},
656656
"scopeArn":{
657657
"shape":"Arn",
@@ -677,8 +677,7 @@
677677
},
678678
"DeleteMonitorOutput":{
679679
"type":"structure",
680-
"members":{
681-
}
680+
"members":{}
682681
},
683682
"DeleteScopeInput":{
684683
"type":"structure",
@@ -694,8 +693,7 @@
694693
},
695694
"DeleteScopeOutput":{
696695
"type":"structure",
697-
"members":{
698-
}
696+
"members":{}
699697
},
700698
"DestinationCategory":{
701699
"type":"string",
@@ -1044,7 +1042,7 @@
10441042
},
10451043
"status":{
10461044
"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>"
10481046
},
10491047
"scopeArn":{
10501048
"shape":"Arn",
@@ -1505,7 +1503,9 @@
15051503
"enum":[
15061504
"SUCCEEDED",
15071505
"IN_PROGRESS",
1508-
"FAILED"
1506+
"FAILED",
1507+
"DEACTIVATING",
1508+
"DEACTIVATED"
15091509
]
15101510
},
15111511
"ScopeSummary":{
@@ -1522,7 +1522,7 @@
15221522
},
15231523
"status":{
15241524
"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>"
15261526
},
15271527
"scopeArn":{
15281528
"shape":"Arn",
@@ -1710,8 +1710,7 @@
17101710
},
17111711
"StopQueryMonitorTopContributorsOutput":{
17121712
"type":"structure",
1713-
"members":{
1714-
}
1713+
"members":{}
17151714
},
17161715
"StopQueryWorkloadInsightsTopContributorsDataInput":{
17171716
"type":"structure",
@@ -1736,8 +1735,7 @@
17361735
},
17371736
"StopQueryWorkloadInsightsTopContributorsDataOutput":{
17381737
"type":"structure",
1739-
"members":{
1740-
}
1738+
"members":{}
17411739
},
17421740
"StopQueryWorkloadInsightsTopContributorsInput":{
17431741
"type":"structure",
@@ -1762,8 +1760,7 @@
17621760
},
17631761
"StopQueryWorkloadInsightsTopContributorsOutput":{
17641762
"type":"structure",
1765-
"members":{
1766-
}
1763+
"members":{}
17671764
},
17681765
"String":{"type":"string"},
17691766
"SubnetArn":{"type":"string"},
@@ -1814,8 +1811,7 @@
18141811
},
18151812
"TagResourceOutput":{
18161813
"type":"structure",
1817-
"members":{
1818-
}
1814+
"members":{}
18191815
},
18201816
"TagValue":{
18211817
"type":"string",
@@ -1939,8 +1935,7 @@
19391935
},
19401936
"UntagResourceOutput":{
19411937
"type":"structure",
1942-
"members":{
1943-
}
1938+
"members":{}
19441939
},
19451940
"UpdateMonitorInput":{
19461941
"type":"structure",
@@ -2067,7 +2062,7 @@
20672062
},
20682063
"status":{
20692064
"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>"
20712066
},
20722067
"scopeArn":{
20732068
"shape":"Arn",

0 commit comments

Comments
 (0)