iamdata 0.1.202507161__py3-none-any.whl → 0.1.202507181__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.
Potentially problematic release.
This version of iamdata might be problematic. Click here for more details.
- iamdata/data/actions/bedrock-agentcore.json +1063 -0
- iamdata/data/actions/emr-containers.json +19 -1
- iamdata/data/actions/s3.json +58 -3
- iamdata/data/actions/securitylake.json +1 -0
- iamdata/data/conditionKeys/bedrock-agentcore.json +22 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/bedrock-agentcore.json +46 -0
- iamdata/data/resourceTypes/emr-containers.json +0 -4
- iamdata/data/resourceTypes/redshift.json +1 -4
- iamdata/data/serviceNames.json +1 -1
- iamdata/data/services.json +1 -1
- {iamdata-0.1.202507161.dist-info → iamdata-0.1.202507181.dist-info}/METADATA +1 -1
- {iamdata-0.1.202507161.dist-info → iamdata-0.1.202507181.dist-info}/RECORD +15 -15
- iamdata/data/actions/supportrecommendations.json +0 -20
- iamdata/data/conditionKeys/supportrecommendations.json +0 -1
- iamdata/data/resourceTypes/supportrecommendations.json +0 -1
- {iamdata-0.1.202507161.dist-info → iamdata-0.1.202507181.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202507161.dist-info → iamdata-0.1.202507181.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"createcertificate": {
|
|
18
18
|
"name": "CreateCertificate",
|
|
19
|
-
"description": "Grants permission to
|
|
19
|
+
"description": "Grants permission to call the CreateCertificate method to accept the CertificateSigningRequest, and return the signed certificate",
|
|
20
20
|
"accessLevel": "Write",
|
|
21
21
|
"resourceTypes": [],
|
|
22
22
|
"conditionKeys": [],
|
|
@@ -278,6 +278,12 @@
|
|
|
278
278
|
"conditionKeys": [],
|
|
279
279
|
"dependentActions": []
|
|
280
280
|
},
|
|
281
|
+
{
|
|
282
|
+
"name": "securityConfiguration",
|
|
283
|
+
"required": false,
|
|
284
|
+
"conditionKeys": [],
|
|
285
|
+
"dependentActions": []
|
|
286
|
+
},
|
|
281
287
|
{
|
|
282
288
|
"name": "virtualCluster",
|
|
283
289
|
"required": false,
|
|
@@ -339,6 +345,12 @@
|
|
|
339
345
|
"conditionKeys": [],
|
|
340
346
|
"dependentActions": []
|
|
341
347
|
},
|
|
348
|
+
{
|
|
349
|
+
"name": "securityConfiguration",
|
|
350
|
+
"required": false,
|
|
351
|
+
"conditionKeys": [],
|
|
352
|
+
"dependentActions": []
|
|
353
|
+
},
|
|
342
354
|
{
|
|
343
355
|
"name": "virtualCluster",
|
|
344
356
|
"required": false,
|
|
@@ -375,6 +387,12 @@
|
|
|
375
387
|
"conditionKeys": [],
|
|
376
388
|
"dependentActions": []
|
|
377
389
|
},
|
|
390
|
+
{
|
|
391
|
+
"name": "securityConfiguration",
|
|
392
|
+
"required": false,
|
|
393
|
+
"conditionKeys": [],
|
|
394
|
+
"dependentActions": []
|
|
395
|
+
},
|
|
378
396
|
{
|
|
379
397
|
"name": "virtualCluster",
|
|
380
398
|
"required": false,
|
iamdata/data/actions/s3.json
CHANGED
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
},
|
|
250
250
|
"createbucketmetadatatableconfiguration": {
|
|
251
251
|
"name": "CreateBucketMetadataTableConfiguration",
|
|
252
|
-
"description": "Grants permission to create a new S3 Metadata configuration for a specified bucket",
|
|
252
|
+
"description": "Grants permission to create a new S3 Metadata configuration for a specified general purpose bucket",
|
|
253
253
|
"accessLevel": "Write",
|
|
254
254
|
"resourceTypes": [
|
|
255
255
|
{
|
|
@@ -257,9 +257,12 @@
|
|
|
257
257
|
"required": true,
|
|
258
258
|
"conditionKeys": [],
|
|
259
259
|
"dependentActions": [
|
|
260
|
+
"kms:DescribeKey",
|
|
260
261
|
"s3tables:CreateNamespace",
|
|
261
262
|
"s3tables:CreateTable",
|
|
263
|
+
"s3tables:CreateTableBucket",
|
|
262
264
|
"s3tables:GetTable",
|
|
265
|
+
"s3tables:PutTableEncryption",
|
|
263
266
|
"s3tables:PutTablePolicy"
|
|
264
267
|
]
|
|
265
268
|
}
|
|
@@ -554,7 +557,7 @@
|
|
|
554
557
|
},
|
|
555
558
|
"deletebucketmetadatatableconfiguration": {
|
|
556
559
|
"name": "DeleteBucketMetadataTableConfiguration",
|
|
557
|
-
"description": "Grants permission to delete the S3 Metadata configuration for a specified bucket",
|
|
560
|
+
"description": "Grants permission to delete the S3 Metadata configuration for a specified general purpose bucket",
|
|
558
561
|
"accessLevel": "Write",
|
|
559
562
|
"resourceTypes": [
|
|
560
563
|
{
|
|
@@ -1338,7 +1341,7 @@
|
|
|
1338
1341
|
},
|
|
1339
1342
|
"getbucketmetadatatableconfiguration": {
|
|
1340
1343
|
"name": "GetBucketMetadataTableConfiguration",
|
|
1341
|
-
"description": "Grants permission to return the S3 Metadata configuration for a specified bucket",
|
|
1344
|
+
"description": "Grants permission to return the S3 Metadata configuration for a specified general purpose bucket",
|
|
1342
1345
|
"accessLevel": "Read",
|
|
1343
1346
|
"resourceTypes": [
|
|
1344
1347
|
{
|
|
@@ -3799,6 +3802,58 @@
|
|
|
3799
3802
|
],
|
|
3800
3803
|
"dependentActions": []
|
|
3801
3804
|
},
|
|
3805
|
+
"updatebucketmetadatainventorytableconfiguration": {
|
|
3806
|
+
"name": "UpdateBucketMetadataInventoryTableConfiguration",
|
|
3807
|
+
"description": "Grants permission to update the inventory table configuration on an existing S3 Metadata configuration for a specified general purpose bucket",
|
|
3808
|
+
"accessLevel": "Write",
|
|
3809
|
+
"resourceTypes": [
|
|
3810
|
+
{
|
|
3811
|
+
"name": "bucket",
|
|
3812
|
+
"required": true,
|
|
3813
|
+
"conditionKeys": [],
|
|
3814
|
+
"dependentActions": [
|
|
3815
|
+
"kms:DescribeKey",
|
|
3816
|
+
"s3tables:CreateNamespace",
|
|
3817
|
+
"s3tables:CreateTable",
|
|
3818
|
+
"s3tables:CreateTableBucket",
|
|
3819
|
+
"s3tables:GetTable",
|
|
3820
|
+
"s3tables:PutTableEncryption",
|
|
3821
|
+
"s3tables:PutTablePolicy"
|
|
3822
|
+
]
|
|
3823
|
+
}
|
|
3824
|
+
],
|
|
3825
|
+
"conditionKeys": [
|
|
3826
|
+
"s3:authType",
|
|
3827
|
+
"s3:ResourceAccount",
|
|
3828
|
+
"s3:signatureAge",
|
|
3829
|
+
"s3:signatureversion",
|
|
3830
|
+
"s3:TlsVersion",
|
|
3831
|
+
"s3:x-amz-content-sha256"
|
|
3832
|
+
],
|
|
3833
|
+
"dependentActions": []
|
|
3834
|
+
},
|
|
3835
|
+
"updatebucketmetadatajournaltableconfiguration": {
|
|
3836
|
+
"name": "UpdateBucketMetadataJournalTableConfiguration",
|
|
3837
|
+
"description": "Grants permission to update the journal table configuration on an existing S3 Metadata configuration for a specified general purpose bucket",
|
|
3838
|
+
"accessLevel": "Write",
|
|
3839
|
+
"resourceTypes": [
|
|
3840
|
+
{
|
|
3841
|
+
"name": "bucket",
|
|
3842
|
+
"required": true,
|
|
3843
|
+
"conditionKeys": [],
|
|
3844
|
+
"dependentActions": []
|
|
3845
|
+
}
|
|
3846
|
+
],
|
|
3847
|
+
"conditionKeys": [
|
|
3848
|
+
"s3:authType",
|
|
3849
|
+
"s3:ResourceAccount",
|
|
3850
|
+
"s3:signatureAge",
|
|
3851
|
+
"s3:signatureversion",
|
|
3852
|
+
"s3:TlsVersion",
|
|
3853
|
+
"s3:x-amz-content-sha256"
|
|
3854
|
+
],
|
|
3855
|
+
"dependentActions": []
|
|
3856
|
+
},
|
|
3802
3857
|
"updatejobpriority": {
|
|
3803
3858
|
"name": "UpdateJobPriority",
|
|
3804
3859
|
"description": "Grants permission to update the priority of an existing job",
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bedrock-agentcore:actorid": {
|
|
3
|
+
"key": "bedrock-agentcore:actorId",
|
|
4
|
+
"description": "Filters access by Actor Id",
|
|
5
|
+
"type": "String"
|
|
6
|
+
},
|
|
7
|
+
"bedrock-agentcore:namespace": {
|
|
8
|
+
"key": "bedrock-agentcore:namespace",
|
|
9
|
+
"description": "Filters access by namespace",
|
|
10
|
+
"type": "String"
|
|
11
|
+
},
|
|
12
|
+
"bedrock-agentcore:sessionid": {
|
|
13
|
+
"key": "bedrock-agentcore:sessionId",
|
|
14
|
+
"description": "Filters access by Session Id",
|
|
15
|
+
"type": "String"
|
|
16
|
+
},
|
|
17
|
+
"bedrock-agentcore:strategyid": {
|
|
18
|
+
"key": "bedrock-agentcore:strategyId",
|
|
19
|
+
"description": "Filters access by Memory Strategy Id",
|
|
20
|
+
"type": "String"
|
|
21
|
+
}
|
|
22
|
+
}
|
iamdata/data/metadata.json
CHANGED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"memory": {
|
|
3
|
+
"key": "memory",
|
|
4
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:memory/${MemoryId}"
|
|
5
|
+
},
|
|
6
|
+
"gateway": {
|
|
7
|
+
"key": "gateway",
|
|
8
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:gateway/${GatewayId}"
|
|
9
|
+
},
|
|
10
|
+
"workload-identity": {
|
|
11
|
+
"key": "workload-identity",
|
|
12
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:workload-identity-directory/${DirectoryId}/workload-identity/${WorkloadIdentityName}"
|
|
13
|
+
},
|
|
14
|
+
"oauth2credentialprovider": {
|
|
15
|
+
"key": "oauth2credentialprovider",
|
|
16
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:token-vault/${TokenVaultId}/oauth2credentialprovider/${Name}"
|
|
17
|
+
},
|
|
18
|
+
"apikeycredentialprovider": {
|
|
19
|
+
"key": "apikeycredentialprovider",
|
|
20
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:token-vault/${TokenVaultId}/apikeycredentialprovider/${Name}"
|
|
21
|
+
},
|
|
22
|
+
"runtime": {
|
|
23
|
+
"key": "runtime",
|
|
24
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:runtime/${RuntimeId}"
|
|
25
|
+
},
|
|
26
|
+
"runtime-endpoint": {
|
|
27
|
+
"key": "runtime-endpoint",
|
|
28
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:runtime/${RuntimeId}/runtime-endpoint/${Name}"
|
|
29
|
+
},
|
|
30
|
+
"code-interpreter-custom": {
|
|
31
|
+
"key": "code-interpreter-custom",
|
|
32
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:code-interpreter-custom/${CodeInterpreterId}"
|
|
33
|
+
},
|
|
34
|
+
"code-interpreter": {
|
|
35
|
+
"key": "code-interpreter",
|
|
36
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:aws:code-interpreter/${CodeInterpreterId}"
|
|
37
|
+
},
|
|
38
|
+
"browser-custom": {
|
|
39
|
+
"key": "browser-custom",
|
|
40
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:browser-custom/${BrowserId}"
|
|
41
|
+
},
|
|
42
|
+
"browser": {
|
|
43
|
+
"key": "browser",
|
|
44
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:aws:browser/${BrowserId}"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -55,10 +55,7 @@
|
|
|
55
55
|
},
|
|
56
56
|
"namespace": {
|
|
57
57
|
"key": "namespace",
|
|
58
|
-
"arn": "arn:${Partition}:redshift:${Region}:${Account}:namespace:${ClusterNamespace}"
|
|
59
|
-
"conditionKeys": [
|
|
60
|
-
"aws:ResourceTag/${TagKey}"
|
|
61
|
-
]
|
|
58
|
+
"arn": "arn:${Partition}:redshift:${Region}:${Account}:namespace:${ClusterNamespace}"
|
|
62
59
|
},
|
|
63
60
|
"parametergroup": {
|
|
64
61
|
"key": "parametergroup",
|
iamdata/data/serviceNames.json
CHANGED
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
"bcm-data-exports": "AWS Billing And Cost Management Data Exports",
|
|
51
51
|
"bcm-pricing-calculator": "AWS Billing And Cost Management Pricing Calculator",
|
|
52
52
|
"bedrock": "Amazon Bedrock",
|
|
53
|
+
"bedrock-agentcore": "Amazon Bedrock Agentcore",
|
|
53
54
|
"billing": "AWS Billing",
|
|
54
55
|
"billingconductor": "AWS Billing Conductor",
|
|
55
56
|
"braket": "Amazon Braket",
|
|
@@ -383,7 +384,6 @@
|
|
|
383
384
|
"support-console": "AWS Support Console",
|
|
384
385
|
"supportapp": "AWS Support App in Slack",
|
|
385
386
|
"supportplans": "AWS Support Plans",
|
|
386
|
-
"supportrecommendations": "AWS Support Recommendations",
|
|
387
387
|
"sustainability": "AWS Sustainability",
|
|
388
388
|
"swf": "Amazon Simple Workflow Service",
|
|
389
389
|
"synthetics": "Amazon CloudWatch Synthetics",
|
iamdata/data/services.json
CHANGED
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
"bcm-data-exports",
|
|
51
51
|
"bcm-pricing-calculator",
|
|
52
52
|
"bedrock",
|
|
53
|
+
"bedrock-agentcore",
|
|
53
54
|
"billing",
|
|
54
55
|
"billingconductor",
|
|
55
56
|
"braket",
|
|
@@ -383,7 +384,6 @@
|
|
|
383
384
|
"support-console",
|
|
384
385
|
"supportapp",
|
|
385
386
|
"supportplans",
|
|
386
|
-
"supportrecommendations",
|
|
387
387
|
"sustainability",
|
|
388
388
|
"swf",
|
|
389
389
|
"synthetics",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iamdata
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.202507181
|
|
4
4
|
Summary: IAM data for AWS actions, resources, and conditions based on IAM policy documents. Checked for updates daily.
|
|
5
5
|
Project-URL: Homepage, https://github.com/cloud-copilot/iam-data-python
|
|
6
6
|
Project-URL: Issues, https://github.com/cloud-copilot/iam-data-python/issues
|
|
@@ -4,9 +4,9 @@ iamdata/conditions.py,sha256=JmNyw26ux0SsUGRLctBpVZNi-A88rK9HwMy_e76vxTk,1127
|
|
|
4
4
|
iamdata/resources.py,sha256=q55U8l74HnjnkHp1-i2-rZCe-IsZpZWmfGeMvQjf4xo,1166
|
|
5
5
|
iamdata/services.py,sha256=trEYZQnUb_vwEN-L29RY-vJFnEXDGrpppVpAeQazjgw,689
|
|
6
6
|
iamdata/utils.py,sha256=mwNqfgNO51L33Ag_K9VxaP85J6XRoZrN7rKz6Q_DJQk,398
|
|
7
|
-
iamdata/data/metadata.json,sha256=
|
|
8
|
-
iamdata/data/serviceNames.json,sha256=
|
|
9
|
-
iamdata/data/services.json,sha256=
|
|
7
|
+
iamdata/data/metadata.json,sha256=x6c730OeZKck24PFkI34qDqZx_0s2SNzQ1T0JCohn0s,76
|
|
8
|
+
iamdata/data/serviceNames.json,sha256=2FxBQrJ7gxWVYB2S0sLqMHXdh3oW3n5Z2nWDT8H-2x0,18575
|
|
9
|
+
iamdata/data/services.json,sha256=FmWyi-xI0eK_g9bdwqFpaQKosjb2D4DoihExduuroyg,7223
|
|
10
10
|
iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
|
|
11
11
|
iamdata/data/actions/a4b.json,sha256=9La5kB7t8g1LE0uLDVuOMPeSgY5YBTZRt88XxdlSDFg,35617
|
|
12
12
|
iamdata/data/actions/access-analyzer.json,sha256=wOZB3FD4LQtMnnznZFnEO8936QIvEhxTuATXo0Nefbw,12622
|
|
@@ -57,6 +57,7 @@ iamdata/data/actions/backup.json,sha256=uFP_DCQT3nD80b7AExlp6z3gIsxi8ZhHKfNdRObd
|
|
|
57
57
|
iamdata/data/actions/batch.json,sha256=0ReKY6Wxy-uzPSjI7cMBl77fRLpgpxPnJvRk2oABqS8,15822
|
|
58
58
|
iamdata/data/actions/bcm-data-exports.json,sha256=mjXiIPyT5DBAtXJDLun6sUN23PkoqygdtgrcdL2_D2g,4568
|
|
59
59
|
iamdata/data/actions/bcm-pricing-calculator.json,sha256=jQDECaZnvn6wpeLF2Wd_YTMnazp91AVginiZimCb2d4,13722
|
|
60
|
+
iamdata/data/actions/bedrock-agentcore.json,sha256=4o0VbN1SNgEj0ZQ4_Mc4JoljfX7QPSohk9lQBrwJd28,29001
|
|
60
61
|
iamdata/data/actions/bedrock.json,sha256=wXSiaSoYTUPkZl9if8tdMmFiBYWghyZR-naw--9L-gY,90483
|
|
61
62
|
iamdata/data/actions/billing.json,sha256=tlpZgCGc05gf3Dt2kV-VICRX2Tb1PX7OlCHSqTDRcKU,8947
|
|
62
63
|
iamdata/data/actions/billingconductor.json,sha256=l_6-rjB19_qxOHkzFwk-BIuDLPwCiD102ToPsxlRW9M,13612
|
|
@@ -155,7 +156,7 @@ iamdata/data/actions/elemental-activations.json,sha256=CBB_xY1_nbPtesILvCI0X43zh
|
|
|
155
156
|
iamdata/data/actions/elemental-appliances-software.json,sha256=ITJ9bDhj-7_O8xjSMk6XHGFfNPXbf-78FrzIu3n0wjM,4066
|
|
156
157
|
iamdata/data/actions/elemental-support-cases.json,sha256=dT1ASawW0gLgTGdbA-o-X7-6F-OsSExqHLkhgTgGuh4,6466
|
|
157
158
|
iamdata/data/actions/elemental-support-content.json,sha256=eAq3Ca4qB6_u3eDIOy5nRo6wkpE0tUEwu20za8FzUPE,241
|
|
158
|
-
iamdata/data/actions/emr-containers.json,sha256=
|
|
159
|
+
iamdata/data/actions/emr-containers.json,sha256=nGxAT13C4zdXQhuM3IC8OXllQkQq4gHIJjV61OpOsWI,10483
|
|
159
160
|
iamdata/data/actions/emr-serverless.json,sha256=Nr2ASqP0BgpLdQ0-Om29Syn0yiwbqL5zMN-5IrJ3jHc,7210
|
|
160
161
|
iamdata/data/actions/entityresolution.json,sha256=8YvuJu5ZnHeUIwZhB5dGiD7PGzEw-qwV_sT0PpwcS7A,14637
|
|
161
162
|
iamdata/data/actions/es.json,sha256=bdqD51F2DSxf5DAu6Kh1aTmNBsXH1MHBJCvCSvngMHQ,43956
|
|
@@ -339,7 +340,7 @@ iamdata/data/actions/route53resolver.json,sha256=c-Jrx6AKsdGmJxbfSbDiHWfkZTpDpRw
|
|
|
339
340
|
iamdata/data/actions/rum.json,sha256=2VetwUsiBrv5jiqU_ooNaLRqDNo2Un2XrbsHn36nvTQ,7807
|
|
340
341
|
iamdata/data/actions/s3-object-lambda.json,sha256=Ww7Q01cskGps7KOQBQoWDiNmtrgrizGpCm8uToRECTg,14214
|
|
341
342
|
iamdata/data/actions/s3-outposts.json,sha256=vwem_HDJo5SwZzQ-XfX6W5R2qA88fwQCp86KRZ4D6oI,29372
|
|
342
|
-
iamdata/data/actions/s3.json,sha256=
|
|
343
|
+
iamdata/data/actions/s3.json,sha256=ZZv_WWAuT5F45bgEWkoNMKcGg-oCYhZNRx8-evRh9E4,107316
|
|
343
344
|
iamdata/data/actions/s3express.json,sha256=U02cdrYIxAvl7BFynYsygFBLjOGTHaomCeaI2hckrKM,15487
|
|
344
345
|
iamdata/data/actions/s3tables.json,sha256=2vcdg7jf0oEWONiY3Gsf5C15h5BfaQ7lE7cr9bVXsO8,14025
|
|
345
346
|
iamdata/data/actions/s3vectors.json,sha256=3CEaiTt0F37XHFVz6k4XjA0rdi7cUKxizb1O-kk5FRM,6303
|
|
@@ -355,7 +356,7 @@ iamdata/data/actions/sdb.json,sha256=zVcQBc-U-ZILVE-LXO08RNG1YGSv4nRR1m9ViVR6bG0
|
|
|
355
356
|
iamdata/data/actions/secretsmanager.json,sha256=tCuvKkEHJI-nnTXqyrpPzVRVLs-CMGE3rm-83Ic49MU,13769
|
|
356
357
|
iamdata/data/actions/security-ir.json,sha256=TGUBzc7kMNtC5uQQHo2ktHCmk-pZwBpnml1YfLaekIY,8375
|
|
357
358
|
iamdata/data/actions/securityhub.json,sha256=TXVHNSOZcAkORDCqpQeXye7b6jsGAtORh6C5Olou6G4,47361
|
|
358
|
-
iamdata/data/actions/securitylake.json,sha256=
|
|
359
|
+
iamdata/data/actions/securitylake.json,sha256=BbD9pegRbLKgab2xEm3ii1ps8GyfLBuYRIwQYpA872Y,18330
|
|
359
360
|
iamdata/data/actions/serverlessrepo.json,sha256=Iljrr1qMuyRCjz5m1QTZKgId1-B_seWQn15fzQ56B7U,5952
|
|
360
361
|
iamdata/data/actions/servicecatalog.json,sha256=Qg7YwtC1LTNLwL1bZ1DOYUxhfB32UZ9EYq6Aq_C8Xgc,44633
|
|
361
362
|
iamdata/data/actions/servicediscovery.json,sha256=ll9SzC2axBja_lYwTJJYTUgtZM-hK-iw905_HpTM01E,10761
|
|
@@ -391,7 +392,6 @@ iamdata/data/actions/support-console.json,sha256=utZ-Hyz5rKsJumWjCgBQAvwblOuGDrQ
|
|
|
391
392
|
iamdata/data/actions/support.json,sha256=QQmdTBJsAyqzUPGEwqu-0MkNc5ReumrXrVvbNxr_z3o,8774
|
|
392
393
|
iamdata/data/actions/supportapp.json,sha256=4_F5iPZ64y_G1bQlR_uQxsTZefZiWi-QpcK74rt2l6w,3850
|
|
393
394
|
iamdata/data/actions/supportplans.json,sha256=MW_iAr3Ka3WYkQ44WQ3pfVbNRemQVHSWtO8jIX9JdPA,1549
|
|
394
|
-
iamdata/data/actions/supportrecommendations.json,sha256=yOHJWonwKtV4zt4yZFv0Z0wxprcdde5oAKwbnp9BR2I,715
|
|
395
395
|
iamdata/data/actions/sustainability.json,sha256=b8CNrtppR_4schwoRrlDz_ylztwLaNmvdY0aFPiPv6k,259
|
|
396
396
|
iamdata/data/actions/swf.json,sha256=1iUenJtd4QkZ_1CprxmCYOEl84xuK1G9xgVg0fEZ2-s,23946
|
|
397
397
|
iamdata/data/actions/synthetics.json,sha256=_RDjrSsueamor4rfrx5uI-NmsYYYlxdCNv_TeNIADfU,9146
|
|
@@ -482,6 +482,7 @@ iamdata/data/conditionKeys/backup.json,sha256=M51upnH3EF1fRucFrv6XHAHT6WG-_Kver2
|
|
|
482
482
|
iamdata/data/conditionKeys/batch.json,sha256=yzWN8dncyJS43HhQy-MqjFWJSZ47qMIe61-IVvVeoxg,3495
|
|
483
483
|
iamdata/data/conditionKeys/bcm-data-exports.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
484
484
|
iamdata/data/conditionKeys/bcm-pricing-calculator.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
485
|
+
iamdata/data/conditionKeys/bedrock-agentcore.json,sha256=6B-T9QqoiCJOo3v-_3knZDjYOg7pvbdLdAOrq-zUXJo,621
|
|
485
486
|
iamdata/data/conditionKeys/bedrock.json,sha256=l3iR_JK1_Ht1byrp5PW_C_ybOHXd8Inl6kvbgmL8mr8,1644
|
|
486
487
|
iamdata/data/conditionKeys/billing.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
487
488
|
iamdata/data/conditionKeys/billingconductor.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
@@ -816,7 +817,6 @@ iamdata/data/conditionKeys/support-console.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T
|
|
|
816
817
|
iamdata/data/conditionKeys/support.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
817
818
|
iamdata/data/conditionKeys/supportapp.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
818
819
|
iamdata/data/conditionKeys/supportplans.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
819
|
-
iamdata/data/conditionKeys/supportrecommendations.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
820
820
|
iamdata/data/conditionKeys/sustainability.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
821
821
|
iamdata/data/conditionKeys/swf.json,sha256=VLXb025mjulo8pKde8dho49mG3rFsWzCiRSpGCYGoqE,2926
|
|
822
822
|
iamdata/data/conditionKeys/synthetics.json,sha256=Wwflp3xzuMz5DkH7S3ZnYJ9gujkVhWv36u-dENQILkw,693
|
|
@@ -907,6 +907,7 @@ iamdata/data/resourceTypes/backup.json,sha256=nwoT2rxkj-jrpmULliowEmJ_6x4YeThYmf
|
|
|
907
907
|
iamdata/data/resourceTypes/batch.json,sha256=myIDeOX1B_WycacLBdpRgAlcoK_AHGLZjQY1NGmgiyc,1446
|
|
908
908
|
iamdata/data/resourceTypes/bcm-data-exports.json,sha256=5Jil-UVWkQINsKJkWy5PpMoXI7HiNPf8lb53LVBBY64,321
|
|
909
909
|
iamdata/data/resourceTypes/bcm-pricing-calculator.json,sha256=jAYHtG1roOv1O6m6BjcykQLCap-bbnBz1WstYh9nUvE,498
|
|
910
|
+
iamdata/data/resourceTypes/bedrock-agentcore.json,sha256=GSekUrW9Lbe2q5ZBDnZOH7tbyDEhBCD_HjElwBLEzMo,1823
|
|
910
911
|
iamdata/data/resourceTypes/bedrock.json,sha256=WCXpbfmDRTMGjMHc2aoq3BWW3WbjML04ZNXQtwgOjDM,6135
|
|
911
912
|
iamdata/data/resourceTypes/billing.json,sha256=_y-NnOVGb0KiWk-EPB3ZPn3XvHItwNqdtuJVk5A3tno,192
|
|
912
913
|
iamdata/data/resourceTypes/billingconductor.json,sha256=dBLsY3HHFndLmp4DONXNaH-X60Mr7x9a0QAy3O9p26o,826
|
|
@@ -1005,7 +1006,7 @@ iamdata/data/resourceTypes/elemental-activations.json,sha256=RBNvo1WzZ4oRRq0W9-h
|
|
|
1005
1006
|
iamdata/data/resourceTypes/elemental-appliances-software.json,sha256=Kb2Qout9g8Z1fXvsabEGMRuwtyQY6PbMKaryWdOG-ec,141
|
|
1006
1007
|
iamdata/data/resourceTypes/elemental-support-cases.json,sha256=WrnfSglgmberf_jGoR-gHiRx84qPMvnBZwvF-eqICjM,187
|
|
1007
1008
|
iamdata/data/resourceTypes/elemental-support-content.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
1008
|
-
iamdata/data/resourceTypes/emr-containers.json,sha256=
|
|
1009
|
+
iamdata/data/resourceTypes/emr-containers.json,sha256=Rw_VuTDkB-BFN-CYk2mjdNgny49g51KThbRW4C_wUlQ,1163
|
|
1009
1010
|
iamdata/data/resourceTypes/emr-serverless.json,sha256=Synr76gUV50ig8Wic4MRsQHa3qpIkPQGCHlSv46XiS8,434
|
|
1010
1011
|
iamdata/data/resourceTypes/entityresolution.json,sha256=wJqhFgiNDrA9IvZvd02wZ0wKV1hO_5ndMkOAdIqrC1c,1127
|
|
1011
1012
|
iamdata/data/resourceTypes/es.json,sha256=47_z_Czok3nPYwg_4Yogm2RJuMJRSLxG4GEwhQx1lCU,1090
|
|
@@ -1168,7 +1169,7 @@ iamdata/data/resourceTypes/rds-db.json,sha256=VPylcnDspJ5PVO_O2TZXNfsv2jb27w-mR7
|
|
|
1168
1169
|
iamdata/data/resourceTypes/rds.json,sha256=dGu_REUnSt1hnx1eg2wNGX0U0ht-is3jmM8Ye26uU8A,5247
|
|
1169
1170
|
iamdata/data/resourceTypes/redshift-data.json,sha256=5UVxHrtr6tjx5Abf_Mt3-GJ1HeN7GkX5daFnxQVyaF8,570
|
|
1170
1171
|
iamdata/data/resourceTypes/redshift-serverless.json,sha256=0U4cpNYlnYB6FJO3Ts2XPP8g-1-IurE19-_LLd_3iEs,1179
|
|
1171
|
-
iamdata/data/resourceTypes/redshift.json,sha256=
|
|
1172
|
+
iamdata/data/resourceTypes/redshift.json,sha256=40oGidcdIRofbKTkB6UtuUKNzGVcZM1Hq5602slftSA,4325
|
|
1172
1173
|
iamdata/data/resourceTypes/refactor-spaces.json,sha256=w1wzR8eDB7Ry5wjvDa07yd8I_ch7T3eARVLxw3w-LVE,1422
|
|
1173
1174
|
iamdata/data/resourceTypes/rekognition.json,sha256=xplzTE55GfGgMCL4Z4kdkOz7BeWwQyHSUiphGxiPodQ,1125
|
|
1174
1175
|
iamdata/data/resourceTypes/repostspace.json,sha256=t2WZ17szBx0ULYFd-1foRfkLy10GW3_tdaGsZY2q-lk,187
|
|
@@ -1241,7 +1242,6 @@ iamdata/data/resourceTypes/support-console.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T
|
|
|
1241
1242
|
iamdata/data/resourceTypes/support.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
1242
1243
|
iamdata/data/resourceTypes/supportapp.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
1243
1244
|
iamdata/data/resourceTypes/supportplans.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
1244
|
-
iamdata/data/resourceTypes/supportrecommendations.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
1245
1245
|
iamdata/data/resourceTypes/sustainability.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
1246
1246
|
iamdata/data/resourceTypes/swf.json,sha256=AsHwoix_ahrxzN5dJ4algfgssbBWxPfWRWa-fRq6WKc,174
|
|
1247
1247
|
iamdata/data/resourceTypes/synthetics.json,sha256=42eidWvNqGV-xp73i10IrPE3vc9tQnxI-TqAOBUUYUk,370
|
|
@@ -1286,7 +1286,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
|
1286
1286
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
|
1287
1287
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
|
1288
1288
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
|
1289
|
-
iamdata-0.1.
|
|
1290
|
-
iamdata-0.1.
|
|
1291
|
-
iamdata-0.1.
|
|
1292
|
-
iamdata-0.1.
|
|
1289
|
+
iamdata-0.1.202507181.dist-info/METADATA,sha256=j6JdkYuuNnunGP2CtL6JVrZ-EBtzAXm5leEyn5X893g,3491
|
|
1290
|
+
iamdata-0.1.202507181.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1291
|
+
iamdata-0.1.202507181.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1292
|
+
iamdata-0.1.202507181.dist-info/RECORD,,
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"getsupporttroubleshootingresponse": {
|
|
3
|
-
"name": "GetSupportTroubleshootingResponse",
|
|
4
|
-
"isPermissionOnly": true,
|
|
5
|
-
"description": "Grants permission to the GetSupportTroubleshootingResponse API which lists troubleshooting responses for users' issues",
|
|
6
|
-
"accessLevel": "Read",
|
|
7
|
-
"resourceTypes": [],
|
|
8
|
-
"conditionKeys": [],
|
|
9
|
-
"dependentActions": []
|
|
10
|
-
},
|
|
11
|
-
"startsupporttroubleshooting": {
|
|
12
|
-
"name": "StartSupportTroubleshooting",
|
|
13
|
-
"isPermissionOnly": true,
|
|
14
|
-
"description": "Grants permission to the StartSupportTroubleshooting API which starts troubleshooting for users' issues",
|
|
15
|
-
"accessLevel": "Read",
|
|
16
|
-
"resourceTypes": [],
|
|
17
|
-
"conditionKeys": [],
|
|
18
|
-
"dependentActions": []
|
|
19
|
-
}
|
|
20
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
File without changes
|
|
File without changes
|