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.**
|
|
@@ -21,6 +21,14 @@ export declare class Profile extends PolicyStatement {
|
|
|
21
21
|
* https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_AddProfileKey.html
|
|
22
22
|
*/
|
|
23
23
|
toAddProfileKey(): this;
|
|
24
|
+
/**
|
|
25
|
+
* Grants permission to associate an Amazon Kinesis data stream to receive segment membership events for a domain
|
|
26
|
+
*
|
|
27
|
+
* Access Level: Write
|
|
28
|
+
*
|
|
29
|
+
* https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_AssociateStreamForSegments.html
|
|
30
|
+
*/
|
|
31
|
+
toAssociateStreamForSegments(): this;
|
|
24
32
|
/**
|
|
25
33
|
* Grants permission to retrieve a calculated attribute for the specific profiles in the domain
|
|
26
34
|
*
|
|
@@ -269,6 +277,14 @@ export declare class Profile extends PolicyStatement {
|
|
|
269
277
|
* https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_DeleteSegmentDefinition.html
|
|
270
278
|
*/
|
|
271
279
|
toDeleteSegmentDefinition(): this;
|
|
280
|
+
/**
|
|
281
|
+
* Grants permission to delete a segment subscription for membership events
|
|
282
|
+
*
|
|
283
|
+
* Access Level: Write
|
|
284
|
+
*
|
|
285
|
+
* https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_DeleteSegmentSubscription.html
|
|
286
|
+
*/
|
|
287
|
+
toDeleteSegmentSubscription(): this;
|
|
272
288
|
/**
|
|
273
289
|
* Grants permission to delete a workflow in a domain
|
|
274
290
|
*
|
|
@@ -285,6 +301,14 @@ export declare class Profile extends PolicyStatement {
|
|
|
285
301
|
* https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_DetectProfileObjectType.html
|
|
286
302
|
*/
|
|
287
303
|
toDetectProfileObjectType(): this;
|
|
304
|
+
/**
|
|
305
|
+
* Grants permission to disassociate the Amazon Kinesis data stream configured for segment membership events in a domain
|
|
306
|
+
*
|
|
307
|
+
* Access Level: Write
|
|
308
|
+
*
|
|
309
|
+
* https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_DisassociateStreamForSegments.html
|
|
310
|
+
*/
|
|
311
|
+
toDisassociateStreamForSegments(): this;
|
|
288
312
|
/**
|
|
289
313
|
* Grants permission to get a preview of auto merging in a domain
|
|
290
314
|
*
|
|
@@ -477,6 +501,14 @@ export declare class Profile extends PolicyStatement {
|
|
|
477
501
|
* https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetSegmentSnapshot.html
|
|
478
502
|
*/
|
|
479
503
|
toGetSegmentSnapshot(): this;
|
|
504
|
+
/**
|
|
505
|
+
* Grants permission to get the configuration, schedule, and status of a segment subscription for membership events
|
|
506
|
+
*
|
|
507
|
+
* Access Level: Read
|
|
508
|
+
*
|
|
509
|
+
* https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetSegmentSubscription.html
|
|
510
|
+
*/
|
|
511
|
+
toGetSegmentSubscription(): this;
|
|
480
512
|
/**
|
|
481
513
|
* Grants permission to get all the similar profiles in the domain
|
|
482
514
|
*
|
|
@@ -485,6 +517,14 @@ export declare class Profile extends PolicyStatement {
|
|
|
485
517
|
* https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetSimilarProfiles.html
|
|
486
518
|
*/
|
|
487
519
|
toGetSimilarProfiles(): this;
|
|
520
|
+
/**
|
|
521
|
+
* Grants permission to get information about the segment membership event stream configured for a domain
|
|
522
|
+
*
|
|
523
|
+
* Access Level: Read
|
|
524
|
+
*
|
|
525
|
+
* https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetStreamForSegments.html
|
|
526
|
+
*/
|
|
527
|
+
toGetStreamForSegments(): this;
|
|
488
528
|
/**
|
|
489
529
|
* Grants permission to get details of an upload job in the domain
|
|
490
530
|
*
|
|
@@ -709,6 +749,14 @@ export declare class Profile extends PolicyStatement {
|
|
|
709
749
|
* https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_ListSegmentDefinitions.html
|
|
710
750
|
*/
|
|
711
751
|
toListSegmentDefinitions(): this;
|
|
752
|
+
/**
|
|
753
|
+
* Grants permission to list the most recent segment membership events for a segment
|
|
754
|
+
*
|
|
755
|
+
* Access Level: Read
|
|
756
|
+
*
|
|
757
|
+
* https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_ListSegmentSubscriptionEvents.html
|
|
758
|
+
*/
|
|
759
|
+
toListSegmentSubscriptionEvents(): this;
|
|
712
760
|
/**
|
|
713
761
|
* Grants permission to list tags for a resource
|
|
714
762
|
*
|
|
@@ -773,6 +821,14 @@ export declare class Profile extends PolicyStatement {
|
|
|
773
821
|
* https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_PutProfileObjectType.html
|
|
774
822
|
*/
|
|
775
823
|
toPutProfileObjectType(): this;
|
|
824
|
+
/**
|
|
825
|
+
* Grants permission to create or update a segment subscription for membership events
|
|
826
|
+
*
|
|
827
|
+
* Access Level: Write
|
|
828
|
+
*
|
|
829
|
+
* https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_PutSegmentSubscription.html
|
|
830
|
+
*/
|
|
831
|
+
toPutSegmentSubscription(): this;
|
|
776
832
|
/**
|
|
777
833
|
* Grants permission to search for profiles in a domain
|
|
778
834
|
*
|
|
@@ -1102,6 +1158,7 @@ export declare class Profile extends PolicyStatement {
|
|
|
1102
1158
|
*
|
|
1103
1159
|
* Applies to actions:
|
|
1104
1160
|
* - .toAddProfileKey()
|
|
1161
|
+
* - .toAssociateStreamForSegments()
|
|
1105
1162
|
* - .toBatchGetCalculatedAttributeForProfile()
|
|
1106
1163
|
* - .toBatchGetProfile()
|
|
1107
1164
|
* - .toCreateCalculatedAttributeDefinition()
|
|
@@ -1133,8 +1190,10 @@ export declare class Profile extends PolicyStatement {
|
|
|
1133
1190
|
* - .toDeleteRecommenderFilter()
|
|
1134
1191
|
* - .toDeleteRecommenderSchema()
|
|
1135
1192
|
* - .toDeleteSegmentDefinition()
|
|
1193
|
+
* - .toDeleteSegmentSubscription()
|
|
1136
1194
|
* - .toDeleteWorkflow()
|
|
1137
1195
|
* - .toDetectProfileObjectType()
|
|
1196
|
+
* - .toDisassociateStreamForSegments()
|
|
1138
1197
|
* - .toGetAutoMergingPreview()
|
|
1139
1198
|
* - .toGetCalculatedAttributeDefinition()
|
|
1140
1199
|
* - .toGetCalculatedAttributeForProfile()
|
|
@@ -1158,7 +1217,9 @@ export declare class Profile extends PolicyStatement {
|
|
|
1158
1217
|
* - .toGetSegmentEstimate()
|
|
1159
1218
|
* - .toGetSegmentMembership()
|
|
1160
1219
|
* - .toGetSegmentSnapshot()
|
|
1220
|
+
* - .toGetSegmentSubscription()
|
|
1161
1221
|
* - .toGetSimilarProfiles()
|
|
1222
|
+
* - .toGetStreamForSegments()
|
|
1162
1223
|
* - .toGetUploadJob()
|
|
1163
1224
|
* - .toGetUploadJobPath()
|
|
1164
1225
|
* - .toGetWorkflow()
|
|
@@ -1183,6 +1244,7 @@ export declare class Profile extends PolicyStatement {
|
|
|
1183
1244
|
* - .toListRecommenders()
|
|
1184
1245
|
* - .toListRuleBasedMatches()
|
|
1185
1246
|
* - .toListSegmentDefinitions()
|
|
1247
|
+
* - .toListSegmentSubscriptionEvents()
|
|
1186
1248
|
* - .toListTagsForResource()
|
|
1187
1249
|
* - .toListUploadJobs()
|
|
1188
1250
|
* - .toListWorkflows()
|
|
@@ -1191,6 +1253,7 @@ export declare class Profile extends PolicyStatement {
|
|
|
1191
1253
|
* - .toPutIntegration()
|
|
1192
1254
|
* - .toPutProfileObject()
|
|
1193
1255
|
* - .toPutProfileObjectType()
|
|
1256
|
+
* - .toPutSegmentSubscription()
|
|
1194
1257
|
* - .toSearchProfiles()
|
|
1195
1258
|
* - .toStartRecommender()
|
|
1196
1259
|
* - .toStartUploadJob()
|