aws-iam-data 0.0.249 → 0.0.250

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.
@@ -1,4 +1,15 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2024-08-09",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "Amazon AppIntegrations": [
8
+ "app-integrations:UpdateDataIntegrationAssociation"
9
+ ]
10
+ },
11
+ "removedActions": {}
12
+ },
2
13
  {
3
14
  "dateOfChange": "2024-08-08",
4
15
  "addedServices": [],
@@ -12553,6 +12553,8 @@
12553
12553
  "iam:CreateServiceLinkedRole",
12554
12554
  "iam:PutRolePolicy",
12555
12555
  "kms:CreateGrant",
12556
+ "profile:GetDomain",
12557
+ "profile:GetProfileObjectType",
12556
12558
  "s3:GetBucketNotification",
12557
12559
  "s3:GetEncryptionConfiguration",
12558
12560
  "s3:PutBucketNotification"
@@ -12586,7 +12588,9 @@
12586
12588
  "appflow:DescribeConnectorEntity",
12587
12589
  "appflow:DescribeConnectorProfiles",
12588
12590
  "appflow:TagResource",
12589
- "appflow:UseConnectorProfile"
12591
+ "appflow:UseConnectorProfile",
12592
+ "profile:CreateSnapshot",
12593
+ "profile:GetSnapshot"
12590
12594
  ]
12591
12595
  },
12592
12596
  {
@@ -13142,6 +13146,32 @@
13142
13146
  }
13143
13147
  ]
13144
13148
  },
13149
+ {
13150
+ "name": "UpdateDataIntegrationAssociation",
13151
+ "apiReferenceUrl": "https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_UpdateDataIntegrationAssociation.html",
13152
+ "permissionOnly": false,
13153
+ "description": "Grants permission to modify a DataIntegrationAssociation",
13154
+ "accessLevel": "Write",
13155
+ "resourceTypes": [
13156
+ {
13157
+ "resourceType": "data-integration-association",
13158
+ "required": true,
13159
+ "conditionKeys": [],
13160
+ "dependentActions": [
13161
+ "profile:CreateSnapshot",
13162
+ "profile:GetSnapshot"
13163
+ ]
13164
+ },
13165
+ {
13166
+ "resourceType": "",
13167
+ "required": false,
13168
+ "conditionKeys": [
13169
+ "aws:ResourceTag/${TagKey}"
13170
+ ],
13171
+ "dependentActions": []
13172
+ }
13173
+ ]
13174
+ },
13145
13175
  {
13146
13176
  "name": "UpdateEventIntegration",
13147
13177
  "apiReferenceUrl": "https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_UpdateEventIntegration.html",
@@ -1000,7 +1000,7 @@
1000
1000
  "name": "Amazon AppIntegrations",
1001
1001
  "servicePrefix": "app-integrations",
1002
1002
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonappintegrations.html",
1003
- "actionsCount": 27,
1003
+ "actionsCount": 28,
1004
1004
  "actions": [
1005
1005
  "CreateApplication",
1006
1006
  "CreateApplicationAssociation",
@@ -1028,6 +1028,7 @@
1028
1028
  "UntagResource",
1029
1029
  "UpdateApplication",
1030
1030
  "UpdateDataIntegration",
1031
+ "UpdateDataIntegrationAssociation",
1031
1032
  "UpdateEventIntegration"
1032
1033
  ],
1033
1034
  "resourceTypesCount": 6,
@@ -1,9 +1,5 @@
1
1
  {
2
2
  "Actions by type": [
3
- {
4
- "key": "Write Actions",
5
- "value": 9490
6
- },
7
3
  {
8
4
  "key": "Read Actions",
9
5
  "value": 4610
@@ -15,6 +11,10 @@
15
11
  {
16
12
  "key": "Permissions Actions",
17
13
  "value": 291
14
+ },
15
+ {
16
+ "key": "Write Actions",
17
+ "value": 9491
18
18
  }
19
19
  ],
20
20
  "Longest action names": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.249",
3
+ "version": "0.0.250",
4
4
  "description": "Provides AWS IAM data gathered from the official AWS IAM docs 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",