iam-floyd 0.795.0 → 0.796.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/aws-managed-policies/cdk-iam-floyd.d.ts +4 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +9 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +4 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +5 -1
- package/lib/generated/policy-statements/applicationmigrationservice.d.ts +8 -0
- package/lib/generated/policy-statements/applicationmigrationservice.js +12 -1
- package/lib/generated/policy-statements/quicksight.d.ts +153 -6
- package/lib/generated/policy-statements/quicksight.js +207 -7
- package/package.json +1 -1
|
@@ -125,6 +125,14 @@ export declare class Quicksight extends PolicyStatement {
|
|
|
125
125
|
* https://docs.aws.amazon.com/quicksight/latest/user/iam-actions.html
|
|
126
126
|
*/
|
|
127
127
|
toCreateAdmin(): this;
|
|
128
|
+
/**
|
|
129
|
+
* Grants permission to create an agent
|
|
130
|
+
*
|
|
131
|
+
* Access Level: Write
|
|
132
|
+
*
|
|
133
|
+
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CreateAgent.html
|
|
134
|
+
*/
|
|
135
|
+
toCreateAgent(): this;
|
|
128
136
|
/**
|
|
129
137
|
* Grants permission to create an analysis from a template
|
|
130
138
|
*
|
|
@@ -223,6 +231,14 @@ export declare class Quicksight extends PolicyStatement {
|
|
|
223
231
|
* https://docs.aws.amazon.com/quicksight/latest/user/iam-actions.html
|
|
224
232
|
*/
|
|
225
233
|
toCreateExtensionAccess(): this;
|
|
234
|
+
/**
|
|
235
|
+
* Grants permission to create a flow
|
|
236
|
+
*
|
|
237
|
+
* Access Level: Write
|
|
238
|
+
*
|
|
239
|
+
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CreateFlow.html
|
|
240
|
+
*/
|
|
241
|
+
toCreateFlow(): this;
|
|
226
242
|
/**
|
|
227
243
|
* Grants permission to create a QuickSight folder
|
|
228
244
|
*
|
|
@@ -321,6 +337,14 @@ export declare class Quicksight extends PolicyStatement {
|
|
|
321
337
|
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CreateRoleMembership.html
|
|
322
338
|
*/
|
|
323
339
|
toCreateRoleMembership(): this;
|
|
340
|
+
/**
|
|
341
|
+
* Grants permission to create a space
|
|
342
|
+
*
|
|
343
|
+
* Access Level: Write
|
|
344
|
+
*
|
|
345
|
+
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CreateSpace.html
|
|
346
|
+
*/
|
|
347
|
+
toCreateSpace(): this;
|
|
324
348
|
/**
|
|
325
349
|
* Grants permission to create a template
|
|
326
350
|
*
|
|
@@ -447,6 +471,14 @@ export declare class Quicksight extends PolicyStatement {
|
|
|
447
471
|
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DeleteActionConnector.html
|
|
448
472
|
*/
|
|
449
473
|
toDeleteActionConnector(): this;
|
|
474
|
+
/**
|
|
475
|
+
* Grants permission to delete an agent
|
|
476
|
+
*
|
|
477
|
+
* Access Level: Write
|
|
478
|
+
*
|
|
479
|
+
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DeleteAgent.html
|
|
480
|
+
*/
|
|
481
|
+
toDeleteAgent(): this;
|
|
450
482
|
/**
|
|
451
483
|
* Grants permission to delete an analysis
|
|
452
484
|
*
|
|
@@ -543,6 +575,14 @@ export declare class Quicksight extends PolicyStatement {
|
|
|
543
575
|
* https://docs.aws.amazon.com/quicksight/latest/user/iam-actions.html
|
|
544
576
|
*/
|
|
545
577
|
toDeleteExtensionAccess(): this;
|
|
578
|
+
/**
|
|
579
|
+
* Grants permission to delete a flow
|
|
580
|
+
*
|
|
581
|
+
* Access Level: Write
|
|
582
|
+
*
|
|
583
|
+
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DeleteFlow.html
|
|
584
|
+
*/
|
|
585
|
+
toDeleteFlow(): this;
|
|
546
586
|
/**
|
|
547
587
|
* Grants permission to delete a QuickSight Folder
|
|
548
588
|
*
|
|
@@ -629,6 +669,14 @@ export declare class Quicksight extends PolicyStatement {
|
|
|
629
669
|
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DeleteRoleMembership.html
|
|
630
670
|
*/
|
|
631
671
|
toDeleteRoleMembership(): this;
|
|
672
|
+
/**
|
|
673
|
+
* Grants permission to delete a space
|
|
674
|
+
*
|
|
675
|
+
* Access Level: Write
|
|
676
|
+
*
|
|
677
|
+
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DeleteSpace.html
|
|
678
|
+
*/
|
|
679
|
+
toDeleteSpace(): this;
|
|
632
680
|
/**
|
|
633
681
|
* Grants permission to delete a template
|
|
634
682
|
*
|
|
@@ -770,7 +818,7 @@ export declare class Quicksight extends PolicyStatement {
|
|
|
770
818
|
*
|
|
771
819
|
* Access Level: Read
|
|
772
820
|
*
|
|
773
|
-
* https://docs.aws.amazon.com/quicksight/latest/
|
|
821
|
+
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeAgent.html
|
|
774
822
|
*/
|
|
775
823
|
toDescribeAgent(): this;
|
|
776
824
|
/**
|
|
@@ -778,7 +826,7 @@ export declare class Quicksight extends PolicyStatement {
|
|
|
778
826
|
*
|
|
779
827
|
* Access Level: Read
|
|
780
828
|
*
|
|
781
|
-
* https://docs.aws.amazon.com/quicksight/latest/
|
|
829
|
+
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeAgentPermissions.html
|
|
782
830
|
*/
|
|
783
831
|
toDescribeAgentPermissions(): this;
|
|
784
832
|
/**
|
|
@@ -981,6 +1029,14 @@ export declare class Quicksight extends PolicyStatement {
|
|
|
981
1029
|
* https://docs.aws.amazon.com/quicksight/latest/user/iam-actions.html
|
|
982
1030
|
*/
|
|
983
1031
|
toDescribeExtensionAccess(): this;
|
|
1032
|
+
/**
|
|
1033
|
+
* Grants permission to describe a flow
|
|
1034
|
+
*
|
|
1035
|
+
* Access Level: Read
|
|
1036
|
+
*
|
|
1037
|
+
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeFlow.html
|
|
1038
|
+
*/
|
|
1039
|
+
toDescribeFlow(): this;
|
|
984
1040
|
/**
|
|
985
1041
|
* Grants permission to describe a QuickSight Folder
|
|
986
1042
|
*
|
|
@@ -1113,6 +1169,22 @@ export declare class Quicksight extends PolicyStatement {
|
|
|
1113
1169
|
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeSelfUpgradeConfiguration.html
|
|
1114
1170
|
*/
|
|
1115
1171
|
toDescribeSelfUpgradeConfiguration(): this;
|
|
1172
|
+
/**
|
|
1173
|
+
* Grants permission to describe a space
|
|
1174
|
+
*
|
|
1175
|
+
* Access Level: Read
|
|
1176
|
+
*
|
|
1177
|
+
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeSpace.html
|
|
1178
|
+
*/
|
|
1179
|
+
toDescribeSpace(): this;
|
|
1180
|
+
/**
|
|
1181
|
+
* Grants permission to describe permissions for a space
|
|
1182
|
+
*
|
|
1183
|
+
* Access Level: Permissions management
|
|
1184
|
+
*
|
|
1185
|
+
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeSpacePermissions.html
|
|
1186
|
+
*/
|
|
1187
|
+
toDescribeSpacePermissions(): this;
|
|
1116
1188
|
/**
|
|
1117
1189
|
* Grants permission to describe a template
|
|
1118
1190
|
*
|
|
@@ -1343,7 +1415,7 @@ export declare class Quicksight extends PolicyStatement {
|
|
|
1343
1415
|
*
|
|
1344
1416
|
* Access Level: List
|
|
1345
1417
|
*
|
|
1346
|
-
* https://docs.aws.amazon.com/quicksight/latest/
|
|
1418
|
+
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ListAgents.html
|
|
1347
1419
|
*/
|
|
1348
1420
|
toListAgents(): this;
|
|
1349
1421
|
/**
|
|
@@ -1566,6 +1638,22 @@ export declare class Quicksight extends PolicyStatement {
|
|
|
1566
1638
|
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ListSelfUpgrades.html
|
|
1567
1639
|
*/
|
|
1568
1640
|
toListSelfUpgrades(): this;
|
|
1641
|
+
/**
|
|
1642
|
+
* Grants permission to list resources in a space
|
|
1643
|
+
*
|
|
1644
|
+
* Access Level: List
|
|
1645
|
+
*
|
|
1646
|
+
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ListSpaceResources.html
|
|
1647
|
+
*/
|
|
1648
|
+
toListSpaceResources(): this;
|
|
1649
|
+
/**
|
|
1650
|
+
* Grants permission to list spaces
|
|
1651
|
+
*
|
|
1652
|
+
* Access Level: List
|
|
1653
|
+
*
|
|
1654
|
+
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ListSpaces.html
|
|
1655
|
+
*/
|
|
1656
|
+
toListSpaces(): this;
|
|
1569
1657
|
/**
|
|
1570
1658
|
* Grants permission to list tags of a QuickSight resource
|
|
1571
1659
|
*
|
|
@@ -1783,7 +1871,7 @@ export declare class Quicksight extends PolicyStatement {
|
|
|
1783
1871
|
*
|
|
1784
1872
|
* Access Level: List
|
|
1785
1873
|
*
|
|
1786
|
-
* https://docs.aws.amazon.com/quicksight/latest/
|
|
1874
|
+
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_SearchAgents.html
|
|
1787
1875
|
*/
|
|
1788
1876
|
toSearchAgents(): this;
|
|
1789
1877
|
/**
|
|
@@ -1850,6 +1938,14 @@ export declare class Quicksight extends PolicyStatement {
|
|
|
1850
1938
|
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_SearchGroups.html
|
|
1851
1939
|
*/
|
|
1852
1940
|
toSearchGroups(): this;
|
|
1941
|
+
/**
|
|
1942
|
+
* Grants permission to search spaces
|
|
1943
|
+
*
|
|
1944
|
+
* Access Level: List
|
|
1945
|
+
*
|
|
1946
|
+
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_SearchSpaces.html
|
|
1947
|
+
*/
|
|
1948
|
+
toSearchSpaces(): this;
|
|
1853
1949
|
/**
|
|
1854
1950
|
* Grants permission to search for a sub-set of topics
|
|
1855
1951
|
*
|
|
@@ -2005,12 +2101,20 @@ export declare class Quicksight extends PolicyStatement {
|
|
|
2005
2101
|
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateActionConnectorPermissions.html
|
|
2006
2102
|
*/
|
|
2007
2103
|
toUpdateActionConnectorPermissions(): this;
|
|
2104
|
+
/**
|
|
2105
|
+
* Grants permission to update an agent
|
|
2106
|
+
*
|
|
2107
|
+
* Access Level: Write
|
|
2108
|
+
*
|
|
2109
|
+
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateAgent.html
|
|
2110
|
+
*/
|
|
2111
|
+
toUpdateAgent(): this;
|
|
2008
2112
|
/**
|
|
2009
2113
|
* Grants permission to update agent permissions
|
|
2010
2114
|
*
|
|
2011
2115
|
* Access Level: Permissions management
|
|
2012
2116
|
*
|
|
2013
|
-
* https://docs.aws.amazon.com/quicksight/latest/
|
|
2117
|
+
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateAgentPermissions.html
|
|
2014
2118
|
*/
|
|
2015
2119
|
toUpdateAgentPermissions(): this;
|
|
2016
2120
|
/**
|
|
@@ -2195,6 +2299,14 @@ export declare class Quicksight extends PolicyStatement {
|
|
|
2195
2299
|
* https://docs.aws.amazon.com/quicksight/latest/user/iam-actions.html
|
|
2196
2300
|
*/
|
|
2197
2301
|
toUpdateExtensionAccess(): this;
|
|
2302
|
+
/**
|
|
2303
|
+
* Grants permission to update a flow
|
|
2304
|
+
*
|
|
2305
|
+
* Access Level: Write
|
|
2306
|
+
*
|
|
2307
|
+
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateFlow.html
|
|
2308
|
+
*/
|
|
2309
|
+
toUpdateFlow(): this;
|
|
2198
2310
|
/**
|
|
2199
2311
|
* Grants permission to update permissions for a flow
|
|
2200
2312
|
*
|
|
@@ -2339,6 +2451,30 @@ export declare class Quicksight extends PolicyStatement {
|
|
|
2339
2451
|
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateSelfUpgradeConfiguration.html
|
|
2340
2452
|
*/
|
|
2341
2453
|
toUpdateSelfUpgradeConfiguration(): this;
|
|
2454
|
+
/**
|
|
2455
|
+
* Grants permission to update a space
|
|
2456
|
+
*
|
|
2457
|
+
* Access Level: Write
|
|
2458
|
+
*
|
|
2459
|
+
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateSpace.html
|
|
2460
|
+
*/
|
|
2461
|
+
toUpdateSpace(): this;
|
|
2462
|
+
/**
|
|
2463
|
+
* Grants permission to update permissions for a space
|
|
2464
|
+
*
|
|
2465
|
+
* Access Level: Permissions management
|
|
2466
|
+
*
|
|
2467
|
+
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateSpacePermissions.html
|
|
2468
|
+
*/
|
|
2469
|
+
toUpdateSpacePermissions(): this;
|
|
2470
|
+
/**
|
|
2471
|
+
* Grants permission to update resources in a space
|
|
2472
|
+
*
|
|
2473
|
+
* Access Level: Write
|
|
2474
|
+
*
|
|
2475
|
+
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateSpaceResources.html
|
|
2476
|
+
*/
|
|
2477
|
+
toUpdateSpaceResources(): this;
|
|
2342
2478
|
/**
|
|
2343
2479
|
* Grants permission to update a template
|
|
2344
2480
|
*
|
|
@@ -2771,7 +2907,7 @@ export declare class Quicksight extends PolicyStatement {
|
|
|
2771
2907
|
/**
|
|
2772
2908
|
* Adds a resource of type agent to the statement
|
|
2773
2909
|
*
|
|
2774
|
-
* https://docs.aws.amazon.com/quicksight/latest/
|
|
2910
|
+
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_Agent.html
|
|
2775
2911
|
*
|
|
2776
2912
|
* @param resourceId - Identifier for the resourceId.
|
|
2777
2913
|
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
|
|
@@ -2840,6 +2976,17 @@ export declare class Quicksight extends PolicyStatement {
|
|
|
2840
2976
|
* @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.
|
|
2841
2977
|
*/
|
|
2842
2978
|
onAutomationGroup(resourceId: string, account?: string, region?: string, partition?: string): this;
|
|
2979
|
+
/**
|
|
2980
|
+
* Adds a resource of type space to the statement
|
|
2981
|
+
*
|
|
2982
|
+
* https://docs.aws.amazon.com/quicksight/latest/APIReference/API_Space.html
|
|
2983
|
+
*
|
|
2984
|
+
* @param resourceId - Identifier for the resourceId.
|
|
2985
|
+
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
|
|
2986
|
+
* @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
|
|
2987
|
+
* @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.
|
|
2988
|
+
*/
|
|
2989
|
+
onSpace(resourceId: string, account?: string, region?: string, partition?: string): this;
|
|
2843
2990
|
/**
|
|
2844
2991
|
* Filters access by tag key-value pairs in the request
|
|
2845
2992
|
*
|