cdk-iam-floyd 0.618.0 → 0.619.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
@@ -17,7 +17,7 @@
17
17
  Support for:
18
18
 
19
19
  - 387 Services
20
- - 16324 Actions
20
+ - 16327 Actions
21
21
  - 1752 Resource Types
22
22
  - 1693 Condition keys
23
23
  <!-- /stats -->
@@ -1424,6 +1424,14 @@ export declare class Sagemaker extends PolicyStatement {
1424
1424
  * https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_DeleteRecord.html
1425
1425
  */
1426
1426
  toDeleteRecord(): this;
1427
+ /**
1428
+ * Grants AWS Resource Access Manager permission to delete a resource policy on a SageMaker resource that supports cross-account sharing
1429
+ *
1430
+ * Access Level: Write
1431
+ *
1432
+ * https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteResourcePolicy.html
1433
+ */
1434
+ toDeleteResourcePolicy(): this;
1427
1435
  /**
1428
1436
  * Grants permission to delete a Space
1429
1437
  *
@@ -2079,6 +2087,14 @@ export declare class Sagemaker extends PolicyStatement {
2079
2087
  * https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_GetRecord.html
2080
2088
  */
2081
2089
  toGetRecord(): this;
2090
+ /**
2091
+ * Grants AWS Resource Access Manager permission to retrieve a resource policy on a SageMaker resource that supports cross-account sharing
2092
+ *
2093
+ * Access Level: Read
2094
+ *
2095
+ * https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_GetResourcePolicy.html
2096
+ */
2097
+ toGetResourcePolicy(): this;
2082
2098
  /**
2083
2099
  * Grants permission to get a SageMaker Service Catalog Portfolio
2084
2100
  *
@@ -2801,6 +2817,14 @@ export declare class Sagemaker extends PolicyStatement {
2801
2817
  * https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_PutRecord.html
2802
2818
  */
2803
2819
  toPutRecord(): this;
2820
+ /**
2821
+ * Grants AWS Resource Access Manager permission to create a resource policy on a SageMaker resource that supports cross-account sharing
2822
+ *
2823
+ * Access Level: Write
2824
+ *
2825
+ * https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_PutResourcePolicy.html
2826
+ */
2827
+ toPutResourcePolicy(): this;
2804
2828
  /**
2805
2829
  * Grants permission to explore the lineage graph
2806
2830
  *
@@ -3806,7 +3830,7 @@ export declare class Sagemaker extends PolicyStatement {
3806
3830
  /**
3807
3831
  * Adds a resource of type cluster to the statement
3808
3832
  *
3809
- * https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-hyperpod.html
3833
+ * https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-cluster.html
3810
3834
  *
3811
3835
  * @param clusterId - Identifier for the clusterId.
3812
3836
  * @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.