p6-cdk-s3-protector 0.0.24 → 0.0.25

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
@@ -13,7 +13,7 @@
13
13
  "@aws-sdk/client-sts": "^3.914.0",
14
14
  "@types/aws-lambda": "^8.10.156",
15
15
  "aws-sdk": "^2.1692.0",
16
- "cdk-iam-floyd": "^0.725.0",
16
+ "cdk-iam-floyd": "^0.726.0",
17
17
  "source-map-support": "^0.5.21",
18
18
  "winston": "^3.18.3"
19
19
  },
@@ -4172,6 +4172,6 @@
4172
4172
  "symbolId": "src/p6cdks3protector:P6CDKS3Protector"
4173
4173
  }
4174
4174
  },
4175
- "version": "0.0.24",
4176
- "fingerprint": "aiD99rVZn8+7q+vQyF4UrKMTSME65lc8YjEDlb14aBw="
4175
+ "version": "0.0.25",
4176
+ "fingerprint": "tWeQN55lH1e0lEK4H+zI/kV6NmFwJaLZXgY9PEP4Uls="
4177
4177
  }
@@ -41,7 +41,7 @@ const lambdajs = __importStar(require("aws-cdk-lib/aws-lambda-nodejs"));
41
41
  const cr = __importStar(require("aws-cdk-lib/custom-resources"));
42
42
  const floyd = __importStar(require("cdk-iam-floyd"));
43
43
  class P6CDKS3Protector extends cdk.Resource {
44
- static [JSII_RTTI_SYMBOL_1] = { fqn: "p6-cdk-s3-protector.P6CDKS3Protector", version: "0.0.24" };
44
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "p6-cdk-s3-protector.P6CDKS3Protector", version: "0.0.25" };
45
45
  constructor(scope, id) {
46
46
  super(scope, id);
47
47
  const policy = new floyd.Statement.S3().allow().toPutObject().toPutObjectAcl();
@@ -17,7 +17,7 @@
17
17
  Support for:
18
18
 
19
19
  - 429 Services
20
- - 19269 Actions
20
+ - 19272 Actions
21
21
  - 2057 Resource Types
22
22
  - 2160 Condition keys
23
23
  <!-- /stats -->
@@ -595,6 +595,14 @@ export declare class Medialive extends PolicyStatement {
595
595
  * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-signal-maps-view.html
596
596
  */
597
597
  toGetSignalMap(): this;
598
+ /**
599
+ * Grants permission to list channel alerts
600
+ *
601
+ * Access Level: List
602
+ *
603
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-activity-types-alerts-channels.html
604
+ */
605
+ toListAlerts(): this;
598
606
  /**
599
607
  * Grants permission to list channel placement groups
600
608
  *
@@ -627,6 +635,14 @@ export declare class Medialive extends PolicyStatement {
627
635
  * https://docs.aws.amazon.com/medialive/latest/ug/monitor-with-workflow-monitor-configure-alarms.html
628
636
  */
629
637
  toListCloudWatchAlarmTemplates(): this;
638
+ /**
639
+ * Grants permission to list cluster alerts
640
+ *
641
+ * Access Level: List
642
+ *
643
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-activity-types-alerts-cluster.html
644
+ */
645
+ toListClusterAlerts(): this;
630
646
  /**
631
647
  * Grants permission to list clusters
632
648
  *
@@ -683,6 +699,14 @@ export declare class Medialive extends PolicyStatement {
683
699
  * https://docs.aws.amazon.com/medialive/latest/ug/edit-input.html
684
700
  */
685
701
  toListInputs(): this;
702
+ /**
703
+ * Grants permission to list multiplex alerts
704
+ *
705
+ * Access Level: List
706
+ *
707
+ * https://docs.aws.amazon.com/medialive/latest/ug/monitor-activity-types-alerts-channels.html
708
+ */
709
+ toListMultiplexAlerts(): this;
686
710
  /**
687
711
  * Grants permission to list multiplex programs
688
712
  *