@cloud-copilot/iam-data 0.7.202410231 → 0.7.202410241
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.
|
@@ -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
|
},
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"testcase": {
|
|
3
3
|
"key": "TestCase",
|
|
4
|
-
"arn": "arn:${Partition}:apptest:${Region}:${Account}:testcase/${
|
|
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/${
|
|
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/${
|
|
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/${
|
|
25
|
+
"arn": "arn:${Partition}:apptest:${Region}:${Account}:testsuite/${TestSuiteId}",
|
|
26
26
|
"conditionKeys": [
|
|
27
27
|
"aws:ResourceTag/${TagKey}"
|
|
28
28
|
]
|
package/data/serviceNames.json
CHANGED
|
@@ -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
|
|
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.
|
|
3
|
+
"version": "0.7.202410241",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2024-10-
|
|
6
|
+
"updatedAt": "2024-10-24T04:48:31.418Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|