aws-iam-data 0.0.313 → 0.0.315

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,32 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2025-01-15",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "Amazon Managed Streaming for Kafka Connect": [
8
+ "kafkaconnect:DescribeConnectorOperation",
9
+ "kafkaconnect:ListConnectorOperations"
10
+ ]
11
+ },
12
+ "removedActions": {}
13
+ },
14
+ {
15
+ "dateOfChange": "2025-01-14",
16
+ "addedServices": [],
17
+ "removedServices": [],
18
+ "addedActions": {
19
+ "AWS DataSync": [
20
+ "datasync:UpdateLocationEfs",
21
+ "datasync:UpdateLocationFsxLustre",
22
+ "datasync:UpdateLocationFsxOntap",
23
+ "datasync:UpdateLocationFsxOpenZfs",
24
+ "datasync:UpdateLocationFsxWindows",
25
+ "datasync:UpdateLocationS3"
26
+ ]
27
+ },
28
+ "removedActions": {}
29
+ },
2
30
  {
3
31
  "dateOfChange": "2025-01-13",
4
32
  "addedServices": [
@@ -97492,6 +97492,81 @@
97492
97492
  }
97493
97493
  ]
97494
97494
  },
97495
+ {
97496
+ "name": "UpdateLocationEfs",
97497
+ "apiReferenceUrl": "https://docs.aws.amazon.com/datasync/latest/userguide/API_UpdateLocationEfs.html",
97498
+ "permissionOnly": false,
97499
+ "description": "Grants permission to update an EFS sync Location",
97500
+ "accessLevel": "Write",
97501
+ "resourceTypes": [
97502
+ {
97503
+ "resourceType": "location",
97504
+ "required": true,
97505
+ "conditionKeys": [],
97506
+ "dependentActions": []
97507
+ }
97508
+ ]
97509
+ },
97510
+ {
97511
+ "name": "UpdateLocationFsxLustre",
97512
+ "apiReferenceUrl": "https://docs.aws.amazon.com/datasync/latest/userguide/API_UpdateLocationFsxLustre.html",
97513
+ "permissionOnly": false,
97514
+ "description": "Grants permission to update an FSx Lustre sync Location",
97515
+ "accessLevel": "Write",
97516
+ "resourceTypes": [
97517
+ {
97518
+ "resourceType": "location",
97519
+ "required": true,
97520
+ "conditionKeys": [],
97521
+ "dependentActions": []
97522
+ }
97523
+ ]
97524
+ },
97525
+ {
97526
+ "name": "UpdateLocationFsxOntap",
97527
+ "apiReferenceUrl": "https://docs.aws.amazon.com/datasync/latest/userguide/API_UpdateLocationFsxOntap.html",
97528
+ "permissionOnly": false,
97529
+ "description": "Grants permission to update an FSx ONTAP sync Location",
97530
+ "accessLevel": "Write",
97531
+ "resourceTypes": [
97532
+ {
97533
+ "resourceType": "location",
97534
+ "required": true,
97535
+ "conditionKeys": [],
97536
+ "dependentActions": []
97537
+ }
97538
+ ]
97539
+ },
97540
+ {
97541
+ "name": "UpdateLocationFsxOpenZfs",
97542
+ "apiReferenceUrl": "https://docs.aws.amazon.com/datasync/latest/userguide/API_UpdateLocationFsxOpenZfs.html",
97543
+ "permissionOnly": false,
97544
+ "description": "Grants permission to update an FSx OpenZFS sync Location",
97545
+ "accessLevel": "Write",
97546
+ "resourceTypes": [
97547
+ {
97548
+ "resourceType": "location",
97549
+ "required": true,
97550
+ "conditionKeys": [],
97551
+ "dependentActions": []
97552
+ }
97553
+ ]
97554
+ },
97555
+ {
97556
+ "name": "UpdateLocationFsxWindows",
97557
+ "apiReferenceUrl": "https://docs.aws.amazon.com/datasync/latest/userguide/API_UpdateLocationFsxWindows.html",
97558
+ "permissionOnly": false,
97559
+ "description": "Grants permission to update an FSx Windows sync Location",
97560
+ "accessLevel": "Write",
97561
+ "resourceTypes": [
97562
+ {
97563
+ "resourceType": "location",
97564
+ "required": true,
97565
+ "conditionKeys": [],
97566
+ "dependentActions": []
97567
+ }
97568
+ ]
97569
+ },
97495
97570
  {
97496
97571
  "name": "UpdateLocationHdfs",
97497
97572
  "apiReferenceUrl": "https://docs.aws.amazon.com/datasync/latest/userguide/API_UpdateLocationHdfs.html",
@@ -97537,6 +97612,21 @@
97537
97612
  }
97538
97613
  ]
97539
97614
  },
97615
+ {
97616
+ "name": "UpdateLocationS3",
97617
+ "apiReferenceUrl": "https://docs.aws.amazon.com/datasync/latest/userguide/API_UpdateLocationS3.html",
97618
+ "permissionOnly": false,
97619
+ "description": "Grants permission to update an S3 sync Location",
97620
+ "accessLevel": "Write",
97621
+ "resourceTypes": [
97622
+ {
97623
+ "resourceType": "location",
97624
+ "required": true,
97625
+ "conditionKeys": [],
97626
+ "dependentActions": []
97627
+ }
97628
+ ]
97629
+ },
97540
97630
  {
97541
97631
  "name": "UpdateLocationSmb",
97542
97632
  "apiReferenceUrl": "https://docs.aws.amazon.com/datasync/latest/userguide/API_UpdateLocationSmb.html",
@@ -249825,6 +249915,21 @@
249825
249915
  }
249826
249916
  ]
249827
249917
  },
249918
+ {
249919
+ "name": "DescribeConnectorOperation",
249920
+ "apiReferenceUrl": "https://docs.aws.amazon.com/MSKC/latest/mskc/API_DescribeConnectorOperation.html",
249921
+ "permissionOnly": false,
249922
+ "description": "Grants permission to describe a MSK Connect connector operation",
249923
+ "accessLevel": "Read",
249924
+ "resourceTypes": [
249925
+ {
249926
+ "resourceType": "connector operation",
249927
+ "required": true,
249928
+ "conditionKeys": [],
249929
+ "dependentActions": []
249930
+ }
249931
+ ]
249932
+ },
249828
249933
  {
249829
249934
  "name": "DescribeCustomPlugin",
249830
249935
  "apiReferenceUrl": "https://docs.aws.amazon.com/MSKC/latest/mskc/API_DescribeCustomPlugin.html",
@@ -249855,6 +249960,21 @@
249855
249960
  }
249856
249961
  ]
249857
249962
  },
249963
+ {
249964
+ "name": "ListConnectorOperations",
249965
+ "apiReferenceUrl": "https://docs.aws.amazon.com/MSKC/latest/mskc/API_ListConnectorOperations.html",
249966
+ "permissionOnly": false,
249967
+ "description": "Grants permission to list all operations of a given MSK Connect connector",
249968
+ "accessLevel": "Read",
249969
+ "resourceTypes": [
249970
+ {
249971
+ "resourceType": "connector",
249972
+ "required": true,
249973
+ "conditionKeys": [],
249974
+ "dependentActions": []
249975
+ }
249976
+ ]
249977
+ },
249858
249978
  {
249859
249979
  "name": "ListConnectors",
249860
249980
  "apiReferenceUrl": "https://docs.aws.amazon.com/MSKC/latest/mskc/API_ListConnectors.html",
@@ -250062,6 +250182,14 @@
250062
250182
  "conditionKeys": [
250063
250183
  "aws:ResourceTag/${TagKey}"
250064
250184
  ]
250185
+ },
250186
+ {
250187
+ "name": "connector operation",
250188
+ "apiReferenceUrl": "https://docs.aws.amazon.com/MSKC/latest/mskc/API_ConnectorOperation.html",
250189
+ "arnPattern": "arn:${Partition}:kafkaconnect:${Region}:${Account}:connector-operation/${ConnectorName}/${ConnectorUUID}/${UUID}",
250190
+ "conditionKeys": [
250191
+ "aws:ResourceTag/${TagKey}"
250192
+ ]
250065
250193
  }
250066
250194
  ],
250067
250195
  "conditionKeys": [
@@ -365034,7 +365162,10 @@
365034
365162
  {
365035
365163
  "resourceType": "",
365036
365164
  "required": false,
365037
- "conditionKeys": [],
365165
+ "conditionKeys": [
365166
+ "aws:RequestTag/${TagKey}",
365167
+ "aws:TagKeys"
365168
+ ],
365038
365169
  "dependentActions": []
365039
365170
  }
365040
365171
  ]
@@ -365128,8 +365259,8 @@
365128
365259
  "accessLevel": "Write",
365129
365260
  "resourceTypes": [
365130
365261
  {
365131
- "resourceType": "",
365132
- "required": false,
365262
+ "resourceType": "callanalyticscategory",
365263
+ "required": true,
365133
365264
  "conditionKeys": [],
365134
365265
  "dependentActions": []
365135
365266
  }
@@ -365143,8 +365274,8 @@
365143
365274
  "accessLevel": "Write",
365144
365275
  "resourceTypes": [
365145
365276
  {
365146
- "resourceType": "",
365147
- "required": false,
365277
+ "resourceType": "callanalyticsjob",
365278
+ "required": true,
365148
365279
  "conditionKeys": [],
365149
365280
  "dependentActions": []
365150
365281
  }
@@ -365278,8 +365409,8 @@
365278
365409
  "accessLevel": "Read",
365279
365410
  "resourceTypes": [
365280
365411
  {
365281
- "resourceType": "",
365282
- "required": false,
365412
+ "resourceType": "callanalyticscategory",
365413
+ "required": true,
365283
365414
  "conditionKeys": [],
365284
365415
  "dependentActions": []
365285
365416
  }
@@ -365293,8 +365424,8 @@
365293
365424
  "accessLevel": "Read",
365294
365425
  "resourceTypes": [
365295
365426
  {
365296
- "resourceType": "",
365297
- "required": false,
365427
+ "resourceType": "callanalyticsjob",
365428
+ "required": true,
365298
365429
  "conditionKeys": [],
365299
365430
  "dependentActions": []
365300
365431
  }
@@ -365552,7 +365683,9 @@
365552
365683
  "required": false,
365553
365684
  "conditionKeys": [
365554
365685
  "transcribe:OutputEncryptionKMSKeyId",
365555
- "transcribe:OutputLocation"
365686
+ "transcribe:OutputLocation",
365687
+ "aws:RequestTag/${TagKey}",
365688
+ "aws:TagKeys"
365556
365689
  ],
365557
365690
  "dependentActions": [
365558
365691
  "s3:GetObject"
@@ -365761,8 +365894,8 @@
365761
365894
  "accessLevel": "Write",
365762
365895
  "resourceTypes": [
365763
365896
  {
365764
- "resourceType": "",
365765
- "required": false,
365897
+ "resourceType": "callanalyticscategory",
365898
+ "required": true,
365766
365899
  "conditionKeys": [],
365767
365900
  "dependentActions": []
365768
365901
  }
@@ -365873,13 +366006,17 @@
365873
366006
  "name": "callanalyticsjob",
365874
366007
  "apiReferenceUrl": "https://docs.aws.amazon.com/transcribe/latest/dg/API_CallAnalyticsJob.html",
365875
366008
  "arnPattern": "arn:${Partition}:transcribe:${Region}:${Account}:analytics-job/${JobName}",
365876
- "conditionKeys": []
366009
+ "conditionKeys": [
366010
+ "aws:ResourceTag/${TagKey}"
366011
+ ]
365877
366012
  },
365878
366013
  {
365879
366014
  "name": "callanalyticscategory",
365880
366015
  "apiReferenceUrl": "https://docs.aws.amazon.com/transcribe/latest/dg/API_CreateCallAnalyticsCategory.html",
365881
366016
  "arnPattern": "arn:${Partition}:transcribe:${Region}:${Account}:analytics-category/${CategoryName}",
365882
- "conditionKeys": []
366017
+ "conditionKeys": [
366018
+ "aws:ResourceTag/${TagKey}"
366019
+ ]
365883
366020
  },
365884
366021
  {
365885
366022
  "name": "medicalscribejob",
@@ -7288,7 +7288,7 @@
7288
7288
  "name": "AWS DataSync",
7289
7289
  "servicePrefix": "datasync",
7290
7290
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsdatasync.html",
7291
- "actionsCount": 60,
7291
+ "actionsCount": 66,
7292
7292
  "actions": [
7293
7293
  "AddStorageSystem",
7294
7294
  "CancelTaskExecution",
@@ -7343,9 +7343,15 @@
7343
7343
  "UpdateAgent",
7344
7344
  "UpdateDiscoveryJob",
7345
7345
  "UpdateLocationAzureBlob",
7346
+ "UpdateLocationEfs",
7347
+ "UpdateLocationFsxLustre",
7348
+ "UpdateLocationFsxOntap",
7349
+ "UpdateLocationFsxOpenZfs",
7350
+ "UpdateLocationFsxWindows",
7346
7351
  "UpdateLocationHdfs",
7347
7352
  "UpdateLocationNfs",
7348
7353
  "UpdateLocationObjectStorage",
7354
+ "UpdateLocationS3",
7349
7355
  "UpdateLocationSmb",
7350
7356
  "UpdateStorageSystem",
7351
7357
  "UpdateTask",
@@ -17771,7 +17777,7 @@
17771
17777
  "name": "Amazon Managed Streaming for Kafka Connect",
17772
17778
  "servicePrefix": "kafkaconnect",
17773
17779
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonmanagedstreamingforkafkaconnect.html",
17774
- "actionsCount": 16,
17780
+ "actionsCount": 18,
17775
17781
  "actions": [
17776
17782
  "CreateConnector",
17777
17783
  "CreateCustomPlugin",
@@ -17780,8 +17786,10 @@
17780
17786
  "DeleteCustomPlugin",
17781
17787
  "DeleteWorkerConfiguration",
17782
17788
  "DescribeConnector",
17789
+ "DescribeConnectorOperation",
17783
17790
  "DescribeCustomPlugin",
17784
17791
  "DescribeWorkerConfiguration",
17792
+ "ListConnectorOperations",
17785
17793
  "ListConnectors",
17786
17794
  "ListCustomPlugins",
17787
17795
  "ListTagsForResource",
@@ -17790,11 +17798,12 @@
17790
17798
  "UntagResource",
17791
17799
  "UpdateConnector"
17792
17800
  ],
17793
- "resourceTypesCount": 3,
17801
+ "resourceTypesCount": 4,
17794
17802
  "resourceTypes": [
17795
17803
  "connector",
17796
17804
  "custom plugin",
17797
- "worker configuration"
17805
+ "worker configuration",
17806
+ "connector operation"
17798
17807
  ],
17799
17808
  "conditionKeysCount": 3,
17800
17809
  "conditionKeys": [
@@ -2,7 +2,7 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Read Actions",
5
- "value": 4902
5
+ "value": 4904
6
6
  },
7
7
  {
8
8
  "key": "List Actions",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  {
16
16
  "key": "Write Actions",
17
- "value": 10095
17
+ "value": 10101
18
18
  }
19
19
  ],
20
20
  "Longest action names": [
@@ -410,7 +410,7 @@
410
410
  },
411
411
  {
412
412
  "key": "Total number of distinct resource ARNS",
413
- "value": 1871
413
+ "value": 1872
414
414
  },
415
415
  {
416
416
  "key": "Total number of distinct condition keys",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.313",
3
+ "version": "0.0.315",
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",