@jjrawlins/cdk-iam-policy-builder-helper 0.0.88 → 0.0.89

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 CHANGED
@@ -3526,6 +3526,6 @@
3526
3526
  }
3527
3527
  },
3528
3528
  "types": {},
3529
- "version": "0.0.88",
3530
- "fingerprint": "fr2nkix0GgdNy5oQvDdLr+NywfSIDw/qk8otXpBvxdg="
3529
+ "version": "0.0.89",
3530
+ "fingerprint": "cDGrzYiaim/xenYAMZ5ValJZwvEtbMoLdX7WXre1MEE="
3531
3531
  }
@@ -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.87.tgz
16
+ //go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.88.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.87", tarball)
27
+ _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.88", tarball)
28
28
  }
@@ -1 +1 @@
1
- 0.0.87
1
+ 0.0.88
@@ -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;
@@ -7009,12 +7027,14 @@ export declare const Actions: {
7009
7027
  ecs: {
7010
7028
  CreateCapacityProvider: string;
7011
7029
  CreateCluster: string;
7030
+ CreateExpressGatewayService: string;
7012
7031
  CreateService: string;
7013
7032
  CreateTaskSet: string;
7014
7033
  DeleteAccountSetting: string;
7015
7034
  DeleteAttributes: string;
7016
7035
  DeleteCapacityProvider: string;
7017
7036
  DeleteCluster: string;
7037
+ DeleteExpressGatewayService: string;
7018
7038
  DeleteService: string;
7019
7039
  DeleteTaskDefinitions: string;
7020
7040
  DeleteTaskSet: string;
@@ -7023,6 +7043,7 @@ export declare const Actions: {
7023
7043
  DescribeCapacityProviders: string;
7024
7044
  DescribeClusters: string;
7025
7045
  DescribeContainerInstances: string;
7046
+ DescribeExpressGatewayService: string;
7026
7047
  DescribeServiceDeployments: string;
7027
7048
  DescribeServiceRevisions: string;
7028
7049
  DescribeServices: string;
@@ -7066,6 +7087,7 @@ export declare const Actions: {
7066
7087
  UpdateClusterSettings: string;
7067
7088
  UpdateContainerAgent: string;
7068
7089
  UpdateContainerInstancesState: string;
7090
+ UpdateExpressGatewayService: string;
7069
7091
  UpdateService: string;
7070
7092
  UpdateServicePrimaryTaskSet: string;
7071
7093
  UpdateTaskProtection: string;
@@ -9518,6 +9540,7 @@ export declare const Actions: {
9518
9540
  DeleteInfrastructureConfiguration: string;
9519
9541
  DeleteLifecyclePolicy: string;
9520
9542
  DeleteWorkflow: string;
9543
+ DistributeImage: string;
9521
9544
  GetComponent: string;
9522
9545
  GetComponentPolicy: string;
9523
9546
  GetContainerRecipe: string;
@@ -9564,6 +9587,7 @@ export declare const Actions: {
9564
9587
  PutContainerRecipePolicy: string;
9565
9588
  PutImagePolicy: string;
9566
9589
  PutImageRecipePolicy: string;
9590
+ RetryImage: string;
9567
9591
  SendWorkflowStepAction: string;
9568
9592
  StartImagePipelineExecution: string;
9569
9593
  StartResourceStateUpdate: string;
@@ -16287,6 +16311,7 @@ export declare const Actions: {
16287
16311
  GetAccessPointPolicyStatusForObjectLambda: string;
16288
16312
  GetAccountPublicAccessBlock: string;
16289
16313
  GetAnalyticsConfiguration: string;
16314
+ GetBucketAbac: string;
16290
16315
  GetBucketAcl: string;
16291
16316
  GetBucketCORS: string;
16292
16317
  GetBucketLocation: string;
@@ -16358,6 +16383,7 @@ export declare const Actions: {
16358
16383
  PutAccessPointPublicAccessBlock: string;
16359
16384
  PutAccountPublicAccessBlock: string;
16360
16385
  PutAnalyticsConfiguration: string;
16386
+ PutBucketAbac: string;
16361
16387
  PutBucketAcl: string;
16362
16388
  PutBucketCORS: string;
16363
16389
  PutBucketLogging: string;