@cloud-copilot/iam-data 0.7.202410231 → 0.7.202410251

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.
@@ -82,6 +82,21 @@
82
82
  ],
83
83
  "dependentActions": []
84
84
  },
85
+ "invokerestapi": {
86
+ "name": "InvokeRestApi",
87
+ "description": "Grants permission to invoke Airflow REST API via an endpoint on the Apache Airflow Webserver",
88
+ "accessLevel": "Write",
89
+ "resourceTypes": [
90
+ {
91
+ "name": "rbac-role",
92
+ "required": true,
93
+ "conditionKeys": [],
94
+ "dependentActions": []
95
+ }
96
+ ],
97
+ "conditionKeys": [],
98
+ "dependentActions": []
99
+ },
85
100
  "listenvironments": {
86
101
  "name": "ListEnvironments",
87
102
  "description": "Grants permission to list the Amazon MWAA environments in your account",
@@ -246,6 +246,7 @@
246
246
  "ec2:DescribeVpcEndpointServices",
247
247
  "m2:CreateDataSetImportTask",
248
248
  "m2:GetApplication",
249
+ "m2:GetApplicationVersion",
249
250
  "m2:GetBatchJobExecution",
250
251
  "m2:GetDataSetDetails",
251
252
  "m2:GetDataSetImportTask",
@@ -388,14 +388,7 @@
388
388
  "name": "ListPreviewRotationShifts",
389
389
  "description": "Grants permission to retrieve a list of shifts based on rotation configuration parameters",
390
390
  "accessLevel": "List",
391
- "resourceTypes": [
392
- {
393
- "name": "rotation",
394
- "required": true,
395
- "conditionKeys": [],
396
- "dependentActions": []
397
- }
398
- ],
391
+ "resourceTypes": [],
399
392
  "conditionKeys": [],
400
393
  "dependentActions": []
401
394
  },
@@ -20,6 +20,22 @@
20
20
  "conditionKeys": [],
21
21
  "dependentActions": []
22
22
  },
23
+ "allowvendedlogdeliveryforresource": {
24
+ "name": "AllowVendedLogDeliveryForResource",
25
+ "isPermissionOnly": true,
26
+ "description": "Grants permission to configure vended log delivery for an assistant",
27
+ "accessLevel": "Permissions management",
28
+ "resourceTypes": [
29
+ {
30
+ "name": "Assistant",
31
+ "required": false,
32
+ "conditionKeys": [],
33
+ "dependentActions": []
34
+ }
35
+ ],
36
+ "conditionKeys": [],
37
+ "dependentActions": []
38
+ },
23
39
  "createaiagent": {
24
40
  "name": "CreateAIAgent",
25
41
  "description": "Grants permission to create an ai agent",
@@ -1,28 +1,28 @@
1
1
  {
2
2
  "testcase": {
3
3
  "key": "TestCase",
4
- "arn": "arn:${Partition}:apptest:${Region}:${Account}:testcase/${testCaseId}",
4
+ "arn": "arn:${Partition}:apptest:${Region}:${Account}:testcase/${TestCaseId}",
5
5
  "conditionKeys": [
6
6
  "aws:ResourceTag/${TagKey}"
7
7
  ]
8
8
  },
9
9
  "testconfiguration": {
10
10
  "key": "TestConfiguration",
11
- "arn": "arn:${Partition}:apptest:${Region}:${Account}:testconfiguration/${testConfigurationId}",
11
+ "arn": "arn:${Partition}:apptest:${Region}:${Account}:testconfiguration/${TestConfigurationId}",
12
12
  "conditionKeys": [
13
13
  "aws:ResourceTag/${TagKey}"
14
14
  ]
15
15
  },
16
16
  "testrun": {
17
17
  "key": "TestRun",
18
- "arn": "arn:${Partition}:apptest:${Region}:${Account}:testrun/${testRunId}",
18
+ "arn": "arn:${Partition}:apptest:${Region}:${Account}:testrun/${TestRunId}",
19
19
  "conditionKeys": [
20
20
  "aws:ResourceTag/${TagKey}"
21
21
  ]
22
22
  },
23
23
  "testsuite": {
24
24
  "key": "TestSuite",
25
- "arn": "arn:${Partition}:apptest:${Region}:${Account}:testsuite/${testSuiteId}",
25
+ "arn": "arn:${Partition}:apptest:${Region}:${Account}:testsuite/${TestSuiteId}",
26
26
  "conditionKeys": [
27
27
  "aws:ResourceTag/${TagKey}"
28
28
  ]
@@ -27,7 +27,7 @@
27
27
  "appstream": "Amazon AppStream 2.0",
28
28
  "appstudio": "AWS App Studio",
29
29
  "appsync": "AWS AppSync",
30
- "apptest": "AWS Mainframe Modernization Application Testing provides tools and resources for automated functional equivalence testing for your migration projects.",
30
+ "apptest": "AWS Mainframe Modernization Application Testing",
31
31
  "aps": "Amazon Managed Service for Prometheus",
32
32
  "arc-zonal-shift": "Amazon Route 53 Application Recovery Controller - Zonal Shift",
33
33
  "arsenal": "Application Discovery Arsenal",
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.7.202410231",
3
+ "version": "0.7.202410251",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2024-10-23T04:47:37.666Z",
6
+ "updatedAt": "2024-10-25T04:49:37.290Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",