cdk-iam-floyd 0.825.0 → 0.827.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 +2 -2
- package/lib/generated/policy-statements/customer-profiles.d.ts +63 -0
- package/lib/generated/policy-statements/customer-profiles.js +85 -1
- package/lib/generated/policy-statements/healthlake.d.ts +11 -0
- package/lib/generated/policy-statements/healthlake.js +15 -1
- package/lib/generated/policy-statements/sagemaker.d.ts +73 -0
- package/lib/generated/policy-statements/sagemaker.js +92 -1
- package/lib/generated/policy-statements/support.d.ts +40 -0
- package/lib/generated/policy-statements/support.js +57 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
Support for:
|
|
17
17
|
|
|
18
18
|
- 455 Services
|
|
19
|
-
-
|
|
19
|
+
- 21810 Actions
|
|
20
20
|
- 2301 Resource Types
|
|
21
|
-
-
|
|
21
|
+
- 2459 Condition keys
|
|
22
22
|
<!-- /stats -->
|
|
23
23
|
|
|
24
24
|
**<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.**
|
|
@@ -16,6 +16,14 @@ export declare class Profile extends PolicyStatement {
|
|
|
16
16
|
* https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_AddProfileKey.html
|
|
17
17
|
*/
|
|
18
18
|
toAddProfileKey(): this;
|
|
19
|
+
/**
|
|
20
|
+
* Grants permission to associate an Amazon Kinesis data stream to receive segment membership events for a domain
|
|
21
|
+
*
|
|
22
|
+
* Access Level: Write
|
|
23
|
+
*
|
|
24
|
+
* https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_AssociateStreamForSegments.html
|
|
25
|
+
*/
|
|
26
|
+
toAssociateStreamForSegments(): this;
|
|
19
27
|
/**
|
|
20
28
|
* Grants permission to retrieve a calculated attribute for the specific profiles in the domain
|
|
21
29
|
*
|
|
@@ -264,6 +272,14 @@ export declare class Profile extends PolicyStatement {
|
|
|
264
272
|
* https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_DeleteSegmentDefinition.html
|
|
265
273
|
*/
|
|
266
274
|
toDeleteSegmentDefinition(): this;
|
|
275
|
+
/**
|
|
276
|
+
* Grants permission to delete a segment subscription for membership events
|
|
277
|
+
*
|
|
278
|
+
* Access Level: Write
|
|
279
|
+
*
|
|
280
|
+
* https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_DeleteSegmentSubscription.html
|
|
281
|
+
*/
|
|
282
|
+
toDeleteSegmentSubscription(): this;
|
|
267
283
|
/**
|
|
268
284
|
* Grants permission to delete a workflow in a domain
|
|
269
285
|
*
|
|
@@ -280,6 +296,14 @@ export declare class Profile extends PolicyStatement {
|
|
|
280
296
|
* https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_DetectProfileObjectType.html
|
|
281
297
|
*/
|
|
282
298
|
toDetectProfileObjectType(): this;
|
|
299
|
+
/**
|
|
300
|
+
* Grants permission to disassociate the Amazon Kinesis data stream configured for segment membership events in a domain
|
|
301
|
+
*
|
|
302
|
+
* Access Level: Write
|
|
303
|
+
*
|
|
304
|
+
* https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_DisassociateStreamForSegments.html
|
|
305
|
+
*/
|
|
306
|
+
toDisassociateStreamForSegments(): this;
|
|
283
307
|
/**
|
|
284
308
|
* Grants permission to get a preview of auto merging in a domain
|
|
285
309
|
*
|
|
@@ -472,6 +496,14 @@ export declare class Profile extends PolicyStatement {
|
|
|
472
496
|
* https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetSegmentSnapshot.html
|
|
473
497
|
*/
|
|
474
498
|
toGetSegmentSnapshot(): this;
|
|
499
|
+
/**
|
|
500
|
+
* Grants permission to get the configuration, schedule, and status of a segment subscription for membership events
|
|
501
|
+
*
|
|
502
|
+
* Access Level: Read
|
|
503
|
+
*
|
|
504
|
+
* https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetSegmentSubscription.html
|
|
505
|
+
*/
|
|
506
|
+
toGetSegmentSubscription(): this;
|
|
475
507
|
/**
|
|
476
508
|
* Grants permission to get all the similar profiles in the domain
|
|
477
509
|
*
|
|
@@ -480,6 +512,14 @@ export declare class Profile extends PolicyStatement {
|
|
|
480
512
|
* https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetSimilarProfiles.html
|
|
481
513
|
*/
|
|
482
514
|
toGetSimilarProfiles(): this;
|
|
515
|
+
/**
|
|
516
|
+
* Grants permission to get information about the segment membership event stream configured for a domain
|
|
517
|
+
*
|
|
518
|
+
* Access Level: Read
|
|
519
|
+
*
|
|
520
|
+
* https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetStreamForSegments.html
|
|
521
|
+
*/
|
|
522
|
+
toGetStreamForSegments(): this;
|
|
483
523
|
/**
|
|
484
524
|
* Grants permission to get details of an upload job in the domain
|
|
485
525
|
*
|
|
@@ -704,6 +744,14 @@ export declare class Profile extends PolicyStatement {
|
|
|
704
744
|
* https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_ListSegmentDefinitions.html
|
|
705
745
|
*/
|
|
706
746
|
toListSegmentDefinitions(): this;
|
|
747
|
+
/**
|
|
748
|
+
* Grants permission to list the most recent segment membership events for a segment
|
|
749
|
+
*
|
|
750
|
+
* Access Level: Read
|
|
751
|
+
*
|
|
752
|
+
* https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_ListSegmentSubscriptionEvents.html
|
|
753
|
+
*/
|
|
754
|
+
toListSegmentSubscriptionEvents(): this;
|
|
707
755
|
/**
|
|
708
756
|
* Grants permission to list tags for a resource
|
|
709
757
|
*
|
|
@@ -768,6 +816,14 @@ export declare class Profile extends PolicyStatement {
|
|
|
768
816
|
* https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_PutProfileObjectType.html
|
|
769
817
|
*/
|
|
770
818
|
toPutProfileObjectType(): this;
|
|
819
|
+
/**
|
|
820
|
+
* Grants permission to create or update a segment subscription for membership events
|
|
821
|
+
*
|
|
822
|
+
* Access Level: Write
|
|
823
|
+
*
|
|
824
|
+
* https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_PutSegmentSubscription.html
|
|
825
|
+
*/
|
|
826
|
+
toPutSegmentSubscription(): this;
|
|
771
827
|
/**
|
|
772
828
|
* Grants permission to search for profiles in a domain
|
|
773
829
|
*
|
|
@@ -1097,6 +1153,7 @@ export declare class Profile extends PolicyStatement {
|
|
|
1097
1153
|
*
|
|
1098
1154
|
* Applies to actions:
|
|
1099
1155
|
* - .toAddProfileKey()
|
|
1156
|
+
* - .toAssociateStreamForSegments()
|
|
1100
1157
|
* - .toBatchGetCalculatedAttributeForProfile()
|
|
1101
1158
|
* - .toBatchGetProfile()
|
|
1102
1159
|
* - .toCreateCalculatedAttributeDefinition()
|
|
@@ -1128,8 +1185,10 @@ export declare class Profile extends PolicyStatement {
|
|
|
1128
1185
|
* - .toDeleteRecommenderFilter()
|
|
1129
1186
|
* - .toDeleteRecommenderSchema()
|
|
1130
1187
|
* - .toDeleteSegmentDefinition()
|
|
1188
|
+
* - .toDeleteSegmentSubscription()
|
|
1131
1189
|
* - .toDeleteWorkflow()
|
|
1132
1190
|
* - .toDetectProfileObjectType()
|
|
1191
|
+
* - .toDisassociateStreamForSegments()
|
|
1133
1192
|
* - .toGetAutoMergingPreview()
|
|
1134
1193
|
* - .toGetCalculatedAttributeDefinition()
|
|
1135
1194
|
* - .toGetCalculatedAttributeForProfile()
|
|
@@ -1153,7 +1212,9 @@ export declare class Profile extends PolicyStatement {
|
|
|
1153
1212
|
* - .toGetSegmentEstimate()
|
|
1154
1213
|
* - .toGetSegmentMembership()
|
|
1155
1214
|
* - .toGetSegmentSnapshot()
|
|
1215
|
+
* - .toGetSegmentSubscription()
|
|
1156
1216
|
* - .toGetSimilarProfiles()
|
|
1217
|
+
* - .toGetStreamForSegments()
|
|
1157
1218
|
* - .toGetUploadJob()
|
|
1158
1219
|
* - .toGetUploadJobPath()
|
|
1159
1220
|
* - .toGetWorkflow()
|
|
@@ -1178,6 +1239,7 @@ export declare class Profile extends PolicyStatement {
|
|
|
1178
1239
|
* - .toListRecommenders()
|
|
1179
1240
|
* - .toListRuleBasedMatches()
|
|
1180
1241
|
* - .toListSegmentDefinitions()
|
|
1242
|
+
* - .toListSegmentSubscriptionEvents()
|
|
1181
1243
|
* - .toListTagsForResource()
|
|
1182
1244
|
* - .toListUploadJobs()
|
|
1183
1245
|
* - .toListWorkflows()
|
|
@@ -1186,6 +1248,7 @@ export declare class Profile extends PolicyStatement {
|
|
|
1186
1248
|
* - .toPutIntegration()
|
|
1187
1249
|
* - .toPutProfileObject()
|
|
1188
1250
|
* - .toPutProfileObjectType()
|
|
1251
|
+
* - .toPutSegmentSubscription()
|
|
1189
1252
|
* - .toSearchProfiles()
|
|
1190
1253
|
* - .toStartRecommender()
|
|
1191
1254
|
* - .toStartUploadJob()
|