iam-floyd 0.810.0 → 0.812.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,8 +16,8 @@
16
16
  Support for:
17
17
 
18
18
  - 451 Services
19
- - 21283 Actions
20
- - 2250 Resource Types
19
+ - 21307 Actions
20
+ - 2252 Resource Types
21
21
  - 2374 Condition keys
22
22
  <!-- /stats -->
23
23
 
@@ -536,6 +536,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
536
536
  AmazonInspector2ReadOnlyAccess(): aws_iam.IManagedPolicy;
537
537
  /** Grants Amazon Inspector access to AWS Services needed to perform security assessments */
538
538
  AmazonInspector2ServiceRolePolicy(): aws_iam.IManagedPolicy;
539
+ /** Grants permissions for Amazon Inspector to perform actions on your behalf for multi-cloud resource scanning. */
540
+ AmazonInspector2ThirdPartyServiceRolePolicy(): aws_iam.IManagedPolicy;
539
541
  /** Provides full access to Amazon Inspector. */
540
542
  AmazonInspectorFullAccess(): aws_iam.IManagedPolicy;
541
543
  /** Provides read only access to Amazon Inspector. */