You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@
16
16
Support for:
17
17
18
18
- 441 Services
19
-
-20270 Actions
20
-
-2144 Resource Types
21
-
-2269 Condition keys
19
+
-20277 Actions
20
+
-2146 Resource Types
21
+
-2270 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.**
* Grants permission to associate a Customer Managed Key (CMK) or a Service Managed Key with a specific TokenVault
1272
1342
*
@@ -1577,6 +1647,7 @@ export class BedrockAgentcore extends PolicyStatement {
1577
1647
'CreateAgentRuntimeEndpoint',
1578
1648
'CreateApiKeyCredentialProvider',
1579
1649
'CreateBrowser',
1650
+
'CreateBrowserProfile',
1580
1651
'CreateCodeInterpreter',
1581
1652
'CreateEvaluator',
1582
1653
'CreateEvent',
@@ -1592,6 +1663,7 @@ export class BedrockAgentcore extends PolicyStatement {
1592
1663
'DeleteAgentRuntimeEndpoint',
1593
1664
'DeleteApiKeyCredentialProvider',
1594
1665
'DeleteBrowser',
1666
+
'DeleteBrowserProfile',
1595
1667
'DeleteCodeInterpreter',
1596
1668
'DeleteEvaluator',
1597
1669
'DeleteEvent',
@@ -1615,6 +1687,7 @@ export class BedrockAgentcore extends PolicyStatement {
1615
1687
'InvokeAgentRuntimeWithWebSocketStreamForUser',
1616
1688
'InvokeCodeInterpreter',
1617
1689
'PutResourcePolicy',
1690
+
'SaveBrowserSessionProfile',
1618
1691
'StartBrowserSession',
1619
1692
'StartCodeInterpreterSession',
1620
1693
'StartMemoryExtractionJob',
@@ -1645,6 +1718,7 @@ export class BedrockAgentcore extends PolicyStatement {
1645
1718
'GetAgentRuntimeEndpoint',
1646
1719
'GetApiKeyCredentialProvider',
1647
1720
'GetBrowser',
1721
+
'GetBrowserProfile',
1648
1722
'GetBrowserSession',
1649
1723
'GetCodeInterpreter',
1650
1724
'GetCodeInterpreterSession',
@@ -1674,6 +1748,7 @@ export class BedrockAgentcore extends PolicyStatement {
1674
1748
'ListAgentRuntimeEndpoints',
1675
1749
'ListAgentRuntimeVersions',
1676
1750
'ListAgentRuntimes',
1751
+
'ListBrowserProfiles',
1677
1752
'ListBrowserSessions',
1678
1753
'ListBrowsers',
1679
1754
'ListCodeInterpreterSessions',
@@ -1709,6 +1784,9 @@ export class BedrockAgentcore extends PolicyStatement {
1709
1784
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
1710
1785
* @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
1711
1786
* @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.
@@ -1723,6 +1801,9 @@ export class BedrockAgentcore extends PolicyStatement {
1723
1801
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
1724
1802
* @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
1725
1803
* @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.
* @param browserProfileId - Identifier for the browserProfileId.
2001
+
* @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
2002
+
* @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.
* @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
0 commit comments