aws-iam-managed-policies 0.0.49 → 0.0.50

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.
@@ -274035,8 +274035,8 @@
274035
274035
  },
274036
274036
  "AWSQuickSightSageMakerPolicy": {
274037
274037
  "arn": "arn:aws:iam::aws:policy/service-role/AWSQuickSightSageMakerPolicy",
274038
- "latestVersionId": "v2",
274039
- "versionsCount": 2,
274038
+ "latestVersionId": "v3",
274039
+ "versionsCount": 3,
274040
274040
  "versions": {
274041
274041
  "v1": {
274042
274042
  "createdDate": "2020-01-17T17:18:13.000Z",
@@ -274112,10 +274112,63 @@
274112
274112
  }
274113
274113
  ]
274114
274114
  }
274115
+ },
274116
+ "v3": {
274117
+ "createdDate": "2020-01-17T17:18:13.000Z",
274118
+ "document": {
274119
+ "Version": "2012-10-17",
274120
+ "Statement": [
274121
+ {
274122
+ "Sid": "SageMakerTransformJobAccess",
274123
+ "Effect": "Allow",
274124
+ "Action": [
274125
+ "sagemaker:DescribeTransformJob",
274126
+ "sagemaker:StopTransformJob",
274127
+ "sagemaker:CreateTransformJob"
274128
+ ],
274129
+ "Resource": "arn:aws:sagemaker:*:*:transform-job/quicksight-auto-generated-*"
274130
+ },
274131
+ {
274132
+ "Sid": "SageMakerModelReadAccess",
274133
+ "Effect": "Allow",
274134
+ "Action": [
274135
+ "sagemaker:ListModels",
274136
+ "sagemaker:DescribeModel"
274137
+ ],
274138
+ "Resource": "*"
274139
+ },
274140
+ {
274141
+ "Sid": "S3ObjectReadAccess",
274142
+ "Effect": "Allow",
274143
+ "Action": "s3:GetObject",
274144
+ "Resource": [
274145
+ "arn:aws:s3:::quicksight-ml.*",
274146
+ "arn:aws:s3:::sagemaker*"
274147
+ ]
274148
+ },
274149
+ {
274150
+ "Sid": "S3ObjectUpdateAccess",
274151
+ "Effect": "Allow",
274152
+ "Action": "s3:PutObject",
274153
+ "Resource": "arn:aws:s3:::sagemaker*",
274154
+ "Condition": {
274155
+ "StringEquals": {
274156
+ "aws:ResourceAccount": "${aws:PrincipalAccount}"
274157
+ }
274158
+ }
274159
+ },
274160
+ {
274161
+ "Sid": "S3BucketReadAccess",
274162
+ "Effect": "Allow",
274163
+ "Action": "s3:ListBucket",
274164
+ "Resource": "arn:aws:s3:::sagemaker*"
274165
+ }
274166
+ ]
274167
+ }
274115
274168
  }
274116
274169
  },
274117
274170
  "createdDate": "2020-01-17T17:18:13.000Z",
274118
- "lastUpdatedDate": "2023-10-03T23:22:22.000Z"
274171
+ "lastUpdatedDate": "2023-10-30T17:57:43.000Z"
274119
274172
  },
274120
274173
  "AmazonManagedBlockchainServiceRolePolicy": {
274121
274174
  "arn": "arn:aws:iam::aws:policy/aws-service-role/AmazonManagedBlockchainServiceRolePolicy",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-managed-policies",
3
- "version": "0.0.49",
3
+ "version": "0.0.50",
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",