iam-floyd 0.831.0 → 0.832.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
  - 455 Services
19
- - 21864 Actions
20
- - 2307 Resource Types
21
- - 2465 Condition keys
19
+ - 21870 Actions
20
+ - 2308 Resource Types
21
+ - 2468 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.**
@@ -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. */