iam-floyd 0.675.0 → 0.677.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 +10 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +21 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +10 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +11 -1
- package/lib/generated/policy-statements/bedrock.d.ts +109 -0
- package/lib/generated/policy-statements/bedrock.js +147 -3
- package/lib/generated/policy-statements/cloudshell.d.ts +8 -0
- package/lib/generated/policy-statements/cloudshell.js +15 -4
- package/lib/generated/policy-statements/cloudwatchapplicationsignals.d.ts +8 -0
- package/lib/generated/policy-statements/cloudwatchapplicationsignals.js +12 -1
- 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/lib/generated/policy-statements/simpleemailservicev2.d.ts +14 -0
- package/lib/generated/policy-statements/simpleemailservicev2.js +18 -1
- package/lib/generated/policy-statements/transcribe.js +2 -2
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
Support for:
|
|
18
18
|
|
|
19
19
|
- 416 Services
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
20
|
+
- 18298 Actions
|
|
21
|
+
- 1964 Resource Types
|
|
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.**
|
|
@@ -1144,6 +1144,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
1144
1144
|
AWSBackupOrganizationAdminAccess(): aws_iam.IManagedPolicy;
|
|
1145
1145
|
/** Provides AWS Backup permission to restore a backup of SAP HANA on Amazon EC2 */
|
|
1146
1146
|
AWSBackupRestoreAccessForSAPHANA(): aws_iam.IManagedPolicy;
|
|
1147
|
+
/** The search operator role has access to create backup indexes, create searches of backup metadata that has been indexed. This policy contains the necessary permissions for these search operator functions. */
|
|
1148
|
+
AWSBackupSearchOperatorAccess(): aws_iam.IManagedPolicy;
|
|
1147
1149
|
/** Provides AWS Backup permission to create backups on your behalf across AWS services */
|
|
1148
1150
|
AWSBackupServiceLinkedRolePolicyForBackup(): aws_iam.IManagedPolicy;
|
|
1149
1151
|
/** Provides AWS Backup permission to create backups on your behalf across AWS services */
|
|
@@ -2582,6 +2584,12 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
2582
2584
|
SageMakerStudioBedrockEvaluationJobServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2583
2585
|
/** Allows Amazon Bedrock Flows to access Amazon Bedrock models and other resources attached to a flow in SageMaker Studio. */
|
|
2584
2586
|
SageMakerStudioBedrockFlowServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2587
|
+
/** Allows AWS Lambda to access an Amazon Bedrock function component's configuration in SageMaker Studio. */
|
|
2588
|
+
SageMakerStudioBedrockFunctionExecutionRolePolicy(): aws_iam.IManagedPolicy;
|
|
2589
|
+
/** Provides access to configure vector stores and Amazon Bedrock knowledge bases in SageMaker Studio. */
|
|
2590
|
+
SageMakerStudioBedrockKnowledgeBaseCustomResourcePolicy(): aws_iam.IManagedPolicy;
|
|
2591
|
+
/** Allows Amazon Bedrock Knowledge Bases to access Amazon Bedrock models and data sources in SageMaker Studio. */
|
|
2592
|
+
SageMakerStudioBedrockKnowledgeBaseServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2585
2593
|
/** Provides access to an Amazon Bedrock prompt and its configuration in SageMaker Studio. */
|
|
2586
2594
|
SageMakerStudioBedrockPromptUserRolePolicy(): aws_iam.IManagedPolicy;
|
|
2587
2595
|
/** This policy is used by Amazon SageMaker Studio to catalog, discover, govern, share, and analyze data in the Amazon SageMaker Studio domain. */
|
|
@@ -2589,6 +2597,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
2589
2597
|
/** Service role for domain level actions in the portal that are performed by Amazon SageMaker Studio. */
|
|
2590
2598
|
SageMakerStudioDomainServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2591
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. */
|
|
2600
|
+
SageMakerStudioEMRInstanceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2601
|
+
/** 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
2602
|
SageMakerStudioEMRServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2593
2603
|
/** This policy provides full access to Amazon SageMaker Unified Studio via the Amazon SageMaker management console. */
|
|
2594
2604
|
SageMakerStudioFullAccess(): aws_iam.IManagedPolicy;
|