iam-floyd 0.771.0 → 0.772.0
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.
- package/README.md +3 -3
- package/lib/generated/policy-statements/bedrockagentcore.d.ts +135 -0
- package/lib/generated/policy-statements/bedrockagentcore.js +182 -1
- package/lib/generated/policy-statements/cloudwatchobservabilityadminservice.d.ts +92 -0
- package/lib/generated/policy-statements/cloudwatchobservabilityadminservice.js +101 -1
- package/lib/generated/policy-statements/elasticcontainerservice.d.ts +84 -84
- package/lib/generated/policy-statements/elasticcontainerservice.js +94 -94
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
Support for:
|
|
17
17
|
|
|
18
18
|
- 447 Services
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
19
|
+
- 20577 Actions
|
|
20
|
+
- 2186 Resource Types
|
|
21
|
+
- 2318 Condition keys
|
|
22
22
|
<!-- /stats -->
|
|
23
23
|
|
|
24
24
|
**<br>This is an early version of the package. The API will change while I implement new features. Therefore make sure you use an exact version in your `package.json` before it reaches 1.0.0.**
|
|
@@ -280,6 +280,22 @@ export declare class BedrockAgentcore extends PolicyStatement {
|
|
|
280
280
|
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_CreatePolicyEngine.html
|
|
281
281
|
*/
|
|
282
282
|
toCreatePolicyEngine(): this;
|
|
283
|
+
/**
|
|
284
|
+
* Grants permission to create a new registry
|
|
285
|
+
*
|
|
286
|
+
* Access Level: Write
|
|
287
|
+
*
|
|
288
|
+
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_CreateRegistry.html
|
|
289
|
+
*/
|
|
290
|
+
toCreateRegistry(): this;
|
|
291
|
+
/**
|
|
292
|
+
* Grants permission to create a new registry record
|
|
293
|
+
*
|
|
294
|
+
* Access Level: Write
|
|
295
|
+
*
|
|
296
|
+
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_CreateRegistryRecord.html
|
|
297
|
+
*/
|
|
298
|
+
toCreateRegistryRecord(): this;
|
|
283
299
|
/**
|
|
284
300
|
* Grants permission to create a new Workload Identity
|
|
285
301
|
*
|
|
@@ -424,6 +440,22 @@ export declare class BedrockAgentcore extends PolicyStatement {
|
|
|
424
440
|
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_DeletePolicyEngine.html
|
|
425
441
|
*/
|
|
426
442
|
toDeletePolicyEngine(): this;
|
|
443
|
+
/**
|
|
444
|
+
* Grants permission to delete an existing registry
|
|
445
|
+
*
|
|
446
|
+
* Access Level: Write
|
|
447
|
+
*
|
|
448
|
+
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_DeleteRegistry.html
|
|
449
|
+
*/
|
|
450
|
+
toDeleteRegistry(): this;
|
|
451
|
+
/**
|
|
452
|
+
* Grants permission to delete an existing registry record
|
|
453
|
+
*
|
|
454
|
+
* Access Level: Write
|
|
455
|
+
*
|
|
456
|
+
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_DeleteRegistryRecord.html
|
|
457
|
+
*/
|
|
458
|
+
toDeleteRegistryRecord(): this;
|
|
427
459
|
/**
|
|
428
460
|
* Grants permission to delete the resource-based policy for a Bedrock resource
|
|
429
461
|
*
|
|
@@ -612,6 +644,22 @@ export declare class BedrockAgentcore extends PolicyStatement {
|
|
|
612
644
|
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_GetPolicyGeneration.html
|
|
613
645
|
*/
|
|
614
646
|
toGetPolicyGeneration(): this;
|
|
647
|
+
/**
|
|
648
|
+
* Grants permission to retrieve an existing registry
|
|
649
|
+
*
|
|
650
|
+
* Access Level: Read
|
|
651
|
+
*
|
|
652
|
+
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_GetRegistry.html
|
|
653
|
+
*/
|
|
654
|
+
toGetRegistry(): this;
|
|
655
|
+
/**
|
|
656
|
+
* Grants permission to retrieve an existing registry record
|
|
657
|
+
*
|
|
658
|
+
* Access Level: Read
|
|
659
|
+
*
|
|
660
|
+
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_GetRegistryRecord.html
|
|
661
|
+
*/
|
|
662
|
+
toGetRegistryRecord(): this;
|
|
615
663
|
/**
|
|
616
664
|
* Grants permission to retrieve an API Key associated with an Api Key Credential Provider
|
|
617
665
|
*
|
|
@@ -742,6 +790,14 @@ export declare class BedrockAgentcore extends PolicyStatement {
|
|
|
742
790
|
* https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/welcome.html
|
|
743
791
|
*/
|
|
744
792
|
toInvokeGateway(): this;
|
|
793
|
+
/**
|
|
794
|
+
* Grants permission to invoke an MCP operation against an existing registry
|
|
795
|
+
*
|
|
796
|
+
* Access Level: Read
|
|
797
|
+
*
|
|
798
|
+
* https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/welcome.html
|
|
799
|
+
*/
|
|
800
|
+
toInvokeRegistryMcp(): this;
|
|
745
801
|
/**
|
|
746
802
|
* Grants permission to list Actors
|
|
747
803
|
*
|
|
@@ -934,6 +990,22 @@ export declare class BedrockAgentcore extends PolicyStatement {
|
|
|
934
990
|
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicyGenerations.html
|
|
935
991
|
*/
|
|
936
992
|
toListPolicyGenerations(): this;
|
|
993
|
+
/**
|
|
994
|
+
* Grants permission to list existing registries
|
|
995
|
+
*
|
|
996
|
+
* Access Level: List
|
|
997
|
+
*
|
|
998
|
+
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListRegistries.html
|
|
999
|
+
*/
|
|
1000
|
+
toListRegistries(): this;
|
|
1001
|
+
/**
|
|
1002
|
+
* Grants permission to list existing registry records in a registry
|
|
1003
|
+
*
|
|
1004
|
+
* Access Level: List
|
|
1005
|
+
*
|
|
1006
|
+
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListRegistryRecords.html
|
|
1007
|
+
*/
|
|
1008
|
+
toListRegistryRecords(): this;
|
|
937
1009
|
/**
|
|
938
1010
|
* Grants permission to list sessions
|
|
939
1011
|
*
|
|
@@ -1013,6 +1085,14 @@ export declare class BedrockAgentcore extends PolicyStatement {
|
|
|
1013
1085
|
* https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_SaveBrowserSessionProfile.html
|
|
1014
1086
|
*/
|
|
1015
1087
|
toSaveBrowserSessionProfile(): this;
|
|
1088
|
+
/**
|
|
1089
|
+
* Grants permission to search for registry records
|
|
1090
|
+
*
|
|
1091
|
+
* Access Level: Read
|
|
1092
|
+
*
|
|
1093
|
+
* https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_SearchRegistryRecords.html
|
|
1094
|
+
*/
|
|
1095
|
+
toSearchRegistryRecords(): this;
|
|
1016
1096
|
/**
|
|
1017
1097
|
* Grants permission to associate a Customer Managed Key (CMK) or a Service Managed Key with a specific TokenVault
|
|
1018
1098
|
*
|
|
@@ -1082,6 +1162,14 @@ export declare class BedrockAgentcore extends PolicyStatement {
|
|
|
1082
1162
|
* https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_StopRuntimeSession.html
|
|
1083
1163
|
*/
|
|
1084
1164
|
toStopRuntimeSession(): this;
|
|
1165
|
+
/**
|
|
1166
|
+
* Grants permission to submit a registry record for approval
|
|
1167
|
+
*
|
|
1168
|
+
* Access Level: Write
|
|
1169
|
+
*
|
|
1170
|
+
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_SubmitRegistryRecordForApproval.html
|
|
1171
|
+
*/
|
|
1172
|
+
toSubmitRegistryRecordForApproval(): this;
|
|
1085
1173
|
/**
|
|
1086
1174
|
* Grants permission to enable search on gateways
|
|
1087
1175
|
*
|
|
@@ -1225,6 +1313,30 @@ export declare class BedrockAgentcore extends PolicyStatement {
|
|
|
1225
1313
|
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_UpdatePolicyEngine.html
|
|
1226
1314
|
*/
|
|
1227
1315
|
toUpdatePolicyEngine(): this;
|
|
1316
|
+
/**
|
|
1317
|
+
* Grants permission to update an existing registry
|
|
1318
|
+
*
|
|
1319
|
+
* Access Level: Write
|
|
1320
|
+
*
|
|
1321
|
+
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_UpdateRegistry.html
|
|
1322
|
+
*/
|
|
1323
|
+
toUpdateRegistry(): this;
|
|
1324
|
+
/**
|
|
1325
|
+
* Grants permission to update an existing registry record
|
|
1326
|
+
*
|
|
1327
|
+
* Access Level: Write
|
|
1328
|
+
*
|
|
1329
|
+
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_UpdateRegistryRecord.html
|
|
1330
|
+
*/
|
|
1331
|
+
toUpdateRegistryRecord(): this;
|
|
1332
|
+
/**
|
|
1333
|
+
* Grants permission to update the status of a registry record
|
|
1334
|
+
*
|
|
1335
|
+
* Access Level: Write
|
|
1336
|
+
*
|
|
1337
|
+
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_UpdateRegistryRecordStatus.html
|
|
1338
|
+
*/
|
|
1339
|
+
toUpdateRegistryRecordStatus(): this;
|
|
1228
1340
|
/**
|
|
1229
1341
|
* Grants permission to update the metadata of an existing Workload Identity
|
|
1230
1342
|
*
|
|
@@ -1489,6 +1601,29 @@ export declare class BedrockAgentcore extends PolicyStatement {
|
|
|
1489
1601
|
* @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition.
|
|
1490
1602
|
*/
|
|
1491
1603
|
onPolicyGeneration(policyEngineId: string, policyGenerationId: string, account?: string, region?: string, partition?: string): this;
|
|
1604
|
+
/**
|
|
1605
|
+
* Adds a resource of type registry to the statement
|
|
1606
|
+
*
|
|
1607
|
+
* https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/registry.html
|
|
1608
|
+
*
|
|
1609
|
+
* @param registryId - Identifier for the registryId.
|
|
1610
|
+
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
|
|
1611
|
+
* @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
|
|
1612
|
+
* @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition.
|
|
1613
|
+
*/
|
|
1614
|
+
onRegistry(registryId: string, account?: string, region?: string, partition?: string): this;
|
|
1615
|
+
/**
|
|
1616
|
+
* Adds a resource of type registry-record to the statement
|
|
1617
|
+
*
|
|
1618
|
+
* https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/registryRecord.html
|
|
1619
|
+
*
|
|
1620
|
+
* @param registryId - Identifier for the registryId.
|
|
1621
|
+
* @param recordId - Identifier for the recordId.
|
|
1622
|
+
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
|
|
1623
|
+
* @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
|
|
1624
|
+
* @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition.
|
|
1625
|
+
*/
|
|
1626
|
+
onRegistryRecord(registryId: string, recordId: string, account?: string, region?: string, partition?: string): this;
|
|
1492
1627
|
/**
|
|
1493
1628
|
* Filters access by creating requests based on the allowed set of values for each of the mandatory tags
|
|
1494
1629
|
*
|