cdk-iam-floyd 0.792.0 → 0.794.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 +4 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +9 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +4 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +5 -1
- package/lib/generated/policy-statements/backup.d.ts +8 -0
- package/lib/generated/policy-statements/backup.js +12 -1
- package/lib/generated/policy-statements/connect.d.ts +19 -0
- package/lib/generated/policy-statements/connect.js +23 -1
- package/lib/generated/policy-statements/elementalinference.d.ts +69 -0
- package/lib/generated/policy-statements/elementalinference.js +90 -1
- package/lib/generated/policy-statements/iot.d.ts +54 -0
- package/lib/generated/policy-statements/iot.js +68 -1
- package/lib/generated/policy-statements/resiliencehub.d.ts +483 -0
- package/lib/generated/policy-statements/resiliencehub.js +636 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
Support for:
|
|
17
17
|
|
|
18
18
|
- 449 Services
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
19
|
+
- 20903 Actions
|
|
20
|
+
- 2218 Resource Types
|
|
21
|
+
- 2351 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.**
|
|
@@ -906,6 +906,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
906
906
|
AmazonSageMakerHyperPodTrainingOperatorAccess(): aws_iam.IManagedPolicy;
|
|
907
907
|
/** Provides access to create Amazon Augmented AI FlowDefinition resources against any Workteam. */
|
|
908
908
|
AmazonSageMakerMechanicalTurkAccess(): aws_iam.IManagedPolicy;
|
|
909
|
+
/** Grants permissions for SageMaker model customization workflows including serverless training, custom reward function for reinforcement learning, model evaluation, and deployment to SageMaker or Bedrock endpoints. */
|
|
910
|
+
AmazonSageMakerModelCustomizationCoreAccess(): aws_iam.IManagedPolicy;
|
|
909
911
|
/** This AWS managed policy grants permissions needed to use all Amazon SageMaker Governance features. The policy also provides select access to related services (e.g., S3, KMS). */
|
|
910
912
|
AmazonSageMakerModelGovernanceUseAccess(): aws_iam.IManagedPolicy;
|
|
911
913
|
/** This is a new managed policy for Model Registry in Sagemaker. This policy is a standalone policy that can be attached to the user role to access Model Registry related functionalities in Sagemaker. */
|
|
@@ -2204,6 +2206,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
2204
2206
|
AWSRepostSpaceSupportOperationsPolicy(): aws_iam.IManagedPolicy;
|
|
2205
2207
|
/** Policy for AWS Resilience Hub service role which allows access to other AWS services in order to execute assessment. */
|
|
2206
2208
|
AWSResilienceHubAsssessmentExecutionPolicy(): aws_iam.IManagedPolicy;
|
|
2209
|
+
/** Allows AWS Resilience Hub to access resources in your account for resilience discovery, assessment, and management. */
|
|
2210
|
+
AWSResilienceHubServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2207
2211
|
/** Provides full access to AWS Resource Access Manager */
|
|
2208
2212
|
AWSResourceAccessManagerFullAccess(): aws_iam.IManagedPolicy;
|
|
2209
2213
|
/** Provides read only access to AWS Resource Access Manager. */
|