iam-floyd 0.830.0 → 0.831.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
- - 21863 Actions
19
+ - 21864 Actions
20
20
  - 2307 Resource Types
21
- - 2460 Condition keys
21
+ - 2465 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.**
@@ -706,10 +706,18 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
706
706
  AmazonNimbleStudioStudioAdmin(): aws_iam.IManagedPolicy;
707
707
  /** This policy grants access to Amazon Nimble Studio resources associated with the studio user and related studio resources in other services. Attach this policy to the User role associated with your studio. */
708
708
  AmazonNimbleStudioStudioUser(): aws_iam.IManagedPolicy;
709
+ /** Provides administrative access to manage Autonomous Database resources in Oracle Database@AWS. */
710
+ AmazonODBAutonomousDatabaseAdmin(): aws_iam.IManagedPolicy;
709
711
  /** Provides administrative access to manage Autonomous VM cluster resources in Oracle Database@AWS */
710
712
  AmazonODBAutonomousVmClusterAdmin(): aws_iam.IManagedPolicy;
711
713
  /** Provides administrative access to manage Exadata Infrastructure resources in Oracle Database@AWS */
712
714
  AmazonODBExadataInfrastructureAdmin(): aws_iam.IManagedPolicy;
715
+ /** Provides administrative access to manage Exadata VM cluster resources in Oracle Database@AWS. */
716
+ AmazonODBExadataVmClusterAdmin(): aws_iam.IManagedPolicy;
717
+ /** Provides administrative access to manage Exascale storage vault resources in Oracle Database@AWS. */
718
+ AmazonODBExascaleStorageVaultAdmin(): aws_iam.IManagedPolicy;
719
+ /** Provides administrative access to manage Exascale VM cluster resources in Oracle Database@AWS. */
720
+ AmazonODBExascaleVmClusterAdmin(): aws_iam.IManagedPolicy;
713
721
  /** Provides full access to resources in Oracle Database@AWS */
714
722
  AmazonODBFullAccess(): aws_iam.IManagedPolicy;
715
723
  /** Provides administrative access to networking resources for Oracle Database@AWS */