@cloud-copilot/iam-data 0.9.202412071 → 0.9.202412111

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -105,6 +105,17 @@
105
105
  "ec2:ResourceTag/${TagKey}"
106
106
  ]
107
107
  },
108
+ "declarative-policies-report": {
109
+ "key": "declarative-policies-report",
110
+ "arn": "arn:${Partition}:ec2:${Region}:${Account}:declarative-policies-report/${DeclarativePoliciesReportId}",
111
+ "conditionKeys": [
112
+ "aws:RequestTag/${TagKey}",
113
+ "aws:ResourceTag/${TagKey}",
114
+ "aws:TagKeys",
115
+ "ec2:Region",
116
+ "ec2:ResourceTag/${TagKey}"
117
+ ]
118
+ },
108
119
  "dedicated-host": {
109
120
  "key": "dedicated-host",
110
121
  "arn": "arn:${Partition}:ec2:${Region}:${Account}:dedicated-host/${DedicatedHostId}",
@@ -977,6 +988,17 @@
977
988
  "ec2:ResourceTag/${TagKey}"
978
989
  ]
979
990
  },
991
+ "verified-access-endpoint-target": {
992
+ "key": "verified-access-endpoint-target",
993
+ "arn": "arn:${Partition}:ec2:${Region}:${Account}:verified-access-endpoint-target/${VerifiedAccessEndpointTargetId}",
994
+ "conditionKeys": [
995
+ "aws:RequestTag/${TagKey}",
996
+ "aws:ResourceTag/${TagKey}",
997
+ "aws:TagKeys",
998
+ "ec2:Region",
999
+ "ec2:ResourceTag/${TagKey}"
1000
+ ]
1001
+ },
980
1002
  "verified-access-group": {
981
1003
  "key": "verified-access-group",
982
1004
  "arn": "arn:${Partition}:ec2:${Region}:${Account}:verified-access-group/${VerifiedAccessGroupId}",
@@ -1046,6 +1068,17 @@
1046
1068
  "ec2:VolumeType"
1047
1069
  ]
1048
1070
  },
1071
+ "vpc-block-public-access-exclusion": {
1072
+ "key": "vpc-block-public-access-exclusion",
1073
+ "arn": "arn:${Partition}:ec2:${Region}:${Account}:vpc-block-public-access-exclusion/${VpcBlockPublicAccessExclusionId}",
1074
+ "conditionKeys": [
1075
+ "aws:RequestTag/${TagKey}",
1076
+ "aws:ResourceTag/${TagKey}",
1077
+ "aws:TagKeys",
1078
+ "ec2:Region",
1079
+ "ec2:ResourceTag/${TagKey}"
1080
+ ]
1081
+ },
1049
1082
  "vpc-endpoint-connection": {
1050
1083
  "key": "vpc-endpoint-connection",
1051
1084
  "arn": "arn:${Partition}:ec2:${Region}:${Account}:vpc-endpoint-connection/${VpcEndpointConnectionId}",
@@ -1083,7 +1116,10 @@
1083
1116
  "ec2:Attribute/${AttributeName}",
1084
1117
  "ec2:Region",
1085
1118
  "ec2:ResourceTag/${TagKey}",
1086
- "ec2:VpceServicePrivateDnsName"
1119
+ "ec2:VpceServicePrivateDnsName",
1120
+ "ec2:vpceMultiRegion",
1121
+ "ec2:vpceServiceRegion",
1122
+ "ec2:vpceSupportedRegion"
1087
1123
  ]
1088
1124
  },
1089
1125
  "vpc-endpoint-service-permission": {
@@ -68,5 +68,12 @@
68
68
  "conditionKeys": [
69
69
  "aws:ResourceTag/${TagKey}"
70
70
  ]
71
+ },
72
+ "networkmigrationdefinitionresource": {
73
+ "key": "NetworkMigrationDefinitionResource",
74
+ "arn": "arn:${Partition}:mgn:${Region}:${Account}:network-migration-definition/${NetworkMigrationDefinitionID}",
75
+ "conditionKeys": [
76
+ "aws:ResourceTag/${TagKey}"
77
+ ]
71
78
  }
72
79
  }
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202412071",
3
+ "version": "0.9.202412111",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2024-12-07T04:46:27.746Z",
6
+ "updatedAt": "2024-12-11T04:47:49.091Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",