Skip to content

Commit

Permalink
edit: run make all
Browse files Browse the repository at this point in the history
  • Loading branch information
kcarrasco-panw committed Apr 20, 2023
1 parent 8351d89 commit 61b1beb
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 8 deletions.
24 changes: 21 additions & 3 deletions awsasset.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 21 additions & 3 deletions awsresource.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9829,7 +9829,7 @@ a resource's Subnet or VPC ID.

##### `kind`

Type: `enum(Pending | Instance)`
Type: `enum(Pending | Instance | NetworkInterface | VPC | Subnet | NetworkACL | InternetGateway | SecurityGroup)`

The specific kind of the resource.

Expand Down
8 changes: 7 additions & 1 deletion openapi3_autogen/awsasset.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,13 @@
"description": "The specific kind of the resource.",
"enum": [
"Pending",
"Instance"
"Instance",
"NetworkInterface",
"VPC",
"Subnet",
"NetworkACL",
"InternetGateway",
"SecurityGroup"
],
"example": "Instance"
},
Expand Down

0 comments on commit 61b1beb

Please sign in to comment.