iam-floyd 0.634.0 → 0.636.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 +4 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +9 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +4 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +5 -1
- package/lib/generated/index.d.ts +1 -0
- package/lib/generated/index.js +10 -8
- package/lib/generated/policy-statements/freertos.d.ts +6 -6
- package/lib/generated/policy-statements/freertos.js +7 -7
- package/lib/generated/policy-statements/neptuneanalytics.d.ts +53 -35
- package/lib/generated/policy-statements/neptuneanalytics.js +56 -36
- package/lib/generated/policy-statements/pinpointsmsvoicev2.d.ts +128 -0
- package/lib/generated/policy-statements/pinpointsmsvoicev2.js +170 -1
- package/lib/generated/policy-statements/qbusiness.d.ts +34 -0
- package/lib/generated/policy-statements/qbusiness.js +49 -1
- package/lib/generated/policy-statements/qbusinessqapps.d.ts +154 -0
- package/lib/generated/policy-statements/qbusinessqapps.js +232 -0
- package/lib/generated/policy-statements/securitytokenservice.d.ts +9 -0
- package/lib/generated/policy-statements/securitytokenservice.js +12 -1
- package/lib/generated/policy-statements/timestream.d.ts +22 -0
- package/lib/generated/policy-statements/timestream.js +29 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
<!-- stats -->
|
|
17
17
|
Support for:
|
|
18
18
|
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
19
|
+
- 393 Services
|
|
20
|
+
- 16634 Actions
|
|
21
|
+
- 1784 Resource Types
|
|
22
|
+
- 1732 Condition keys
|
|
23
23
|
<!-- /stats -->
|
|
24
24
|
|
|
25
25
|
**<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.**
|
|
@@ -696,6 +696,10 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
696
696
|
AmazonRoute53DomainsReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
697
697
|
/** Provides full access to all Amazon Route 53 via the AWS Management Console. */
|
|
698
698
|
AmazonRoute53FullAccess(): aws_iam.IManagedPolicy;
|
|
699
|
+
/** This policy grants full access to Amazon Route 53 Profile resources. */
|
|
700
|
+
AmazonRoute53ProfilesFullAccess(): aws_iam.IManagedPolicy;
|
|
701
|
+
/** This policy grants read-only access to Amazon Route 53 Profile resources. */
|
|
702
|
+
AmazonRoute53ProfilesReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
699
703
|
/** Provides read only access to all Amazon Route 53 via the AWS Management Console. */
|
|
700
704
|
AmazonRoute53ReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
701
705
|
/** Provides full access to Amazon Route 53 Recovery Cluster */
|