iam-floyd 0.676.0 → 0.678.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
- - 416 Services
20
- - 18285 Actions
21
- - 1963 Resource Types
22
- - 1919 Condition keys
19
+ - 417 Services
20
+ - 18310 Actions
21
+ - 1966 Resource Types
22
+ - 1923 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.**
@@ -1144,6 +1144,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
1144
1144
  AWSBackupOrganizationAdminAccess(): aws_iam.IManagedPolicy;
1145
1145
  /** Provides AWS Backup permission to restore a backup of SAP HANA on Amazon EC2 */
1146
1146
  AWSBackupRestoreAccessForSAPHANA(): aws_iam.IManagedPolicy;
1147
+ /** The search operator role has access to create backup indexes, create searches of backup metadata that has been indexed. This policy contains the necessary permissions for these search operator functions. */
1148
+ AWSBackupSearchOperatorAccess(): aws_iam.IManagedPolicy;
1147
1149
  /** Provides AWS Backup permission to create backups on your behalf across AWS services */
1148
1150
  AWSBackupServiceLinkedRolePolicyForBackup(): aws_iam.IManagedPolicy;
1149
1151
  /** Provides AWS Backup permission to create backups on your behalf across AWS services */