@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.
@@ -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
  },
@@ -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.202410241",
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-24T04:48:31.418Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",