iamdata 0.1.202512121__py3-none-any.whl → 0.1.202512281__py3-none-any.whl

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.
Files changed (50) hide show
  1. iamdata/data/actions/apigateway.json +451 -0
  2. iamdata/data/actions/arc-region-switch.json +15 -0
  3. iamdata/data/actions/bedrock.json +19 -34
  4. iamdata/data/actions/cleanrooms.json +15 -0
  5. iamdata/data/actions/cognito-identity.json +30 -8
  6. iamdata/data/actions/connect.json +4 -1
  7. iamdata/data/actions/deadline.json +3 -3
  8. iamdata/data/actions/ec2.json +1321 -28
  9. iamdata/data/actions/groundstation.json +11 -0
  10. iamdata/data/actions/lambda.json +1 -2
  11. iamdata/data/actions/logs.json +32 -0
  12. iamdata/data/actions/network-firewall.json +403 -0
  13. iamdata/data/actions/network-security-director.json +7 -15
  14. iamdata/data/actions/networkmanager.json +3 -3
  15. iamdata/data/actions/payment-cryptography.json +108 -0
  16. iamdata/data/actions/quicksight.json +15 -0
  17. iamdata/data/actions/redshift-serverless.json +32 -0
  18. iamdata/data/actions/redshift.json +40 -1
  19. iamdata/data/actions/sagemaker-mlflow.json +180 -60
  20. iamdata/data/actions/sagemaker.json +82 -24
  21. iamdata/data/actions/servicequotas.json +16 -0
  22. iamdata/data/actions/ses.json +66 -8
  23. iamdata/data/actions/ssm.json +20 -4
  24. iamdata/data/actions/timestream-influxdb.json +38 -0
  25. iamdata/data/actions/transform-custom.json +131 -44
  26. iamdata/data/actions/wickr.json +603 -9
  27. iamdata/data/conditionKeys/apigateway.json +95 -0
  28. iamdata/data/conditionKeys/cognito-identity.json +27 -2
  29. iamdata/data/conditionKeys/ec2.json +45 -0
  30. iamdata/data/conditionKeys/sagemaker-mlflow.json +0 -5
  31. iamdata/data/conditionKeys/sagemaker.json +5 -0
  32. iamdata/data/conditionKeys/ssm.json +5 -0
  33. iamdata/data/conditionPatterns.json +1 -1
  34. iamdata/data/metadata.json +2 -2
  35. iamdata/data/resourceTypes/apigateway.json +38 -0
  36. iamdata/data/resourceTypes/bedrock.json +1 -1
  37. iamdata/data/resourceTypes/deadline.json +0 -4
  38. iamdata/data/resourceTypes/ec2.json +85 -1
  39. iamdata/data/resourceTypes/network-firewall.json +21 -0
  40. iamdata/data/resourceTypes/sagemaker-mlflow.json +1 -5
  41. iamdata/data/resourceTypes/sagemaker.json +3 -15
  42. iamdata/data/resourceTypes/ses.json +8 -2
  43. iamdata/data/resourceTypes/ssm.json +4 -1
  44. iamdata/data/resourceTypes/transform-custom.json +12 -7
  45. iamdata/data/serviceNames.json +2 -2
  46. iamdata/data/unassociatedConditions.json +6 -0
  47. {iamdata-0.1.202512121.dist-info → iamdata-0.1.202512281.dist-info}/METADATA +1 -1
  48. {iamdata-0.1.202512121.dist-info → iamdata-0.1.202512281.dist-info}/RECORD +50 -50
  49. {iamdata-0.1.202512121.dist-info → iamdata-0.1.202512281.dist-info}/WHEEL +0 -0
  50. {iamdata-0.1.202512121.dist-info → iamdata-0.1.202512281.dist-info}/licenses/LICENSE.txt +0 -0
@@ -1,4 +1,25 @@
1
1
  {
2
+ "addkeyreplicationregions": {
3
+ "name": "AddKeyReplicationRegions",
4
+ "description": "Grants permission to add replication regions to an existing AWS Payment Cryptography key",
5
+ "accessLevel": "Write",
6
+ "resourceTypes": [
7
+ {
8
+ "name": "alias",
9
+ "required": true,
10
+ "conditionKeys": [],
11
+ "dependentActions": []
12
+ },
13
+ {
14
+ "name": "key",
15
+ "required": true,
16
+ "conditionKeys": [],
17
+ "dependentActions": []
18
+ }
19
+ ],
20
+ "conditionKeys": [],
21
+ "dependentActions": []
22
+ },
2
23
  "createalias": {
3
24
  "name": "CreateAlias",
4
25
  "description": "Grants permission to create a user-friendly name for a Key",
@@ -87,6 +108,22 @@
87
108
  "conditionKeys": [],
88
109
  "dependentActions": []
89
110
  },
111
+ "disabledefaultkeyreplicationregions": {
112
+ "name": "DisableDefaultKeyReplicationRegions",
113
+ "description": "Grants permission to disable default key replication regions for account-level replication",
114
+ "accessLevel": "Write",
115
+ "resourceTypes": [],
116
+ "conditionKeys": [],
117
+ "dependentActions": []
118
+ },
119
+ "enabledefaultkeyreplicationregions": {
120
+ "name": "EnableDefaultKeyReplicationRegions",
121
+ "description": "Grants permission to enable default key replication regions for account-level replication",
122
+ "accessLevel": "Write",
123
+ "resourceTypes": [],
124
+ "conditionKeys": [],
125
+ "dependentActions": []
126
+ },
90
127
  "encryptdata": {
91
128
  "name": "EncryptData",
92
129
  "description": "Grants permission to encrypt plaintext data to ciphertext using symmetric, asymmetric or DUKPT data encryption key",
@@ -231,6 +268,35 @@
231
268
  ],
232
269
  "dependentActions": []
233
270
  },
271
+ "getcertificatesigningrequest": {
272
+ "name": "GetCertificateSigningRequest",
273
+ "description": "Grants permission to return the Certificate Signing Request for a public key from a key of class PUBLIC_KEY",
274
+ "accessLevel": "Read",
275
+ "resourceTypes": [
276
+ {
277
+ "name": "alias",
278
+ "required": true,
279
+ "conditionKeys": [],
280
+ "dependentActions": []
281
+ },
282
+ {
283
+ "name": "key",
284
+ "required": true,
285
+ "conditionKeys": [],
286
+ "dependentActions": []
287
+ }
288
+ ],
289
+ "conditionKeys": [],
290
+ "dependentActions": []
291
+ },
292
+ "getdefaultkeyreplicationregions": {
293
+ "name": "GetDefaultKeyReplicationRegions",
294
+ "description": "Grants permission to retrieve the default key replication regions configured at the account level",
295
+ "accessLevel": "Read",
296
+ "resourceTypes": [],
297
+ "conditionKeys": [],
298
+ "dependentActions": []
299
+ },
234
300
  "getkey": {
235
301
  "name": "GetKey",
236
302
  "description": "Grants permission to return the detailed information about the specified key",
@@ -342,6 +408,27 @@
342
408
  "conditionKeys": [],
343
409
  "dependentActions": []
344
410
  },
411
+ "removekeyreplicationregions": {
412
+ "name": "RemoveKeyReplicationRegions",
413
+ "description": "Grants permission to remove replication regions from an existing AWS Payment Cryptography key",
414
+ "accessLevel": "Write",
415
+ "resourceTypes": [
416
+ {
417
+ "name": "alias",
418
+ "required": true,
419
+ "conditionKeys": [],
420
+ "dependentActions": []
421
+ },
422
+ {
423
+ "name": "key",
424
+ "required": true,
425
+ "conditionKeys": [],
426
+ "dependentActions": []
427
+ }
428
+ ],
429
+ "conditionKeys": [],
430
+ "dependentActions": []
431
+ },
345
432
  "restorekey": {
346
433
  "name": "RestoreKey",
347
434
  "description": "Grants permission to cancel a scheduled key deletion if at any point during the waiting period a Key needs to be revived",
@@ -405,6 +492,27 @@
405
492
  ],
406
493
  "dependentActions": []
407
494
  },
495
+ "translatekeymaterial": {
496
+ "name": "TranslateKeyMaterial",
497
+ "description": "Grants permission to translate wrapping key type for a wrapped key",
498
+ "accessLevel": "Write",
499
+ "resourceTypes": [
500
+ {
501
+ "name": "alias",
502
+ "required": true,
503
+ "conditionKeys": [],
504
+ "dependentActions": []
505
+ },
506
+ {
507
+ "name": "key",
508
+ "required": true,
509
+ "conditionKeys": [],
510
+ "dependentActions": []
511
+ }
512
+ ],
513
+ "conditionKeys": [],
514
+ "dependentActions": []
515
+ },
408
516
  "translatepindata": {
409
517
  "name": "TranslatePinData",
410
518
  "description": "Grants permission to translate encrypted PIN block from and to ISO 9564 formats 0,1,3,4",
@@ -2050,6 +2050,21 @@
2050
2050
  "conditionKeys": [],
2051
2051
  "dependentActions": []
2052
2052
  },
2053
+ "getidentitycontext": {
2054
+ "name": "GetIdentityContext",
2055
+ "description": "Grants permission to get identity context for a user",
2056
+ "accessLevel": "Read",
2057
+ "resourceTypes": [
2058
+ {
2059
+ "name": "user",
2060
+ "required": true,
2061
+ "conditionKeys": [],
2062
+ "dependentActions": []
2063
+ }
2064
+ ],
2065
+ "conditionKeys": [],
2066
+ "dependentActions": []
2067
+ },
2053
2068
  "getsessionembedurl": {
2054
2069
  "name": "GetSessionEmbedUrl",
2055
2070
  "description": "Grants permission to get a URL to embed QuickSight console experience",
@@ -465,6 +465,22 @@
465
465
  "conditionKeys": [],
466
466
  "dependentActions": []
467
467
  },
468
+ "listautonomicsdenylist": {
469
+ "name": "ListAutonomicsDenylist",
470
+ "isPermissionOnly": true,
471
+ "description": "Grants permission to list the resources that are denylisted from global autonomics decisions for a specified workgroup",
472
+ "accessLevel": "Read",
473
+ "resourceTypes": [
474
+ {
475
+ "name": "workgroup",
476
+ "required": true,
477
+ "conditionKeys": [],
478
+ "dependentActions": []
479
+ }
480
+ ],
481
+ "conditionKeys": [],
482
+ "dependentActions": []
483
+ },
468
484
  "listcustomdomainassociations": {
469
485
  "name": "ListCustomDomainAssociations",
470
486
  "description": "Grants permission to list custom domain associations in Amazon Redshift Serverless",
@@ -793,6 +809,22 @@
793
809
  ],
794
810
  "dependentActions": []
795
811
  },
812
+ "updateautonomicsdenylist": {
813
+ "name": "UpdateAutonomicsDenylist",
814
+ "isPermissionOnly": true,
815
+ "description": "Grants permission to add or remove resources from the global autonomics denylist for a specified workgroup",
816
+ "accessLevel": "Write",
817
+ "resourceTypes": [
818
+ {
819
+ "name": "workgroup",
820
+ "required": true,
821
+ "conditionKeys": [],
822
+ "dependentActions": []
823
+ }
824
+ ],
825
+ "conditionKeys": [],
826
+ "dependentActions": []
827
+ },
796
828
  "updatecustomdomainassociation": {
797
829
  "name": "UpdateCustomDomainAssociation",
798
830
  "description": "Grants permission to update a certificate associated with a custom domain",
@@ -1049,6 +1049,22 @@
1049
1049
  "conditionKeys": [],
1050
1050
  "dependentActions": []
1051
1051
  },
1052
+ "describeautonomicsdenylist": {
1053
+ "name": "DescribeAutonomicsDenylist",
1054
+ "isPermissionOnly": true,
1055
+ "description": "Grants permission to describe the list of resources that are denylisted from global autonomics decisions for a specified cluster",
1056
+ "accessLevel": "Read",
1057
+ "resourceTypes": [
1058
+ {
1059
+ "name": "cluster",
1060
+ "required": true,
1061
+ "conditionKeys": [],
1062
+ "dependentActions": []
1063
+ }
1064
+ ],
1065
+ "conditionKeys": [],
1066
+ "dependentActions": []
1067
+ },
1052
1068
  "describeclusterdbrevisions": {
1053
1069
  "name": "DescribeClusterDbRevisions",
1054
1070
  "description": "Grants permission to describe database revisions for a cluster",
@@ -1124,7 +1140,14 @@
1124
1140
  "name": "DescribeClusters",
1125
1141
  "description": "Grants permission to describe properties of provisioned clusters",
1126
1142
  "accessLevel": "List",
1127
- "resourceTypes": [],
1143
+ "resourceTypes": [
1144
+ {
1145
+ "name": "cluster",
1146
+ "required": false,
1147
+ "conditionKeys": [],
1148
+ "dependentActions": []
1149
+ }
1150
+ ],
1128
1151
  "conditionKeys": [],
1129
1152
  "dependentActions": []
1130
1153
  },
@@ -1797,6 +1820,22 @@
1797
1820
  "conditionKeys": [],
1798
1821
  "dependentActions": []
1799
1822
  },
1823
+ "modifyautonomicsdenylist": {
1824
+ "name": "ModifyAutonomicsDenylist",
1825
+ "isPermissionOnly": true,
1826
+ "description": "Grants permission to add or remove resources from the global autonomics denylist for a specified cluster",
1827
+ "accessLevel": "Write",
1828
+ "resourceTypes": [
1829
+ {
1830
+ "name": "cluster",
1831
+ "required": true,
1832
+ "conditionKeys": [],
1833
+ "dependentActions": []
1834
+ }
1835
+ ],
1836
+ "conditionKeys": [],
1837
+ "dependentActions": []
1838
+ },
1800
1839
  "modifycluster": {
1801
1840
  "name": "ModifyCluster",
1802
1841
  "description": "Grants permission to modify the settings of a cluster",