Skip to content

Commit ab656cc

Browse files
Add service metadata file (#22)
Adds a `metadata.yaml` file to the root of the repository to describe the service's metadata and versions.
1 parent 1dedf84 commit ab656cc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

metadata.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
service:
2+
full_name: "Amazon Relational Database Service"
3+
short_name: "RDS"
4+
link: "https://aws.amazon.com/rds/"
5+
documentation: "https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/index.html"
6+
api_versions:
7+
- api_version: v1alpha1
8+
status: available

0 commit comments

Comments
 (0)