@cdklabs/multi-az-observability 0.0.1-alpha.0 → 0.0.1-alpha.1

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
@@ -8,7 +8,7 @@
8
8
  ]
9
9
  },
10
10
  "dependencies": {
11
- "aws-cdk-lib": "^2.173.1",
11
+ "aws-cdk-lib": "^2.178.1",
12
12
  "constructs": "^10.0.5"
13
13
  },
14
14
  "dependencyClosure": {
@@ -1878,19 +1878,6 @@
1878
1878
  }
1879
1879
  }
1880
1880
  },
1881
- "aws-cdk-lib.aws_iot1click": {
1882
- "targets": {
1883
- "dotnet": {
1884
- "namespace": "Amazon.CDK.AWS.IoT1Click"
1885
- },
1886
- "java": {
1887
- "package": "software.amazon.awscdk.services.iot1click"
1888
- },
1889
- "python": {
1890
- "module": "aws_cdk.aws_iot1click"
1891
- }
1892
- }
1893
- },
1894
1881
  "aws-cdk-lib.aws_iotanalytics": {
1895
1882
  "targets": {
1896
1883
  "dotnet": {
@@ -2580,6 +2567,32 @@
2580
2567
  }
2581
2568
  }
2582
2569
  },
2570
+ "aws-cdk-lib.aws_notifications": {
2571
+ "targets": {
2572
+ "dotnet": {
2573
+ "package": "Amazon.CDK.AWS.Notifications"
2574
+ },
2575
+ "java": {
2576
+ "package": "software.amazon.awscdk.services.notifications"
2577
+ },
2578
+ "python": {
2579
+ "module": "aws_cdk.aws_notifications"
2580
+ }
2581
+ }
2582
+ },
2583
+ "aws-cdk-lib.aws_notificationscontacts": {
2584
+ "targets": {
2585
+ "dotnet": {
2586
+ "package": "Amazon.CDK.AWS.NotificationsContacts"
2587
+ },
2588
+ "java": {
2589
+ "package": "software.amazon.awscdk.services.notificationscontacts"
2590
+ },
2591
+ "python": {
2592
+ "module": "aws_cdk.aws_notificationscontacts"
2593
+ }
2594
+ }
2595
+ },
2583
2596
  "aws-cdk-lib.aws_oam": {
2584
2597
  "targets": {
2585
2598
  "dotnet": {
@@ -2736,6 +2749,19 @@
2736
2749
  }
2737
2750
  }
2738
2751
  },
2752
+ "aws-cdk-lib.aws_pcs": {
2753
+ "targets": {
2754
+ "dotnet": {
2755
+ "package": "Amazon.CDK.AWS.PCS"
2756
+ },
2757
+ "java": {
2758
+ "package": "software.amazon.awscdk.services.pcs"
2759
+ },
2760
+ "python": {
2761
+ "module": "aws_cdk.aws_pcs"
2762
+ }
2763
+ }
2764
+ },
2739
2765
  "aws-cdk-lib.aws_personalize": {
2740
2766
  "targets": {
2741
2767
  "dotnet": {
@@ -3191,6 +3217,19 @@
3191
3217
  }
3192
3218
  }
3193
3219
  },
3220
+ "aws-cdk-lib.aws_s3tables": {
3221
+ "targets": {
3222
+ "dotnet": {
3223
+ "package": "Amazon.CDK.AWS.S3Tables"
3224
+ },
3225
+ "java": {
3226
+ "package": "software.amazon.awscdk.services.s3tables"
3227
+ },
3228
+ "python": {
3229
+ "module": "aws_cdk.aws_s3tables"
3230
+ }
3231
+ }
3232
+ },
3194
3233
  "aws-cdk-lib.aws_sagemaker": {
3195
3234
  "targets": {
3196
3235
  "dotnet": {
@@ -10173,6 +10212,6 @@
10173
10212
  "symbolId": "src/services/props/ServiceProps:ServiceProps"
10174
10213
  }
10175
10214
  },
10176
- "version": "0.0.1-alpha.0",
10177
- "fingerprint": "3PntIR4xTC5HPOtEI5qDjEEJFbUl5OouxteKmL35CAI="
10215
+ "version": "0.0.1-alpha.1",
10216
+ "fingerprint": "EwCLpEaMMPRtwQQ0q8fMHFneY4VZx1JZ71z+JZs41YQ="
10178
10217
  }
@@ -1,3 +1,4 @@
1
+ import { Duration } from 'aws-cdk-lib';
1
2
  import { IAlarm, CfnInsightRule } from 'aws-cdk-lib/aws-cloudwatch';
2
3
  import { CfnNatGateway } from 'aws-cdk-lib/aws-ec2';
3
4
  import { IApplicationLoadBalancer } from 'aws-cdk-lib/aws-elasticloadbalancingv2';
@@ -70,10 +71,10 @@ export declare class AvailabilityAndLatencyAlarmsAndRules {
70
71
  */
71
72
  static createZonalFaultRateStaticOutlierAlarmForCanaries(scope: Construct, metricDetails: IOperationMetricDetails, availabilityZoneId: string, availabilityZones: string[], counter: number, outlierThreshold: number, nameSuffix?: string): IAlarm;
72
73
  static createZonalFaultRateOutlierAlarm(scope: IConstruct, metricDetails: IOperationMetricDetails, availabilityZoneId: string, allAvailabilityZoneIds: string[], outlierThreshold: number, outlierDetectionFunction: IFunction, outlierDetectionAlgorithm: OutlierDetectionAlgorithm, counter: number, nameSuffix?: string): IAlarm;
73
- static createZonalFaultRateOutlierAlarmForAlb(scope: IConstruct, loadBalancers: IApplicationLoadBalancer[], availabilityZoneId: string, outlierThreshold: number, outlierDetectionFunction: IFunction, outlierDetectionAlgorithm: OutlierDetectionAlgorithm, azMapper: IAvailabilityZoneMapper, counter: number, evaluationPeriods: number, datapointsToAlarm: number, nameSuffix?: string): IAlarm;
74
+ static createZonalFaultRateOutlierAlarmForAlb(scope: IConstruct, loadBalancers: IApplicationLoadBalancer[], availabilityZoneId: string, outlierThreshold: number, outlierDetectionFunction: IFunction, outlierDetectionAlgorithm: OutlierDetectionAlgorithm, azMapper: IAvailabilityZoneMapper, counter: number, evaluationPeriods: number, datapointsToAlarm: number, period: Duration, nameSuffix?: string): IAlarm;
74
75
  static createZonalFaultRateOutlierAlarmForNatGW(scope: IConstruct, natGateways: {
75
76
  [key: string]: CfnNatGateway[];
76
- }, availabilityZoneId: string, outlierThreshold: number, outlierDetectionFunction: IFunction, outlierDetectionAlgorithm: OutlierDetectionAlgorithm, azMapper: IAvailabilityZoneMapper, counter: number, evaluationPeriods: number, datapointsToAlarm: number, nameSuffix?: string): IAlarm;
77
+ }, availabilityZoneId: string, outlierThreshold: number, outlierDetectionFunction: IFunction, outlierDetectionAlgorithm: OutlierDetectionAlgorithm, azMapper: IAvailabilityZoneMapper, counter: number, evaluationPeriods: number, datapointsToAlarm: number, period: Duration, nameSuffix?: string): IAlarm;
77
78
  static createZonalHighLatencyOutlierAlarm(scope: IConstruct, metricDetails: IOperationMetricDetails, availabilityZoneId: string, allAvailabilityZoneIds: string[], outlierThreshold: number, outlierDetectionFunction: IFunction, outlierDetectionAlgorithm: OutlierDetectionAlgorithm, counter: number, nameSuffix?: string): IAlarm;
78
79
  static createZonalHighLatencyStaticOutlierAlarm(scope: Construct, metricDetails: IOperationMetricDetails, availabilityZoneId: string, counter: number, outlierThreshold: number, nameSuffix?: string): IAlarm;
79
80
  static createZonalHighLatencyStaticOutlierAlarmForCanaries(scope: Construct, metricDetails: IOperationMetricDetails, availabilityZoneId: string, availabilityZones: string[], counter: number, outlierThreshold: number, nameSuffix?: string): IAlarm;