@cloud-copilot/iam-data 0.8.202411161 → 0.9.202411191

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.
@@ -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",
@@ -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",
@@ -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",
@@ -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
  }
@@ -61,5 +61,9 @@
61
61
  "conditionKeys": [
62
62
  "aws:ResourceTag/${TagKey}"
63
63
  ]
64
+ },
65
+ "message": {
66
+ "key": "Message",
67
+ "arn": "arn:${Partition}:sms-voice:${Region}:${Account}:message/${MessageId}"
64
68
  }
65
69
  }
@@ -94,7 +94,7 @@
94
94
  "compute-optimizer": "AWS Compute Optimizer",
95
95
  "config": "AWS Config",
96
96
  "connect": "Amazon Connect",
97
- "connect-campaigns": "High-volume outbound communications",
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 re:Post Private",
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": "Amazon Pinpoint SMS Voice V2",
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.8.202411161",
3
+ "version": "0.9.202411191",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2024-11-16T04:50:25.372Z",
6
+ "updatedAt": "2024-11-19T04:49:13.392Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",
@@ -27,7 +27,7 @@
27
27
  "IAM"
28
28
  ],
29
29
  "author": "David Kerber <dave@cloudcopilot.io>",
30
- "license": "GPL-3.0-or-later",
30
+ "license": "MIT",
31
31
  "devDependencies": {
32
32
  "@types/node": "^22.5.0",
33
33
  "@vitest/coverage-v8": "^2.0.5",