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 CHANGED
@@ -16,10 +16,10 @@
16
16
  <!-- stats -->
17
17
  Support for:
18
18
 
19
- - 418 Services
20
- - 18369 Actions
21
- - 1970 Resource Types
22
- - 1923 Condition keys
19
+ - 419 Services
20
+ - 18398 Actions
21
+ - 1972 Resource Types
22
+ - 1929 Condition keys
23
23
  <!-- /stats -->
24
24
 
25
25
  ![EXPERIMENTAL](https://img.shields.io/badge/stability-experimantal-orange?style=for-the-badge)**<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 */