cdk-iam-floyd 0.803.0 → 0.805.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,8 +16,8 @@
16
16
  Support for:
17
17
 
18
18
  - 451 Services
19
- - 21165 Actions
20
- - 2239 Resource Types
19
+ - 21172 Actions
20
+ - 2240 Resource Types
21
21
  - 2369 Condition keys
22
22
  <!-- /stats -->
23
23
 
@@ -619,6 +619,17 @@ export declare class Partnercentral extends PolicyStatement {
619
619
  * - .ifCatalog()
620
620
  */
621
621
  toGetProgramManagementAccount(): this;
622
+ /**
623
+ * Grants permission to retrieve prospecting from engagement task details in AWS Partner Central
624
+ *
625
+ * Access Level: Read
626
+ *
627
+ * Possible conditions:
628
+ * - .ifCatalog()
629
+ *
630
+ * https://docs.aws.amazon.com/partner-central/latest/APIReference/API_GetProspectingFromEngagementTask.html
631
+ */
632
+ toGetProspectingFromEngagementTask(): this;
622
633
  /**
623
634
  * Grants permission to retrieve relationship details in AWS Partner Central
624
635
  *
@@ -876,6 +887,17 @@ export declare class Partnercentral extends PolicyStatement {
876
887
  * https://docs.aws.amazon.com/partner-central/latest/APIReference/API_channel_ListProgramManagementAccounts.html
877
888
  */
878
889
  toListProgramManagementAccounts(): this;
890
+ /**
891
+ * Grants permission to list prospecting from engagement tasks in AWS Partner Central
892
+ *
893
+ * Access Level: List
894
+ *
895
+ * Possible conditions:
896
+ * - .ifCatalog()
897
+ *
898
+ * https://docs.aws.amazon.com/partner-central/latest/APIReference/API_ListProspectingFromEngagementTasks.html
899
+ */
900
+ toListProspectingFromEngagementTasks(): this;
879
901
  /**
880
902
  * Grants permission to list relationships in AWS Partner Central
881
903
  *
@@ -921,7 +943,7 @@ export declare class Partnercentral extends PolicyStatement {
921
943
  */
922
944
  toListSolutions(): this;
923
945
  /**
924
- * Grants permission to add lists tags to a resource. Supported resource: ResourceSnapshotJob
946
+ * Grants permission to list tags for a resource in AWS Partner Central
925
947
  *
926
948
  * Access Level: Read
927
949
  *
@@ -1119,6 +1141,17 @@ export declare class Partnercentral extends PolicyStatement {
1119
1141
  * https://docs.aws.amazon.com/partner-central/latest/APIReference/API_account_StartProfileUpdateTask.html
1120
1142
  */
1121
1143
  toStartProfileUpdateTask(): this;
1144
+ /**
1145
+ * Grants permission to initiate tasks that start prospecting from an engagement in AWS Partner Central
1146
+ *
1147
+ * Access Level: Write
1148
+ *
1149
+ * Possible conditions:
1150
+ * - .ifCatalog()
1151
+ *
1152
+ * https://docs.aws.amazon.com/partner-central/latest/APIReference/API_StartProspectingFromEngagementTask.html
1153
+ */
1154
+ toStartProspectingFromEngagementTask(): this;
1122
1155
  /**
1123
1156
  * Grants permission to starting resource snapshot jobs in AWS Partner Central
1124
1157
  *
@@ -1547,6 +1580,17 @@ export declare class Partnercentral extends PolicyStatement {
1547
1580
  * @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.
1548
1581
  */
1549
1582
  onDashboard(catalog: string, tableId: string, dashboardId: string, account?: string, partition?: string): this;
1583
+ /**
1584
+ * Adds a resource of type ProspectingFromEngagementTask to the statement
1585
+ *
1586
+ * https://docs.aws.amazon.com/partner-central/latest/APIReference/working-with-your-leads.html
1587
+ *
1588
+ * @param catalog - Identifier for the catalog.
1589
+ * @param taskIdentifier - Identifier for the taskIdentifier.
1590
+ * @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
1591
+ * @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.
1592
+ */
1593
+ onProspectingFromEngagementTask(catalog: string, taskIdentifier: string, region?: string, partition?: string): this;
1550
1594
  /**
1551
1595
  * Filters access by the tags that are passed in the request
1552
1596
  *
@@ -1705,6 +1749,7 @@ export declare class Partnercentral extends PolicyStatement {
1705
1749
  * - .toGetProfileUpdateTask()
1706
1750
  * - .toGetProfileVisibility()
1707
1751
  * - .toGetProgramManagementAccount()
1752
+ * - .toGetProspectingFromEngagementTask()
1708
1753
  * - .toGetRelationship()
1709
1754
  * - .toGetResourceSnapshot()
1710
1755
  * - .toGetResourceSnapshotJob()
@@ -1726,6 +1771,7 @@ export declare class Partnercentral extends PolicyStatement {
1726
1771
  * - .toListOpportunityFromEngagementTasks()
1727
1772
  * - .toListPartners()
1728
1773
  * - .toListProgramManagementAccounts()
1774
+ * - .toListProspectingFromEngagementTasks()
1729
1775
  * - .toListRelationships()
1730
1776
  * - .toListResourceSnapshotJobs()
1731
1777
  * - .toListResourceSnapshots()
@@ -1743,6 +1789,7 @@ export declare class Partnercentral extends PolicyStatement {
1743
1789
  * - .toStartEngagementFromOpportunityTask()
1744
1790
  * - .toStartOpportunityFromEngagementTask()
1745
1791
  * - .toStartProfileUpdateTask()
1792
+ * - .toStartProspectingFromEngagementTask()
1746
1793
  * - .toStartResourceSnapshotJob()
1747
1794
  * - .toStartVerification()
1748
1795
  * - .toStopResourceSnapshotJob()