iam-floyd 0.831.0 → 0.833.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 +2 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +5 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +2 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +3 -1
- package/lib/generated/policy-statements/bedrock-agentcore.d.ts +61 -0
- package/lib/generated/policy-statements/bedrock-agentcore.js +79 -1
- package/lib/generated/policy-statements/connect.d.ts +10 -0
- package/lib/generated/policy-statements/connect.js +14 -1
- package/lib/generated/policy-statements/devops-agent.d.ts +42 -0
- package/lib/generated/policy-statements/devops-agent.js +47 -1
- package/lib/generated/policy-statements/ecs.d.ts +2 -0
- package/lib/generated/policy-statements/ecs.js +3 -1
- package/lib/generated/policy-statements/resilience-hub.d.ts +18 -0
- package/lib/generated/policy-statements/resilience-hub.js +25 -1
- package/lib/generated/policy-statements/s3.d.ts +28 -0
- package/lib/generated/policy-statements/s3.js +33 -1
- package/lib/generated/policy-statements/support-console.d.ts +26 -0
- package/lib/generated/policy-statements/support-console.js +27 -1
- package/lib/generated/policy-statements/vpc-lattice-svcs.d.ts +24 -0
- package/lib/generated/policy-statements/vpc-lattice-svcs.js +27 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
Support for:
|
|
17
17
|
|
|
18
18
|
- 455 Services
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
19
|
+
- 21872 Actions
|
|
20
|
+
- 2308 Resource Types
|
|
21
|
+
- 2470 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.**
|
|
@@ -948,6 +948,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
948
948
|
AmazonSageMakerHyperPodGatedModelAccess(): aws_iam.IManagedPolicy;
|
|
949
949
|
/** This policy provides administrative privileges required for setting up the SageMaker HyperPod inference operator. It enables the inference operator to access AWS networking resources, Amazon S3, Amazon ECR, Amazon CloudWatch, AWS Certificate Manager, and SageMaker resources necessary to deploy and manage inference workloads on HyperPod clusters */
|
|
950
950
|
AmazonSageMakerHyperPodInferenceAccess(): aws_iam.IManagedPolicy;
|
|
951
|
+
/** This policy provides the permissions required to set up and operate the SageMaker HyperPod inference gateway. It enables the gateway to manage AWS Certificate Manager (ACM) certificates for TLS termination when deploying and serving inference workloads on HyperPod clusters. */
|
|
952
|
+
AmazonSageMakerHyperPodInferenceGatewayAccess(): aws_iam.IManagedPolicy;
|
|
951
953
|
/** This policy provides administrative privileges required for setting up SageMaker HyperPod observability. It enables access to Amazon Managed Prometheus, Amazon Managed Grafana and EKS Addons. The policy also includes broad access to Grafana HTTP APIs through ServiceAccountTokens across all Amazon Managed Grafana workspaces in your account. */
|
|
952
954
|
AmazonSageMakerHyperPodObservabilityAdminAccess(): aws_iam.IManagedPolicy;
|
|
953
955
|
/** This policy grants permissions to Amazon SageMaker HyperPod to related AWS services such as Amazon EKS, Amazon CloudWatch etc. */
|