iam-floyd 0.832.0 → 0.834.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 +3 -3
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +2 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +5 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +2 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +3 -1
- package/lib/generated/policy-statements/devops-agent.d.ts +42 -0
- package/lib/generated/policy-statements/devops-agent.js +47 -1
- package/lib/generated/policy-statements/directconnect.d.ts +99 -0
- package/lib/generated/policy-statements/directconnect.js +130 -2
- package/lib/generated/policy-statements/identitystore.d.ts +5 -11
- package/lib/generated/policy-statements/identitystore.js +6 -12
- package/lib/generated/policy-statements/resilience-hub.d.ts +18 -0
- package/lib/generated/policy-statements/resilience-hub.js +25 -1
- package/lib/generated/policy-statements/sesv2.d.ts +95 -3
- package/lib/generated/policy-statements/sesv2.js +150 -36
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
Support for:
|
|
17
17
|
|
|
18
18
|
- 455 Services
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
19
|
+
- 21886 Actions
|
|
20
|
+
- 2309 Resource Types
|
|
21
|
+
- 2473 Condition keys
|
|
22
22
|
<!-- /stats -->
|
|
23
23
|
|
|
24
24
|
**<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.**
|
|
@@ -2622,6 +2622,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
2622
2622
|
AWSWAFFullAccess(): aws_iam.IManagedPolicy;
|
|
2623
2623
|
/** Provides read only access to AWS WAF actions. */
|
|
2624
2624
|
AWSWAFReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
2625
|
+
/** Allows AWS Well-Architected Agent to access organizational structure and delegated administrator information in AWS Organizations on your behalf */
|
|
2626
|
+
AWSWellArchitectedAgentOrganizationsServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2625
2627
|
/** Grants the AWS Well-Architected Agent read-only access to AWS resource configurations, security settings, and operational data to generate optimization recommendations */
|
|
2626
2628
|
AWSWellArchitectedAgentResourceScanningServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2627
2629
|
/** Allows WellArchitected to access AWS services and resources that relate to WellArchitected resources on behalf of customers. */
|