Skip to content

Commit 9266a0b

Browse files
committed
updated spec
1 parent d389a94 commit 9266a0b

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

javav2/example_code/inspector/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -101,18 +101,9 @@
101101
<groupId>org.apache.logging.log4j</groupId>
102102
<artifactId>log4j-slf4j2-impl</artifactId>
103103
</dependency>
104-
<dependency>
105-
<groupId>software.amazon.awssdk</groupId>
106-
<artifactId>acm</artifactId>
107-
</dependency>
108104
<dependency>
109105
<groupId>org.apache.logging.log4j</groupId>
110106
<artifactId>log4j-1.2-api</artifactId>
111107
</dependency>
112-
<dependency>
113-
<groupId>software.amazon.awssdk</groupId>
114-
<artifactId>url-connection-client</artifactId>
115-
<version>2.18.13</version>
116-
</dependency>
117108
</dependencies>
118109
</project>

scenarios/basics/inspector/SPECIFICATION.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Amazon Inspector Specification
22

3-
This document contains a draft proposal for an *Amazon Inspector Basics Scenario*, generated by the Code Examples SpecGen AI tool. The specifications describe a potential code example scenario based on research, usage data, service information, and AI-assistance. The following should be reviewed for accuracy and correctness before proceeding on to a final specification.
3+
## Overview
4+
This SDK Basics scenario demonstrates how to interact with Amazon Inspector using an AWS SDK.
5+
It demonstrates various tasks such as checking the status of an Inspector account, enabling Inspector for resource types, showing coverage information, and so on.
6+
7+
## Resources
8+
This Basics scenario does not require any additional AWS resources.
49

510
### Relevant documentation
611

@@ -18,13 +23,9 @@ This document contains a draft proposal for an *Amazon Inspector Basics Scenario
1823
* [ListCoverage](https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListCoverage.html)
1924
* [Disable](https://docs.aws.amazon.com/inspector/v2/APIReference/API_Disable.html)
2025

21-
## Proposed example structure
22-
23-
The output below demonstrates how this example would run for the customer. It includes a Hello service example (included for all services), and the scenario description. The scenario code would also be presented as Action snippets, with a code snippet for each SDK action.
24-
25-
### Hello
26+
## Hello Amazon Inspector
2627

27-
The Hello example is a separate runnable example. - Set up the Inspector service client - Check the current account status for Inspector - Display available scan types and regions
28+
The Hello example is a separate runnable example. - Set up the Inspector service client, checks the current account status for Inspector and displays available scan types.
2829

2930
## Scenario
3031

0 commit comments

Comments
 (0)