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.
- iamdata/data/actions/apigateway.json +451 -0
- iamdata/data/actions/arc-region-switch.json +15 -0
- iamdata/data/actions/bedrock.json +19 -34
- iamdata/data/actions/cleanrooms.json +15 -0
- iamdata/data/actions/cognito-identity.json +30 -8
- iamdata/data/actions/connect.json +4 -1
- iamdata/data/actions/deadline.json +3 -3
- iamdata/data/actions/ec2.json +1321 -28
- iamdata/data/actions/groundstation.json +11 -0
- iamdata/data/actions/lambda.json +1 -2
- iamdata/data/actions/logs.json +32 -0
- iamdata/data/actions/network-firewall.json +403 -0
- iamdata/data/actions/network-security-director.json +7 -15
- iamdata/data/actions/networkmanager.json +3 -3
- iamdata/data/actions/payment-cryptography.json +108 -0
- iamdata/data/actions/quicksight.json +15 -0
- iamdata/data/actions/redshift-serverless.json +32 -0
- iamdata/data/actions/redshift.json +40 -1
- iamdata/data/actions/sagemaker-mlflow.json +180 -60
- iamdata/data/actions/sagemaker.json +82 -24
- iamdata/data/actions/servicequotas.json +16 -0
- iamdata/data/actions/ses.json +66 -8
- iamdata/data/actions/ssm.json +20 -4
- iamdata/data/actions/timestream-influxdb.json +38 -0
- iamdata/data/actions/transform-custom.json +131 -44
- iamdata/data/actions/wickr.json +603 -9
- iamdata/data/conditionKeys/apigateway.json +95 -0
- iamdata/data/conditionKeys/cognito-identity.json +27 -2
- iamdata/data/conditionKeys/ec2.json +45 -0
- iamdata/data/conditionKeys/sagemaker-mlflow.json +0 -5
- iamdata/data/conditionKeys/sagemaker.json +5 -0
- iamdata/data/conditionKeys/ssm.json +5 -0
- iamdata/data/conditionPatterns.json +1 -1
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/apigateway.json +38 -0
- iamdata/data/resourceTypes/bedrock.json +1 -1
- iamdata/data/resourceTypes/deadline.json +0 -4
- iamdata/data/resourceTypes/ec2.json +85 -1
- iamdata/data/resourceTypes/network-firewall.json +21 -0
- iamdata/data/resourceTypes/sagemaker-mlflow.json +1 -5
- iamdata/data/resourceTypes/sagemaker.json +3 -15
- iamdata/data/resourceTypes/ses.json +8 -2
- iamdata/data/resourceTypes/ssm.json +4 -1
- iamdata/data/resourceTypes/transform-custom.json +12 -7
- iamdata/data/serviceNames.json +2 -2
- iamdata/data/unassociatedConditions.json +6 -0
- {iamdata-0.1.202512121.dist-info → iamdata-0.1.202512281.dist-info}/METADATA +1 -1
- {iamdata-0.1.202512121.dist-info → iamdata-0.1.202512281.dist-info}/RECORD +50 -50
- {iamdata-0.1.202512121.dist-info → iamdata-0.1.202512281.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202512121.dist-info → iamdata-0.1.202512281.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -15,7 +15,9 @@
|
|
|
15
15
|
"description": "Grants permission to delete identities from an identity pool. You can specify a list of 1-60 identities that you want to delete",
|
|
16
16
|
"accessLevel": "Write",
|
|
17
17
|
"resourceTypes": [],
|
|
18
|
-
"conditionKeys": [
|
|
18
|
+
"conditionKeys": [
|
|
19
|
+
"cognito-identity:IdentityPoolArn"
|
|
20
|
+
],
|
|
19
21
|
"dependentActions": []
|
|
20
22
|
},
|
|
21
23
|
"deleteidentitypool": {
|
|
@@ -38,7 +40,9 @@
|
|
|
38
40
|
"description": "Grants permission to return metadata related to the given identity, including when the identity was created and any associated linked logins",
|
|
39
41
|
"accessLevel": "Read",
|
|
40
42
|
"resourceTypes": [],
|
|
41
|
-
"conditionKeys": [
|
|
43
|
+
"conditionKeys": [
|
|
44
|
+
"cognito-identity:IdentityPoolArn"
|
|
45
|
+
],
|
|
42
46
|
"dependentActions": []
|
|
43
47
|
},
|
|
44
48
|
"describeidentitypool": {
|
|
@@ -61,7 +65,12 @@
|
|
|
61
65
|
"description": "Grants permission to return credentials for the provided identity ID",
|
|
62
66
|
"accessLevel": "Read",
|
|
63
67
|
"resourceTypes": [],
|
|
64
|
-
"conditionKeys": [
|
|
68
|
+
"conditionKeys": [
|
|
69
|
+
"cognito-identity-unauth:IdentityPoolArn",
|
|
70
|
+
"cognito-identity-unauth:AccountId",
|
|
71
|
+
"cognito-identity-auth:IdentityPoolArn",
|
|
72
|
+
"cognito-identity-auth:AccountId"
|
|
73
|
+
],
|
|
65
74
|
"dependentActions": []
|
|
66
75
|
},
|
|
67
76
|
"getid": {
|
|
@@ -69,7 +78,12 @@
|
|
|
69
78
|
"description": "Grants permission to generate (or retrieve) a Cognito ID. Supplying multiple logins will create an implicit linked account",
|
|
70
79
|
"accessLevel": "Write",
|
|
71
80
|
"resourceTypes": [],
|
|
72
|
-
"conditionKeys": [
|
|
81
|
+
"conditionKeys": [
|
|
82
|
+
"cognito-identity-unauth:IdentityPoolArn",
|
|
83
|
+
"cognito-identity-unauth:AccountId",
|
|
84
|
+
"cognito-identity-auth:IdentityPoolArn",
|
|
85
|
+
"cognito-identity-auth:AccountId"
|
|
86
|
+
],
|
|
73
87
|
"dependentActions": []
|
|
74
88
|
},
|
|
75
89
|
"getidentitypoolanalytics": {
|
|
@@ -137,7 +151,12 @@
|
|
|
137
151
|
"description": "Grants permission to get an OpenID token, using a known Cognito ID",
|
|
138
152
|
"accessLevel": "Read",
|
|
139
153
|
"resourceTypes": [],
|
|
140
|
-
"conditionKeys": [
|
|
154
|
+
"conditionKeys": [
|
|
155
|
+
"cognito-identity-unauth:IdentityPoolArn",
|
|
156
|
+
"cognito-identity-unauth:AccountId",
|
|
157
|
+
"cognito-identity-auth:IdentityPoolArn",
|
|
158
|
+
"cognito-identity-auth:AccountId"
|
|
159
|
+
],
|
|
141
160
|
"dependentActions": []
|
|
142
161
|
},
|
|
143
162
|
"getopenidtokenfordeveloperidentity": {
|
|
@@ -261,7 +280,7 @@
|
|
|
261
280
|
"resourceTypes": [
|
|
262
281
|
{
|
|
263
282
|
"name": "identitypool",
|
|
264
|
-
"required":
|
|
283
|
+
"required": true,
|
|
265
284
|
"conditionKeys": [],
|
|
266
285
|
"dependentActions": []
|
|
267
286
|
}
|
|
@@ -292,7 +311,10 @@
|
|
|
292
311
|
"description": "Grants permission to unlink a federated identity from an existing account",
|
|
293
312
|
"accessLevel": "Write",
|
|
294
313
|
"resourceTypes": [],
|
|
295
|
-
"conditionKeys": [
|
|
314
|
+
"conditionKeys": [
|
|
315
|
+
"cognito-identity-auth:IdentityPoolArn",
|
|
316
|
+
"cognito-identity-auth:AccountId"
|
|
317
|
+
],
|
|
296
318
|
"dependentActions": []
|
|
297
319
|
},
|
|
298
320
|
"untagresource": {
|
|
@@ -302,7 +324,7 @@
|
|
|
302
324
|
"resourceTypes": [
|
|
303
325
|
{
|
|
304
326
|
"name": "identitypool",
|
|
305
|
-
"required":
|
|
327
|
+
"required": true,
|
|
306
328
|
"conditionKeys": [],
|
|
307
329
|
"dependentActions": []
|
|
308
330
|
}
|
|
@@ -5617,7 +5617,10 @@
|
|
|
5617
5617
|
"name": "contact-flow",
|
|
5618
5618
|
"required": true,
|
|
5619
5619
|
"conditionKeys": [],
|
|
5620
|
-
"dependentActions": [
|
|
5620
|
+
"dependentActions": [
|
|
5621
|
+
"wisdom:GetMessageTemplate",
|
|
5622
|
+
"wisdom:RenderMessageTemplate"
|
|
5623
|
+
]
|
|
5621
5624
|
},
|
|
5622
5625
|
{
|
|
5623
5626
|
"name": "instance",
|
|
@@ -571,7 +571,7 @@
|
|
|
571
571
|
"accessLevel": "Write",
|
|
572
572
|
"resourceTypes": [
|
|
573
573
|
{
|
|
574
|
-
"name": "
|
|
574
|
+
"name": "license-endpoint",
|
|
575
575
|
"required": true,
|
|
576
576
|
"conditionKeys": [],
|
|
577
577
|
"dependentActions": []
|
|
@@ -1356,7 +1356,7 @@
|
|
|
1356
1356
|
"accessLevel": "List",
|
|
1357
1357
|
"resourceTypes": [
|
|
1358
1358
|
{
|
|
1359
|
-
"name": "
|
|
1359
|
+
"name": "license-endpoint",
|
|
1360
1360
|
"required": true,
|
|
1361
1361
|
"conditionKeys": [],
|
|
1362
1362
|
"dependentActions": []
|
|
@@ -1711,7 +1711,7 @@
|
|
|
1711
1711
|
"accessLevel": "Write",
|
|
1712
1712
|
"resourceTypes": [
|
|
1713
1713
|
{
|
|
1714
|
-
"name": "
|
|
1714
|
+
"name": "license-endpoint",
|
|
1715
1715
|
"required": true,
|
|
1716
1716
|
"conditionKeys": [],
|
|
1717
1717
|
"dependentActions": []
|