iam-floyd 0.675.0 → 0.676.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 +2 -2
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +8 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +17 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +8 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +9 -1
- package/lib/generated/policy-statements/cloudshell.d.ts +8 -0
- package/lib/generated/policy-statements/cloudshell.js +15 -4
- package/lib/generated/policy-statements/codedeploy.d.ts +12 -0
- package/lib/generated/policy-statements/codedeploy.js +13 -1
- package/lib/generated/policy-statements/elasticcontainerservice.d.ts +119 -4
- package/lib/generated/policy-statements/elasticcontainerservice.js +136 -5
- package/lib/generated/policy-statements/resourceaccessmanagerram.d.ts +2 -0
- package/lib/generated/policy-statements/resourceaccessmanagerram.js +3 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
Support for:
|
|
18
18
|
|
|
19
19
|
- 416 Services
|
|
20
|
-
-
|
|
20
|
+
- 18285 Actions
|
|
21
21
|
- 1963 Resource Types
|
|
22
|
-
-
|
|
22
|
+
- 1919 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.**
|
|
@@ -2582,6 +2582,12 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
2582
2582
|
SageMakerStudioBedrockEvaluationJobServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2583
2583
|
/** Allows Amazon Bedrock Flows to access Amazon Bedrock models and other resources attached to a flow in SageMaker Studio. */
|
|
2584
2584
|
SageMakerStudioBedrockFlowServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2585
|
+
/** Allows AWS Lambda to access an Amazon Bedrock function component's configuration in SageMaker Studio. */
|
|
2586
|
+
SageMakerStudioBedrockFunctionExecutionRolePolicy(): aws_iam.IManagedPolicy;
|
|
2587
|
+
/** Provides access to configure vector stores and Amazon Bedrock knowledge bases in SageMaker Studio. */
|
|
2588
|
+
SageMakerStudioBedrockKnowledgeBaseCustomResourcePolicy(): aws_iam.IManagedPolicy;
|
|
2589
|
+
/** Allows Amazon Bedrock Knowledge Bases to access Amazon Bedrock models and data sources in SageMaker Studio. */
|
|
2590
|
+
SageMakerStudioBedrockKnowledgeBaseServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2585
2591
|
/** Provides access to an Amazon Bedrock prompt and its configuration in SageMaker Studio. */
|
|
2586
2592
|
SageMakerStudioBedrockPromptUserRolePolicy(): aws_iam.IManagedPolicy;
|
|
2587
2593
|
/** This policy is used by Amazon SageMaker Studio to catalog, discover, govern, share, and analyze data in the Amazon SageMaker Studio domain. */
|
|
@@ -2589,6 +2595,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
2589
2595
|
/** Service role for domain level actions in the portal that are performed by Amazon SageMaker Studio. */
|
|
2590
2596
|
SageMakerStudioDomainServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2591
2597
|
/** Amazon SageMaker Studio creates IAM roles for projects users to perform data analytics, artificial intelligence, and machine learning actions, and uses this policy when creating these roles to define the permissions related to EMR. */
|
|
2598
|
+
SageMakerStudioEMRInstanceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2599
|
+
/** Amazon SageMaker Studio creates IAM roles for projects users to perform data analytics, artificial intelligence, and machine learning actions, and uses this policy when creating these roles to define the permissions related to EMR. */
|
|
2592
2600
|
SageMakerStudioEMRServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2593
2601
|
/** This policy provides full access to Amazon SageMaker Unified Studio via the Amazon SageMaker management console. */
|
|
2594
2602
|
SageMakerStudioFullAccess(): aws_iam.IManagedPolicy;
|