aws-cdk-lib 2.203.1__py3-none-any.whl → 2.204.0__py3-none-any.whl
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.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +38 -0
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.203.1.jsii.tgz → aws-cdk-lib@2.204.0.jsii.tgz} +0 -0
- aws_cdk/aws_apigateway/__init__.py +164 -0
- aws_cdk/aws_apigatewayv2/__init__.py +412 -0
- aws_cdk/aws_certificatemanager/__init__.py +28 -0
- aws_cdk/aws_chatbot/__init__.py +28 -0
- aws_cdk/aws_cloudfront/__init__.py +92 -0
- aws_cdk/aws_cloudfront/experimental/__init__.py +32 -0
- aws_cdk/aws_cloudwatch/__init__.py +217 -23
- aws_cdk/aws_codebuild/__init__.py +84 -0
- aws_cdk/aws_dynamodb/__init__.py +316 -2
- aws_cdk/aws_ec2/__init__.py +94 -0
- aws_cdk/aws_ecs/__init__.py +52 -0
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +724 -0
- aws_cdk/aws_elasticsearch/__init__.py +260 -0
- aws_cdk/aws_kinesis/__init__.py +324 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +100 -0
- aws_cdk/aws_lambda/__init__.py +144 -0
- aws_cdk/aws_logs/__init__.py +58 -0
- aws_cdk/aws_opensearchservice/__init__.py +260 -0
- aws_cdk/aws_rds/__init__.py +384 -0
- aws_cdk/aws_scheduler/__init__.py +210 -0
- aws_cdk/aws_sns/__init__.py +164 -0
- aws_cdk/aws_sqs/__init__.py +164 -0
- aws_cdk/aws_stepfunctions/__init__.py +288 -0
- aws_cdk/aws_synthetics/__init__.py +18 -0
- {aws_cdk_lib-2.203.1.dist-info → aws_cdk_lib-2.204.0.dist-info}/METADATA +2 -2
- {aws_cdk_lib-2.203.1.dist-info → aws_cdk_lib-2.204.0.dist-info}/RECORD +33 -33
- {aws_cdk_lib-2.203.1.dist-info → aws_cdk_lib-2.204.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.203.1.dist-info → aws_cdk_lib-2.204.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.203.1.dist-info → aws_cdk_lib-2.204.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.203.1.dist-info → aws_cdk_lib-2.204.0.dist-info}/top_level.txt +0 -0
|
@@ -677,6 +677,7 @@ class Canary(
|
|
|
677
677
|
account: typing.Optional[builtins.str] = None,
|
|
678
678
|
color: typing.Optional[builtins.str] = None,
|
|
679
679
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
680
|
+
id: typing.Optional[builtins.str] = None,
|
|
680
681
|
label: typing.Optional[builtins.str] = None,
|
|
681
682
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
682
683
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -684,12 +685,14 @@ class Canary(
|
|
|
684
685
|
stack_region: typing.Optional[builtins.str] = None,
|
|
685
686
|
statistic: typing.Optional[builtins.str] = None,
|
|
686
687
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
688
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
687
689
|
) -> _Metric_e396a4dc:
|
|
688
690
|
'''Measure the Duration of a single canary run, in seconds.
|
|
689
691
|
|
|
690
692
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
691
693
|
:param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
|
|
692
694
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
695
|
+
:param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
|
|
693
696
|
:param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
|
|
694
697
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
695
698
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -697,6 +700,7 @@ class Canary(
|
|
|
697
700
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
698
701
|
:param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
|
|
699
702
|
:param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
|
|
703
|
+
:param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
|
|
700
704
|
|
|
701
705
|
:default: avg over 5 minutes
|
|
702
706
|
'''
|
|
@@ -704,6 +708,7 @@ class Canary(
|
|
|
704
708
|
account=account,
|
|
705
709
|
color=color,
|
|
706
710
|
dimensions_map=dimensions_map,
|
|
711
|
+
id=id,
|
|
707
712
|
label=label,
|
|
708
713
|
period=period,
|
|
709
714
|
region=region,
|
|
@@ -711,6 +716,7 @@ class Canary(
|
|
|
711
716
|
stack_region=stack_region,
|
|
712
717
|
statistic=statistic,
|
|
713
718
|
unit=unit,
|
|
719
|
+
visible=visible,
|
|
714
720
|
)
|
|
715
721
|
|
|
716
722
|
return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricDuration", [options]))
|
|
@@ -722,6 +728,7 @@ class Canary(
|
|
|
722
728
|
account: typing.Optional[builtins.str] = None,
|
|
723
729
|
color: typing.Optional[builtins.str] = None,
|
|
724
730
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
731
|
+
id: typing.Optional[builtins.str] = None,
|
|
725
732
|
label: typing.Optional[builtins.str] = None,
|
|
726
733
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
727
734
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -729,6 +736,7 @@ class Canary(
|
|
|
729
736
|
stack_region: typing.Optional[builtins.str] = None,
|
|
730
737
|
statistic: typing.Optional[builtins.str] = None,
|
|
731
738
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
739
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
732
740
|
) -> _Metric_e396a4dc:
|
|
733
741
|
'''Measure the number of failed canary runs over a given time period.
|
|
734
742
|
|
|
@@ -737,6 +745,7 @@ class Canary(
|
|
|
737
745
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
738
746
|
:param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
|
|
739
747
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
748
|
+
:param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
|
|
740
749
|
:param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
|
|
741
750
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
742
751
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -744,11 +753,13 @@ class Canary(
|
|
|
744
753
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
745
754
|
:param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
|
|
746
755
|
:param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
|
|
756
|
+
:param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
|
|
747
757
|
'''
|
|
748
758
|
options = _MetricOptions_1788b62f(
|
|
749
759
|
account=account,
|
|
750
760
|
color=color,
|
|
751
761
|
dimensions_map=dimensions_map,
|
|
762
|
+
id=id,
|
|
752
763
|
label=label,
|
|
753
764
|
period=period,
|
|
754
765
|
region=region,
|
|
@@ -756,6 +767,7 @@ class Canary(
|
|
|
756
767
|
stack_region=stack_region,
|
|
757
768
|
statistic=statistic,
|
|
758
769
|
unit=unit,
|
|
770
|
+
visible=visible,
|
|
759
771
|
)
|
|
760
772
|
|
|
761
773
|
return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricFailed", [options]))
|
|
@@ -767,6 +779,7 @@ class Canary(
|
|
|
767
779
|
account: typing.Optional[builtins.str] = None,
|
|
768
780
|
color: typing.Optional[builtins.str] = None,
|
|
769
781
|
dimensions_map: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
782
|
+
id: typing.Optional[builtins.str] = None,
|
|
770
783
|
label: typing.Optional[builtins.str] = None,
|
|
771
784
|
period: typing.Optional[_Duration_4839e8c3] = None,
|
|
772
785
|
region: typing.Optional[builtins.str] = None,
|
|
@@ -774,12 +787,14 @@ class Canary(
|
|
|
774
787
|
stack_region: typing.Optional[builtins.str] = None,
|
|
775
788
|
statistic: typing.Optional[builtins.str] = None,
|
|
776
789
|
unit: typing.Optional[_Unit_61bc6f70] = None,
|
|
790
|
+
visible: typing.Optional[builtins.bool] = None,
|
|
777
791
|
) -> _Metric_e396a4dc:
|
|
778
792
|
'''Measure the percentage of successful canary runs.
|
|
779
793
|
|
|
780
794
|
:param account: Account which this metric comes from. Default: - Deployment account.
|
|
781
795
|
:param color: The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The ``Color`` class has a set of standard colors that can be used here. Default: - Automatic color
|
|
782
796
|
:param dimensions_map: Dimensions of the metric. Default: - No dimensions.
|
|
797
|
+
:param id: Unique identifier for this metric when used in dashboard widgets. The id can be used as a variable to represent this metric in math expressions. Valid characters are letters, numbers, and underscore. The first character must be a lowercase letter. Default: - No ID
|
|
783
798
|
:param label: Label for this metric when added to a Graph in a Dashboard. You can use `dynamic labels <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html>`_ to show summary information about the entire displayed time series in the legend. For example, if you use:: [max: ${MAX}] MyMetric As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend. Default: - No label
|
|
784
799
|
:param period: The period over which the specified statistic is applied. Default: Duration.minutes(5)
|
|
785
800
|
:param region: Region which this metric comes from. Default: - Deployment region.
|
|
@@ -787,6 +802,7 @@ class Canary(
|
|
|
787
802
|
:param stack_region: Region of the stack this metric is attached to. Default: - Deployment region.
|
|
788
803
|
:param statistic: What function to use for aggregating. Use the ``aws_cloudwatch.Stats`` helper class to construct valid input strings. Can be one of the following: - "Minimum" | "min" - "Maximum" | "max" - "Average" | "avg" - "Sum" | "sum" - "SampleCount | "n" - "pNN.NN" - "tmNN.NN" | "tm(NN.NN%:NN.NN%)" - "iqm" - "wmNN.NN" | "wm(NN.NN%:NN.NN%)" - "tcNN.NN" | "tc(NN.NN%:NN.NN%)" - "tsNN.NN" | "ts(NN.NN%:NN.NN%)" Default: Average
|
|
789
804
|
:param unit: Unit used to filter the metric stream. Only refer to datums emitted to the metric stream with the given unit and ignore all others. Only useful when datums are being emitted to the same metric stream under different units. The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases. CloudWatch does not honor this property for graphs. Default: - All metric datums in the given metric stream
|
|
805
|
+
:param visible: Whether this metric should be visible in dashboard graphs. Setting this to false is useful when you want to hide raw metrics that are used in math expressions, and show only the expression results. Default: true
|
|
790
806
|
|
|
791
807
|
:default: avg over 5 minutes
|
|
792
808
|
'''
|
|
@@ -794,6 +810,7 @@ class Canary(
|
|
|
794
810
|
account=account,
|
|
795
811
|
color=color,
|
|
796
812
|
dimensions_map=dimensions_map,
|
|
813
|
+
id=id,
|
|
797
814
|
label=label,
|
|
798
815
|
period=period,
|
|
799
816
|
region=region,
|
|
@@ -801,6 +818,7 @@ class Canary(
|
|
|
801
818
|
stack_region=stack_region,
|
|
802
819
|
statistic=statistic,
|
|
803
820
|
unit=unit,
|
|
821
|
+
visible=visible,
|
|
804
822
|
)
|
|
805
823
|
|
|
806
824
|
return typing.cast(_Metric_e396a4dc, jsii.invoke(self, "metricSuccessPercent", [options]))
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-cdk-lib
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.204.0
|
|
4
4
|
Summary: Version 2 of the AWS Cloud Development Kit library
|
|
5
5
|
Home-page: https://github.com/aws/aws-cdk
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -22,7 +22,7 @@ License-File: LICENSE
|
|
|
22
22
|
License-File: NOTICE
|
|
23
23
|
Requires-Dist: aws-cdk.asset-awscli-v1==2.2.242
|
|
24
24
|
Requires-Dist: aws-cdk.asset-node-proxy-agent-v6<3.0.0,>=2.1.0
|
|
25
|
-
Requires-Dist: aws-cdk.cloud-assembly-schema<
|
|
25
|
+
Requires-Dist: aws-cdk.cloud-assembly-schema<46.0.0,>=45.0.0
|
|
26
26
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
27
27
|
Requires-Dist: jsii<2.0.0,>=1.112.0
|
|
28
28
|
Requires-Dist: publication>=0.0.3
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
aws_cdk/__init__.py,sha256=
|
|
1
|
+
aws_cdk/__init__.py,sha256=Y4Ad4WQPLVRKE0VVGqaekC1RYa6FY6mr4M6wL7qAWBs,2034005
|
|
2
2
|
aws_cdk/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
-
aws_cdk/_jsii/__init__.py,sha256=
|
|
4
|
-
aws_cdk/_jsii/aws-cdk-lib@2.
|
|
3
|
+
aws_cdk/_jsii/__init__.py,sha256=f9oW7t7GuUM-oJ-O3VgC5n5d5-LUkG_rD9WWSosUCao,1543
|
|
4
|
+
aws_cdk/_jsii/aws-cdk-lib@2.204.0.jsii.tgz,sha256=mHDeC8s9KXCCOhIxXUBJaQA2PfLnMFPexBHCfymqn7E,25668621
|
|
5
5
|
aws_cdk/alexa_ask/__init__.py,sha256=yF4ftch7XArzAniw_xoUmGi3wLGeBqIUlOjBTHSxDb4,36370
|
|
6
6
|
aws_cdk/assertions/__init__.py,sha256=Fe7BZZpx5cUrxKtNdGbU4eXue79txDh_GqjfLV5wgCM,94355
|
|
7
7
|
aws_cdk/aws_accessanalyzer/__init__.py,sha256=DUc3YNvhPHvaaAXxcjJAyWmO9wHDdiZnn2VPkI2XSEw,76243
|
|
@@ -10,8 +10,8 @@ aws_cdk/aws_aiops/__init__.py,sha256=vCs79o5oPgmlMRnBBT9w-J-pBYtN9sc_I-A25dpGZRE
|
|
|
10
10
|
aws_cdk/aws_amazonmq/__init__.py,sha256=pqRGMdV7xi_wvtViL_EszXbMBKjFT5ZwUcLL7m5hBjU,165077
|
|
11
11
|
aws_cdk/aws_amplify/__init__.py,sha256=6z2u1o3DPENXJUFYnkvZ_KQxGnjbHfAZmaD2oesV3Us,221592
|
|
12
12
|
aws_cdk/aws_amplifyuibuilder/__init__.py,sha256=lI4dQQuIH1iEHTtQLW3wTAKIC1_xraUOlLeTOEst6T0,431551
|
|
13
|
-
aws_cdk/aws_apigateway/__init__.py,sha256=
|
|
14
|
-
aws_cdk/aws_apigatewayv2/__init__.py,sha256=
|
|
13
|
+
aws_cdk/aws_apigateway/__init__.py,sha256=iPEfrW-dM1D4qlXcH70Y00A15vYF3ejVuZvKxRT6Y0o,1981338
|
|
14
|
+
aws_cdk/aws_apigatewayv2/__init__.py,sha256=aKVhDQJNbTFkSdjfoMHkuyJitnYSq7_EVEYFBXjbwg4,1191052
|
|
15
15
|
aws_cdk/aws_apigatewayv2_authorizers/__init__.py,sha256=dlvfuPzC0x7irbpVRZRpVyLH4FihHnqGOwl9VUwRB5k,55670
|
|
16
16
|
aws_cdk/aws_apigatewayv2_integrations/__init__.py,sha256=b49Ownun7jTBIQIjVCUCLKc277gyPzxb0QX_UM_RSGU,141317
|
|
17
17
|
aws_cdk/aws_appconfig/__init__.py,sha256=DfBekVHNOLUzsrEhgZ0PutGEWfKNfjkFspKRpZRXDO8,770101
|
|
@@ -43,20 +43,20 @@ aws_cdk/aws_billingconductor/__init__.py,sha256=d-J_dpWvMOtnkJJIK_Zn0RSP3LeVZl0q
|
|
|
43
43
|
aws_cdk/aws_budgets/__init__.py,sha256=mZGlm1SGERdwNCXXn0MPJ-LQceT-FmX0pNsCHkbJ00w,192661
|
|
44
44
|
aws_cdk/aws_cassandra/__init__.py,sha256=ceMZnjri-zPtIu_POVDThJn2RQybiFF2C44yLP401G8,171799
|
|
45
45
|
aws_cdk/aws_ce/__init__.py,sha256=ZPVKRZQDjvolwP1UwoIW1mhhcqoyJzSgWaISMRTgluw,88642
|
|
46
|
-
aws_cdk/aws_certificatemanager/__init__.py,sha256=
|
|
47
|
-
aws_cdk/aws_chatbot/__init__.py,sha256=
|
|
46
|
+
aws_cdk/aws_certificatemanager/__init__.py,sha256=77Btn9QsCgMWyJNkBekdt5fgmvOceZWN2YUBBgE1PIo,160961
|
|
47
|
+
aws_cdk/aws_chatbot/__init__.py,sha256=PL4DGMgmTF7FhewfqVtZMNca9mWji-NbMzZhvSNlDZI,163713
|
|
48
48
|
aws_cdk/aws_cleanrooms/__init__.py,sha256=GrQI0WhJPmloOzNmG7CV_L0l6--Z3cl0vsEePgAFYyg,561057
|
|
49
49
|
aws_cdk/aws_cleanroomsml/__init__.py,sha256=OZ769Xji5yR16YuvCcaCuH-5emjHREnhIUqjlw7gXp8,49311
|
|
50
50
|
aws_cdk/aws_cloud9/__init__.py,sha256=WbYJhSBPFY4ix6PJiND_KHPIVWxim7VAsbDJ6ePpGec,43094
|
|
51
51
|
aws_cdk/aws_cloudformation/__init__.py,sha256=Ci8VjykeyKXEwEIGKcTzAdszrQhpeWHiKw00_ucL8MI,522488
|
|
52
|
-
aws_cdk/aws_cloudfront/__init__.py,sha256=
|
|
53
|
-
aws_cdk/aws_cloudfront/experimental/__init__.py,sha256=
|
|
52
|
+
aws_cdk/aws_cloudfront/__init__.py,sha256=CKk8gs4U7kpuiI_ZNzIs481YcOFSQLMvhsscobYhjbs,1764064
|
|
53
|
+
aws_cdk/aws_cloudfront/experimental/__init__.py,sha256=83kgREBDIi6Z18GXVVrvitxBdZvt6TKgcnlKVN3rII8,148865
|
|
54
54
|
aws_cdk/aws_cloudfront_origins/__init__.py,sha256=yXUxYRFB_51I36fRtMmJrQIZ9_Im_X3kU8mAW-FQ6TY,320426
|
|
55
55
|
aws_cdk/aws_cloudtrail/__init__.py,sha256=TRD034DbLlFfOQNOQKbGS56_LG7dKaulg2WHmcP9JNQ,377525
|
|
56
|
-
aws_cdk/aws_cloudwatch/__init__.py,sha256=
|
|
56
|
+
aws_cdk/aws_cloudwatch/__init__.py,sha256=RFvouOR2CJXM3PRh1Wtoz5c3i01ugrqEdpZiQwo0z1I,883541
|
|
57
57
|
aws_cdk/aws_cloudwatch_actions/__init__.py,sha256=19aA4D-Vwk7ci0eEwBSJ0MjW55gaoL-uB9xHOR0Y6a4,25482
|
|
58
58
|
aws_cdk/aws_codeartifact/__init__.py,sha256=LuXASQhDXISqConHGv9-teMMIkbx9uk7Bo6iUQuD2vE,86191
|
|
59
|
-
aws_cdk/aws_codebuild/__init__.py,sha256=
|
|
59
|
+
aws_cdk/aws_codebuild/__init__.py,sha256=3nYyKDoesKiG2KFdCFk3uGWL726WzzOGU2ZiiKOvnII,1125369
|
|
60
60
|
aws_cdk/aws_codecommit/__init__.py,sha256=AC9giA03iKCcyusmgaDjGA4-KQgvLR2ovigtx-xF59c,238213
|
|
61
61
|
aws_cdk/aws_codeconnections/__init__.py,sha256=Q57XJwQbJX3HfeJYIcVYjoJw1X5NM4LwStzqeiuqIo0,19964
|
|
62
62
|
aws_cdk/aws_codedeploy/__init__.py,sha256=sER94TYtW3Ew4Dn-DGa0uLVSd7zExndcABwUcd8ffqg,609263
|
|
@@ -92,21 +92,21 @@ aws_cdk/aws_dms/__init__.py,sha256=fU7yqdoaPS2ffrZJpLZIwcw_J1KSwlFr4nEXL52GZjY,1
|
|
|
92
92
|
aws_cdk/aws_docdb/__init__.py,sha256=3cY-EEqb2ZHOViQzRVnnZdHMvYn1WEhhCBS9rfJkj4Y,342448
|
|
93
93
|
aws_cdk/aws_docdbelastic/__init__.py,sha256=8ULf53CjSElODf5ZegB4vP1fvBXVjZjnQOA-D976_nE,46746
|
|
94
94
|
aws_cdk/aws_dsql/__init__.py,sha256=yxfIt5heoIxyipy5P3-XKb7IZu3Mvo55AMGzfjURHXg,33758
|
|
95
|
-
aws_cdk/aws_dynamodb/__init__.py,sha256=
|
|
96
|
-
aws_cdk/aws_ec2/__init__.py,sha256=
|
|
95
|
+
aws_cdk/aws_dynamodb/__init__.py,sha256=294WeLIJ8n5Q_W5eFmKxle6HdodvNHD-YIC6YyEHlHs,1053969
|
|
96
|
+
aws_cdk/aws_ec2/__init__.py,sha256=txTMul95SBP8HDikD09HllAfWnMkTBCAdj9yFQXzdec,6241900
|
|
97
97
|
aws_cdk/aws_ecr/__init__.py,sha256=6a87DaHOUNNYUt9p5GShotmKT1jF9fiFpRAr0i5A0y8,332045
|
|
98
98
|
aws_cdk/aws_ecr_assets/__init__.py,sha256=h-ry7VGmOgTsHSW9-BfgXOmDCk4QES88onu750Nekrg,94631
|
|
99
|
-
aws_cdk/aws_ecs/__init__.py,sha256
|
|
99
|
+
aws_cdk/aws_ecs/__init__.py,sha256=V4v6KR8Rt-5cpU9_hniRXfQsHi4s8sDFJInvmWfa0SQ,2772382
|
|
100
100
|
aws_cdk/aws_ecs_patterns/__init__.py,sha256=m5XkB-bDzyBKfQHKsfLgirHU2OuyOSxzWf1V_XrGYr8,1046527
|
|
101
101
|
aws_cdk/aws_efs/__init__.py,sha256=jm7xAwwa9jsAUVlpjFaC6ZNu9OJoDBpzRcYAmsR7zus,292545
|
|
102
102
|
aws_cdk/aws_eks/__init__.py,sha256=0Ikr3jWhUnnZLOaeiQ0lxLhvPvGjPaHf9qIzCbLDtWc,1271812
|
|
103
103
|
aws_cdk/aws_elasticache/__init__.py,sha256=WVL9JfHmwZOoulEIzV1AtOIzNBaNto_05ezWyG0Lqfo,525805
|
|
104
104
|
aws_cdk/aws_elasticbeanstalk/__init__.py,sha256=zkQcloEtO1N4Z0oj24wRxhwAEZQnYXhIJFNclDh4SW8,165453
|
|
105
105
|
aws_cdk/aws_elasticloadbalancing/__init__.py,sha256=G9dr1hj1fn0Sp_92px-CsUzd3m7vjeVkeBgFR0pXpiQ,163326
|
|
106
|
-
aws_cdk/aws_elasticloadbalancingv2/__init__.py,sha256=
|
|
106
|
+
aws_cdk/aws_elasticloadbalancingv2/__init__.py,sha256=R9zWqy-J7VtLsHQc3InfJ2hT8tPuo_fqCD4KDwwIUso,1755885
|
|
107
107
|
aws_cdk/aws_elasticloadbalancingv2_actions/__init__.py,sha256=f1Z8jISyaPwyJRbZMQ19VyQ14UhdMqktNyyIC7iBIvM,23453
|
|
108
108
|
aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py,sha256=0aglECiHfjUuHPhZExXN5DxiKU1CxQw5JyKuulGv0nY,24463
|
|
109
|
-
aws_cdk/aws_elasticsearch/__init__.py,sha256=
|
|
109
|
+
aws_cdk/aws_elasticsearch/__init__.py,sha256=YpuDYNNFyM-0CEKRqni2sMP-v1qG7xNb-ABzg6RecSE,516681
|
|
110
110
|
aws_cdk/aws_emr/__init__.py,sha256=bgNBESeu6SwKwKghp3D6TzFM8t9GOhCPtNsWfRNdFyE,769270
|
|
111
111
|
aws_cdk/aws_emrcontainers/__init__.py,sha256=oxnV_uTszH48R3bV661tMkLbbyAphYKzYCg7C8LSOBk,31965
|
|
112
112
|
aws_cdk/aws_emrserverless/__init__.py,sha256=5-l0LF-OJ8AEUubYKgmDef02iNVdLArhLc68vN5LELk,164180
|
|
@@ -156,14 +156,14 @@ aws_cdk/aws_ivschat/__init__.py,sha256=HiaDg_mYBiXsJOQ-SRqOm3pCVNGSMyZlZPSmP7OiO
|
|
|
156
156
|
aws_cdk/aws_kafkaconnect/__init__.py,sha256=3ysrUHYO5SlszVxtxIpKAYWVh1K4vcmdkdgAI7YMorw,172939
|
|
157
157
|
aws_cdk/aws_kendra/__init__.py,sha256=i9CSLTvbJH8bnwcNtDfj1vhuCR35AVGt7eTb-jyCwLU,682985
|
|
158
158
|
aws_cdk/aws_kendraranking/__init__.py,sha256=3HBuK2dbNWAYDUbjyCmc7D9M9pDo1jg-DNCh412kdhY,25204
|
|
159
|
-
aws_cdk/aws_kinesis/__init__.py,sha256=
|
|
159
|
+
aws_cdk/aws_kinesis/__init__.py,sha256=9CY_zLDxevIsja9b6NuGMkfRs7ZtXPEsIL284F2digA,396689
|
|
160
160
|
aws_cdk/aws_kinesisanalytics/__init__.py,sha256=S7z0FVHppOMfw7AKMf7gPxfTZvDM5nFR7_p8ZklUDrk,587503
|
|
161
161
|
aws_cdk/aws_kinesisanalyticsv2/__init__.py,sha256=kNHBmkh2yvo5C3GHWXmrlIohs1c7G5IqX8cTLV-JN6Y,388026
|
|
162
|
-
aws_cdk/aws_kinesisfirehose/__init__.py,sha256=
|
|
162
|
+
aws_cdk/aws_kinesisfirehose/__init__.py,sha256=rJ5knKWIZbyjdajYOEa3tbx1D_wEBmmV5Spn4ZvlyCo,857797
|
|
163
163
|
aws_cdk/aws_kinesisvideo/__init__.py,sha256=KR-ZCTMZFNR9EJ32dIjEfeiZQMJZha33v-2lg0-mhYY,38745
|
|
164
164
|
aws_cdk/aws_kms/__init__.py,sha256=4FWeorffcZ35oDyvkGNzMXmKIOErTmZ23dsiwy7TPjo,253531
|
|
165
165
|
aws_cdk/aws_lakeformation/__init__.py,sha256=CqbbngsWNY7VDNqyv3YgI4POGZbL3NXPq4QplqHbPDs,335988
|
|
166
|
-
aws_cdk/aws_lambda/__init__.py,sha256=
|
|
166
|
+
aws_cdk/aws_lambda/__init__.py,sha256=DT1j-lGj_0AQO12t6nLCfkBqezMBUcQS-u_jtnRBkkI,1848207
|
|
167
167
|
aws_cdk/aws_lambda_destinations/__init__.py,sha256=WHB7Vk6jk0pwFVUEAPGfFuSUUOJirZ7h3K5Z92yoE8E,24123
|
|
168
168
|
aws_cdk/aws_lambda_event_sources/__init__.py,sha256=9PbiJpVQlDut6ini35gsZFDXiqPmeiHyauNPakz77lU,282574
|
|
169
169
|
aws_cdk/aws_lambda_nodejs/__init__.py,sha256=VGWSVl-Xc4KgOFOMgxN6giufjfVIWdAWszzRkk0f0-k,179984
|
|
@@ -172,7 +172,7 @@ aws_cdk/aws_lex/__init__.py,sha256=pCdovVbIPouL40WtJ11HjxhoHe1Dz1t95BwyVnLd-ds,9
|
|
|
172
172
|
aws_cdk/aws_licensemanager/__init__.py,sha256=y37V03_LDcfC2j681MxlhN1J5O5o3dJjFZnFJ0u7V9U,87983
|
|
173
173
|
aws_cdk/aws_lightsail/__init__.py,sha256=oRMr6mNLHhOzHY1GHxihGzgz0l6sGhT8sZ5fo7vWosg,560756
|
|
174
174
|
aws_cdk/aws_location/__init__.py,sha256=2m3Ciqu_0iKh69b06NzK5QsOLco3PQdAlvFTaX6EnYY,209081
|
|
175
|
-
aws_cdk/aws_logs/__init__.py,sha256=
|
|
175
|
+
aws_cdk/aws_logs/__init__.py,sha256=9oApY87EIQrakO_QPOyspNRYZwXfnrULCHAGsdqCV1s,818148
|
|
176
176
|
aws_cdk/aws_logs_destinations/__init__.py,sha256=nAhzNf1JhugUWt043Jbic3mWAReUUCMS6cN8ove9yPQ,18378
|
|
177
177
|
aws_cdk/aws_lookoutequipment/__init__.py,sha256=Fe9zxH-m07GxYnFan0JQvtzyUBRyfUYiXOCB0Jd8tXg,59482
|
|
178
178
|
aws_cdk/aws_lookoutmetrics/__init__.py,sha256=1c54i_vcrqAvaWckONfh13-jVU7NwRd9CyBUPoW1RKY,158857
|
|
@@ -201,7 +201,7 @@ aws_cdk/aws_notificationscontacts/__init__.py,sha256=mcjKdAlwKIg6bZM3f1sqC25vc9W
|
|
|
201
201
|
aws_cdk/aws_oam/__init__.py,sha256=ISahRlFBCZAwZGGE-Max2HHBaIlBWrfOmf8GA_dUzRA,51706
|
|
202
202
|
aws_cdk/aws_omics/__init__.py,sha256=MQYmIuX-5ZG1HlqfzdwZIateio4jqbE0IVvilkktCwg,208675
|
|
203
203
|
aws_cdk/aws_opensearchserverless/__init__.py,sha256=ey2vDUpdgwOqiZeMkKQux8PGsbNR2p-KZJWKbO9A4ps,167776
|
|
204
|
-
aws_cdk/aws_opensearchservice/__init__.py,sha256=
|
|
204
|
+
aws_cdk/aws_opensearchservice/__init__.py,sha256=mXWP2zUXJNTaT6I5-H5a1VxABU7fa8uPi25zuAMyX0s,687929
|
|
205
205
|
aws_cdk/aws_opsworks/__init__.py,sha256=8V_ueRxKAdkbxMoaSbJNbdrlbSbswYlEaFCSzm-aHk4,437770
|
|
206
206
|
aws_cdk/aws_opsworkscm/__init__.py,sha256=AI3Uq-YrzqcRhwwumjVofTXdTEa3FvjkQc9bYE4Tw1w,88457
|
|
207
207
|
aws_cdk/aws_organizations/__init__.py,sha256=sTSxIpmA3jrhg_0xKWg6Ro7XMPYxc7suR3Bm4K74T2Q,111233
|
|
@@ -221,7 +221,7 @@ aws_cdk/aws_qldb/__init__.py,sha256=Y77mQlE_bPnvp2-xi6Zx7Nqq88MVjB0bGsFskfkTpj8,
|
|
|
221
221
|
aws_cdk/aws_quicksight/__init__.py,sha256=I_xjt_81NI6zxT74tbSJwK0mXkhvUrVte4B_C2IRTj8,14396826
|
|
222
222
|
aws_cdk/aws_ram/__init__.py,sha256=hTueUpQ-pdpE9TIHA7Ekd4-IMhT006gRbqhaUtTDDy0,51838
|
|
223
223
|
aws_cdk/aws_rbin/__init__.py,sha256=CzabGGl5JnclFXLGuB8hu8bf_z0rWog3FqYK7o84QYo,50396
|
|
224
|
-
aws_cdk/aws_rds/__init__.py,sha256=
|
|
224
|
+
aws_cdk/aws_rds/__init__.py,sha256=LYAZoOnQO_HxO4nO6foAPe0hFwxO3yH2laqvj-fFSGg,3025613
|
|
225
225
|
aws_cdk/aws_redshift/__init__.py,sha256=_bz821c0euCtdo8lBVuh1EQ7r3Rg3kvzgCfEJz1bmLw,405044
|
|
226
226
|
aws_cdk/aws_redshiftserverless/__init__.py,sha256=Hlk7UwUir1Cd45Mw3CijUuR-MkGAXcgNcaUwYSVqnTI,220840
|
|
227
227
|
aws_cdk/aws_refactorspaces/__init__.py,sha256=HlrRPKH0kwPz6Ka6zooBl3hqU5s6lpjiLrMjJXHDIro,123625
|
|
@@ -249,7 +249,7 @@ aws_cdk/aws_s3outposts/__init__.py,sha256=E_82WGxBiu2QGNbY88JpkS5qvNNiQ9Hb9Thi3Z
|
|
|
249
249
|
aws_cdk/aws_s3tables/__init__.py,sha256=kjAkna1YhALSpIbg-j7pOqJbGzjCFY3B68Hc_FdFOVY,50234
|
|
250
250
|
aws_cdk/aws_sagemaker/__init__.py,sha256=dk91kL5IVKuYuDZkWhifLy74ClNdMaxvbISKdvVOwuw,3202283
|
|
251
251
|
aws_cdk/aws_sam/__init__.py,sha256=GwhKjo0X2m3Hcdj0nmqqVJkGn9h2WbkB5UL_pidSH44,757717
|
|
252
|
-
aws_cdk/aws_scheduler/__init__.py,sha256=
|
|
252
|
+
aws_cdk/aws_scheduler/__init__.py,sha256=sU4kq502nayqqh_ayww7sKILbIuB3EK0bSQLavTnM6M,404904
|
|
253
253
|
aws_cdk/aws_scheduler_targets/__init__.py,sha256=bpFLuwpv2KIx7T93f8GnR1KWdy-ptT8iQbEMbLGmsYE,217529
|
|
254
254
|
aws_cdk/aws_sdb/__init__.py,sha256=83MI2E_PaxkR5JTx1TB0X0cMVf7KsxXNY0MI1h_5T6A,10788
|
|
255
255
|
aws_cdk/aws_secretsmanager/__init__.py,sha256=jl4FSgHcMrCaahm-G3e1y29oAYdixMjN6V0GIrXOodw,388921
|
|
@@ -263,19 +263,19 @@ aws_cdk/aws_ses_actions/__init__.py,sha256=OL6WyVSh2wmikWy6ohT9tk__mIuBFBVM6hr7-
|
|
|
263
263
|
aws_cdk/aws_shield/__init__.py,sha256=u2HOZSSMan1klAHeQMyi9q_RpsWBZo_5rstEk1FZLSc,105419
|
|
264
264
|
aws_cdk/aws_signer/__init__.py,sha256=Ag0bfvDl04MvT7dmyowjo5w3PKcafakGbkD0Zry9qhY,59675
|
|
265
265
|
aws_cdk/aws_simspaceweaver/__init__.py,sha256=aMmfPBIGNmC2ck7Wdox-uWXiQ8tPVUOEmSE5t4RyhNY,32637
|
|
266
|
-
aws_cdk/aws_sns/__init__.py,sha256=
|
|
266
|
+
aws_cdk/aws_sns/__init__.py,sha256=1oTRlZA1XBHy-62BJc1kgLrV1DHOKhtiR2l7Zdvpdyo,426667
|
|
267
267
|
aws_cdk/aws_sns_subscriptions/__init__.py,sha256=BbzrNEHG2-NFduqSACgr4ksrR-59zY32pVFAONpcRX0,75375
|
|
268
|
-
aws_cdk/aws_sqs/__init__.py,sha256=
|
|
268
|
+
aws_cdk/aws_sqs/__init__.py,sha256=6vMuXPH-V5AbV5mnS_pwtsODjrzNaAimUzMFQ0tmmWc,307703
|
|
269
269
|
aws_cdk/aws_ssm/__init__.py,sha256=zeBCqYdz6uuZKqhO30K18Ugg_aWhP4E_E0FqpSktIOg,603374
|
|
270
270
|
aws_cdk/aws_ssmcontacts/__init__.py,sha256=7l7Y9jErE5FnEVXYd_EsYgg0oBSWwBPvd71xga1ftGQ,141854
|
|
271
271
|
aws_cdk/aws_ssmguiconnect/__init__.py,sha256=ymtPCRCO42MarjVcqKX4wEHfYcLxDEAlzsItoFkyKTs,26595
|
|
272
272
|
aws_cdk/aws_ssmincidents/__init__.py,sha256=GLTVzPW7exIco8ZbhBwZFXm7WeNRkHD-RDASHf-gpWU,113407
|
|
273
273
|
aws_cdk/aws_ssmquicksetup/__init__.py,sha256=0njPQPYIJMcdVNqLGaSA3yZSldIxDR4ZitZY5MufwIo,82733
|
|
274
274
|
aws_cdk/aws_sso/__init__.py,sha256=cVECvphmmkiiwwkz5D4fTc1hvpHZh2GJ5HIPkojtk2s,157127
|
|
275
|
-
aws_cdk/aws_stepfunctions/__init__.py,sha256=
|
|
275
|
+
aws_cdk/aws_stepfunctions/__init__.py,sha256=V_QVUXT9tW7C-_zVF-7VoRgfJ7SFiX0ZIGgtc6KqwzY,1477192
|
|
276
276
|
aws_cdk/aws_stepfunctions_tasks/__init__.py,sha256=hsn-3W_emRNmBgAq1R7wA7cp9EYKpPGopEajveONTho,5194488
|
|
277
277
|
aws_cdk/aws_supportapp/__init__.py,sha256=B32RErRZHGz0WztdcmabGTML_BGJERh8Cj7I1w_f048,49292
|
|
278
|
-
aws_cdk/aws_synthetics/__init__.py,sha256=
|
|
278
|
+
aws_cdk/aws_synthetics/__init__.py,sha256=uaIqHAy_S87Q3salwFXaP1b3NVHqTL118sqCT6u9quM,295660
|
|
279
279
|
aws_cdk/aws_systemsmanagersap/__init__.py,sha256=H4yAmj_C2Oe0FeANFvHbx3Ybw7_xIVMm7HJlaYqQq9Q,42113
|
|
280
280
|
aws_cdk/aws_timestream/__init__.py,sha256=TJnIxEzY83D2WVXvS5fKe6Rc0b14FKEcdDP4LcYo5Lc,246374
|
|
281
281
|
aws_cdk/aws_transfer/__init__.py,sha256=hcAM_yWPJhxfxxb6r94FepZeMnRTKWFCMOVXivPcYNY,465560
|
|
@@ -300,9 +300,9 @@ aws_cdk/lambda_layer_node_proxy_agent/__init__.py,sha256=ssdgQwTnWcr4HFK6euFpZ93
|
|
|
300
300
|
aws_cdk/pipelines/__init__.py,sha256=B3zHQMnbrmzONJslo84_s4WbFcqcx-OrDt2d2t8V60E,409841
|
|
301
301
|
aws_cdk/region_info/__init__.py,sha256=5GAO_ld0t-3caLW28eV9FWHMrqRq5CyV1L4pFALx9Y4,39656
|
|
302
302
|
aws_cdk/triggers/__init__.py,sha256=Rd5_IJ-9VJ-qzPzLfiLVMT6WA9NqoTDukBEwIcqJXIw,126167
|
|
303
|
-
aws_cdk_lib-2.
|
|
304
|
-
aws_cdk_lib-2.
|
|
305
|
-
aws_cdk_lib-2.
|
|
306
|
-
aws_cdk_lib-2.
|
|
307
|
-
aws_cdk_lib-2.
|
|
308
|
-
aws_cdk_lib-2.
|
|
303
|
+
aws_cdk_lib-2.204.0.dist-info/LICENSE,sha256=y47tc38H0C4DpGljYUZDl8XxidQjNxxGLq-K4jwv6Xc,11391
|
|
304
|
+
aws_cdk_lib-2.204.0.dist-info/METADATA,sha256=mTO3-LVMFbqRe91lnxdQDYiILYXWI2verguuc7aBbwQ,62895
|
|
305
|
+
aws_cdk_lib-2.204.0.dist-info/NOTICE,sha256=lrDSwMl9zn-5xv2z3qp2Rw6Nm8pARejpIJ5eXzJtuQk,41177
|
|
306
|
+
aws_cdk_lib-2.204.0.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
|
307
|
+
aws_cdk_lib-2.204.0.dist-info/top_level.txt,sha256=1TALAKbuUGsMSrfKWEf268lySCmcqSEO6cDYe_XlLHM,8
|
|
308
|
+
aws_cdk_lib-2.204.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|