@cloud-copilot/iam-data 0.9.202411251 → 0.9.202412071
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.
- package/data/actions/aiops.json +384 -0
- package/data/actions/aoss.json +9 -2
- package/data/actions/bedrock.json +576 -2
- package/data/actions/chime.json +95 -1
- package/data/actions/cleanrooms.json +1 -0
- package/data/actions/config.json +146 -14
- package/data/actions/connect-campaigns.json +15 -0
- package/data/actions/connect.json +40 -1
- package/data/actions/datazone.json +0 -5
- package/data/actions/dsql.json +191 -0
- package/data/actions/eks.json +8 -2
- package/data/actions/es.json +99 -3
- package/data/actions/glue.json +75 -0
- package/data/actions/imagebuilder.json +15 -0
- package/data/actions/invoicing.json +136 -0
- package/data/actions/logs.json +32 -0
- package/data/actions/memorydb.json +162 -0
- package/data/actions/networkflowmonitor.json +393 -0
- package/data/actions/networkmanager.json +59 -0
- package/data/actions/observabilityadmin.json +66 -0
- package/data/actions/opensearch.json +60 -0
- package/data/actions/partnercentral.json +256 -0
- package/data/actions/qapps.json +0 -4
- package/data/actions/qbusiness.json +377 -0
- package/data/actions/quicksight.json +79 -0
- package/data/actions/redshift-data.json +19 -2
- package/data/actions/redshift-serverless.json +23 -0
- package/data/actions/redshift.json +16 -0
- package/data/actions/rekognition.json +58 -11
- package/data/actions/s3.json +71 -0
- package/data/actions/s3tables.json +461 -0
- package/data/actions/sagemaker-data-science-assistant.json +11 -0
- package/data/actions/sagemaker.json +371 -9
- package/data/actions/security-ir.json +344 -0
- package/data/actions/transfer.json +127 -0
- package/data/actions/vpc-lattice.json +423 -44
- package/data/actions/vpce.json +11 -0
- package/data/conditionKeys/aiops.json +17 -0
- package/data/conditionKeys/bedrock.json +5 -0
- package/data/conditionKeys/config.json +5 -0
- package/data/conditionKeys/dsql.json +22 -0
- package/data/conditionKeys/eks.json +15 -0
- package/data/conditionKeys/invoicing.json +17 -1
- package/data/conditionKeys/networkflowmonitor.json +17 -0
- package/data/conditionKeys/networkmanager.json +10 -0
- package/data/conditionKeys/observabilityadmin.json +1 -0
- package/data/conditionKeys/redshift-data.json +5 -0
- package/data/conditionKeys/redshift-serverless.json +5 -0
- package/data/conditionKeys/s3express.json +5 -0
- package/data/conditionKeys/s3tables.json +12 -0
- package/data/conditionKeys/sagemaker-data-science-assistant.json +1 -0
- package/data/conditionKeys/security-ir.json +17 -0
- package/data/conditionKeys/vpc-lattice.json +10 -0
- package/data/conditionKeys/vpce.json +1 -0
- package/data/resourceTypes/aiops.json +9 -0
- package/data/resourceTypes/bedrock.json +27 -0
- package/data/resourceTypes/config.json +7 -0
- package/data/resourceTypes/dsql.json +9 -0
- package/data/resourceTypes/es.json +7 -0
- package/data/resourceTypes/invoicing.json +9 -1
- package/data/resourceTypes/memorydb.json +12 -0
- package/data/resourceTypes/networkflowmonitor.json +16 -0
- package/data/resourceTypes/observabilityadmin.json +1 -0
- package/data/resourceTypes/opensearch.json +4 -0
- package/data/resourceTypes/partnercentral.json +12 -0
- package/data/resourceTypes/personalize.json +3 -3
- package/data/resourceTypes/qbusiness.json +14 -0
- package/data/resourceTypes/redshift-data.json +4 -0
- package/data/resourceTypes/redshift-serverless.json +4 -0
- package/data/resourceTypes/rekognition.json +8 -2
- package/data/resourceTypes/s3tables.json +14 -0
- package/data/resourceTypes/sagemaker-data-science-assistant.json +1 -0
- package/data/resourceTypes/sagemaker.json +32 -0
- package/data/resourceTypes/security-ir.json +16 -0
- package/data/resourceTypes/transfer.json +7 -0
- package/data/resourceTypes/vpc-lattice.json +76 -35
- package/data/resourceTypes/vpce.json +1 -0
- package/data/serviceNames.json +8 -0
- package/data/services.json +8 -0
- package/package.json +2 -2
|
@@ -1,85 +1,126 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"key": "
|
|
4
|
-
"arn": "arn:${Partition}:vpc-lattice:${Region}:${Account}:
|
|
2
|
+
"accesslogsubscription": {
|
|
3
|
+
"key": "AccessLogSubscription",
|
|
4
|
+
"arn": "arn:${Partition}:vpc-lattice:${Region}:${Account}:accesslogsubscription/${AccessLogSubscriptionId}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"aws:RequestTag/${TagKey}",
|
|
7
|
+
"aws:ResourceTag/${TagKey}",
|
|
8
|
+
"aws:TagKeys"
|
|
9
|
+
]
|
|
10
|
+
},
|
|
11
|
+
"listener": {
|
|
12
|
+
"key": "Listener",
|
|
13
|
+
"arn": "arn:${Partition}:vpc-lattice:${Region}:${Account}:service/${ServiceId}/listener/${ListenerId}",
|
|
5
14
|
"conditionKeys": [
|
|
6
15
|
"aws:RequestTag/${TagKey}",
|
|
7
16
|
"aws:ResourceTag/${TagKey}",
|
|
8
17
|
"aws:TagKeys",
|
|
9
|
-
"vpc-lattice:
|
|
18
|
+
"vpc-lattice:Protocol",
|
|
19
|
+
"vpc-lattice:TargetGroupArns"
|
|
10
20
|
]
|
|
11
21
|
},
|
|
12
|
-
"
|
|
13
|
-
"key": "
|
|
14
|
-
"arn": "arn:${Partition}:vpc-lattice:${Region}:${Account}:
|
|
22
|
+
"resourceconfiguration": {
|
|
23
|
+
"key": "ResourceConfiguration",
|
|
24
|
+
"arn": "arn:${Partition}:vpc-lattice:${Region}:${Account}:resourceconfiguration/${ResourceConfigurationId}",
|
|
25
|
+
"conditionKeys": [
|
|
26
|
+
"aws:RequestTag/${TagKey}",
|
|
27
|
+
"aws:ResourceTag/${TagKey}",
|
|
28
|
+
"aws:TagKeys"
|
|
29
|
+
]
|
|
30
|
+
},
|
|
31
|
+
"resourceendpointassociation": {
|
|
32
|
+
"key": "ResourceEndpointAssociation",
|
|
33
|
+
"arn": "arn:${Partition}:vpc-lattice:${Region}:${Account}:resourceendpointassociation/${ResourceEndpointAssociationId}",
|
|
15
34
|
"conditionKeys": [
|
|
16
35
|
"aws:RequestTag/${TagKey}",
|
|
17
36
|
"aws:ResourceTag/${TagKey}",
|
|
18
37
|
"aws:TagKeys",
|
|
19
|
-
"vpc-lattice:
|
|
38
|
+
"vpc-lattice:ResourceConfigurationArn",
|
|
39
|
+
"vpc-lattice:VpcEndpointId"
|
|
20
40
|
]
|
|
21
41
|
},
|
|
22
|
-
"
|
|
23
|
-
"key": "
|
|
24
|
-
"arn": "arn:${Partition}:vpc-lattice:${Region}:${Account}:
|
|
42
|
+
"resourcegateway": {
|
|
43
|
+
"key": "ResourceGateway",
|
|
44
|
+
"arn": "arn:${Partition}:vpc-lattice:${Region}:${Account}:resourcegateway/${ResourceGatewayId}",
|
|
25
45
|
"conditionKeys": [
|
|
26
46
|
"aws:RequestTag/${TagKey}",
|
|
27
47
|
"aws:ResourceTag/${TagKey}",
|
|
28
48
|
"aws:TagKeys",
|
|
29
|
-
"vpc-lattice:SecurityGroupIds",
|
|
30
|
-
"vpc-lattice:ServiceNetworkArn",
|
|
31
49
|
"vpc-lattice:VpcId"
|
|
32
50
|
]
|
|
33
51
|
},
|
|
34
|
-
"
|
|
35
|
-
"key": "
|
|
36
|
-
"arn": "arn:${Partition}:vpc-lattice:${Region}:${Account}:
|
|
52
|
+
"rule": {
|
|
53
|
+
"key": "Rule",
|
|
54
|
+
"arn": "arn:${Partition}:vpc-lattice:${Region}:${Account}:service/${ServiceId}/listener/${ListenerId}/rule/${RuleId}",
|
|
37
55
|
"conditionKeys": [
|
|
38
56
|
"aws:RequestTag/${TagKey}",
|
|
39
57
|
"aws:ResourceTag/${TagKey}",
|
|
40
58
|
"aws:TagKeys",
|
|
41
|
-
"vpc-lattice:
|
|
42
|
-
"vpc-lattice:ServiceNetworkArn"
|
|
59
|
+
"vpc-lattice:TargetGroupArns"
|
|
43
60
|
]
|
|
44
61
|
},
|
|
45
|
-
"
|
|
46
|
-
"key": "
|
|
47
|
-
"arn": "arn:${Partition}:vpc-lattice:${Region}:${Account}:
|
|
62
|
+
"service": {
|
|
63
|
+
"key": "Service",
|
|
64
|
+
"arn": "arn:${Partition}:vpc-lattice:${Region}:${Account}:service/${ServiceId}",
|
|
48
65
|
"conditionKeys": [
|
|
49
66
|
"aws:RequestTag/${TagKey}",
|
|
50
67
|
"aws:ResourceTag/${TagKey}",
|
|
51
68
|
"aws:TagKeys",
|
|
52
|
-
"vpc-lattice:
|
|
69
|
+
"vpc-lattice:AuthType"
|
|
53
70
|
]
|
|
54
71
|
},
|
|
55
|
-
"
|
|
56
|
-
"key": "
|
|
57
|
-
"arn": "arn:${Partition}:vpc-lattice:${Region}:${Account}:
|
|
72
|
+
"servicenetwork": {
|
|
73
|
+
"key": "ServiceNetwork",
|
|
74
|
+
"arn": "arn:${Partition}:vpc-lattice:${Region}:${Account}:servicenetwork/${ServiceNetworkId}",
|
|
58
75
|
"conditionKeys": [
|
|
59
76
|
"aws:RequestTag/${TagKey}",
|
|
60
77
|
"aws:ResourceTag/${TagKey}",
|
|
61
78
|
"aws:TagKeys",
|
|
62
|
-
"vpc-lattice:
|
|
63
|
-
"vpc-lattice:TargetGroupArns"
|
|
79
|
+
"vpc-lattice:AuthType"
|
|
64
80
|
]
|
|
65
81
|
},
|
|
66
|
-
"
|
|
67
|
-
"key": "
|
|
68
|
-
"arn": "arn:${Partition}:vpc-lattice:${Region}:${Account}:
|
|
82
|
+
"servicenetworkresourceassociation": {
|
|
83
|
+
"key": "ServiceNetworkResourceAssociation",
|
|
84
|
+
"arn": "arn:${Partition}:vpc-lattice:${Region}:${Account}:servicenetworkresourceassociation/${ServiceNetworkResourceAssociationId}",
|
|
69
85
|
"conditionKeys": [
|
|
70
86
|
"aws:RequestTag/${TagKey}",
|
|
71
87
|
"aws:ResourceTag/${TagKey}",
|
|
72
88
|
"aws:TagKeys",
|
|
73
|
-
"vpc-lattice:
|
|
89
|
+
"vpc-lattice:ResourceConfigurationArn",
|
|
90
|
+
"vpc-lattice:ServiceNetworkArn"
|
|
74
91
|
]
|
|
75
92
|
},
|
|
76
|
-
"
|
|
77
|
-
"key": "
|
|
78
|
-
"arn": "arn:${Partition}:vpc-lattice:${Region}:${Account}:
|
|
93
|
+
"servicenetworkserviceassociation": {
|
|
94
|
+
"key": "ServiceNetworkServiceAssociation",
|
|
95
|
+
"arn": "arn:${Partition}:vpc-lattice:${Region}:${Account}:servicenetworkserviceassociation/${ServiceNetworkServiceAssociationId}",
|
|
79
96
|
"conditionKeys": [
|
|
80
97
|
"aws:RequestTag/${TagKey}",
|
|
81
98
|
"aws:ResourceTag/${TagKey}",
|
|
82
|
-
"aws:TagKeys"
|
|
99
|
+
"aws:TagKeys",
|
|
100
|
+
"vpc-lattice:ServiceArn",
|
|
101
|
+
"vpc-lattice:ServiceNetworkArn"
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
"servicenetworkvpcassociation": {
|
|
105
|
+
"key": "ServiceNetworkVpcAssociation",
|
|
106
|
+
"arn": "arn:${Partition}:vpc-lattice:${Region}:${Account}:servicenetworkvpcassociation/${ServiceNetworkVpcAssociationId}",
|
|
107
|
+
"conditionKeys": [
|
|
108
|
+
"aws:RequestTag/${TagKey}",
|
|
109
|
+
"aws:ResourceTag/${TagKey}",
|
|
110
|
+
"aws:TagKeys",
|
|
111
|
+
"vpc-lattice:SecurityGroupIds",
|
|
112
|
+
"vpc-lattice:ServiceNetworkArn",
|
|
113
|
+
"vpc-lattice:VpcId"
|
|
114
|
+
]
|
|
115
|
+
},
|
|
116
|
+
"targetgroup": {
|
|
117
|
+
"key": "TargetGroup",
|
|
118
|
+
"arn": "arn:${Partition}:vpc-lattice:${Region}:${Account}:targetgroup/${TargetGroupId}",
|
|
119
|
+
"conditionKeys": [
|
|
120
|
+
"aws:RequestTag/${TagKey}",
|
|
121
|
+
"aws:ResourceTag/${TagKey}",
|
|
122
|
+
"aws:TagKeys",
|
|
123
|
+
"vpc-lattice:VpcId"
|
|
83
124
|
]
|
|
84
125
|
}
|
|
85
126
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
package/data/serviceNames.json
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"acm": "AWS Certificate Manager",
|
|
7
7
|
"acm-pca": "AWS Private Certificate Authority",
|
|
8
8
|
"activate": "AWS Activate",
|
|
9
|
+
"aiops": "Amazon AI Operations",
|
|
9
10
|
"airflow": "Amazon Managed Workflows for Apache Airflow",
|
|
10
11
|
"amplify": "AWS Amplify",
|
|
11
12
|
"amplifybackend": "AWS Amplify Admin",
|
|
@@ -125,6 +126,7 @@
|
|
|
125
126
|
"drs": "AWS Elastic Disaster Recovery",
|
|
126
127
|
"ds": "AWS Directory Service",
|
|
127
128
|
"ds-data": "AWS Directory Service Data",
|
|
129
|
+
"dsql": "Amazon Aurora DSQL",
|
|
128
130
|
"dynamodb": "Amazon DynamoDB",
|
|
129
131
|
"ebs": "Amazon Elastic Block Store",
|
|
130
132
|
"ec2": "Amazon EC2",
|
|
@@ -257,6 +259,7 @@
|
|
|
257
259
|
"neptune-db": "Amazon Neptune",
|
|
258
260
|
"neptune-graph": "Amazon Neptune Analytics",
|
|
259
261
|
"network-firewall": "AWS Network Firewall",
|
|
262
|
+
"networkflowmonitor": "Network Flow Monitor",
|
|
260
263
|
"networkmanager": "AWS Network Manager",
|
|
261
264
|
"networkmanager-chat": "AWS Network Manager Chat",
|
|
262
265
|
"networkmonitor": "Amazon CloudWatch Network Monitor",
|
|
@@ -264,6 +267,7 @@
|
|
|
264
267
|
"notifications": "AWS User Notifications",
|
|
265
268
|
"notifications-contacts": "AWS User Notifications Contacts",
|
|
266
269
|
"oam": "Amazon CloudWatch Observability Access Manager",
|
|
270
|
+
"observabilityadmin": "Amazon CloudWatch Observability Admin Service",
|
|
267
271
|
"omics": "AWS HealthOmics",
|
|
268
272
|
"one": "Amazon One Enterprise",
|
|
269
273
|
"opensearch": "Amazon OpenSearch",
|
|
@@ -324,7 +328,9 @@
|
|
|
324
328
|
"s3-object-lambda": "Amazon S3 Object Lambda",
|
|
325
329
|
"s3-outposts": "Amazon S3 on Outposts",
|
|
326
330
|
"s3express": "Amazon S3 Express",
|
|
331
|
+
"s3tables": "Amazon S3 Tables",
|
|
327
332
|
"sagemaker": "Amazon SageMaker",
|
|
333
|
+
"sagemaker-data-science-assistant": "Amazon SageMaker data science assistant",
|
|
328
334
|
"sagemaker-geospatial": "Amazon SageMaker geospatial capabilities",
|
|
329
335
|
"sagemaker-groundtruth-synthetic": "Amazon SageMaker Ground Truth Synthetic",
|
|
330
336
|
"sagemaker-mlflow": "Amazon SageMaker with MLflow",
|
|
@@ -334,6 +340,7 @@
|
|
|
334
340
|
"scn": "AWS Supply Chain",
|
|
335
341
|
"sdb": "Amazon SimpleDB",
|
|
336
342
|
"secretsmanager": "AWS Secrets Manager",
|
|
343
|
+
"security-ir": "AWS Security Incident Response",
|
|
337
344
|
"securityhub": "AWS Security Hub",
|
|
338
345
|
"securitylake": "Amazon Security Lake",
|
|
339
346
|
"serverlessrepo": "AWS Serverless Application Repository",
|
|
@@ -394,6 +401,7 @@
|
|
|
394
401
|
"voiceid": "Amazon Connect Voice ID",
|
|
395
402
|
"vpc-lattice": "Amazon VPC Lattice",
|
|
396
403
|
"vpc-lattice-svcs": "Amazon VPC Lattice Services",
|
|
404
|
+
"vpce": "AWS PrivateLink",
|
|
397
405
|
"waf": "AWS WAF",
|
|
398
406
|
"waf-regional": "AWS WAF Regional",
|
|
399
407
|
"wafv2": "AWS WAF V2",
|
package/data/services.json
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"acm",
|
|
7
7
|
"acm-pca",
|
|
8
8
|
"activate",
|
|
9
|
+
"aiops",
|
|
9
10
|
"airflow",
|
|
10
11
|
"amplify",
|
|
11
12
|
"amplifybackend",
|
|
@@ -125,6 +126,7 @@
|
|
|
125
126
|
"drs",
|
|
126
127
|
"ds",
|
|
127
128
|
"ds-data",
|
|
129
|
+
"dsql",
|
|
128
130
|
"dynamodb",
|
|
129
131
|
"ebs",
|
|
130
132
|
"ec2",
|
|
@@ -257,6 +259,7 @@
|
|
|
257
259
|
"neptune-db",
|
|
258
260
|
"neptune-graph",
|
|
259
261
|
"network-firewall",
|
|
262
|
+
"networkflowmonitor",
|
|
260
263
|
"networkmanager",
|
|
261
264
|
"networkmanager-chat",
|
|
262
265
|
"networkmonitor",
|
|
@@ -264,6 +267,7 @@
|
|
|
264
267
|
"notifications",
|
|
265
268
|
"notifications-contacts",
|
|
266
269
|
"oam",
|
|
270
|
+
"observabilityadmin",
|
|
267
271
|
"omics",
|
|
268
272
|
"one",
|
|
269
273
|
"opensearch",
|
|
@@ -324,7 +328,9 @@
|
|
|
324
328
|
"s3-object-lambda",
|
|
325
329
|
"s3-outposts",
|
|
326
330
|
"s3express",
|
|
331
|
+
"s3tables",
|
|
327
332
|
"sagemaker",
|
|
333
|
+
"sagemaker-data-science-assistant",
|
|
328
334
|
"sagemaker-geospatial",
|
|
329
335
|
"sagemaker-groundtruth-synthetic",
|
|
330
336
|
"sagemaker-mlflow",
|
|
@@ -334,6 +340,7 @@
|
|
|
334
340
|
"scn",
|
|
335
341
|
"sdb",
|
|
336
342
|
"secretsmanager",
|
|
343
|
+
"security-ir",
|
|
337
344
|
"securityhub",
|
|
338
345
|
"securitylake",
|
|
339
346
|
"serverlessrepo",
|
|
@@ -394,6 +401,7 @@
|
|
|
394
401
|
"voiceid",
|
|
395
402
|
"vpc-lattice",
|
|
396
403
|
"vpc-lattice-svcs",
|
|
404
|
+
"vpce",
|
|
397
405
|
"waf",
|
|
398
406
|
"waf-regional",
|
|
399
407
|
"wafv2",
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.202412071",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2024-
|
|
6
|
+
"updatedAt": "2024-12-07T04:46:27.746Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|