iamdata 0.1.202509171__py3-none-any.whl → 0.1.202509191__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.
@@ -240,6 +240,7 @@
240
240
  }
241
241
  ],
242
242
  "conditionKeys": [
243
+ "autoscaling:ForceDelete",
243
244
  "autoscaling:ResourceTag/${TagKey}",
244
245
  "aws:ResourceTag/${TagKey}"
245
246
  ],
@@ -121,6 +121,21 @@
121
121
  "conditionKeys": [],
122
122
  "dependentActions": []
123
123
  },
124
+ "counttokens": {
125
+ "name": "CountTokens",
126
+ "description": "Grants permission to count the number of tokens in an input prompt",
127
+ "accessLevel": "Read",
128
+ "resourceTypes": [
129
+ {
130
+ "name": "foundation-model",
131
+ "required": true,
132
+ "conditionKeys": [],
133
+ "dependentActions": []
134
+ }
135
+ ],
136
+ "conditionKeys": [],
137
+ "dependentActions": []
138
+ },
124
139
  "createagent": {
125
140
  "name": "CreateAgent",
126
141
  "description": "Grants permission to create a new agent and a test agent alias pointing to the DRAFT agent version",
@@ -1,4 +1,19 @@
1
1
  {
2
+ "associateeiptovlan": {
3
+ "name": "AssociateEipToVlan",
4
+ "description": "Grants permission to associate an Elastic IP address (EIP) with a public VLAN in an Amazon EVS environment",
5
+ "accessLevel": "Write",
6
+ "resourceTypes": [
7
+ {
8
+ "name": "environment",
9
+ "required": true,
10
+ "conditionKeys": [],
11
+ "dependentActions": []
12
+ }
13
+ ],
14
+ "conditionKeys": [],
15
+ "dependentActions": []
16
+ },
2
17
  "createenvironment": {
3
18
  "name": "CreateEnvironment",
4
19
  "description": "Grants permission to create an Amazon EVS environment",
@@ -55,6 +70,21 @@
55
70
  "conditionKeys": [],
56
71
  "dependentActions": []
57
72
  },
73
+ "disassociateeipfromvlan": {
74
+ "name": "DisassociateEipFromVlan",
75
+ "description": "Grants permission to disassociate an Elastic IP address (EIP) from a public VLAN in an Amazon EVS environment",
76
+ "accessLevel": "Write",
77
+ "resourceTypes": [
78
+ {
79
+ "name": "environment",
80
+ "required": true,
81
+ "conditionKeys": [],
82
+ "dependentActions": []
83
+ }
84
+ ],
85
+ "conditionKeys": [],
86
+ "dependentActions": []
87
+ },
58
88
  "getenvironment": {
59
89
  "name": "GetEnvironment",
60
90
  "description": "Grants permission to get an Amazon EVS environment",
@@ -1272,7 +1272,13 @@
1272
1272
  "name": "domains",
1273
1273
  "required": true,
1274
1274
  "conditionKeys": [],
1275
- "dependentActions": []
1275
+ "dependentActions": [
1276
+ "app-integrations:CreateDataIntegrationAssociation",
1277
+ "app-integrations:DeleteDataIntegrationAssociation",
1278
+ "app-integrations:GetDataIntegration",
1279
+ "app-integrations:ListDataIntegrationAssociations",
1280
+ "kms:CreateGrant"
1281
+ ]
1276
1282
  },
1277
1283
  {
1278
1284
  "name": "integrations",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "createtokenwithiam": {
3
3
  "name": "CreateTokenWithIAM",
4
- "description": "Grants permission to create OAuth/OIDC tokens to access IAM Identity Center integrated applications",
4
+ "description": "Grants permission to create and return OAuth 2.0 access tokens and refresh tokens for authorized client applications. These tokens might contain defined scopes that specify permissions such as `read:profile` or `write:data`",
5
5
  "accessLevel": "Write",
6
6
  "resourceTypes": [
7
7
  {
@@ -12,6 +12,8 @@
12
12
  }
13
13
  ],
14
14
  "conditionKeys": [],
15
- "dependentActions": []
15
+ "dependentActions": [
16
+ "kms:Decrypt"
17
+ ]
16
18
  }
17
19
  }