iam-floyd 0.611.0 → 0.613.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 +9 -7
- package/lib/generated/policy-statements/datazone.d.ts +6 -0
- package/lib/generated/policy-statements/datazone.js +10 -1
- package/lib/generated/policy-statements/elasticcontainerservice.d.ts +2 -2
- package/lib/generated/policy-statements/elasticcontainerservice.js +3 -3
- package/lib/generated/policy-statements/lightsail.d.ts +19 -2
- package/lib/generated/policy-statements/lightsail.js +26 -3
- package/lib/generated/policy-statements/migrationhubstrategyrecommendations.d.ts +16 -0
- package/lib/generated/policy-statements/migrationhubstrategyrecommendations.js +24 -2
- package/lib/generated/policy-statements/timestreaminfluxdb.d.ts +202 -0
- package/lib/generated/policy-statements/timestreaminfluxdb.js +260 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
<!-- stats -->
|
|
17
17
|
Support for:
|
|
18
18
|
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
19
|
+
- 387 Services
|
|
20
|
+
- 16287 Actions
|
|
21
|
+
- 1750 Resource Types
|
|
22
|
+
- 1694 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.**
|
|
@@ -830,6 +830,10 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
830
830
|
AmazonTimestreamConsoleFullAccess(): aws_iam.IManagedPolicy;
|
|
831
831
|
/** Provides full access to Amazon Timestream. Note that this policy also grants certain KMS operation access. If using Customer managed CMK, please refer to documentation for additional permissions needed. */
|
|
832
832
|
AmazonTimestreamFullAccess(): aws_iam.IManagedPolicy;
|
|
833
|
+
/** Provides full administrative access to create, update, delete and list Amazon Timestream InfluxDB instances and create and list parameter groups. Please refer to documentation for additional permissions needed. */
|
|
834
|
+
AmazonTimestreamInfluxDBFullAccess(): aws_iam.IManagedPolicy;
|
|
835
|
+
/** Provides full administrative access to create, update, delete and list Amazon Timestream InfluxDB instances and create and list parameter groups. Please refer to documentation for additional permissions needed. */
|
|
836
|
+
AmazonTimestreamInfluxDBServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
833
837
|
/** Provides read only access to Amazon Timestream. Policy also provides permission to cancel any running query. If using Customer managed CMK, please refer to documentation for additional permissions needed. */
|
|
834
838
|
AmazonTimestreamReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
835
839
|
/** Provides full access to Amazon Transcribe operations */
|