iam-floyd 0.776.0 → 0.778.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
@@ -16,9 +16,9 @@
16
16
  Support for:
17
17
 
18
18
  - 447 Services
19
- - 20619 Actions
20
- - 2189 Resource Types
21
- - 2332 Condition keys
19
+ - 20656 Actions
20
+ - 2199 Resource Types
21
+ - 2333 Condition keys
22
22
  <!-- /stats -->
23
23
 
24
24
  ![EXPERIMENTAL](https://img.shields.io/badge/stability-experimantal-orange?style=for-the-badge)**<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.**
@@ -108,6 +108,30 @@ export declare class Profile extends PolicyStatement {
108
108
  * https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_CreateRecommender.html
109
109
  */
110
110
  toCreateRecommender(): this;
111
+ /**
112
+ * Grants permission to create a recommender filter in the domain
113
+ *
114
+ * Access Level: Write
115
+ *
116
+ * Possible conditions:
117
+ * - .ifAwsRequestTag()
118
+ * - .ifAwsTagKeys()
119
+ *
120
+ * https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_CreateRecommenderFilter.html
121
+ */
122
+ toCreateRecommenderFilter(): this;
123
+ /**
124
+ * Grants permission to create a recommender schema in the domain
125
+ *
126
+ * Access Level: Write
127
+ *
128
+ * Possible conditions:
129
+ * - .ifAwsRequestTag()
130
+ * - .ifAwsTagKeys()
131
+ *
132
+ * https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_CreateRecommenderSchema.html
133
+ */
134
+ toCreateRecommenderSchema(): this;
111
135
  /**
112
136
  * Grants permission to create a segment definition in the domain
113
137
  *
@@ -245,6 +269,22 @@ export declare class Profile extends PolicyStatement {
245
269
  * https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_DeleteRecommender.html
246
270
  */
247
271
  toDeleteRecommender(): this;
272
+ /**
273
+ * Grants permission to delete a recommender filter in the domain
274
+ *
275
+ * Access Level: Write
276
+ *
277
+ * https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_DeleteRecommenderFilter.html
278
+ */
279
+ toDeleteRecommenderFilter(): this;
280
+ /**
281
+ * Grants permission to delete a recommender schema in the domain
282
+ *
283
+ * Access Level: Write
284
+ *
285
+ * https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_DeleteRecommenderSchema.html
286
+ */
287
+ toDeleteRecommenderSchema(): this;
248
288
  /**
249
289
  * Grants permission to delete a segment definition in the domain
250
290
  *
@@ -416,6 +456,22 @@ export declare class Profile extends PolicyStatement {
416
456
  * https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetRecommender.html
417
457
  */
418
458
  toGetRecommender(): this;
459
+ /**
460
+ * Grants permission to get recommender filter details in the domain
461
+ *
462
+ * Access Level: Read
463
+ *
464
+ * https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetRecommenderFilter.html
465
+ */
466
+ toGetRecommenderFilter(): this;
467
+ /**
468
+ * Grants permission to get recommender schema details in the domain
469
+ *
470
+ * Access Level: Read
471
+ *
472
+ * https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetRecommenderSchema.html
473
+ */
474
+ toGetRecommenderSchema(): this;
419
475
  /**
420
476
  * Grants permission to get a segment definition in the domain
421
477
  *
@@ -638,6 +694,14 @@ export declare class Profile extends PolicyStatement {
638
694
  * https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_ListProfileObjects.html
639
695
  */
640
696
  toListProfileObjects(): this;
697
+ /**
698
+ * Grants permission to list all recommender filters in the domain
699
+ *
700
+ * Access Level: List
701
+ *
702
+ * https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_ListRecommenderFilters.html
703
+ */
704
+ toListRecommenderFilters(): this;
641
705
  /**
642
706
  * Grants permission to list all the Recommenders Recipes in the domain
643
707
  *
@@ -646,6 +710,14 @@ export declare class Profile extends PolicyStatement {
646
710
  * https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_ListRecommenderRecipes.html
647
711
  */
648
712
  toListRecommenderRecipes(): this;
713
+ /**
714
+ * Grants permission to list all recommender schemas in the domain
715
+ *
716
+ * Access Level: List
717
+ *
718
+ * https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_ListRecommenderSchemas.html
719
+ */
720
+ toListRecommenderSchemas(): this;
649
721
  /**
650
722
  * Grants permission to list all the Recommenders in the domain
651
723
  *
@@ -1005,6 +1077,36 @@ export declare class Profile extends PolicyStatement {
1005
1077
  * - .ifAwsResourceTag()
1006
1078
  */
1007
1079
  onDomainObjectTypes(domainName: string, objectTypeName: string, account?: string, region?: string, partition?: string): this;
1080
+ /**
1081
+ * Adds a resource of type recommender-filters to the statement
1082
+ *
1083
+ * https://docs.aws.amazon.com/customerprofiles/latest/APIReference/
1084
+ *
1085
+ * @param domainName - Identifier for the domainName.
1086
+ * @param recommenderFilterName - Identifier for the recommenderFilterName.
1087
+ * @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
1088
+ * @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
1089
+ * @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition.
1090
+ *
1091
+ * Possible conditions:
1092
+ * - .ifAwsResourceTag()
1093
+ */
1094
+ onRecommenderFilters(domainName: string, recommenderFilterName: string, account?: string, region?: string, partition?: string): this;
1095
+ /**
1096
+ * Adds a resource of type recommender-schemas to the statement
1097
+ *
1098
+ * https://docs.aws.amazon.com/customerprofiles/latest/APIReference/
1099
+ *
1100
+ * @param domainName - Identifier for the domainName.
1101
+ * @param recommenderSchemaName - Identifier for the recommenderSchemaName.
1102
+ * @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
1103
+ * @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
1104
+ * @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition.
1105
+ *
1106
+ * Possible conditions:
1107
+ * - .ifAwsResourceTag()
1108
+ */
1109
+ onRecommenderSchemas(domainName: string, recommenderSchemaName: string, account?: string, region?: string, partition?: string): this;
1008
1110
  /**
1009
1111
  * Filters access by a key that is present in the request the user makes to the customer profile service
1010
1112
  *
@@ -1018,6 +1120,8 @@ export declare class Profile extends PolicyStatement {
1018
1120
  * - .toCreateEventTrigger()
1019
1121
  * - .toCreateIntegrationWorkflow()
1020
1122
  * - .toCreateRecommender()
1123
+ * - .toCreateRecommenderFilter()
1124
+ * - .toCreateRecommenderSchema()
1021
1125
  * - .toCreateSegmentDefinition()
1022
1126
  * - .toPutDomainObjectType()
1023
1127
  * - .toPutIntegration()
@@ -1045,6 +1149,8 @@ export declare class Profile extends PolicyStatement {
1045
1149
  * - layouts
1046
1150
  * - recommenders
1047
1151
  * - domain-object-types
1152
+ * - recommender-filters
1153
+ * - recommender-schemas
1048
1154
  *
1049
1155
  * @param tagKey The tag key to check
1050
1156
  * @param value The value(s) to check
@@ -1064,6 +1170,8 @@ export declare class Profile extends PolicyStatement {
1064
1170
  * - .toCreateEventTrigger()
1065
1171
  * - .toCreateIntegrationWorkflow()
1066
1172
  * - .toCreateRecommender()
1173
+ * - .toCreateRecommenderFilter()
1174
+ * - .toCreateRecommenderSchema()
1067
1175
  * - .toCreateSegmentDefinition()
1068
1176
  * - .toPutDomainObjectType()
1069
1177
  * - .toPutIntegration()