Skip to content

Commit 90334c0

Browse files
author
AWS
committed
Inspector2 Update: Add enums for Agentless scan statuses and EC2 enablement error states
1 parent 30d3763 commit 90334c0

File tree

2 files changed

+31
-4
lines changed

2 files changed

+31
-4
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": "Inspector2",
4+
"contributor": "",
5+
"description": "Add enums for Agentless scan statuses and EC2 enablement error states"
6+
}

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

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"serviceId":"Inspector2",
1212
"signatureVersion":"v4",
1313
"signingName":"inspector2",
14-
"uid":"inspector2-2020-06-08"
14+
"uid":"inspector2-2020-06-08",
15+
"auth":["aws.auth#sigv4"]
1516
},
1617
"operations":{
1718
"AssociateMember":{
@@ -1060,7 +1061,7 @@
10601061
"members":{
10611062
"message":{"shape":"String"}
10621063
},
1063-
"documentation":"<p>You do not have sufficient access to perform this action.</p>",
1064+
"documentation":"<p>You do not have sufficient access to perform this action.</p> <p> For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. </p>",
10641065
"error":{
10651066
"httpStatusCode":403,
10661067
"senderFault":true
@@ -1119,6 +1120,14 @@
11191120
"shape":"AccountId",
11201121
"documentation":"<p>The Amazon Web Services account ID.</p>"
11211122
},
1123+
"exploitAvailableCount":{
1124+
"shape":"Long",
1125+
"documentation":"<p> The number of findings that have an exploit available. </p>"
1126+
},
1127+
"fixAvailableCount":{
1128+
"shape":"Long",
1129+
"documentation":"<p> Details about the number of fixes. </p>"
1130+
},
11221131
"severityCounts":{
11231132
"shape":"SeverityCounts",
11241133
"documentation":"<p>The number of findings by severity.</p>"
@@ -4125,7 +4134,9 @@
41254134
"EVENTBRIDGE_THROTTLED",
41264135
"RESOURCE_SCAN_NOT_DISABLED",
41274136
"DISASSOCIATE_ALL_MEMBERS",
4128-
"ACCOUNT_IS_ISOLATED"
4137+
"ACCOUNT_IS_ISOLATED",
4138+
"EC2_SSM_RESOURCE_DATA_SYNC_LIMIT_EXCEEDED",
4139+
"EC2_SSM_ASSOCIATION_VERSION_LIMIT_EXCEEDED"
41294140
]
41304141
},
41314142
"ErrorMessage":{"type":"string"},
@@ -4794,6 +4805,14 @@
47944805
"shape":"AccountId",
47954806
"documentation":"<p>The ID of the Amazon Web Services account associated with the findings.</p>"
47964807
},
4808+
"exploitAvailableCount":{
4809+
"shape":"Long",
4810+
"documentation":"<p>The number of findings that have an exploit available.</p>"
4811+
},
4812+
"fixAvailableCount":{
4813+
"shape":"Long",
4814+
"documentation":"<p> Details about the number of fixes. </p>"
4815+
},
47974816
"severityCounts":{
47984817
"shape":"SeverityCounts",
47994818
"documentation":"<p>The value to sort results by.</p>"
@@ -7230,7 +7249,9 @@
72307249
"DEEP_INSPECTION_PACKAGE_COLLECTION_LIMIT_EXCEEDED",
72317250
"DEEP_INSPECTION_DAILY_SSM_INVENTORY_LIMIT_EXCEEDED",
72327251
"DEEP_INSPECTION_COLLECTION_TIME_LIMIT_EXCEEDED",
7233-
"DEEP_INSPECTION_NO_INVENTORY"
7252+
"DEEP_INSPECTION_NO_INVENTORY",
7253+
"AGENTLESS_INSTANCE_STORAGE_LIMIT_EXCEEDED",
7254+
"AGENTLESS_INSTANCE_COLLECTION_TIME_LIMIT_EXCEEDED"
72347255
]
72357256
},
72367257
"ScanType":{

0 commit comments

Comments
 (0)