iam-floyd 0.746.0 → 0.748.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 +1 -1
- package/lib/generated/policy-statements/bedrockagentcore.d.ts +2 -1
- package/lib/generated/policy-statements/bedrockagentcore.js +4 -3
- package/lib/generated/policy-statements/deadlinecloud.d.ts +16 -6
- package/lib/generated/policy-statements/deadlinecloud.js +23 -13
- package/lib/generated/policy-statements/managedstreamingforapachekafka.d.ts +39 -0
- package/lib/generated/policy-statements/managedstreamingforapachekafka.js +50 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1410,13 +1410,14 @@ export declare class BedrockAgentcore extends PolicyStatement {
|
|
|
1410
1410
|
* https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/browserProfile.html
|
|
1411
1411
|
*
|
|
1412
1412
|
* @param browserProfileId - Identifier for the browserProfileId.
|
|
1413
|
+
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
|
|
1413
1414
|
* @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
|
|
1414
1415
|
* @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.
|
|
1415
1416
|
*
|
|
1416
1417
|
* Possible conditions:
|
|
1417
1418
|
* - .ifAwsResourceTag()
|
|
1418
1419
|
*/
|
|
1419
|
-
onBrowserProfile(browserProfileId: string, region?: string, partition?: string): this;
|
|
1420
|
+
onBrowserProfile(browserProfileId: string, account?: string, region?: string, partition?: string): this;
|
|
1420
1421
|
/**
|
|
1421
1422
|
* Adds a resource of type workload-identity-directory to the statement
|
|
1422
1423
|
*
|