cdk-iam-floyd 0.786.0 → 0.787.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 CHANGED
@@ -16,9 +16,9 @@
16
16
  Support for:
17
17
 
18
18
  - 449 Services
19
- - 20783 Actions
19
+ - 20816 Actions
20
20
  - 2213 Resource Types
21
- - 2337 Condition keys
21
+ - 2340 Condition keys
22
22
  <!-- /stats -->
23
23
 
24
24
  ![EXPERIMENTAL](https://img.shields.io/badge/stability-experimantal-orange?style=for-the-badge)**<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.**
@@ -1070,8 +1070,6 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
1070
1070
  AmplifyBackendDeployFullAccess(): aws_iam.IManagedPolicy;
1071
1071
  /** Provides full access to Claude Platform on AWS */
1072
1072
  AnthropicFullAccess(): aws_iam.IManagedPolicy;
1073
- /** Provides read and inference access to Claude Platform on AWS */
1074
- AnthropicInferenceAccess(): aws_iam.IManagedPolicy;
1075
1073
  /** Provides limited access to Claude Platform on AWS */
1076
1074
  AnthropicLimitedAccess(): aws_iam.IManagedPolicy;
1077
1075
  /** Provides read only access to Claude Platform on AWS */
@@ -1132,6 +1130,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
1132
1130
  AWSAccountUsageReportAccess(): aws_iam.IManagedPolicy;
1133
1131
  /** Provides access for the Discovery Agentless Connector to register with AWS Application Discovery Service. */
1134
1132
  AWSAgentlessDiscoveryService(): aws_iam.IManagedPolicy;
1133
+ /** Allows AWS AppConfig to call AWS services on your behalf. */
1134
+ AWSAppConfigServiceRolePolicy(): aws_iam.IManagedPolicy;
1135
1135
  /** Provides full access to the AWS AppFabric service and read only access to dependent services such as S3, Kinesis, KMS. */
1136
1136
  AWSAppFabricFullAccess(): aws_iam.IManagedPolicy;
1137
1137
  /** Provides read only access to the AWS AppFabric */
@@ -2536,6 +2536,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
2536
2536
  CloudWatchAgentAdminPolicy(): aws_iam.IManagedPolicy;
2537
2537
  /** Permissions required to use AmazonCloudWatchAgent on servers */
2538
2538
  CloudWatchAgentServerPolicy(): aws_iam.IManagedPolicy;
2539
+ /** Grants permissions to call CloudWatch using API key authentication. */
2540
+ CloudWatchAPIKeyAccess(): aws_iam.IManagedPolicy;
2539
2541
  /** Provides full access to CloudWatch Application Insights and required dependencies. */
2540
2542
  CloudWatchApplicationInsightsFullAccess(): aws_iam.IManagedPolicy;
2541
2543
  /** Provides read only access to CloudWatch Application Insights. */