iam-floyd 0.800.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/bedrock.d.ts +31 -0
- package/lib/generated/policy-statements/bedrock.js +40 -1
- package/lib/generated/policy-statements/bedrockpoweredbyawsmantle.d.ts +37 -0
- package/lib/generated/policy-statements/bedrockpoweredbyawsmantle.js +46 -1
- package/lib/generated/policy-statements/devopsagentservice.d.ts +40 -0
- package/lib/generated/policy-statements/devopsagentservice.js +56 -1
- package/lib/generated/policy-statements/inspector2.d.ts +15 -0
- package/lib/generated/policy-statements/inspector2.js +18 -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/secretsmanager.d.ts +1 -1
- package/lib/generated/policy-statements/secretsmanager.js +10 -10
- 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
|
@@ -2834,6 +2834,8 @@ export declare class AwsManagedPolicy {
|
|
|
2834
2834
|
static RDSCloudHsmAuthorizationRole: string;
|
|
2835
2835
|
/** Provides read-only access to AWS services and resources. */
|
|
2836
2836
|
static ReadOnlyAccess: string;
|
|
2837
|
+
/** Grants an IAM role or user full access to view re:Invent pass charge details and approve billing to their AWS accounts */
|
|
2838
|
+
static ReInventTicketApprovalAccess: string;
|
|
2837
2839
|
/** Provides full access to Resource Groups and Tag Editor. */
|
|
2838
2840
|
static ResourceGroupsandTagEditorFullAccess: string;
|
|
2839
2841
|
/** Provides access to use Resource Groups and Tag Editor, but does not allow editing of tags via the Tag Editor. */
|