iam-floyd 0.757.0 → 0.761.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.
Files changed (45) hide show
  1. package/README.md +4 -4
  2. package/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +4 -2
  3. package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +9 -5
  4. package/lib/generated/aws-managed-policies/iam-floyd.d.ts +4 -2
  5. package/lib/generated/aws-managed-policies/iam-floyd.js +5 -3
  6. package/lib/generated/index.d.ts +2 -1
  7. package/lib/generated/index.js +9 -7
  8. package/lib/generated/policy-statements/bedrockagentcore.d.ts +8 -0
  9. package/lib/generated/policy-statements/bedrockagentcore.js +12 -1
  10. package/lib/generated/policy-statements/chime.d.ts +2 -1
  11. package/lib/generated/policy-statements/chime.js +4 -3
  12. package/lib/generated/policy-statements/cognitouserpools.d.ts +24 -0
  13. package/lib/generated/policy-statements/cognitouserpools.js +34 -1
  14. package/lib/generated/policy-statements/connecthealth.d.ts +68 -48
  15. package/lib/generated/policy-statements/connecthealth.js +69 -49
  16. package/lib/generated/policy-statements/datazone.d.ts +18 -0
  17. package/lib/generated/policy-statements/datazone.js +28 -1
  18. package/lib/generated/policy-statements/elasticcontainerservice.d.ts +14 -0
  19. package/lib/generated/policy-statements/elasticcontainerservice.js +17 -1
  20. package/lib/generated/policy-statements/healthimaging.d.ts +66 -0
  21. package/lib/generated/policy-statements/healthimaging.js +71 -1
  22. package/lib/generated/policy-statements/interconnect.d.ts +204 -0
  23. package/lib/generated/policy-statements/interconnect.js +268 -0
  24. package/lib/generated/policy-statements/marketplacecatalog.d.ts +13 -2
  25. package/lib/generated/policy-statements/marketplacecatalog.js +16 -3
  26. package/lib/generated/policy-statements/opensearchservice.d.ts +32 -0
  27. package/lib/generated/policy-statements/opensearchservice.js +45 -1
  28. package/lib/generated/policy-statements/partnercentral.d.ts +10 -0
  29. package/lib/generated/policy-statements/partnercentral.js +15 -2
  30. package/lib/generated/policy-statements/resourceaccessmanagerram.d.ts +30 -0
  31. package/lib/generated/policy-statements/resourceaccessmanagerram.js +37 -2
  32. package/lib/generated/policy-statements/route53recoverycontrols.d.ts +0 -8
  33. package/lib/generated/policy-statements/route53recoverycontrols.js +1 -12
  34. package/lib/generated/policy-statements/s3.d.ts +13 -0
  35. package/lib/generated/policy-statements/s3.js +16 -1
  36. package/lib/generated/policy-statements/securityhub.d.ts +8 -0
  37. package/lib/generated/policy-statements/securityhub.js +14 -1
  38. package/lib/generated/policy-statements/simpledb.d.ts +46 -10
  39. package/lib/generated/policy-statements/simpledb.js +60 -13
  40. package/lib/generated/policy-statements/{serviceformanagingawsconsoleuserexperiencecapabilities-.d.ts → userexperiencecustomization.d.ts} +29 -5
  41. package/lib/generated/policy-statements/userexperiencecustomization.js +94 -0
  42. package/lib/generated/policy-statements/vpclattice.d.ts +61 -0
  43. package/lib/generated/policy-statements/vpclattice.js +64 -1
  44. package/package.json +4 -4
  45. package/lib/generated/policy-statements/serviceformanagingawsconsoleuserexperiencecapabilities-.js +0 -61
package/README.md CHANGED
@@ -15,10 +15,10 @@
15
15
  <!-- stats -->
16
16
  Support for:
17
17
 
18
- - 444 Services
19
- - 20408 Actions
20
- - 2165 Resource Types
21
- - 2282 Condition keys
18
+ - 445 Services
19
+ - 20440 Actions
20
+ - 2169 Resource Types
21
+ - 2291 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.**
@@ -478,8 +478,6 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
478
478
  AmazonGrafanaRedshiftAccess(): aws_iam.IManagedPolicy;
479
479
  /** Provides access to AWS Resources managed or used by Amazon Grafana. */
480
480
  AmazonGrafanaServiceLinkedRolePolicy(): aws_iam.IManagedPolicy;
481
- /** Provides full access to use Amazon GuardDuty. */
482
- AmazonGuardDutyFullAccess(): aws_iam.IManagedPolicy;
483
481
  /** Provides full access to use Amazon GuardDuty */
484
482
  AmazonGuardDutyFullAccessV2(): aws_iam.IManagedPolicy;
485
483
  /** GuardDuty malware protection uses the service-linked role (SLR) named AWSServiceRoleForAmazonGuardDutyMalwareProtection. This service-linked role allows GuardDuty malware protection to perform agent-less scans to detect malware. It allows GuardDuty to create snapshots in your account, and share the snapshots with the GuardDuty service account to scan for malware. It evaluates these shared snapshots and includes the retrieved EC2 instance metadata in the GuardDuty Malware Protection findings. The AWSServiceRoleForAmazonGuardDutyMalwareProtection service-linked role trusts the malware-protection.guardduty.amazonaws.com service to assume the role. */
@@ -788,6 +786,10 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
788
786
  AmazonRoute53DomainsReadOnlyAccess(): aws_iam.IManagedPolicy;
789
787
  /** Provides full access to all Amazon Route 53 via the AWS Management Console. */
790
788
  AmazonRoute53FullAccess(): aws_iam.IManagedPolicy;
789
+ /** Provides full access to retrieve, list, create, update, and delete all Amazon Route 53 Global Resolver resources. */
790
+ AmazonRoute53GlobalResolverFullAccess(): aws_iam.IManagedPolicy;
791
+ /** Provides read only access to retrieve and list all Amazon Route 53 Global Resolver resources. */
792
+ AmazonRoute53GlobalResolverReadOnlyAccess(): aws_iam.IManagedPolicy;
791
793
  /** This policy grants full access to Amazon Route 53 Profile resources. */
792
794
  AmazonRoute53ProfilesFullAccess(): aws_iam.IManagedPolicy;
793
795
  /** This policy grants read-only access to Amazon Route 53 Profile resources. */