cdk-iam-floyd 0.663.0 → 0.665.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 +2 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +5 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +2 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +3 -1
- package/lib/generated/policy-statements/apigateway.d.ts +30 -1
- package/lib/generated/policy-statements/apigateway.js +34 -1
- package/lib/generated/policy-statements/lakeformation.d.ts +14 -0
- package/lib/generated/policy-statements/lakeformation.js +17 -1
- package/lib/generated/policy-statements/partnercentralselling.d.ts +164 -24
- package/lib/generated/policy-statements/partnercentralselling.js +185 -26
- package/lib/generated/policy-statements/usernotifications.d.ts +193 -22
- package/lib/generated/policy-statements/usernotifications.js +250 -25
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
Support for:
|
|
18
18
|
|
|
19
19
|
- 417 Services
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
20
|
+
- 18211 Actions
|
|
21
|
+
- 1959 Resource Types
|
|
22
|
+
- 1904 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.**
|
|
@@ -816,6 +816,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
816
816
|
AmazonSageMakerModelRegistryFullAccess(): aws_iam.IManagedPolicy;
|
|
817
817
|
/** Managed policy for Service Linked Role for Amazon SageMaker Notebooks */
|
|
818
818
|
AmazonSageMakerNotebooksServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
819
|
+
/** Enables Amazon SageMaker partner app users to access applications, list available applications, launch application web UIs, and connect via the application SDK. */
|
|
820
|
+
AmazonSageMakerPartnerAppsFullAccess(): aws_iam.IManagedPolicy;
|
|
819
821
|
/** Service role policy used by the AWS APIGateway within the AWS ServiceCatalog provisioned products from Amazon SageMaker portfolio of products. Grants permissions to a set of related services including Lambda and others. */
|
|
820
822
|
AmazonSageMakerPartnerServiceCatalogProductsApiGatewayServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
821
823
|
/** Service role policy used by the AWS CloudFormation within the AWS ServiceCatalog provisioned products from Amazon SageMaker portfolio of products. Grants permissions to a subset of related services including Lambda, APIGateway and others. */
|