@cloud-copilot/iam-data 0.8.202411131 → 0.8.202411161

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.
Files changed (38) hide show
  1. package/data/actions/access-analyzer.json +15 -0
  2. package/data/actions/arc-zonal-shift.json +8 -0
  3. package/data/actions/b2bi.json +15 -0
  4. package/data/actions/billing.json +1 -2
  5. package/data/actions/cleanrooms-ml.json +583 -0
  6. package/data/actions/cloudtrail.json +20 -0
  7. package/data/actions/controltower.json +15 -0
  8. package/data/actions/deepracer.json +24 -0
  9. package/data/actions/elasticache.json +4 -0
  10. package/data/actions/gamelift.json +270 -28
  11. package/data/actions/iam.json +40 -0
  12. package/data/actions/iot.json +15 -0
  13. package/data/actions/license-manager-user-subscriptions.json +236 -10
  14. package/data/actions/partnercentral.json +242 -0
  15. package/data/actions/q.json +153 -0
  16. package/data/actions/sts.json +17 -0
  17. package/data/actions/wisdom.json +225 -0
  18. package/data/conditionKeys/arc-zonal-shift.json +5 -0
  19. package/data/conditionKeys/cleanrooms-ml.json +1 -1
  20. package/data/conditionKeys/deepracer.json +3 -3
  21. package/data/conditionKeys/elasticache.json +11 -1
  22. package/data/conditionKeys/firehose.json +3 -3
  23. package/data/conditionKeys/license-manager-user-subscriptions.json +17 -1
  24. package/data/conditionKeys/partnercentral.json +12 -0
  25. package/data/conditionKeys/q.json +15 -0
  26. package/data/conditionKeys/sts.json +5 -0
  27. package/data/resourceTypes/arc-zonal-shift.json +2 -0
  28. package/data/resourceTypes/cleanrooms-ml.json +35 -0
  29. package/data/resourceTypes/elasticache.json +2 -0
  30. package/data/resourceTypes/gamelift.json +7 -0
  31. package/data/resourceTypes/license-manager-user-subscriptions.json +30 -1
  32. package/data/resourceTypes/partnercentral.json +22 -0
  33. package/data/resourceTypes/q.json +7 -0
  34. package/data/resourceTypes/sts.json +4 -0
  35. package/data/resourceTypes/wisdom.json +7 -0
  36. package/data/serviceNames.json +2 -1
  37. package/data/services.json +1 -0
  38. package/package.json +2 -2
@@ -26,5 +26,40 @@
26
26
  "conditionKeys": [
27
27
  "aws:ResourceTag/${TagKey}"
28
28
  ]
29
+ },
30
+ "configuredmodelalgorithm": {
31
+ "key": "ConfiguredModelAlgorithm",
32
+ "arn": "arn:${Partition}:cleanrooms-ml:${Region}:${Account}:configured-model-algorithm/${ResourceId}",
33
+ "conditionKeys": [
34
+ "aws:ResourceTag/${TagKey}"
35
+ ]
36
+ },
37
+ "configuredmodelalgorithmassociation": {
38
+ "key": "ConfiguredModelAlgorithmAssociation",
39
+ "arn": "arn:${Partition}:cleanrooms-ml:${Region}:${Account}:membership/${MembershipId}/configured-model-algorithm-association/${ResourceId}",
40
+ "conditionKeys": [
41
+ "aws:ResourceTag/${TagKey}"
42
+ ]
43
+ },
44
+ "mlinputchannel": {
45
+ "key": "MLInputChannel",
46
+ "arn": "arn:${Partition}:cleanrooms-ml:${Region}:${Account}:membership/${MembershipId}/ml-input-channel/${ResourceId}",
47
+ "conditionKeys": [
48
+ "aws:ResourceTag/${TagKey}"
49
+ ]
50
+ },
51
+ "trainedmodel": {
52
+ "key": "TrainedModel",
53
+ "arn": "arn:${Partition}:cleanrooms-ml:${Region}:${Account}:membership/${MembershipId}/trained-model/${ResourceId}",
54
+ "conditionKeys": [
55
+ "aws:ResourceTag/${TagKey}"
56
+ ]
57
+ },
58
+ "trainedmodelinferencejob": {
59
+ "key": "TrainedModelInferenceJob",
60
+ "arn": "arn:${Partition}:cleanrooms-ml:${Region}:${Account}:membership/${MembershipId}/trained-model-inference-job/${ResourceId}",
61
+ "conditionKeys": [
62
+ "aws:ResourceTag/${TagKey}"
63
+ ]
29
64
  }
30
65
  }
@@ -137,6 +137,8 @@
137
137
  "elasticache:KmsKeyId",
138
138
  "elasticache:MaximumDataStorage",
139
139
  "elasticache:MaximumECPUPerSecond",
140
+ "elasticache:MinimumDataStorage",
141
+ "elasticache:MinimumECPUPerSecond",
140
142
  "elasticache:SnapshotRetentionLimit"
141
143
  ]
142
144
  },
@@ -20,6 +20,13 @@
20
20
  "aws:ResourceTag/${TagKey}"
21
21
  ]
22
22
  },
23
+ "containerfleet": {
24
+ "key": "containerFleet",
25
+ "arn": "arn:${Partition}:gamelift:${Region}:${Account}:containerfleet/${FleetId}",
26
+ "conditionKeys": [
27
+ "aws:ResourceTag/${TagKey}"
28
+ ]
29
+ },
23
30
  "fleet": {
24
31
  "key": "fleet",
25
32
  "arn": "arn:${Partition}:gamelift:${Region}:${Account}:fleet/${FleetId}",
@@ -1 +1,30 @@
1
- {}
1
+ {
2
+ "identity-provider": {
3
+ "key": "identity-provider",
4
+ "arn": "arn:${Partition}:license-manager-user-subscriptions:${Region}:${Account}:identity-provider/${IdentityProviderId}",
5
+ "conditionKeys": [
6
+ "aws:ResourceTag/${TagKey}"
7
+ ]
8
+ },
9
+ "product-subscription": {
10
+ "key": "product-subscription",
11
+ "arn": "arn:${Partition}:license-manager-user-subscriptions:${Region}:${Account}:product-subscription/${ProductSubscriptionId}",
12
+ "conditionKeys": [
13
+ "aws:ResourceTag/${TagKey}"
14
+ ]
15
+ },
16
+ "instance-user": {
17
+ "key": "instance-user",
18
+ "arn": "arn:${Partition}:license-manager-user-subscriptions:${Region}:${Account}:instance-user/${InstanceUserId}",
19
+ "conditionKeys": [
20
+ "aws:ResourceTag/${TagKey}"
21
+ ]
22
+ },
23
+ "license-server-endpoint": {
24
+ "key": "license-server-endpoint",
25
+ "arn": "arn:${Partition}:license-manager-user-subscriptions:${Region}:${Account}:license-server-endpoint/${LicenseServerEndpointId}",
26
+ "conditionKeys": [
27
+ "aws:ResourceTag/${TagKey}"
28
+ ]
29
+ }
30
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "engagement-by-accepting-invitation-task": {
3
+ "key": "engagement-by-accepting-invitation-task",
4
+ "arn": "arn:${Partition}:partnercentral:${Region}::catalog/${Catalog}/engagement-by-accepting-invitation-task/${TaskId}"
5
+ },
6
+ "engagement-from-opportunity-task": {
7
+ "key": "engagement-from-opportunity-task",
8
+ "arn": "arn:${Partition}:partnercentral:${Region}::catalog/${Catalog}/engagement-from-opportunity-task/${TaskId}"
9
+ },
10
+ "engagement-invitation": {
11
+ "key": "engagement-invitation",
12
+ "arn": "arn:${Partition}:partnercentral:${Region}::catalog/${Catalog}/engagement-invitation/${Identifier}"
13
+ },
14
+ "opportunity": {
15
+ "key": "Opportunity",
16
+ "arn": "arn:${Partition}:partnercentral:${Region}:${Account}:catalog/${Catalog}/opportunity/${Identifier}"
17
+ },
18
+ "solution": {
19
+ "key": "Solution",
20
+ "arn": "arn:${Partition}:partnercentral:${Region}:${Account}:catalog/${Catalog}/solution/${Identifier}"
21
+ }
22
+ }
@@ -2,5 +2,12 @@
2
2
  "profile": {
3
3
  "key": "profile",
4
4
  "arn": "arn:${Partition}:codewhisperer:${Region}:${Account}:profile/${Identifier}"
5
+ },
6
+ "plugin": {
7
+ "key": "plugin",
8
+ "arn": "arn:${Partition}:qdeveloper:${Region}:${Account}:plugin/${Identifier}",
9
+ "conditionKeys": [
10
+ "aws:ResourceTag/${TagKey}"
11
+ ]
5
12
  }
6
13
  }
@@ -11,6 +11,10 @@
11
11
  "key": "user",
12
12
  "arn": "arn:${Partition}:iam::${Account}:user/${UserNameWithPath}"
13
13
  },
14
+ "root-user": {
15
+ "key": "root-user",
16
+ "arn": "arn:${Partition}:iam::${Account}:root"
17
+ },
14
18
  "self-session": {
15
19
  "key": "self-session",
16
20
  "arn": "arn:${Partition}:sts::${Account}:self"
@@ -13,6 +13,13 @@
13
13
  "aws:ResourceTag/${TagKey}"
14
14
  ]
15
15
  },
16
+ "aiguardrail": {
17
+ "key": "AIGuardrail",
18
+ "arn": "arn:${Partition}:wisdom:${Region}:${Account}:ai-guardrail/${AssistantId}/${AIGuardrailId}",
19
+ "conditionKeys": [
20
+ "aws:ResourceTag/${TagKey}"
21
+ ]
22
+ },
16
23
  "assistant": {
17
24
  "key": "Assistant",
18
25
  "arn": "arn:${Partition}:wisdom:${Region}:${Account}:assistant/${AssistantId}",
@@ -29,7 +29,7 @@
29
29
  "appsync": "AWS AppSync",
30
30
  "apptest": "AWS Mainframe Modernization Application Testing",
31
31
  "aps": "Amazon Managed Service for Prometheus",
32
- "arc-zonal-shift": "Amazon Route 53 Application Recovery Controller - Zonal Shift",
32
+ "arc-zonal-shift": "Amazon Application Recovery Controller - Zonal Shift",
33
33
  "arsenal": "Application Discovery Arsenal",
34
34
  "artifact": "AWS Artifact",
35
35
  "athena": "Amazon Athena",
@@ -272,6 +272,7 @@
272
272
  "osis": "Amazon OpenSearch Ingestion",
273
273
  "outposts": "AWS Outposts",
274
274
  "panorama": "AWS Panorama",
275
+ "partnercentral": "AWS Partner Central Selling",
275
276
  "partnercentral-account-management": "AWS Partner central account management",
276
277
  "payment-cryptography": "AWS Payment Cryptography",
277
278
  "payments": "AWS Payments",
@@ -272,6 +272,7 @@
272
272
  "osis",
273
273
  "outposts",
274
274
  "panorama",
275
+ "partnercentral",
275
276
  "partnercentral-account-management",
276
277
  "payment-cryptography",
277
278
  "payments",
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.8.202411131",
3
+ "version": "0.8.202411161",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2024-11-13T04:47:25.874Z",
6
+ "updatedAt": "2024-11-16T04:50:25.372Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",