cdk-iam-floyd 0.771.0 → 0.773.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/billingandcostmanagementdashboards.d.ts +105 -0
- package/lib/generated/policy-statements/billingandcostmanagementdashboards.js +133 -2
- 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/lib/generated/policy-statements/healthomics.d.ts +80 -0
- package/lib/generated/policy-statements/healthomics.js +104 -1
- package/lib/generated/policy-statements/opensearchservice.d.ts +24 -0
- package/lib/generated/policy-statements/opensearchservice.js +34 -1
- package/lib/generated/policy-statements/verifiedpermissions.d.ts +33 -1
- package/lib/generated/policy-statements/verifiedpermissions.js +46 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
Support for:
|
|
17
17
|
|
|
18
18
|
- 447 Services
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
19
|
+
- 20597 Actions
|
|
20
|
+
- 2189 Resource Types
|
|
21
|
+
- 2319 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.**
|
|
@@ -275,6 +275,22 @@ export declare class BedrockAgentcore extends PolicyStatement {
|
|
|
275
275
|
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_CreatePolicyEngine.html
|
|
276
276
|
*/
|
|
277
277
|
toCreatePolicyEngine(): this;
|
|
278
|
+
/**
|
|
279
|
+
* Grants permission to create a new registry
|
|
280
|
+
*
|
|
281
|
+
* Access Level: Write
|
|
282
|
+
*
|
|
283
|
+
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_CreateRegistry.html
|
|
284
|
+
*/
|
|
285
|
+
toCreateRegistry(): this;
|
|
286
|
+
/**
|
|
287
|
+
* Grants permission to create a new registry record
|
|
288
|
+
*
|
|
289
|
+
* Access Level: Write
|
|
290
|
+
*
|
|
291
|
+
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_CreateRegistryRecord.html
|
|
292
|
+
*/
|
|
293
|
+
toCreateRegistryRecord(): this;
|
|
278
294
|
/**
|
|
279
295
|
* Grants permission to create a new Workload Identity
|
|
280
296
|
*
|
|
@@ -419,6 +435,22 @@ export declare class BedrockAgentcore extends PolicyStatement {
|
|
|
419
435
|
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_DeletePolicyEngine.html
|
|
420
436
|
*/
|
|
421
437
|
toDeletePolicyEngine(): this;
|
|
438
|
+
/**
|
|
439
|
+
* Grants permission to delete an existing registry
|
|
440
|
+
*
|
|
441
|
+
* Access Level: Write
|
|
442
|
+
*
|
|
443
|
+
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_DeleteRegistry.html
|
|
444
|
+
*/
|
|
445
|
+
toDeleteRegistry(): this;
|
|
446
|
+
/**
|
|
447
|
+
* Grants permission to delete an existing registry record
|
|
448
|
+
*
|
|
449
|
+
* Access Level: Write
|
|
450
|
+
*
|
|
451
|
+
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_DeleteRegistryRecord.html
|
|
452
|
+
*/
|
|
453
|
+
toDeleteRegistryRecord(): this;
|
|
422
454
|
/**
|
|
423
455
|
* Grants permission to delete the resource-based policy for a Bedrock resource
|
|
424
456
|
*
|
|
@@ -607,6 +639,22 @@ export declare class BedrockAgentcore extends PolicyStatement {
|
|
|
607
639
|
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_GetPolicyGeneration.html
|
|
608
640
|
*/
|
|
609
641
|
toGetPolicyGeneration(): this;
|
|
642
|
+
/**
|
|
643
|
+
* Grants permission to retrieve an existing registry
|
|
644
|
+
*
|
|
645
|
+
* Access Level: Read
|
|
646
|
+
*
|
|
647
|
+
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_GetRegistry.html
|
|
648
|
+
*/
|
|
649
|
+
toGetRegistry(): this;
|
|
650
|
+
/**
|
|
651
|
+
* Grants permission to retrieve an existing registry record
|
|
652
|
+
*
|
|
653
|
+
* Access Level: Read
|
|
654
|
+
*
|
|
655
|
+
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_GetRegistryRecord.html
|
|
656
|
+
*/
|
|
657
|
+
toGetRegistryRecord(): this;
|
|
610
658
|
/**
|
|
611
659
|
* Grants permission to retrieve an API Key associated with an Api Key Credential Provider
|
|
612
660
|
*
|
|
@@ -737,6 +785,14 @@ export declare class BedrockAgentcore extends PolicyStatement {
|
|
|
737
785
|
* https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/welcome.html
|
|
738
786
|
*/
|
|
739
787
|
toInvokeGateway(): this;
|
|
788
|
+
/**
|
|
789
|
+
* Grants permission to invoke an MCP operation against an existing registry
|
|
790
|
+
*
|
|
791
|
+
* Access Level: Read
|
|
792
|
+
*
|
|
793
|
+
* https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/welcome.html
|
|
794
|
+
*/
|
|
795
|
+
toInvokeRegistryMcp(): this;
|
|
740
796
|
/**
|
|
741
797
|
* Grants permission to list Actors
|
|
742
798
|
*
|
|
@@ -929,6 +985,22 @@ export declare class BedrockAgentcore extends PolicyStatement {
|
|
|
929
985
|
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicyGenerations.html
|
|
930
986
|
*/
|
|
931
987
|
toListPolicyGenerations(): this;
|
|
988
|
+
/**
|
|
989
|
+
* Grants permission to list existing registries
|
|
990
|
+
*
|
|
991
|
+
* Access Level: List
|
|
992
|
+
*
|
|
993
|
+
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListRegistries.html
|
|
994
|
+
*/
|
|
995
|
+
toListRegistries(): this;
|
|
996
|
+
/**
|
|
997
|
+
* Grants permission to list existing registry records in a registry
|
|
998
|
+
*
|
|
999
|
+
* Access Level: List
|
|
1000
|
+
*
|
|
1001
|
+
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListRegistryRecords.html
|
|
1002
|
+
*/
|
|
1003
|
+
toListRegistryRecords(): this;
|
|
932
1004
|
/**
|
|
933
1005
|
* Grants permission to list sessions
|
|
934
1006
|
*
|
|
@@ -1008,6 +1080,14 @@ export declare class BedrockAgentcore extends PolicyStatement {
|
|
|
1008
1080
|
* https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_SaveBrowserSessionProfile.html
|
|
1009
1081
|
*/
|
|
1010
1082
|
toSaveBrowserSessionProfile(): this;
|
|
1083
|
+
/**
|
|
1084
|
+
* Grants permission to search for registry records
|
|
1085
|
+
*
|
|
1086
|
+
* Access Level: Read
|
|
1087
|
+
*
|
|
1088
|
+
* https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_SearchRegistryRecords.html
|
|
1089
|
+
*/
|
|
1090
|
+
toSearchRegistryRecords(): this;
|
|
1011
1091
|
/**
|
|
1012
1092
|
* Grants permission to associate a Customer Managed Key (CMK) or a Service Managed Key with a specific TokenVault
|
|
1013
1093
|
*
|
|
@@ -1077,6 +1157,14 @@ export declare class BedrockAgentcore extends PolicyStatement {
|
|
|
1077
1157
|
* https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_StopRuntimeSession.html
|
|
1078
1158
|
*/
|
|
1079
1159
|
toStopRuntimeSession(): this;
|
|
1160
|
+
/**
|
|
1161
|
+
* Grants permission to submit a registry record for approval
|
|
1162
|
+
*
|
|
1163
|
+
* Access Level: Write
|
|
1164
|
+
*
|
|
1165
|
+
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_SubmitRegistryRecordForApproval.html
|
|
1166
|
+
*/
|
|
1167
|
+
toSubmitRegistryRecordForApproval(): this;
|
|
1080
1168
|
/**
|
|
1081
1169
|
* Grants permission to enable search on gateways
|
|
1082
1170
|
*
|
|
@@ -1220,6 +1308,30 @@ export declare class BedrockAgentcore extends PolicyStatement {
|
|
|
1220
1308
|
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_UpdatePolicyEngine.html
|
|
1221
1309
|
*/
|
|
1222
1310
|
toUpdatePolicyEngine(): this;
|
|
1311
|
+
/**
|
|
1312
|
+
* Grants permission to update an existing registry
|
|
1313
|
+
*
|
|
1314
|
+
* Access Level: Write
|
|
1315
|
+
*
|
|
1316
|
+
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_UpdateRegistry.html
|
|
1317
|
+
*/
|
|
1318
|
+
toUpdateRegistry(): this;
|
|
1319
|
+
/**
|
|
1320
|
+
* Grants permission to update an existing registry record
|
|
1321
|
+
*
|
|
1322
|
+
* Access Level: Write
|
|
1323
|
+
*
|
|
1324
|
+
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_UpdateRegistryRecord.html
|
|
1325
|
+
*/
|
|
1326
|
+
toUpdateRegistryRecord(): this;
|
|
1327
|
+
/**
|
|
1328
|
+
* Grants permission to update the status of a registry record
|
|
1329
|
+
*
|
|
1330
|
+
* Access Level: Write
|
|
1331
|
+
*
|
|
1332
|
+
* https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_UpdateRegistryRecordStatus.html
|
|
1333
|
+
*/
|
|
1334
|
+
toUpdateRegistryRecordStatus(): this;
|
|
1223
1335
|
/**
|
|
1224
1336
|
* Grants permission to update the metadata of an existing Workload Identity
|
|
1225
1337
|
*
|
|
@@ -1484,6 +1596,29 @@ export declare class BedrockAgentcore extends PolicyStatement {
|
|
|
1484
1596
|
* @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.
|
|
1485
1597
|
*/
|
|
1486
1598
|
onPolicyGeneration(policyEngineId: string, policyGenerationId: string, account?: string, region?: string, partition?: string): this;
|
|
1599
|
+
/**
|
|
1600
|
+
* Adds a resource of type registry to the statement
|
|
1601
|
+
*
|
|
1602
|
+
* https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/registry.html
|
|
1603
|
+
*
|
|
1604
|
+
* @param registryId - Identifier for the registryId.
|
|
1605
|
+
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
|
|
1606
|
+
* @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
|
|
1607
|
+
* @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.
|
|
1608
|
+
*/
|
|
1609
|
+
onRegistry(registryId: string, account?: string, region?: string, partition?: string): this;
|
|
1610
|
+
/**
|
|
1611
|
+
* Adds a resource of type registry-record to the statement
|
|
1612
|
+
*
|
|
1613
|
+
* https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/registryRecord.html
|
|
1614
|
+
*
|
|
1615
|
+
* @param registryId - Identifier for the registryId.
|
|
1616
|
+
* @param recordId - Identifier for the recordId.
|
|
1617
|
+
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
|
|
1618
|
+
* @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
|
|
1619
|
+
* @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.
|
|
1620
|
+
*/
|
|
1621
|
+
onRegistryRecord(registryId: string, recordId: string, account?: string, region?: string, partition?: string): this;
|
|
1487
1622
|
/**
|
|
1488
1623
|
* Filters access by creating requests based on the allowed set of values for each of the mandatory tags
|
|
1489
1624
|
*
|