iam-floyd 0.716.0 → 0.718.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 +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/bedrock.d.ts +8 -0
- package/lib/generated/policy-statements/bedrock.js +12 -1
- package/lib/generated/policy-statements/bedrockagentcore.d.ts +109 -0
- package/lib/generated/policy-statements/bedrockagentcore.js +127 -1
- package/lib/generated/policy-statements/billing.d.ts +40 -0
- package/lib/generated/policy-statements/billing.js +51 -2
- package/lib/generated/policy-statements/cloudwatchapplicationsignals.d.ts +40 -0
- package/lib/generated/policy-statements/cloudwatchapplicationsignals.js +56 -1
- package/lib/generated/policy-statements/connect.d.ts +45 -0
- package/lib/generated/policy-statements/connect.js +54 -1
- package/lib/generated/policy-statements/connectcustomerprofiles.d.ts +7 -0
- package/lib/generated/policy-statements/connectcustomerprofiles.js +8 -1
- package/lib/generated/policy-statements/ec2autoscaling.d.ts +11 -0
- package/lib/generated/policy-statements/ec2autoscaling.js +14 -1
- package/lib/generated/policy-statements/elasticcontainerservice.d.ts +11 -0
- package/lib/generated/policy-statements/elasticcontainerservice.js +15 -1
- package/lib/generated/policy-statements/iamaccessanalyzer.d.ts +6 -0
- package/lib/generated/policy-statements/iamaccessanalyzer.js +7 -1
- package/lib/generated/policy-statements/iamidentitycenteroidcservice.d.ts +22 -0
- package/lib/generated/policy-statements/iamidentitycenteroidcservice.js +30 -2
- package/lib/generated/policy-statements/keymanagementservice.d.ts +120 -0
- package/lib/generated/policy-statements/keymanagementservice.js +121 -1
- package/lib/generated/policy-statements/oneenterprise.d.ts +8 -0
- package/lib/generated/policy-statements/oneenterprise.js +12 -1
- package/lib/generated/policy-statements/opensearchingestion.d.ts +88 -0
- package/lib/generated/policy-statements/opensearchingestion.js +115 -1
- package/lib/generated/policy-statements/organizations.d.ts +7 -0
- package/lib/generated/policy-statements/organizations.js +8 -1
- package/lib/generated/policy-statements/s3.d.ts +0 -4
- package/lib/generated/policy-statements/s3.js +1 -5
- package/lib/generated/policy-statements/sagemaker.d.ts +76 -0
- package/lib/generated/policy-statements/sagemaker.js +83 -1
- package/lib/generated/policy-statements/transferfamily.d.ts +78 -0
- package/lib/generated/policy-statements/transferfamily.js +87 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
Support for:
|
|
18
18
|
|
|
19
19
|
- 429 Services
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
20
|
+
- 19199 Actions
|
|
21
|
+
- 2053 Resource Types
|
|
22
|
+
- 2147 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.**
|
|
@@ -286,12 +286,16 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
286
286
|
AmazonECSComputeServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
287
287
|
/** Provides access to other AWS service resources required to manage load balancers associated with ECS workloads on your behalf. */
|
|
288
288
|
AmazonECSInfrastructureRolePolicyForLoadBalancers(): aws_iam.IManagedPolicy;
|
|
289
|
+
/** Provides ECS access to create and manage EC2 managed resources */
|
|
290
|
+
AmazonECSInfrastructureRolePolicyForManagedInstances(): aws_iam.IManagedPolicy;
|
|
289
291
|
/** Provides administrative access to Private Certificate Authority, AWS Secrets Manager and other AWS Services required to manage ECS Service Connect TLS features on your behalf. */
|
|
290
292
|
AmazonECSInfrastructureRolePolicyForServiceConnectTransportLayerSecurity(): aws_iam.IManagedPolicy;
|
|
291
293
|
/** Provides access to other AWS service resources required to manage volumes associated with ECS workloads on your behalf. */
|
|
292
294
|
AmazonECSInfrastructureRolePolicyForVolumes(): aws_iam.IManagedPolicy;
|
|
293
295
|
/** Provides access to other AWS service resources required to manage VPC Lattice feature in ECS workloads on your behalf. */
|
|
294
296
|
AmazonECSInfrastructureRolePolicyForVpcLattice(): aws_iam.IManagedPolicy;
|
|
297
|
+
/** Default policy for the Amazon ECS Instance Role for Amazon ECS Managed Instances. */
|
|
298
|
+
AmazonECSInstanceRolePolicyForManagedInstances(): aws_iam.IManagedPolicy;
|
|
295
299
|
/** Policy to enable Amazon ECS to manage your cluster. */
|
|
296
300
|
AmazonECSServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
297
301
|
/** Provides access to other AWS service resources that are required to run Amazon ECS tasks */
|
|
@@ -2276,6 +2280,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
2276
2280
|
AWSTransferReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
2277
2281
|
/** Enables the AWS Transform service to deploy transformed .NET applications by creating and managing AWS resources. This policy grants permissions to provision infrastructure, manage compute resources, and configure deployment settings across various AWS services. */
|
|
2278
2282
|
AWSTransformApplicationDeploymentPolicy(): aws_iam.IManagedPolicy;
|
|
2283
|
+
/** Enables the AWS Transform to deploy applications to Amazon Elastic Container Service (ECS) with Fargate. It grants permissions to provision, configure, and manage the underlying infrastructure required to run applications on ECS. */
|
|
2284
|
+
AWSTransformApplicationECSDeploymentPolicy(): aws_iam.IManagedPolicy;
|
|
2279
2285
|
/** Provides full access to AWS Trusted Advisor Priority. This policy also enables the user to add Trusted Advisor as a trusted service with AWS Organizations and to specify delegated administrator accounts for Trusted Advisor Priority. */
|
|
2280
2286
|
AWSTrustedAdvisorPriorityFullAccess(): aws_iam.IManagedPolicy;
|
|
2281
2287
|
/** Provides read-only access to AWS Trusted Advisor Priority. This includes permission to view the delegated administrator accounts. */
|
|
@@ -2334,6 +2340,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
2334
2340
|
BatchServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2335
2341
|
/** Provides full access to Bedrock AgentCore as well as limited access to related services */
|
|
2336
2342
|
BedrockAgentCoreFullAccess(): aws_iam.IManagedPolicy;
|
|
2343
|
+
/** Allows access to other AWS service resources that are required to run Amazon Bedrock AgentCore in VPC mode */
|
|
2344
|
+
BedrockAgentCoreNetworkServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2337
2345
|
/** Grants permissions for billing and cost management. This includes viewing account usage and viewing and modifying budgets and payment methods. */
|
|
2338
2346
|
Billing(): aws_iam.IManagedPolicy;
|
|
2339
2347
|
/** Allows Budgets to verify access to Billing Views shared across account boundaries. */
|