@cloud-copilot/iam-data 0.9.202411191 → 0.9.202411211

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.
@@ -350,6 +350,15 @@
350
350
  "conditionKeys": [],
351
351
  "dependentActions": []
352
352
  },
353
+ "deletesqlgenerationcontext": {
354
+ "name": "DeleteSqlGenerationContext",
355
+ "isPermissionOnly": true,
356
+ "description": "Grants permission to delete sql generation context",
357
+ "accessLevel": "Write",
358
+ "resourceTypes": [],
359
+ "conditionKeys": [],
360
+ "dependentActions": []
361
+ },
353
362
  "deletetab": {
354
363
  "name": "DeleteTab",
355
364
  "isPermissionOnly": true,
@@ -580,6 +589,24 @@
580
589
  "conditionKeys": [],
581
590
  "dependentActions": []
582
591
  },
592
+ "getsqlgenerationcontext": {
593
+ "name": "GetSqlGenerationContext",
594
+ "isPermissionOnly": true,
595
+ "description": "Grants permission to get sql generation context",
596
+ "accessLevel": "Read",
597
+ "resourceTypes": [],
598
+ "conditionKeys": [],
599
+ "dependentActions": []
600
+ },
601
+ "getsqlrecommendations": {
602
+ "name": "GetSqlRecommendations",
603
+ "isPermissionOnly": true,
604
+ "description": "Grants permission to get text to SQL recommendations",
605
+ "accessLevel": "Read",
606
+ "resourceTypes": [],
607
+ "conditionKeys": [],
608
+ "dependentActions": []
609
+ },
583
610
  "getuserinfo": {
584
611
  "name": "GetUserInfo",
585
612
  "isPermissionOnly": true,
@@ -764,6 +791,15 @@
764
791
  "conditionKeys": [],
765
792
  "dependentActions": []
766
793
  },
794
+ "passaccountsettings": {
795
+ "name": "PassAccountSettings",
796
+ "isPermissionOnly": true,
797
+ "description": "Grants permission to provide account settings with the request",
798
+ "accessLevel": "Write",
799
+ "resourceTypes": [],
800
+ "conditionKeys": [],
801
+ "dependentActions": []
802
+ },
767
803
  "putqcustomcontext": {
768
804
  "name": "PutQCustomContext",
769
805
  "isPermissionOnly": true,
@@ -773,6 +809,15 @@
773
809
  "conditionKeys": [],
774
810
  "dependentActions": []
775
811
  },
812
+ "putsqlgenerationcontext": {
813
+ "name": "PutSqlGenerationContext",
814
+ "isPermissionOnly": true,
815
+ "description": "Grants permission to update sql generation context",
816
+ "accessLevel": "Write",
817
+ "resourceTypes": [],
818
+ "conditionKeys": [],
819
+ "dependentActions": []
820
+ },
776
821
  "puttab": {
777
822
  "name": "PutTab",
778
823
  "isPermissionOnly": true,
@@ -289,6 +289,11 @@
289
289
  "description": "Filters access by the ARN of a launch template",
290
290
  "type": "ARN"
291
291
  },
292
+ "ec2:managedresourceoperator": {
293
+ "key": "ec2:ManagedResourceOperator",
294
+ "description": "Filters access by the presence of an EC2 operator provisioning a managed resource",
295
+ "type": "String"
296
+ },
292
297
  "ec2:metadatahttpendpoint": {
293
298
  "key": "ec2:MetadataHttpEndpoint",
294
299
  "description": "Filters access by whether the HTTP endpoint is enabled for the instance metadata service",
@@ -19,6 +19,11 @@
19
19
  "description": "Filters access by the service from which the credentials of the request is issued",
20
20
  "type": "String"
21
21
  },
22
+ "glue:enabledforredshiftautodiscovery": {
23
+ "key": "glue:EnabledForRedshiftAutoDiscovery",
24
+ "description": "Filters access by the presence of the key configured for role's identity-based policy",
25
+ "type": "Bool"
26
+ },
22
27
  "glue:roleassumedby": {
23
28
  "key": "glue:RoleAssumedBy",
24
29
  "description": "Filters access by the service from which the credentials of the request is obtained by assuming the customer role",
@@ -13,30 +13,5 @@
13
13
  "key": "aws:TagKeys",
14
14
  "description": "Filters access by the presence of tag keys in the request",
15
15
  "type": "ArrayOfString"
16
- },
17
- "omics:annotationimportjobjobid": {
18
- "key": "omics:AnnotationImportJobJobId",
19
- "description": "Filters access by a unique resource identifier",
20
- "type": "String"
21
- },
22
- "omics:annotationstorename": {
23
- "key": "omics:AnnotationStoreName",
24
- "description": "Filters access by the name of the store",
25
- "type": "String"
26
- },
27
- "omics:annotationstoreversionname": {
28
- "key": "omics:AnnotationStoreVersionName",
29
- "description": "Filters access by the name of the annotation store version",
30
- "type": "String"
31
- },
32
- "omics:variantimportjobjobid": {
33
- "key": "omics:VariantImportJobJobId",
34
- "description": "Filters access by a unique resource identifier",
35
- "type": "String"
36
- },
37
- "omics:variantstorename": {
38
- "key": "omics:VariantStoreName",
39
- "description": "Filters access by the name of the store",
40
- "type": "String"
41
16
  }
42
17
  }
@@ -314,6 +314,7 @@
314
314
  "ec2:InstanceType",
315
315
  "ec2:IsLaunchTemplateResource",
316
316
  "ec2:LaunchTemplate",
317
+ "ec2:ManagedResourceOperator",
317
318
  "ec2:MetadataHttpEndpoint",
318
319
  "ec2:MetadataHttpPutResponseHopLimit",
319
320
  "ec2:MetadataHttpTokens",
@@ -471,6 +472,7 @@
471
472
  "ec2:Attribute/${AttributeName}",
472
473
  "ec2:IsLaunchTemplateResource",
473
474
  "ec2:LaunchTemplate",
475
+ "ec2:ManagedResourceOperator",
474
476
  "ec2:Region",
475
477
  "ec2:ResourceTag/${TagKey}"
476
478
  ]
@@ -628,6 +630,7 @@
628
630
  "ec2:AvailabilityZone",
629
631
  "ec2:IsLaunchTemplateResource",
630
632
  "ec2:LaunchTemplate",
633
+ "ec2:ManagedResourceOperator",
631
634
  "ec2:NetworkInterfaceID",
632
635
  "ec2:Permission",
633
636
  "ec2:Region",
@@ -1032,6 +1035,7 @@
1032
1035
  "ec2:IsLaunchTemplateResource",
1033
1036
  "ec2:KmsKeyId",
1034
1037
  "ec2:LaunchTemplate",
1038
+ "ec2:ManagedResourceOperator",
1035
1039
  "ec2:ParentSnapshot",
1036
1040
  "ec2:Region",
1037
1041
  "ec2:ResourceTag/${TagKey}",
@@ -1,7 +1,11 @@
1
1
  {
2
+ "rootcatalog": {
3
+ "key": "rootcatalog",
4
+ "arn": "arn:${Partition}:glue:${Region}:${Account}:catalog"
5
+ },
2
6
  "catalog": {
3
7
  "key": "catalog",
4
- "arn": "arn:${Partition}:glue:${Region}:${Account}:catalog"
8
+ "arn": "arn:${Partition}:glue:${Region}:${Account}:catalog/${CatalogName}"
5
9
  },
6
10
  "database": {
7
11
  "key": "database",
@@ -120,5 +124,12 @@
120
124
  "completion": {
121
125
  "key": "completion",
122
126
  "arn": "arn:${Partition}:glue:${Region}:${Account}:completion/${CompletionId}"
127
+ },
128
+ "integration": {
129
+ "key": "integration",
130
+ "arn": "arn:${Partition}:glue:${Region}:${Account}:integration:${IntegrationId}",
131
+ "conditionKeys": [
132
+ "aws:ResourceTag/${TagKey}"
133
+ ]
123
134
  }
124
135
  }
@@ -1,23 +1,16 @@
1
1
  {
2
- "annotationimportjob": {
3
- "key": "AnnotationImportJob",
4
- "arn": "arn:${Partition}:omics:${Region}:${Account}:annotationImportJob/${AnnotationImportJobId}",
5
- "conditionKeys": [
6
- "omics:AnnotationImportJobJobId"
7
- ]
8
- },
9
2
  "annotationstore": {
10
3
  "key": "AnnotationStore",
11
- "arn": "arn:${Partition}:omics:${Region}:${Account}:annotationStore/${AnnotationStoreId}",
4
+ "arn": "arn:${Partition}:omics:${Region}:${Account}:annotationStore/${AnnotationStoreName}",
12
5
  "conditionKeys": [
13
- "omics:AnnotationStoreName"
6
+ "aws:ResourceTag/${TagKey}"
14
7
  ]
15
8
  },
16
9
  "annotationstoreversion": {
17
10
  "key": "AnnotationStoreVersion",
18
11
  "arn": "arn:${Partition}:omics:${Region}:${Account}:annotationStore/${AnnotationStoreName}/version/${AnnotationStoreVersionName}",
19
12
  "conditionKeys": [
20
- "omics:AnnotationStoreVersionName"
13
+ "aws:ResourceTag/${TagKey}"
21
14
  ]
22
15
  },
23
16
  "readset": {
@@ -48,6 +41,13 @@
48
41
  "aws:ResourceTag/${TagKey}"
49
42
  ]
50
43
  },
44
+ "runcache": {
45
+ "key": "runCache",
46
+ "arn": "arn:${Partition}:omics:${Region}:${Account}:runCache/${Id}",
47
+ "conditionKeys": [
48
+ "aws:ResourceTag/${TagKey}"
49
+ ]
50
+ },
51
51
  "rungroup": {
52
52
  "key": "runGroup",
53
53
  "arn": "arn:${Partition}:omics:${Region}:${Account}:runGroup/${Id}",
@@ -70,18 +70,11 @@
70
70
  "key": "TaskResource",
71
71
  "arn": "arn:${Partition}:omics:${Region}:${Account}:task/${Id}"
72
72
  },
73
- "variantimportjob": {
74
- "key": "VariantImportJob",
75
- "arn": "arn:${Partition}:omics:${Region}:${Account}:variantImportJob/${VariantImportJobId}",
76
- "conditionKeys": [
77
- "omics:VariantImportJobJobId"
78
- ]
79
- },
80
73
  "variantstore": {
81
74
  "key": "VariantStore",
82
- "arn": "arn:${Partition}:omics:${Region}:${Account}:variantStore/${VariantStoreId}",
75
+ "arn": "arn:${Partition}:omics:${Region}:${Account}:variantStore/${VariantStoreName}",
83
76
  "conditionKeys": [
84
- "omics:VariantStoreName"
77
+ "aws:ResourceTag/${TagKey}"
85
78
  ]
86
79
  },
87
80
  "workflow": {
@@ -9,7 +9,10 @@
9
9
  },
10
10
  "shardgrp": {
11
11
  "key": "shardgrp",
12
- "arn": "arn:${Partition}:rds:${Region}:${Account}:shard-group:${DbShardGroupResourceId}"
12
+ "arn": "arn:${Partition}:rds:${Region}:${Account}:shard-group:${DbShardGroupResourceId}",
13
+ "conditionKeys": [
14
+ "aws:ResourceTag/${TagKey}"
15
+ ]
13
16
  },
14
17
  "cluster-auto-backup": {
15
18
  "key": "cluster-auto-backup",
@@ -470,5 +470,13 @@
470
470
  "aws:ResourceTag/${TagKey}",
471
471
  "sagemaker:ResourceTag/${TagKey}"
472
472
  ]
473
+ },
474
+ "partner-app": {
475
+ "key": "partner-app",
476
+ "arn": "arn:${Partition}:sagemaker:${Region}:${Account}:partner-app/${AppId}",
477
+ "conditionKeys": [
478
+ "aws:ResourceTag/${TagKey}",
479
+ "sagemaker:ResourceTag/${TagKey}"
480
+ ]
473
481
  }
474
482
  }
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202411191",
3
+ "version": "0.9.202411211",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2024-11-19T04:49:13.392Z",
6
+ "updatedAt": "2024-11-21T04:49:24.763Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",