iam-floyd 0.623.0 → 0.624.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 +3 -3
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +0 -6
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +1 -13
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +0 -6
- package/lib/generated/aws-managed-policies/iam-floyd.js +1 -7
- package/lib/generated/index.d.ts +1 -0
- package/lib/generated/index.js +8 -6
- package/lib/generated/policy-statements/controlcatalog.d.ts +68 -0
- package/lib/generated/policy-statements/controlcatalog.js +92 -0
- package/lib/generated/policy-statements/datazone.d.ts +24 -0
- package/lib/generated/policy-statements/datazone.js +37 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1544,12 +1544,6 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
1544
1544
|
AWSIoTLogging(): aws_iam.IManagedPolicy;
|
|
1545
1545
|
/** Allows access to create AWS IoT Job and describe the AWS code signer job */
|
|
1546
1546
|
AWSIoTOTAUpdate(): aws_iam.IManagedPolicy;
|
|
1547
|
-
/** This policy grants permissions that allow full access to AWS Iot RoboRunner. */
|
|
1548
|
-
AWSIotRoboRunnerFullAccess(): aws_iam.IManagedPolicy;
|
|
1549
|
-
/** This policy grants permissions that allow read-only access to AWS Iot RoboRunner. */
|
|
1550
|
-
AWSIotRoboRunnerReadOnly(): aws_iam.IManagedPolicy;
|
|
1551
|
-
/** Allows AWS IoT RoboRunner to manage associated AWS Resources on behalf of the customer. */
|
|
1552
|
-
AWSIotRoboRunnerServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
1553
1547
|
/** Allows access to all AWS services supported in AWS IoT Rule Actions */
|
|
1554
1548
|
AWSIoTRuleActions(): aws_iam.IManagedPolicy;
|
|
1555
1549
|
/** Provides full access to manage AWS IoT SiteWise using the AWS Management Console. Note this policy also grants access to create and list data stores used with AWS IoT SiteWise (e.g. AWS IoT Analytics), access to list and view AWS IoT Greengrass resources, list and modify AWS Secrets Manager secrets, retrieve AWS IoT thing shadows, list resources with specific tags, and create and use a service-linked role for AWS IoT SiteWise. */
|