cdk-iam-floyd 0.785.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 +3 -3
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +6 -2
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +13 -5
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +6 -2
- package/lib/generated/aws-managed-policies/iam-floyd.js +7 -3
- package/lib/generated/policy-statements/bedrockagentcore.d.ts +258 -1
- package/lib/generated/policy-statements/bedrockagentcore.js +343 -4
- package/lib/generated/policy-statements/braket.d.ts +15 -27
- package/lib/generated/policy-statements/braket.js +22 -30
- package/lib/generated/policy-statements/claudeplatformonaws.d.ts +379 -0
- package/lib/generated/policy-statements/claudeplatformonaws.js +488 -2
- package/lib/generated/policy-statements/cloudwatchnetworksyntheticmonitor.d.ts +20 -0
- package/lib/generated/policy-statements/cloudwatchnetworksyntheticmonitor.js +21 -1
- package/lib/generated/policy-statements/marketplacecatalog.d.ts +35 -3
- package/lib/generated/policy-statements/marketplacecatalog.js +44 -4
- 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
|
+
- 20816 Actions
|
|
20
|
+
- 2213 Resource Types
|
|
21
|
+
- 2340 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.**
|
|
@@ -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 */
|
|
@@ -1946,6 +1946,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
1946
1946
|
AWSMarketplaceAmiIngestion(): aws_iam.IManagedPolicy;
|
|
1947
1947
|
/** Allows AWS Marketplace to create and manage seller deployment parameters for the products that you subscribe to on AWS Marketplace. */
|
|
1948
1948
|
AWSMarketplaceDeploymentServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
1949
|
+
/** Provides full access to the AWS Marketplace Discovery API for searching and retrieving product and pricing information. */
|
|
1950
|
+
AWSMarketplaceDiscoveryFullAccess(): aws_iam.IManagedPolicy;
|
|
1949
1951
|
/** Provides the ability to subscribe and unsubscribe to AWS Marketplace software, allows users to manage Marketplace software instances from the Marketplace 'Your Software' page, and provides administrative access to EC2. */
|
|
1950
1952
|
AWSMarketplaceFullAccess(): aws_iam.IManagedPolicy;
|
|
1951
1953
|
/** Provides read access to AWS Marketplace Entitlements */
|
|
@@ -2534,6 +2536,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
2534
2536
|
CloudWatchAgentAdminPolicy(): aws_iam.IManagedPolicy;
|
|
2535
2537
|
/** Permissions required to use AmazonCloudWatchAgent on servers */
|
|
2536
2538
|
CloudWatchAgentServerPolicy(): aws_iam.IManagedPolicy;
|
|
2539
|
+
/** Grants permissions to call CloudWatch using API key authentication. */
|
|
2540
|
+
CloudWatchAPIKeyAccess(): aws_iam.IManagedPolicy;
|
|
2537
2541
|
/** Provides full access to CloudWatch Application Insights and required dependencies. */
|
|
2538
2542
|
CloudWatchApplicationInsightsFullAccess(): aws_iam.IManagedPolicy;
|
|
2539
2543
|
/** Provides read only access to CloudWatch Application Insights. */
|