iam-floyd 0.801.0 → 0.802.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 +4 -4
- 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/index.d.ts +1 -0
- package/lib/generated/index.js +5 -3
- package/lib/generated/policy-statements/devopsagentservice.d.ts +40 -0
- package/lib/generated/policy-statements/devopsagentservice.js +56 -1
- package/lib/generated/policy-statements/outposts.d.ts +64 -0
- package/lib/generated/policy-statements/outposts.js +89 -1
- package/lib/generated/policy-statements/reinventeventpassamountchargetocustomerawsaccount.d.ts +116 -0
- package/lib/generated/policy-statements/reinventeventpassamountchargetocustomerawsaccount.js +143 -0
- package/lib/generated/policy-statements/service-oracledatabase-aws.d.ts +227 -1
- package/lib/generated/policy-statements/service-oracledatabase-aws.js +301 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
<!-- stats -->
|
|
16
16
|
Support for:
|
|
17
17
|
|
|
18
|
-
-
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
18
|
+
- 451 Services
|
|
19
|
+
- 21125 Actions
|
|
20
|
+
- 2237 Resource Types
|
|
21
|
+
- 2365 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.**
|
|
@@ -2842,6 +2842,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
2842
2842
|
RDSCloudHsmAuthorizationRole(): aws_iam.IManagedPolicy;
|
|
2843
2843
|
/** Provides read-only access to AWS services and resources. */
|
|
2844
2844
|
ReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
2845
|
+
/** Grants an IAM role or user full access to view re:Invent pass charge details and approve billing to their AWS accounts */
|
|
2846
|
+
ReInventTicketApprovalAccess(): aws_iam.IManagedPolicy;
|
|
2845
2847
|
/** Provides full access to Resource Groups and Tag Editor. */
|
|
2846
2848
|
ResourceGroupsandTagEditorFullAccess(): aws_iam.IManagedPolicy;
|
|
2847
2849
|
/** Provides access to use Resource Groups and Tag Editor, but does not allow editing of tags via the Tag Editor. */
|