iam-floyd 0.611.0 → 0.613.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,10 +16,10 @@
16
16
  <!-- stats -->
17
17
  Support for:
18
18
 
19
- - 386 Services
20
- - 16271 Actions
21
- - 1748 Resource Types
22
- - 1691 Condition keys
19
+ - 387 Services
20
+ - 16287 Actions
21
+ - 1750 Resource Types
22
+ - 1694 Condition keys
23
23
  <!-- /stats -->
24
24
 
25
25
  ![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.**
@@ -830,6 +830,10 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
830
830
  AmazonTimestreamConsoleFullAccess(): aws_iam.IManagedPolicy;
831
831
  /** Provides full access to Amazon Timestream. Note that this policy also grants certain KMS operation access. If using Customer managed CMK, please refer to documentation for additional permissions needed. */
832
832
  AmazonTimestreamFullAccess(): aws_iam.IManagedPolicy;
833
+ /** Provides full administrative access to create, update, delete and list Amazon Timestream InfluxDB instances and create and list parameter groups. Please refer to documentation for additional permissions needed. */
834
+ AmazonTimestreamInfluxDBFullAccess(): aws_iam.IManagedPolicy;
835
+ /** Provides full administrative access to create, update, delete and list Amazon Timestream InfluxDB instances and create and list parameter groups. Please refer to documentation for additional permissions needed. */
836
+ AmazonTimestreamInfluxDBServiceRolePolicy(): aws_iam.IManagedPolicy;
833
837
  /** Provides read only access to Amazon Timestream. Policy also provides permission to cancel any running query. If using Customer managed CMK, please refer to documentation for additional permissions needed. */
834
838
  AmazonTimestreamReadOnlyAccess(): aws_iam.IManagedPolicy;
835
839
  /** Provides full access to Amazon Transcribe operations */