iam-floyd 0.672.0 → 0.673.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/aws-managed-policies/cdk-iam-floyd.d.ts +14 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +29 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +14 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +15 -1
- package/lib/generated/policy-statements/connect.d.ts +27 -0
- package/lib/generated/policy-statements/connect.js +33 -1
- package/lib/generated/policy-statements/connectcases.d.ts +56 -0
- package/lib/generated/policy-statements/connectcases.js +74 -1
- package/lib/generated/policy-statements/datapipeline.d.ts +2 -1
- package/lib/generated/policy-statements/datapipeline.js +4 -3
- package/lib/generated/policy-statements/ec2.d.ts +0 -14
- package/lib/generated/policy-statements/ec2.js +1 -15
- package/lib/generated/policy-statements/elasticmapreduce.d.ts +4 -0
- package/lib/generated/policy-statements/elasticmapreduce.js +5 -1
- package/lib/generated/policy-statements/healthlake.d.ts +16 -0
- package/lib/generated/policy-statements/healthlake.js +24 -2
- package/lib/generated/policy-statements/sns.d.ts +0 -2
- package/lib/generated/policy-statements/sns.js +1 -3
- package/lib/generated/policy-statements/sqs.d.ts +0 -2
- package/lib/generated/policy-statements/sqs.js +1 -3
- package/lib/generated/policy-statements/systemsmanager.d.ts +12 -0
- package/lib/generated/policy-statements/systemsmanager.js +13 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
Support for:
|
|
18
18
|
|
|
19
19
|
- 416 Services
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
20
|
+
- 18268 Actions
|
|
21
|
+
- 1961 Resource Types
|
|
22
|
+
- 1911 Condition keys
|
|
23
23
|
<!-- /stats -->
|
|
24
24
|
|
|
25
25
|
**<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.**
|
|
@@ -1500,6 +1500,10 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
1500
1500
|
AWSElasticLoadBalancingClassicServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
1501
1501
|
/** Service Linked Role Policy for AWS Elastic Load Balancing Control Plane */
|
|
1502
1502
|
AWSElasticLoadBalancingServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
1503
|
+
/** Provides full access to AWS Elemental MediaConnect resources. */
|
|
1504
|
+
AWSElementalMediaConnectFullAccess(): aws_iam.IManagedPolicy;
|
|
1505
|
+
/** Provides read-only access to AWS Elemental MediaConnect resources. */
|
|
1506
|
+
AWSElementalMediaConnectReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
1503
1507
|
/** Provides full access to AWS Elemental MediaConvert via the AWS Management Console and SDK. */
|
|
1504
1508
|
AWSElementalMediaConvertFullAccess(): aws_iam.IManagedPolicy;
|
|
1505
1509
|
/** Provides read only access to AWS Elemental MediaConvert via the AWS Management Console and SDK. */
|
|
@@ -2570,6 +2574,16 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
2570
2574
|
S3StorageLensServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2571
2575
|
/** Provides access required to unlock a S3 bucket policy using the Security Token Service (STS) AssumeRoot API. Use this managed policy only with the STS AssumeRoot action. */
|
|
2572
2576
|
S3UnlockBucketPolicy(): aws_iam.IManagedPolicy;
|
|
2577
|
+
/** Allows Amazon Bedrock Agents to access Amazon Bedrock models and other resources attached to an agent in SageMaker Studio. */
|
|
2578
|
+
SageMakerStudioBedrockAgentServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2579
|
+
/** Provides access to an Amazon Bedrock chat agent app's configuration and Amazon Bedrock agent in SageMaker Studio. */
|
|
2580
|
+
SageMakerStudioBedrockChatAgentUserRolePolicy(): aws_iam.IManagedPolicy;
|
|
2581
|
+
/** Allows Amazon Bedrock to access Amazon Bedrock models and datasets for evaluation jobs in SageMaker Studio. */
|
|
2582
|
+
SageMakerStudioBedrockEvaluationJobServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2583
|
+
/** Allows Amazon Bedrock Flows to access Amazon Bedrock models and other resources attached to a flow in SageMaker Studio. */
|
|
2584
|
+
SageMakerStudioBedrockFlowServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2585
|
+
/** Provides access to an Amazon Bedrock prompt and its configuration in SageMaker Studio. */
|
|
2586
|
+
SageMakerStudioBedrockPromptUserRolePolicy(): aws_iam.IManagedPolicy;
|
|
2573
2587
|
/** This policy is used by Amazon SageMaker Studio to catalog, discover, govern, share, and analyze data in the Amazon SageMaker Studio domain. */
|
|
2574
2588
|
SageMakerStudioDomainExecutionRolePolicy(): aws_iam.IManagedPolicy;
|
|
2575
2589
|
/** Service role for domain level actions in the portal that are performed by Amazon SageMaker Studio. */
|