aws-iam-managed-policies 0.0.2 → 0.0.3
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.
- package/dist/managedPolicies.json +65 -0
- package/package.json +1 -1
|
@@ -428296,5 +428296,70 @@
|
|
|
428296
428296
|
},
|
|
428297
428297
|
"createdDate": "2023-08-01T15:06:46.000Z",
|
|
428298
428298
|
"lastUpdatedDate": "2023-08-01T15:06:46.000Z"
|
|
428299
|
+
},
|
|
428300
|
+
"AWSMigrationHubRefactorSpaces-SSMAutomationPolicy": {
|
|
428301
|
+
"arn": "arn:aws:iam::aws:policy/service-role/AWSMigrationHubRefactorSpaces-SSMAutomationPolicy",
|
|
428302
|
+
"latestVersionId": "v1",
|
|
428303
|
+
"versionsCount": 1,
|
|
428304
|
+
"versions": {
|
|
428305
|
+
"v1": {
|
|
428306
|
+
"createdDate": "2023-08-10T15:08:14.000Z",
|
|
428307
|
+
"document": {
|
|
428308
|
+
"Version": "2012-10-17",
|
|
428309
|
+
"Statement": [
|
|
428310
|
+
{
|
|
428311
|
+
"Effect": "Allow",
|
|
428312
|
+
"Action": [
|
|
428313
|
+
"ec2:DescribeInstanceStatus",
|
|
428314
|
+
"ec2:DescribeInstances"
|
|
428315
|
+
],
|
|
428316
|
+
"Resource": "*"
|
|
428317
|
+
},
|
|
428318
|
+
{
|
|
428319
|
+
"Effect": "Allow",
|
|
428320
|
+
"Action": [
|
|
428321
|
+
"ec2:ModifyInstanceAttribute"
|
|
428322
|
+
],
|
|
428323
|
+
"Resource": "arn:aws:ec2:*:*:instance/*",
|
|
428324
|
+
"Condition": {
|
|
428325
|
+
"StringEquals": {
|
|
428326
|
+
"aws:ResourceTag/refactor-spaces:ssm:optin": "true"
|
|
428327
|
+
}
|
|
428328
|
+
}
|
|
428329
|
+
},
|
|
428330
|
+
{
|
|
428331
|
+
"Effect": "Allow",
|
|
428332
|
+
"Action": [
|
|
428333
|
+
"ec2:ModifyInstanceAttribute"
|
|
428334
|
+
],
|
|
428335
|
+
"Resource": "arn:aws:ec2:*:*:security-group/*"
|
|
428336
|
+
},
|
|
428337
|
+
{
|
|
428338
|
+
"Effect": "Allow",
|
|
428339
|
+
"Action": [
|
|
428340
|
+
"ec2:CreateTags",
|
|
428341
|
+
"ec2:DeleteTags"
|
|
428342
|
+
],
|
|
428343
|
+
"Resource": "arn:aws:ec2:*:*:instance/*",
|
|
428344
|
+
"Condition": {
|
|
428345
|
+
"StringEquals": {
|
|
428346
|
+
"aws:ResourceTag/refactor-spaces:ssm:optin": "true"
|
|
428347
|
+
},
|
|
428348
|
+
"ForAllValues:StringEquals": {
|
|
428349
|
+
"aws:TagKeys": "refactor-spaces:ssm:environment-id"
|
|
428350
|
+
}
|
|
428351
|
+
}
|
|
428352
|
+
},
|
|
428353
|
+
{
|
|
428354
|
+
"Effect": "Allow",
|
|
428355
|
+
"Action": "ssm:GetParameters",
|
|
428356
|
+
"Resource": "arn:aws:ssm:*:*:parameter/ManagedByAWSApplicationMigrationService-*"
|
|
428357
|
+
}
|
|
428358
|
+
]
|
|
428359
|
+
}
|
|
428360
|
+
}
|
|
428361
|
+
},
|
|
428362
|
+
"createdDate": "2023-08-10T15:08:14.000Z",
|
|
428363
|
+
"lastUpdatedDate": "2023-08-10T15:08:14.000Z"
|
|
428299
428364
|
}
|
|
428300
428365
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-managed-policies",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "Provides AWS IAM Managed Policies historical data as a convenient npm package that can be used in other OSS projects.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|