aws-iam-data 0.0.408 → 0.0.409

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,26 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2025-07-03",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "Amazon AppIntegrations": [
8
+ "app-integrations:CreateDataIntegrationSchedule",
9
+ "app-integrations:GetDataIntegrationExecution",
10
+ "app-integrations:GetDataIntegrationSchedule",
11
+ "app-integrations:ListDataIntegrationExecutions",
12
+ "app-integrations:ListDataIntegrationSchedules",
13
+ "app-integrations:StartDataIntegrationExecution",
14
+ "app-integrations:UpdateDataIntegrationSchedule"
15
+ ]
16
+ },
17
+ "removedActions": {
18
+ "AWS Artifact": [
19
+ "artifact:DownloadAgreement",
20
+ "artifact:Get"
21
+ ]
22
+ }
23
+ },
2
24
  {
3
25
  "dateOfChange": "2025-07-02",
4
26
  "addedServices": [
@@ -13622,6 +13622,21 @@
13622
13622
  }
13623
13623
  ]
13624
13624
  },
13625
+ {
13626
+ "name": "CreateDataIntegrationSchedule",
13627
+ "apiReferenceUrl": "https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_CreateDataIntegrationSchedule.html",
13628
+ "permissionOnly": false,
13629
+ "description": "Grants permission to create a data integration schedule",
13630
+ "accessLevel": "Write",
13631
+ "resourceTypes": [
13632
+ {
13633
+ "resourceType": "data-integration",
13634
+ "required": true,
13635
+ "conditionKeys": [],
13636
+ "dependentActions": []
13637
+ }
13638
+ ]
13639
+ },
13625
13640
  {
13626
13641
  "name": "CreateEventIntegration",
13627
13642
  "apiReferenceUrl": "https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_CreateEventIntegration.html",
@@ -13849,6 +13864,36 @@
13849
13864
  }
13850
13865
  ]
13851
13866
  },
13867
+ {
13868
+ "name": "GetDataIntegrationExecution",
13869
+ "apiReferenceUrl": "https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_GetDataIntegrationExecution.html",
13870
+ "permissionOnly": false,
13871
+ "description": "Grants permission to get details about a data integration execution",
13872
+ "accessLevel": "Read",
13873
+ "resourceTypes": [
13874
+ {
13875
+ "resourceType": "data-integration",
13876
+ "required": true,
13877
+ "conditionKeys": [],
13878
+ "dependentActions": []
13879
+ }
13880
+ ]
13881
+ },
13882
+ {
13883
+ "name": "GetDataIntegrationSchedule",
13884
+ "apiReferenceUrl": "https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_GetDataIntegrationSchedule.html",
13885
+ "permissionOnly": false,
13886
+ "description": "Grants permission to get details about a data integration schedule",
13887
+ "accessLevel": "Read",
13888
+ "resourceTypes": [
13889
+ {
13890
+ "resourceType": "data-integration",
13891
+ "required": true,
13892
+ "conditionKeys": [],
13893
+ "dependentActions": []
13894
+ }
13895
+ ]
13896
+ },
13852
13897
  {
13853
13898
  "name": "GetEventIntegration",
13854
13899
  "apiReferenceUrl": "https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_GetEventIntegration.html",
@@ -13917,6 +13962,36 @@
13917
13962
  }
13918
13963
  ]
13919
13964
  },
13965
+ {
13966
+ "name": "ListDataIntegrationExecutions",
13967
+ "apiReferenceUrl": "https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_ListDataIntegrationExecutions.html",
13968
+ "permissionOnly": false,
13969
+ "description": "Grants permission to list data integration executions",
13970
+ "accessLevel": "List",
13971
+ "resourceTypes": [
13972
+ {
13973
+ "resourceType": "data-integration",
13974
+ "required": true,
13975
+ "conditionKeys": [],
13976
+ "dependentActions": []
13977
+ }
13978
+ ]
13979
+ },
13980
+ {
13981
+ "name": "ListDataIntegrationSchedules",
13982
+ "apiReferenceUrl": "https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_ListDataIntegrationSchedules.html",
13983
+ "permissionOnly": false,
13984
+ "description": "Grants permission to list data integration schedules",
13985
+ "accessLevel": "List",
13986
+ "resourceTypes": [
13987
+ {
13988
+ "resourceType": "data-integration",
13989
+ "required": true,
13990
+ "conditionKeys": [],
13991
+ "dependentActions": []
13992
+ }
13993
+ ]
13994
+ },
13920
13995
  {
13921
13996
  "name": "ListDataIntegrations",
13922
13997
  "apiReferenceUrl": "https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_ListDataIntegrations.html",
@@ -14009,6 +14084,24 @@
14009
14084
  }
14010
14085
  ]
14011
14086
  },
14087
+ {
14088
+ "name": "StartDataIntegrationExecution",
14089
+ "apiReferenceUrl": "https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_StartDataIntegrationExecution.html",
14090
+ "permissionOnly": false,
14091
+ "description": "Grants permission to start a data integration execution",
14092
+ "accessLevel": "Write",
14093
+ "resourceTypes": [
14094
+ {
14095
+ "resourceType": "data-integration",
14096
+ "required": true,
14097
+ "conditionKeys": [],
14098
+ "dependentActions": [
14099
+ "profile:CreateSegmentSnapshot",
14100
+ "profile:CreateSnapshot"
14101
+ ]
14102
+ }
14103
+ ]
14104
+ },
14012
14105
  {
14013
14106
  "name": "TagResource",
14014
14107
  "apiReferenceUrl": "https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_TagResource.html",
@@ -14190,6 +14283,21 @@
14190
14283
  }
14191
14284
  ]
14192
14285
  },
14286
+ {
14287
+ "name": "UpdateDataIntegrationSchedule",
14288
+ "apiReferenceUrl": "https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_UpdateDataIntegrationSchedule.html",
14289
+ "permissionOnly": false,
14290
+ "description": "Grants permission to update a data integration schedule",
14291
+ "accessLevel": "Write",
14292
+ "resourceTypes": [
14293
+ {
14294
+ "resourceType": "data-integration",
14295
+ "required": true,
14296
+ "conditionKeys": [],
14297
+ "dependentActions": []
14298
+ }
14299
+ ]
14300
+ },
14193
14301
  {
14194
14302
  "name": "UpdateEventIntegration",
14195
14303
  "apiReferenceUrl": "https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_UpdateEventIntegration.html",
@@ -21778,42 +21886,6 @@
21778
21886
  }
21779
21887
  ]
21780
21888
  },
21781
- {
21782
- "name": "DownloadAgreement",
21783
- "apiReferenceUrl": "https://docs.aws.amazon.com/artifact/latest/ug/managing-agreements.html",
21784
- "permissionOnly": false,
21785
- "description": "Grants permission to download an AWS agreement that has not yet been accepted or a customer agreement that has been accepted by the customer account",
21786
- "accessLevel": "Read",
21787
- "resourceTypes": [
21788
- {
21789
- "resourceType": "agreement",
21790
- "required": false,
21791
- "conditionKeys": [],
21792
- "dependentActions": []
21793
- },
21794
- {
21795
- "resourceType": "customer-agreement",
21796
- "required": false,
21797
- "conditionKeys": [],
21798
- "dependentActions": []
21799
- }
21800
- ]
21801
- },
21802
- {
21803
- "name": "Get",
21804
- "apiReferenceUrl": "https://docs.aws.amazon.com/artifact/latest/ug/getting-started.html",
21805
- "permissionOnly": false,
21806
- "description": "Grants permission to download an AWS compliance report package",
21807
- "accessLevel": "Read",
21808
- "resourceTypes": [
21809
- {
21810
- "resourceType": "report-package",
21811
- "required": true,
21812
- "conditionKeys": [],
21813
- "dependentActions": []
21814
- }
21815
- ]
21816
- },
21817
21889
  {
21818
21890
  "name": "GetAccountSettings",
21819
21891
  "apiReferenceUrl": "https://docs.aws.amazon.com/artifact/latest/APIReference/API_GetAccountSettings.html",
@@ -21996,12 +22068,6 @@
21996
22068
  }
21997
22069
  ],
21998
22070
  "resourceTypes": [
21999
- {
22000
- "name": "report-package",
22001
- "apiReferenceUrl": "https://docs.aws.amazon.com/artifact/latest/ug/what-is-aws-artifact.html",
22002
- "arnPattern": "arn:${Partition}:artifact:::report-package/*",
22003
- "conditionKeys": []
22004
- },
22005
22071
  {
22006
22072
  "name": "customer-agreement",
22007
22073
  "apiReferenceUrl": "https://docs.aws.amazon.com/artifact/latest/ug/managing-agreements.html",
@@ -22018,7 +22084,10 @@
22018
22084
  "name": "report",
22019
22085
  "apiReferenceUrl": "https://docs.aws.amazon.com/artifact/latest/ug/what-is-aws-artifact.html",
22020
22086
  "arnPattern": "arn:${Partition}:artifact:${Region}::report/${ReportId}:${Version}",
22021
- "conditionKeys": []
22087
+ "conditionKeys": [
22088
+ "artifact:ReportCategory",
22089
+ "artifact:ReportSeries"
22090
+ ]
22022
22091
  }
22023
22092
  ],
22024
22093
  "conditionKeys": [
@@ -82210,6 +82279,9 @@
82210
82279
  "app-integrations:CreateApplicationAssociation",
82211
82280
  "app-integrations:CreateEventIntegrationAssociation",
82212
82281
  "app-integrations:GetApplication",
82282
+ "app-integrations:GetDataIntegration",
82283
+ "app-integrations:ListDataIntegrationAssociations",
82284
+ "app-integrations:TagResource",
82213
82285
  "cases:GetDomain",
82214
82286
  "chime:AssociateVoiceConnectorConnect",
82215
82287
  "chime:DisassociateVoiceConnectorConnect",
@@ -83070,6 +83142,7 @@
83070
83142
  "dependentActions": [
83071
83143
  "app-integrations:DeleteApplicationAssociation",
83072
83144
  "app-integrations:DeleteEventIntegrationAssociation",
83145
+ "app-integrations:UntagResource",
83073
83146
  "connect:DescribeInstance",
83074
83147
  "ds:DescribeDirectories",
83075
83148
  "events:DeleteRule",
@@ -373123,7 +373196,9 @@
373123
373196
  {
373124
373197
  "resourceType": "",
373125
373198
  "required": false,
373126
- "conditionKeys": [],
373199
+ "conditionKeys": [
373200
+ "ssm:InventoryTypeName"
373201
+ ],
373127
373202
  "dependentActions": []
373128
373203
  }
373129
373204
  ]
@@ -374124,6 +374199,12 @@
374124
374199
  "description": "Filters access by verifying that a user has permission to access a document belonging to a specific document type. Only available in \"aws\", \"aws-cn\", and \"aws-us-gov\" partitions",
374125
374200
  "type": "String"
374126
374201
  },
374202
+ {
374203
+ "name": "ssm:InventoryTypeName",
374204
+ "apiReferenceUrl": "https://docs.aws.amazon.com/systems-manager/latest/userguide/auth-and-access-control-iam-access-control-identity-based.html#policy-conditions",
374205
+ "description": "Filters access by verifying that a user also has access to the InventoryType specified in the request",
374206
+ "type": "ArrayOfString"
374207
+ },
374127
374208
  {
374128
374209
  "name": "ssm:Overwrite",
374129
374210
  "apiReferenceUrl": "https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-policy-conditions.html#overwrite-condition",
@@ -1080,12 +1080,13 @@
1080
1080
  "name": "Amazon AppIntegrations",
1081
1081
  "servicePrefix": "app-integrations",
1082
1082
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonappintegrations.html",
1083
- "actionsCount": 28,
1083
+ "actionsCount": 35,
1084
1084
  "actions": [
1085
1085
  "CreateApplication",
1086
1086
  "CreateApplicationAssociation",
1087
1087
  "CreateDataIntegration",
1088
1088
  "CreateDataIntegrationAssociation",
1089
+ "CreateDataIntegrationSchedule",
1089
1090
  "CreateEventIntegration",
1090
1091
  "CreateEventIntegrationAssociation",
1091
1092
  "DeleteApplication",
@@ -1096,19 +1097,25 @@
1096
1097
  "DeleteEventIntegrationAssociation",
1097
1098
  "GetApplication",
1098
1099
  "GetDataIntegration",
1100
+ "GetDataIntegrationExecution",
1101
+ "GetDataIntegrationSchedule",
1099
1102
  "GetEventIntegration",
1100
1103
  "ListApplicationAssociations",
1101
1104
  "ListApplications",
1102
1105
  "ListDataIntegrationAssociations",
1106
+ "ListDataIntegrationExecutions",
1107
+ "ListDataIntegrationSchedules",
1103
1108
  "ListDataIntegrations",
1104
1109
  "ListEventIntegrationAssociations",
1105
1110
  "ListEventIntegrations",
1106
1111
  "ListTagsForResource",
1112
+ "StartDataIntegrationExecution",
1107
1113
  "TagResource",
1108
1114
  "UntagResource",
1109
1115
  "UpdateApplication",
1110
1116
  "UpdateDataIntegration",
1111
1117
  "UpdateDataIntegrationAssociation",
1118
+ "UpdateDataIntegrationSchedule",
1112
1119
  "UpdateEventIntegration"
1113
1120
  ],
1114
1121
  "resourceTypesCount": 6,
@@ -1670,12 +1677,10 @@
1670
1677
  "name": "AWS Artifact",
1671
1678
  "servicePrefix": "artifact",
1672
1679
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsartifact.html",
1673
- "actionsCount": 16,
1680
+ "actionsCount": 14,
1674
1681
  "actions": [
1675
1682
  "AcceptAgreement",
1676
1683
  "AcceptNdaForAgreement",
1677
- "DownloadAgreement",
1678
- "Get",
1679
1684
  "GetAccountSettings",
1680
1685
  "GetAgreement",
1681
1686
  "GetCustomerAgreement",
@@ -1689,9 +1694,8 @@
1689
1694
  "PutAccountSettings",
1690
1695
  "TerminateAgreement"
1691
1696
  ],
1692
- "resourceTypesCount": 4,
1697
+ "resourceTypesCount": 3,
1693
1698
  "resourceTypes": [
1694
- "report-package",
1695
1699
  "customer-agreement",
1696
1700
  "agreement",
1697
1701
  "report"
@@ -26871,7 +26875,7 @@
26871
26875
  ],
26872
26876
  "resourceTypesCount": 0,
26873
26877
  "resourceTypes": [],
26874
- "conditionKeysCount": 18,
26878
+ "conditionKeysCount": 19,
26875
26879
  "conditionKeys": [
26876
26880
  "aws:RequestTag/${TagKey}",
26877
26881
  "aws:ResourceTag/${TagKey}",
@@ -26881,6 +26885,7 @@
26881
26885
  "ssm:AutoApprove",
26882
26886
  "ssm:DocumentCategories",
26883
26887
  "ssm:DocumentType",
26888
+ "ssm:InventoryTypeName",
26884
26889
  "ssm:Overwrite",
26885
26890
  "ssm:Policies",
26886
26891
  "ssm:Recursive",
@@ -2,7 +2,7 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 10375
5
+ "value": 10378
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
@@ -10,7 +10,7 @@
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
13
- "value": 3079
13
+ "value": 3081
14
14
  },
15
15
  {
16
16
  "key": "Permissions Actions",
@@ -410,11 +410,11 @@
410
410
  },
411
411
  {
412
412
  "key": "Total number of distinct resource ARNS",
413
- "value": 1934
413
+ "value": 1933
414
414
  },
415
415
  {
416
416
  "key": "Total number of distinct condition keys",
417
- "value": 1196
417
+ "value": 1197
418
418
  }
419
419
  ]
420
420
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.408",
3
+ "version": "0.0.409",
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",