@cloud-copilot/iam-data 0.9.202411161 → 0.9.202411201
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/connect-campaigns.json +177 -4
- package/data/actions/datazone.json +49 -0
- package/data/actions/dynamodb.json +28 -2
- package/data/actions/ecs.json +4 -2
- package/data/actions/glue.json +894 -114
- package/data/actions/iotsitewise.json +90 -0
- package/data/actions/omics.json +213 -46
- package/data/actions/repostspace.json +31 -1
- package/data/actions/route53.json +26 -14
- package/data/actions/sms-voice.json +75 -0
- package/data/actions/sqlworkbench.json +45 -0
- package/data/conditionKeys/connect-campaigns.json +3 -3
- package/data/conditionKeys/dynamodb.json +15 -0
- package/data/conditionKeys/ecs.json +5 -0
- package/data/conditionKeys/glue.json +5 -0
- package/data/conditionKeys/omics.json +0 -25
- package/data/conditionKeys/route53.json +5 -0
- package/data/resourceTypes/dynamodb.json +8 -2
- package/data/resourceTypes/glue.json +12 -1
- package/data/resourceTypes/iotsitewise.json +7 -0
- package/data/resourceTypes/omics.json +12 -19
- package/data/resourceTypes/sms-voice.json +4 -0
- package/data/serviceNames.json +3 -3
- package/package.json +2 -2
|
@@ -349,6 +349,21 @@
|
|
|
349
349
|
"conditionKeys": [],
|
|
350
350
|
"dependentActions": []
|
|
351
351
|
},
|
|
352
|
+
"deleteprotectconfigurationrulesetnumberoverride": {
|
|
353
|
+
"name": "DeleteProtectConfigurationRuleSetNumberOverride",
|
|
354
|
+
"description": "Grants permission to delete a phone number override for a protect configuration",
|
|
355
|
+
"accessLevel": "Write",
|
|
356
|
+
"resourceTypes": [
|
|
357
|
+
{
|
|
358
|
+
"name": "ProtectConfiguration",
|
|
359
|
+
"required": true,
|
|
360
|
+
"conditionKeys": [],
|
|
361
|
+
"dependentActions": []
|
|
362
|
+
}
|
|
363
|
+
],
|
|
364
|
+
"conditionKeys": [],
|
|
365
|
+
"dependentActions": []
|
|
366
|
+
},
|
|
352
367
|
"deleteregistration": {
|
|
353
368
|
"name": "DeleteRegistration",
|
|
354
369
|
"description": "Grants permission to delete a registration",
|
|
@@ -833,6 +848,21 @@
|
|
|
833
848
|
"conditionKeys": [],
|
|
834
849
|
"dependentActions": []
|
|
835
850
|
},
|
|
851
|
+
"listprotectconfigurationrulesetnumberoverrides": {
|
|
852
|
+
"name": "ListProtectConfigurationRuleSetNumberOverrides",
|
|
853
|
+
"description": "Grants permission to list all phone number overrides for a protect configuration",
|
|
854
|
+
"accessLevel": "Read",
|
|
855
|
+
"resourceTypes": [
|
|
856
|
+
{
|
|
857
|
+
"name": "ProtectConfiguration",
|
|
858
|
+
"required": true,
|
|
859
|
+
"conditionKeys": [],
|
|
860
|
+
"dependentActions": []
|
|
861
|
+
}
|
|
862
|
+
],
|
|
863
|
+
"conditionKeys": [],
|
|
864
|
+
"dependentActions": []
|
|
865
|
+
},
|
|
836
866
|
"listregistrationassociations": {
|
|
837
867
|
"name": "ListRegistrationAssociations",
|
|
838
868
|
"description": "Grants permission to list all resources associated to a registration",
|
|
@@ -932,6 +962,21 @@
|
|
|
932
962
|
"conditionKeys": [],
|
|
933
963
|
"dependentActions": []
|
|
934
964
|
},
|
|
965
|
+
"putmessagefeedback": {
|
|
966
|
+
"name": "PutMessageFeedback",
|
|
967
|
+
"description": "Grants permission to put feedback for a text, voice, or media message",
|
|
968
|
+
"accessLevel": "Write",
|
|
969
|
+
"resourceTypes": [
|
|
970
|
+
{
|
|
971
|
+
"name": "Message",
|
|
972
|
+
"required": true,
|
|
973
|
+
"conditionKeys": [],
|
|
974
|
+
"dependentActions": []
|
|
975
|
+
}
|
|
976
|
+
],
|
|
977
|
+
"conditionKeys": [],
|
|
978
|
+
"dependentActions": []
|
|
979
|
+
},
|
|
935
980
|
"putoptedoutnumber": {
|
|
936
981
|
"name": "PutOptedOutNumber",
|
|
937
982
|
"description": "Grants permission to put a destination phone number into an opt-out list",
|
|
@@ -947,6 +992,21 @@
|
|
|
947
992
|
"conditionKeys": [],
|
|
948
993
|
"dependentActions": []
|
|
949
994
|
},
|
|
995
|
+
"putprotectconfigurationrulesetnumberoverride": {
|
|
996
|
+
"name": "PutProtectConfigurationRuleSetNumberOverride",
|
|
997
|
+
"description": "Grants permission to put a phone number override for a protect configuration",
|
|
998
|
+
"accessLevel": "Write",
|
|
999
|
+
"resourceTypes": [
|
|
1000
|
+
{
|
|
1001
|
+
"name": "ProtectConfiguration",
|
|
1002
|
+
"required": true,
|
|
1003
|
+
"conditionKeys": [],
|
|
1004
|
+
"dependentActions": []
|
|
1005
|
+
}
|
|
1006
|
+
],
|
|
1007
|
+
"conditionKeys": [],
|
|
1008
|
+
"dependentActions": []
|
|
1009
|
+
},
|
|
950
1010
|
"putregistrationfieldvalue": {
|
|
951
1011
|
"name": "PutRegistrationFieldValue",
|
|
952
1012
|
"description": "Grants permission to put a registration field value",
|
|
@@ -1160,6 +1220,21 @@
|
|
|
1160
1220
|
"conditionKeys": [],
|
|
1161
1221
|
"dependentActions": []
|
|
1162
1222
|
},
|
|
1223
|
+
"setdefaultmessagefeedbackenabled": {
|
|
1224
|
+
"name": "SetDefaultMessageFeedbackEnabled",
|
|
1225
|
+
"description": "Grants permission to set the default message feedback for a configuration set",
|
|
1226
|
+
"accessLevel": "Write",
|
|
1227
|
+
"resourceTypes": [
|
|
1228
|
+
{
|
|
1229
|
+
"name": "ConfigurationSet",
|
|
1230
|
+
"required": true,
|
|
1231
|
+
"conditionKeys": [],
|
|
1232
|
+
"dependentActions": []
|
|
1233
|
+
}
|
|
1234
|
+
],
|
|
1235
|
+
"conditionKeys": [],
|
|
1236
|
+
"dependentActions": []
|
|
1237
|
+
},
|
|
1163
1238
|
"setdefaultmessagetype": {
|
|
1164
1239
|
"name": "SetDefaultMessageType",
|
|
1165
1240
|
"description": "Grants permission to set the default message type for a configuration set",
|
|
@@ -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,
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"aws:requesttag/${tagkey}": {
|
|
3
3
|
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
-
"description": "Filters actions based on the presence of tag key-value pairs in the request",
|
|
4
|
+
"description": "Filters access by actions based on the presence of tag key-value pairs in the request",
|
|
5
5
|
"type": "String"
|
|
6
6
|
},
|
|
7
7
|
"aws:resourcetag/${tagkey}": {
|
|
8
8
|
"key": "aws:ResourceTag/${TagKey}",
|
|
9
|
-
"description": "Filters actions based on tag key-value pairs attached to the resource",
|
|
9
|
+
"description": "Filters access by actions based on tag key-value pairs attached to the resource",
|
|
10
10
|
"type": "String"
|
|
11
11
|
},
|
|
12
12
|
"aws:tagkeys": {
|
|
13
13
|
"key": "aws:TagKeys",
|
|
14
|
-
"description": "Filters actions based on the presence of tag keys in the request",
|
|
14
|
+
"description": "Filters access by actions based on the presence of tag keys in the request",
|
|
15
15
|
"type": "ArrayOfString"
|
|
16
16
|
}
|
|
17
17
|
}
|
|
@@ -1,4 +1,19 @@
|
|
|
1
1
|
{
|
|
2
|
+
"aws:requesttag/${tagkey}": {
|
|
3
|
+
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
+
"description": "Filters access by the tags that are passed in the request",
|
|
5
|
+
"type": "String"
|
|
6
|
+
},
|
|
7
|
+
"aws:resourcetag/${tagkey}": {
|
|
8
|
+
"key": "aws:ResourceTag/${TagKey}",
|
|
9
|
+
"description": "Filters access by the tags associated with the resource",
|
|
10
|
+
"type": "String"
|
|
11
|
+
},
|
|
12
|
+
"aws:tagkeys": {
|
|
13
|
+
"key": "aws:TagKeys",
|
|
14
|
+
"description": "Filters access by the tag keys that are passed in the request",
|
|
15
|
+
"type": "ArrayOfString"
|
|
16
|
+
},
|
|
2
17
|
"dynamodb:attributes": {
|
|
3
18
|
"key": "dynamodb:Attributes",
|
|
4
19
|
"description": "Filters access by attribute (field or column) names of the table",
|
|
@@ -64,6 +64,11 @@
|
|
|
64
64
|
"description": "Filters access by the enable field value in the Service Connect configuration",
|
|
65
65
|
"type": "String"
|
|
66
66
|
},
|
|
67
|
+
"ecs:enable-vpc-lattice": {
|
|
68
|
+
"key": "ecs:enable-vpc-lattice",
|
|
69
|
+
"description": "Filters access by the VPC lattice capability of your Amazon ECS service",
|
|
70
|
+
"type": "String"
|
|
71
|
+
},
|
|
67
72
|
"ecs:fargate-ephemeral-storage-kms-key": {
|
|
68
73
|
"key": "ecs:fargate-ephemeral-storage-kms-key",
|
|
69
74
|
"description": "Filters access by the AWS KMS key id provided in the request",
|
|
@@ -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
|
}
|
|
@@ -13,5 +13,10 @@
|
|
|
13
13
|
"key": "route53:ChangeResourceRecordSetsRecordTypes",
|
|
14
14
|
"description": "Filters access by the DNS record types in a ChangeResourceRecordSets request",
|
|
15
15
|
"type": "ArrayOfString"
|
|
16
|
+
},
|
|
17
|
+
"route53:vpcs": {
|
|
18
|
+
"key": "route53:VPCs",
|
|
19
|
+
"description": "Filters access by VPCs in request",
|
|
20
|
+
"type": "ArrayOfString"
|
|
16
21
|
}
|
|
17
22
|
}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"index": {
|
|
3
3
|
"key": "index",
|
|
4
|
-
"arn": "arn:${Partition}:dynamodb:${Region}:${Account}:table/${TableName}/index/${IndexName}"
|
|
4
|
+
"arn": "arn:${Partition}:dynamodb:${Region}:${Account}:table/${TableName}/index/${IndexName}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"aws:ResourceTag/${TagKey}"
|
|
7
|
+
]
|
|
5
8
|
},
|
|
6
9
|
"stream": {
|
|
7
10
|
"key": "stream",
|
|
@@ -9,7 +12,10 @@
|
|
|
9
12
|
},
|
|
10
13
|
"table": {
|
|
11
14
|
"key": "table",
|
|
12
|
-
"arn": "arn:${Partition}:dynamodb:${Region}:${Account}:table/${TableName}"
|
|
15
|
+
"arn": "arn:${Partition}:dynamodb:${Region}:${Account}:table/${TableName}",
|
|
16
|
+
"conditionKeys": [
|
|
17
|
+
"aws:ResourceTag/${TagKey}"
|
|
18
|
+
]
|
|
13
19
|
},
|
|
14
20
|
"backup": {
|
|
15
21
|
"key": "backup",
|
|
@@ -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
|
}
|
|
@@ -54,5 +54,12 @@
|
|
|
54
54
|
"conditionKeys": [
|
|
55
55
|
"aws:ResourceTag/${TagKey}"
|
|
56
56
|
]
|
|
57
|
+
},
|
|
58
|
+
"dataset": {
|
|
59
|
+
"key": "dataset",
|
|
60
|
+
"arn": "arn:${Partition}:iotsitewise:${Region}:${Account}:dataset/${DatasetId}",
|
|
61
|
+
"conditionKeys": [
|
|
62
|
+
"aws:ResourceTag/${TagKey}"
|
|
63
|
+
]
|
|
57
64
|
}
|
|
58
65
|
}
|
|
@@ -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/${
|
|
4
|
+
"arn": "arn:${Partition}:omics:${Region}:${Account}:annotationStore/${AnnotationStoreName}",
|
|
12
5
|
"conditionKeys": [
|
|
13
|
-
"
|
|
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
|
-
"
|
|
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/${
|
|
75
|
+
"arn": "arn:${Partition}:omics:${Region}:${Account}:variantStore/${VariantStoreName}",
|
|
83
76
|
"conditionKeys": [
|
|
84
|
-
"
|
|
77
|
+
"aws:ResourceTag/${TagKey}"
|
|
85
78
|
]
|
|
86
79
|
},
|
|
87
80
|
"workflow": {
|
package/data/serviceNames.json
CHANGED
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"compute-optimizer": "AWS Compute Optimizer",
|
|
95
95
|
"config": "AWS Config",
|
|
96
96
|
"connect": "Amazon Connect",
|
|
97
|
-
"connect-campaigns": "
|
|
97
|
+
"connect-campaigns": "Amazon Connect Outbound Campaigns",
|
|
98
98
|
"consoleapp": "AWS Management Console Mobile App",
|
|
99
99
|
"consolidatedbilling": "AWS Consolidated Billing",
|
|
100
100
|
"controlcatalog": "AWS Control Catalog",
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
"redshift-serverless": "Amazon Redshift Serverless",
|
|
304
304
|
"refactor-spaces": "AWS Migration Hub Refactor Spaces",
|
|
305
305
|
"rekognition": "Amazon Rekognition",
|
|
306
|
-
"repostspace": "AWS
|
|
306
|
+
"repostspace": "AWS rePost Private",
|
|
307
307
|
"resiliencehub": "AWS Resilience Hub",
|
|
308
308
|
"resource-explorer": "Tag Editor",
|
|
309
309
|
"resource-explorer-2": "AWS Resource Explorer",
|
|
@@ -346,7 +346,7 @@
|
|
|
346
346
|
"signin": "AWS Signin",
|
|
347
347
|
"simspaceweaver": "AWS SimSpace Weaver",
|
|
348
348
|
"sms": "AWS Server Migration Service",
|
|
349
|
-
"sms-voice": "
|
|
349
|
+
"sms-voice": "AWS End User Messaging SMS and Voice V2",
|
|
350
350
|
"snow-device-management": "AWS Snow Device Management",
|
|
351
351
|
"snowball": "AWS Snowball",
|
|
352
352
|
"sns": "Amazon SNS",
|
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.202411201",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2024-11-
|
|
6
|
+
"updatedAt": "2024-11-20T04:49:22.137Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|