Skip to content

Commit

Permalink
New actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan bot committed Dec 2, 2024
1 parent 87e6b9c commit a0dba0d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ having this idea and being gracious about me shamelessly ripping it off.
# Stats

* Unique services: 417
* Unique actions: 18302
* Unique actions: 18321
* Managed policies: 1301

Most common managed policy name prefixes:
Expand Down Expand Up @@ -131,7 +131,7 @@ The following table summarises the AWS APIs.
| [`profile`](services/profile.yml) | 52 | 0 | 20 |
| [`iotfleetwise`](services/iotfleetwise.yml) | 52 | 0 | 6 |
| [`kafka`](services/kafka.yml) | 52 | 0 | 0 |
| [`vpc-lattice`](services/vpc-lattice.yml) | 51 | 1 | 0 |
| [`vpc-lattice`](services/vpc-lattice.yml) | 51 | 1 | 19 |
| [`mediaconnect`](services/mediaconnect.yml) | 51 | 0 | 4 |
| [`drs`](services/drs.yml) | 50 | 0 | 40 |
| [`finspace`](services/finspace.yml) | 50 | 0 | 9 |
Expand Down Expand Up @@ -458,12 +458,12 @@ Most common action prefixes:

| Prefix | Count |
| ------ | ----- |
| `List` | 2964 |
| `Get` | 2703 |
| `Delete` | 2105 |
| `Create` | 1962 |
| `List` | 2969 |
| `Get` | 2706 |
| `Delete` | 2109 |
| `Create` | 1966 |
| `Describe` | 1757 |
| `Update` | 1691 |
| `Update` | 1693 |
| `Put` | 504 |
| `Start` | 426 |
| `Tag` | 283 |
Expand Down
21 changes: 21 additions & 0 deletions services/vpc-lattice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,26 @@ Actions:
- Name: vpc-lattice:UpdateServiceNetworkVpcAssociation
- Name: vpc-lattice:UpdateTargetGroup

# actions with no corresponding API
- Name: vpc-lattice:AssociateViaAWSService-EventsAndStates
- Name: vpc-lattice:CreateResourceConfiguration
- Name: vpc-lattice:CreateResourceGateway
- Name: vpc-lattice:CreateServiceNetworkResourceAssociation
- Name: vpc-lattice:CreateServiceNetworkVpcEndpointAssociation
- Name: vpc-lattice:DeleteResourceConfiguration
- Name: vpc-lattice:DeleteResourceEndpointAssociation
- Name: vpc-lattice:DeleteResourceGateway
- Name: vpc-lattice:DeleteServiceNetworkResourceAssociation
- Name: vpc-lattice:GetResourceConfiguration
- Name: vpc-lattice:GetResourceGateway
- Name: vpc-lattice:GetServiceNetworkResourceAssociation
- Name: vpc-lattice:ListResourceConfigurations
- Name: vpc-lattice:ListResourceEndpointAssociations
- Name: vpc-lattice:ListResourceGateways
- Name: vpc-lattice:ListServiceNetworkResourceAssociations
- Name: vpc-lattice:ListServiceNetworkVpcEndpointAssociations
- Name: vpc-lattice:UpdateResourceConfiguration
- Name: vpc-lattice:UpdateResourceGateway

# APIs without an IAM action
- Name: vpc-lattice:BatchUpdateRule

0 comments on commit a0dba0d

Please sign in to comment.