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
 
@@ -624,6 +624,17 @@ export declare class Partnercentral extends PolicyStatement {
624
624
  * - .ifCatalog()
625
625
  */
626
626
  toGetProgramManagementAccount(): this;
627
+ /**
628
+ * Grants permission to retrieve prospecting from engagement task details in AWS Partner Central
629
+ *
630
+ * Access Level: Read
631
+ *
632
+ * Possible conditions:
633
+ * - .ifCatalog()
634
+ *
635
+ * https://docs.aws.amazon.com/partner-central/latest/APIReference/API_GetProspectingFromEngagementTask.html
636
+ */
637
+ toGetProspectingFromEngagementTask(): this;
627
638
  /**
628
639
  * Grants permission to retrieve relationship details in AWS Partner Central
629
640
  *
@@ -881,6 +892,17 @@ export declare class Partnercentral extends PolicyStatement {
881
892
  * https://docs.aws.amazon.com/partner-central/latest/APIReference/API_channel_ListProgramManagementAccounts.html
882
893
  */
883
894
  toListProgramManagementAccounts(): this;
895
+ /**
896
+ * Grants permission to list prospecting from engagement tasks in AWS Partner Central
897
+ *
898
+ * Access Level: List
899
+ *
900
+ * Possible conditions:
901
+ * - .ifCatalog()
902
+ *
903
+ * https://docs.aws.amazon.com/partner-central/latest/APIReference/API_ListProspectingFromEngagementTasks.html
904
+ */
905
+ toListProspectingFromEngagementTasks(): this;
884
906
  /**
885
907
  * Grants permission to list relationships in AWS Partner Central
886
908
  *
@@ -926,7 +948,7 @@ export declare class Partnercentral extends PolicyStatement {
926
948
  */
927
949
  toListSolutions(): this;
928
950
  /**
929
- * Grants permission to add lists tags to a resource. Supported resource: ResourceSnapshotJob
951
+ * Grants permission to list tags for a resource in AWS Partner Central
930
952
  *
931
953
  * Access Level: Read
932
954
  *
@@ -1124,6 +1146,17 @@ export declare class Partnercentral extends PolicyStatement {
1124
1146
  * https://docs.aws.amazon.com/partner-central/latest/APIReference/API_account_StartProfileUpdateTask.html
1125
1147
  */
1126
1148
  toStartProfileUpdateTask(): this;
1149
+ /**
1150
+ * Grants permission to initiate tasks that start prospecting from an engagement in AWS Partner Central
1151
+ *
1152
+ * Access Level: Write
1153
+ *
1154
+ * Possible conditions:
1155
+ * - .ifCatalog()
1156
+ *
1157
+ * https://docs.aws.amazon.com/partner-central/latest/APIReference/API_StartProspectingFromEngagementTask.html
1158
+ */
1159
+ toStartProspectingFromEngagementTask(): this;
1127
1160
  /**
1128
1161
  * Grants permission to starting resource snapshot jobs in AWS Partner Central
1129
1162
  *
@@ -1552,6 +1585,17 @@ export declare class Partnercentral extends PolicyStatement {
1552
1585
  * @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.
1553
1586
  */
1554
1587
  onDashboard(catalog: string, tableId: string, dashboardId: string, account?: string, partition?: string): this;
1588
+ /**
1589
+ * Adds a resource of type ProspectingFromEngagementTask to the statement
1590
+ *
1591
+ * https://docs.aws.amazon.com/partner-central/latest/APIReference/working-with-your-leads.html
1592
+ *
1593
+ * @param catalog - Identifier for the catalog.
1594
+ * @param taskIdentifier - Identifier for the taskIdentifier.
1595
+ * @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
1596
+ * @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.
1597
+ */
1598
+ onProspectingFromEngagementTask(catalog: string, taskIdentifier: string, region?: string, partition?: string): this;
1555
1599
  /**
1556
1600
  * Filters access by the tags that are passed in the request
1557
1601
  *
@@ -1710,6 +1754,7 @@ export declare class Partnercentral extends PolicyStatement {
1710
1754
  * - .toGetProfileUpdateTask()
1711
1755
  * - .toGetProfileVisibility()
1712
1756
  * - .toGetProgramManagementAccount()
1757
+ * - .toGetProspectingFromEngagementTask()
1713
1758
  * - .toGetRelationship()
1714
1759
  * - .toGetResourceSnapshot()
1715
1760
  * - .toGetResourceSnapshotJob()
@@ -1731,6 +1776,7 @@ export declare class Partnercentral extends PolicyStatement {
1731
1776
  * - .toListOpportunityFromEngagementTasks()
1732
1777
  * - .toListPartners()
1733
1778
  * - .toListProgramManagementAccounts()
1779
+ * - .toListProspectingFromEngagementTasks()
1734
1780
  * - .toListRelationships()
1735
1781
  * - .toListResourceSnapshotJobs()
1736
1782
  * - .toListResourceSnapshots()
@@ -1748,6 +1794,7 @@ export declare class Partnercentral extends PolicyStatement {
1748
1794
  * - .toStartEngagementFromOpportunityTask()
1749
1795
  * - .toStartOpportunityFromEngagementTask()
1750
1796
  * - .toStartProfileUpdateTask()
1797
+ * - .toStartProspectingFromEngagementTask()
1751
1798
  * - .toStartResourceSnapshotJob()
1752
1799
  * - .toStartVerification()
1753
1800
  * - .toStopResourceSnapshotJob()