@jjrawlins/cdk-iam-policy-builder-helper 0.0.88 → 0.0.90
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/.jsii +2 -2
- package/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
- package/cdkiampolicybuilderhelper/version +1 -1
- package/lib/constructs/Actions.d.ts +38 -0
- package/lib/constructs/Actions.js +39 -1
- package/lib/constructs/ManagedPolicies.d.ts +24 -0
- package/lib/constructs/ManagedPolicies.js +25 -1
- package/methods_list.txt +38 -0
- package/node_modules/@aws/lambda-invoke-store/package.json +2 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -13,7 +13,7 @@ import (
|
|
|
13
13
|
constructs "github.com/aws/constructs-go/constructs/v10/jsii"
|
|
14
14
|
)
|
|
15
15
|
|
|
16
|
-
//go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.
|
|
16
|
+
//go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.89.tgz
|
|
17
17
|
var tarball []byte
|
|
18
18
|
|
|
19
19
|
// Initialize loads the necessary packages in the @jsii/kernel to support the enclosing module.
|
|
@@ -24,5 +24,5 @@ func Initialize() {
|
|
|
24
24
|
constructs.Initialize()
|
|
25
25
|
|
|
26
26
|
// Load this library into the kernel
|
|
27
|
-
_jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.
|
|
27
|
+
_jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.89", tarball)
|
|
28
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.89
|
|
@@ -624,6 +624,7 @@ export declare const Actions: {
|
|
|
624
624
|
GetServiceLevelObjective: string;
|
|
625
625
|
Link: string;
|
|
626
626
|
ListAuditFindings: string;
|
|
627
|
+
ListEntityEvents: string;
|
|
627
628
|
ListGroupingAttributeDefinitions: string;
|
|
628
629
|
ListObservedEntities: string;
|
|
629
630
|
ListServiceDependencies: string;
|
|
@@ -1330,6 +1331,7 @@ export declare const Actions: {
|
|
|
1330
1331
|
DeleteTags: string;
|
|
1331
1332
|
DeleteWarmPool: string;
|
|
1332
1333
|
DescribeAccountLimits: string;
|
|
1334
|
+
DescribeAccountSettings: string;
|
|
1333
1335
|
DescribeAdjustmentTypes: string;
|
|
1334
1336
|
DescribeAutoScalingGroups: string;
|
|
1335
1337
|
DescribeAutoScalingInstances: string;
|
|
@@ -1361,6 +1363,7 @@ export declare const Actions: {
|
|
|
1361
1363
|
ExitStandby: string;
|
|
1362
1364
|
GetPredictiveScalingForecast: string;
|
|
1363
1365
|
LaunchInstances: string;
|
|
1366
|
+
PutAccountSetting: string;
|
|
1364
1367
|
PutLifecycleHook: string;
|
|
1365
1368
|
PutNotificationConfiguration: string;
|
|
1366
1369
|
PutScalingPolicy: string;
|
|
@@ -1561,6 +1564,7 @@ export declare const Actions: {
|
|
|
1561
1564
|
CancelLegalHold: string;
|
|
1562
1565
|
CopyFromBackupVault: string;
|
|
1563
1566
|
CopyIntoBackupVault: string;
|
|
1567
|
+
CreateBackupAccessPoint: string;
|
|
1564
1568
|
CreateBackupPlan: string;
|
|
1565
1569
|
CreateBackupSelection: string;
|
|
1566
1570
|
CreateBackupVault: string;
|
|
@@ -1572,6 +1576,7 @@ export declare const Actions: {
|
|
|
1572
1576
|
CreateRestoreTestingPlan: string;
|
|
1573
1577
|
CreateRestoreTestingSelection: string;
|
|
1574
1578
|
CreateTieringConfiguration: string;
|
|
1579
|
+
DeleteBackupAccessPoint: string;
|
|
1575
1580
|
DeleteBackupPlan: string;
|
|
1576
1581
|
DeleteBackupSelection: string;
|
|
1577
1582
|
DeleteBackupVault: string;
|
|
@@ -1585,6 +1590,7 @@ export declare const Actions: {
|
|
|
1585
1590
|
DeleteRestoreTestingPlan: string;
|
|
1586
1591
|
DeleteRestoreTestingSelection: string;
|
|
1587
1592
|
DeleteTieringConfiguration: string;
|
|
1593
|
+
DescribeBackupAccessPoint: string;
|
|
1588
1594
|
DescribeBackupJob: string;
|
|
1589
1595
|
DescribeBackupVault: string;
|
|
1590
1596
|
DescribeCopyJob: string;
|
|
@@ -1596,6 +1602,7 @@ export declare const Actions: {
|
|
|
1596
1602
|
DescribeReportJob: string;
|
|
1597
1603
|
DescribeReportPlan: string;
|
|
1598
1604
|
DescribeRestoreJob: string;
|
|
1605
|
+
DescribeScanJob: string;
|
|
1599
1606
|
DisassociateBackupVaultMpaApprovalTeam: string;
|
|
1600
1607
|
DisassociateRecoveryPoint: string;
|
|
1601
1608
|
DisassociateRecoveryPointFromParent: string;
|
|
@@ -1642,6 +1649,8 @@ export declare const Actions: {
|
|
|
1642
1649
|
ListRestoreJobSummaries: string;
|
|
1643
1650
|
ListRestoreTestingPlans: string;
|
|
1644
1651
|
ListRestoreTestingSelections: string;
|
|
1652
|
+
ListScanJobs: string;
|
|
1653
|
+
ListScanJobSummaries: string;
|
|
1645
1654
|
ListTags: string;
|
|
1646
1655
|
ListTieringConfigurations: string;
|
|
1647
1656
|
PutBackupVaultAccessPolicy: string;
|
|
@@ -1655,6 +1664,7 @@ export declare const Actions: {
|
|
|
1655
1664
|
StartCopyJob: string;
|
|
1656
1665
|
StartReportJob: string;
|
|
1657
1666
|
StartRestoreJob: string;
|
|
1667
|
+
StartScanJob: string;
|
|
1658
1668
|
StopBackupJob: string;
|
|
1659
1669
|
TagResource: string;
|
|
1660
1670
|
UntagResource: string;
|
|
@@ -2005,6 +2015,7 @@ export declare const Actions: {
|
|
|
2005
2015
|
InvokeAutomatedReasoningPolicy: string;
|
|
2006
2016
|
InvokeBlueprintRecommendationAsync: string;
|
|
2007
2017
|
InvokeBuilder: string;
|
|
2018
|
+
InvokeDataAutomation: string;
|
|
2008
2019
|
InvokeDataAutomationAsync: string;
|
|
2009
2020
|
InvokeFlow: string;
|
|
2010
2021
|
InvokeInlineAgent: string;
|
|
@@ -2169,6 +2180,8 @@ export declare const Actions: {
|
|
|
2169
2180
|
CancelQuantumTask: string;
|
|
2170
2181
|
CreateJob: string;
|
|
2171
2182
|
CreateQuantumTask: string;
|
|
2183
|
+
CreateSpendingLimit: string;
|
|
2184
|
+
DeleteSpendingLimit: string;
|
|
2172
2185
|
GetDevice: string;
|
|
2173
2186
|
GetJob: string;
|
|
2174
2187
|
GetQuantumTask: string;
|
|
@@ -2178,8 +2191,10 @@ export declare const Actions: {
|
|
|
2178
2191
|
SearchDevices: string;
|
|
2179
2192
|
SearchJobs: string;
|
|
2180
2193
|
SearchQuantumTasks: string;
|
|
2194
|
+
SearchSpendingLimits: string;
|
|
2181
2195
|
TagResource: string;
|
|
2182
2196
|
UntagResource: string;
|
|
2197
|
+
UpdateSpendingLimit: string;
|
|
2183
2198
|
};
|
|
2184
2199
|
budgets: {
|
|
2185
2200
|
CreateBudgetAction: string;
|
|
@@ -3334,6 +3349,7 @@ export declare const Actions: {
|
|
|
3334
3349
|
ListEventDataStores: string;
|
|
3335
3350
|
ListImportFailures: string;
|
|
3336
3351
|
ListImports: string;
|
|
3352
|
+
ListInsightsData: string;
|
|
3337
3353
|
ListPublicKeys: string;
|
|
3338
3354
|
ListQueries: string;
|
|
3339
3355
|
ListServiceLinkedChannels: string;
|
|
@@ -5748,6 +5764,7 @@ export declare const Actions: {
|
|
|
5748
5764
|
CreateFleetAdvisorCollector: string;
|
|
5749
5765
|
CreateInstanceProfile: string;
|
|
5750
5766
|
CreateMigrationProject: string;
|
|
5767
|
+
CreateOutboundIntegration: string;
|
|
5751
5768
|
CreateReplicationConfig: string;
|
|
5752
5769
|
CreateReplicationInstance: string;
|
|
5753
5770
|
CreateReplicationSubnetGroup: string;
|
|
@@ -5823,6 +5840,7 @@ export declare const Actions: {
|
|
|
5823
5840
|
ModifyEventSubscription: string;
|
|
5824
5841
|
ModifyFleetAdvisorCollector: string;
|
|
5825
5842
|
ModifyFleetAdvisorCollectorStatuses: string;
|
|
5843
|
+
ModifyOutboundIntegration: string;
|
|
5826
5844
|
ModifyReplicationConfig: string;
|
|
5827
5845
|
ModifyReplicationInstance: string;
|
|
5828
5846
|
ModifyReplicationSubnetGroup: string;
|
|
@@ -6968,9 +6986,12 @@ export declare const Actions: {
|
|
|
6968
6986
|
DeleteRepository: string;
|
|
6969
6987
|
DeleteRepositoryCreationTemplate: string;
|
|
6970
6988
|
DeleteRepositoryPolicy: string;
|
|
6989
|
+
DeleteSigningConfiguration: string;
|
|
6990
|
+
DeregisterPullTimeUpdateExclusion: string;
|
|
6971
6991
|
DescribeImageReplicationStatus: string;
|
|
6972
6992
|
DescribeImages: string;
|
|
6973
6993
|
DescribeImageScanFindings: string;
|
|
6994
|
+
DescribeImageSigningStatus: string;
|
|
6974
6995
|
DescribePullThroughCacheRules: string;
|
|
6975
6996
|
DescribeRegistry: string;
|
|
6976
6997
|
DescribeRepositories: string;
|
|
@@ -6984,8 +7005,10 @@ export declare const Actions: {
|
|
|
6984
7005
|
GetRegistryPolicy: string;
|
|
6985
7006
|
GetRegistryScanningConfiguration: string;
|
|
6986
7007
|
GetRepositoryPolicy: string;
|
|
7008
|
+
GetSigningConfiguration: string;
|
|
6987
7009
|
InitiateLayerUpload: string;
|
|
6988
7010
|
ListImages: string;
|
|
7011
|
+
ListPullTimeUpdateExclusions: string;
|
|
6989
7012
|
ListTagsForResource: string;
|
|
6990
7013
|
PutAccountSetting: string;
|
|
6991
7014
|
PutImage: string;
|
|
@@ -6995,12 +7018,15 @@ export declare const Actions: {
|
|
|
6995
7018
|
PutRegistryPolicy: string;
|
|
6996
7019
|
PutRegistryScanningConfiguration: string;
|
|
6997
7020
|
PutReplicationConfiguration: string;
|
|
7021
|
+
PutSigningConfiguration: string;
|
|
7022
|
+
RegisterPullTimeUpdateExclusion: string;
|
|
6998
7023
|
ReplicateImage: string;
|
|
6999
7024
|
SetRepositoryPolicy: string;
|
|
7000
7025
|
StartImageScan: string;
|
|
7001
7026
|
StartLifecyclePolicyPreview: string;
|
|
7002
7027
|
TagResource: string;
|
|
7003
7028
|
UntagResource: string;
|
|
7029
|
+
UpdateImageStorageClass: string;
|
|
7004
7030
|
UpdatePullThroughCacheRule: string;
|
|
7005
7031
|
UpdateRepositoryCreationTemplate: string;
|
|
7006
7032
|
UploadLayerPart: string;
|
|
@@ -7009,12 +7035,14 @@ export declare const Actions: {
|
|
|
7009
7035
|
ecs: {
|
|
7010
7036
|
CreateCapacityProvider: string;
|
|
7011
7037
|
CreateCluster: string;
|
|
7038
|
+
CreateExpressGatewayService: string;
|
|
7012
7039
|
CreateService: string;
|
|
7013
7040
|
CreateTaskSet: string;
|
|
7014
7041
|
DeleteAccountSetting: string;
|
|
7015
7042
|
DeleteAttributes: string;
|
|
7016
7043
|
DeleteCapacityProvider: string;
|
|
7017
7044
|
DeleteCluster: string;
|
|
7045
|
+
DeleteExpressGatewayService: string;
|
|
7018
7046
|
DeleteService: string;
|
|
7019
7047
|
DeleteTaskDefinitions: string;
|
|
7020
7048
|
DeleteTaskSet: string;
|
|
@@ -7023,6 +7051,7 @@ export declare const Actions: {
|
|
|
7023
7051
|
DescribeCapacityProviders: string;
|
|
7024
7052
|
DescribeClusters: string;
|
|
7025
7053
|
DescribeContainerInstances: string;
|
|
7054
|
+
DescribeExpressGatewayService: string;
|
|
7026
7055
|
DescribeServiceDeployments: string;
|
|
7027
7056
|
DescribeServiceRevisions: string;
|
|
7028
7057
|
DescribeServices: string;
|
|
@@ -7066,6 +7095,7 @@ export declare const Actions: {
|
|
|
7066
7095
|
UpdateClusterSettings: string;
|
|
7067
7096
|
UpdateContainerAgent: string;
|
|
7068
7097
|
UpdateContainerInstancesState: string;
|
|
7098
|
+
UpdateExpressGatewayService: string;
|
|
7069
7099
|
UpdateService: string;
|
|
7070
7100
|
UpdateServicePrimaryTaskSet: string;
|
|
7071
7101
|
UpdateTaskProtection: string;
|
|
@@ -9518,6 +9548,7 @@ export declare const Actions: {
|
|
|
9518
9548
|
DeleteInfrastructureConfiguration: string;
|
|
9519
9549
|
DeleteLifecyclePolicy: string;
|
|
9520
9550
|
DeleteWorkflow: string;
|
|
9551
|
+
DistributeImage: string;
|
|
9521
9552
|
GetComponent: string;
|
|
9522
9553
|
GetComponentPolicy: string;
|
|
9523
9554
|
GetContainerRecipe: string;
|
|
@@ -9564,6 +9595,7 @@ export declare const Actions: {
|
|
|
9564
9595
|
PutContainerRecipePolicy: string;
|
|
9565
9596
|
PutImagePolicy: string;
|
|
9566
9597
|
PutImageRecipePolicy: string;
|
|
9598
|
+
RetryImage: string;
|
|
9567
9599
|
SendWorkflowStepAction: string;
|
|
9568
9600
|
StartImagePipelineExecution: string;
|
|
9569
9601
|
StartResourceStateUpdate: string;
|
|
@@ -10999,6 +11031,7 @@ export declare const Actions: {
|
|
|
10999
11031
|
DescribeNotificationConfiguration: string;
|
|
11000
11032
|
DescribeSignalingChannel: string;
|
|
11001
11033
|
DescribeStream: string;
|
|
11034
|
+
DescribeStreamStorageConfiguration: string;
|
|
11002
11035
|
GetClip: string;
|
|
11003
11036
|
GetDASHStreamingSessionURL: string;
|
|
11004
11037
|
GetDataEndpoint: string;
|
|
@@ -11029,6 +11062,7 @@ export declare const Actions: {
|
|
|
11029
11062
|
UpdateNotificationConfiguration: string;
|
|
11030
11063
|
UpdateSignalingChannel: string;
|
|
11031
11064
|
UpdateStream: string;
|
|
11065
|
+
UpdateStreamStorageConfiguration: string;
|
|
11032
11066
|
};
|
|
11033
11067
|
kms: {
|
|
11034
11068
|
CancelKeyDeletion: string;
|
|
@@ -16287,6 +16321,7 @@ export declare const Actions: {
|
|
|
16287
16321
|
GetAccessPointPolicyStatusForObjectLambda: string;
|
|
16288
16322
|
GetAccountPublicAccessBlock: string;
|
|
16289
16323
|
GetAnalyticsConfiguration: string;
|
|
16324
|
+
GetBucketAbac: string;
|
|
16290
16325
|
GetBucketAcl: string;
|
|
16291
16326
|
GetBucketCORS: string;
|
|
16292
16327
|
GetBucketLocation: string;
|
|
@@ -16358,6 +16393,7 @@ export declare const Actions: {
|
|
|
16358
16393
|
PutAccessPointPublicAccessBlock: string;
|
|
16359
16394
|
PutAccountPublicAccessBlock: string;
|
|
16360
16395
|
PutAnalyticsConfiguration: string;
|
|
16396
|
+
PutBucketAbac: string;
|
|
16361
16397
|
PutBucketAcl: string;
|
|
16362
16398
|
PutBucketCORS: string;
|
|
16363
16399
|
PutBucketLogging: string;
|
|
@@ -17130,8 +17166,10 @@ export declare const Actions: {
|
|
|
17130
17166
|
ListCaseEdits: string;
|
|
17131
17167
|
ListCases: string;
|
|
17132
17168
|
ListComments: string;
|
|
17169
|
+
ListInvestigations: string;
|
|
17133
17170
|
ListMemberships: string;
|
|
17134
17171
|
ListTagsForResource: string;
|
|
17172
|
+
SendFeedback: string;
|
|
17135
17173
|
TagResource: string;
|
|
17136
17174
|
UntagResource: string;
|
|
17137
17175
|
UpdateCase: string;
|