cdk-iam-floyd 0.679.0 → 0.680.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 +11 -9
- package/lib/generated/policy-statements/bedrock.d.ts +15 -0
- package/lib/generated/policy-statements/bedrock.js +18 -1
- package/lib/generated/policy-statements/cloudwatchrum.d.ts +24 -0
- package/lib/generated/policy-statements/cloudwatchrum.js +34 -1
- package/lib/generated/policy-statements/connect.d.ts +126 -0
- package/lib/generated/policy-statements/connect.js +131 -1
- package/lib/generated/policy-statements/gameliftstreams.d.ts +310 -0
- package/lib/generated/policy-statements/gameliftstreams.js +406 -0
- package/lib/generated/policy-statements/iamidentitycentersuccessortoawssinglesign-ondirectory.d.ts +8 -0
- package/lib/generated/policy-statements/iamidentitycentersuccessortoawssinglesign-ondirectory.js +12 -1
- package/lib/generated/policy-statements/workspaces.d.ts +8 -0
- package/lib/generated/policy-statements/workspaces.js +12 -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
|
+
- 419 Services
|
|
20
|
+
- 18398 Actions
|
|
21
|
+
- 1972 Resource Types
|
|
22
|
+
- 1929 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.**
|
|
@@ -1674,6 +1674,10 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
1674
1674
|
AWSIoTFullAccess(): aws_iam.IManagedPolicy;
|
|
1675
1675
|
/** Allows creation of Amazon CloudWatch Log groups and streaming logs to the groups */
|
|
1676
1676
|
AWSIoTLogging(): aws_iam.IManagedPolicy;
|
|
1677
|
+
/** Provides full access to managed integrations for AWS IoT Device Management and related services. */
|
|
1678
|
+
AWSIoTManagedIntegrationsFullAccess(): aws_iam.IManagedPolicy;
|
|
1679
|
+
/** Provides managed integrations for AWS IoT Device Management permission to publish logs and metrics on your behalf. */
|
|
1680
|
+
AWSIoTManagedIntegrationsRolePolicy(): aws_iam.IManagedPolicy;
|
|
1677
1681
|
/** Allows access to create AWS IoT Job and describe the AWS code signer job */
|
|
1678
1682
|
AWSIoTOTAUpdate(): aws_iam.IManagedPolicy;
|
|
1679
1683
|
/** Allows access to all AWS services supported in AWS IoT Rule Actions */
|