gammarers.aws-rds-database-running-schedule-stack 2.3.0__py3-none-any.whl → 2.3.1__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 gammarers.aws-rds-database-running-schedule-stack might be problematic. Click here for more details.
- gammarers/aws_rds_database_running_schedule_stack/__init__.py +0 -104
- gammarers/aws_rds_database_running_schedule_stack/_jsii/__init__.py +2 -2
- gammarers/aws_rds_database_running_schedule_stack/_jsii/aws-rds-database-running-schedule-stack@2.3.1.jsii.tgz +0 -0
- {gammarers.aws_rds_database_running_schedule_stack-2.3.0.dist-info → gammarers.aws_rds_database_running_schedule_stack-2.3.1.dist-info}/METADATA +1 -1
- gammarers.aws_rds_database_running_schedule_stack-2.3.1.dist-info/RECORD +9 -0
- gammarers/aws_rds_database_running_schedule_stack/_jsii/aws-rds-database-running-schedule-stack@2.3.0.jsii.tgz +0 -0
- gammarers.aws_rds_database_running_schedule_stack-2.3.0.dist-info/RECORD +0 -9
- {gammarers.aws_rds_database_running_schedule_stack-2.3.0.dist-info → gammarers.aws_rds_database_running_schedule_stack-2.3.1.dist-info}/LICENSE +0 -0
- {gammarers.aws_rds_database_running_schedule_stack-2.3.0.dist-info → gammarers.aws_rds_database_running_schedule_stack-2.3.1.dist-info}/WHEEL +0 -0
- {gammarers.aws_rds_database_running_schedule_stack-2.3.0.dist-info → gammarers.aws_rds_database_running_schedule_stack-2.3.1.dist-info}/top_level.txt +0 -0
|
@@ -726,93 +726,6 @@ class RDSDatabaseRunningScheduleStackProps(_aws_cdk_ceddda9d.StackProps):
|
|
|
726
726
|
)
|
|
727
727
|
|
|
728
728
|
|
|
729
|
-
@jsii.data_type(
|
|
730
|
-
jsii_type="@gammarers/aws-rds-database-running-schedule-stack.ResourceAutoNaming",
|
|
731
|
-
jsii_struct_bases=[],
|
|
732
|
-
name_mapping={"type": "type"},
|
|
733
|
-
)
|
|
734
|
-
class ResourceAutoNaming:
|
|
735
|
-
def __init__(
|
|
736
|
-
self,
|
|
737
|
-
*,
|
|
738
|
-
type: _gammarers_aws_resource_naming_22f917da.ResourceNamingType,
|
|
739
|
-
) -> None:
|
|
740
|
-
'''
|
|
741
|
-
:param type:
|
|
742
|
-
'''
|
|
743
|
-
if __debug__:
|
|
744
|
-
type_hints = typing.get_type_hints(_typecheckingstub__220c43cfe1965f74e2757a96e891da0414dce16e78c3b9c70e0781b3359b3325)
|
|
745
|
-
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
|
746
|
-
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
747
|
-
"type": type,
|
|
748
|
-
}
|
|
749
|
-
|
|
750
|
-
@builtins.property
|
|
751
|
-
def type(self) -> _gammarers_aws_resource_naming_22f917da.ResourceNamingType:
|
|
752
|
-
result = self._values.get("type")
|
|
753
|
-
assert result is not None, "Required property 'type' is missing"
|
|
754
|
-
return typing.cast(_gammarers_aws_resource_naming_22f917da.ResourceNamingType, result)
|
|
755
|
-
|
|
756
|
-
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
757
|
-
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
758
|
-
|
|
759
|
-
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
760
|
-
return not (rhs == self)
|
|
761
|
-
|
|
762
|
-
def __repr__(self) -> str:
|
|
763
|
-
return "ResourceAutoNaming(%s)" % ", ".join(
|
|
764
|
-
k + "=" + repr(v) for k, v in self._values.items()
|
|
765
|
-
)
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
@jsii.data_type(
|
|
769
|
-
jsii_type="@gammarers/aws-rds-database-running-schedule-stack.ResourceDefaultNaming",
|
|
770
|
-
jsii_struct_bases=[],
|
|
771
|
-
name_mapping={"type": "type"},
|
|
772
|
-
)
|
|
773
|
-
class ResourceDefaultNaming:
|
|
774
|
-
def __init__(
|
|
775
|
-
self,
|
|
776
|
-
*,
|
|
777
|
-
type: _gammarers_aws_resource_naming_22f917da.ResourceNamingType,
|
|
778
|
-
) -> None:
|
|
779
|
-
'''
|
|
780
|
-
:param type:
|
|
781
|
-
'''
|
|
782
|
-
if __debug__:
|
|
783
|
-
type_hints = typing.get_type_hints(_typecheckingstub__08eee8949091c1619dce16d697c87ad9762298a3aa2ce59914307ab1e4bd3489)
|
|
784
|
-
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
|
785
|
-
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
786
|
-
"type": type,
|
|
787
|
-
}
|
|
788
|
-
|
|
789
|
-
@builtins.property
|
|
790
|
-
def type(self) -> _gammarers_aws_resource_naming_22f917da.ResourceNamingType:
|
|
791
|
-
result = self._values.get("type")
|
|
792
|
-
assert result is not None, "Required property 'type' is missing"
|
|
793
|
-
return typing.cast(_gammarers_aws_resource_naming_22f917da.ResourceNamingType, result)
|
|
794
|
-
|
|
795
|
-
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
796
|
-
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
797
|
-
|
|
798
|
-
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
799
|
-
return not (rhs == self)
|
|
800
|
-
|
|
801
|
-
def __repr__(self) -> str:
|
|
802
|
-
return "ResourceDefaultNaming(%s)" % ", ".join(
|
|
803
|
-
k + "=" + repr(v) for k, v in self._values.items()
|
|
804
|
-
)
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
@jsii.enum(
|
|
808
|
-
jsii_type="@gammarers/aws-rds-database-running-schedule-stack.ResourceNamingType"
|
|
809
|
-
)
|
|
810
|
-
class ResourceNamingType(enum.Enum):
|
|
811
|
-
DEFAULT = "DEFAULT"
|
|
812
|
-
AUTO = "AUTO"
|
|
813
|
-
CUSTOM = "CUSTOM"
|
|
814
|
-
|
|
815
|
-
|
|
816
729
|
@jsii.data_type(
|
|
817
730
|
jsii_type="@gammarers/aws-rds-database-running-schedule-stack.ScheduleProperty",
|
|
818
731
|
jsii_struct_bases=[],
|
|
@@ -941,9 +854,6 @@ __all__ = [
|
|
|
941
854
|
"NotificationsProperty",
|
|
942
855
|
"RDSDatabaseRunningScheduleStack",
|
|
943
856
|
"RDSDatabaseRunningScheduleStackProps",
|
|
944
|
-
"ResourceAutoNaming",
|
|
945
|
-
"ResourceDefaultNaming",
|
|
946
|
-
"ResourceNamingType",
|
|
947
857
|
"ScheduleProperty",
|
|
948
858
|
"TargetResourceProperty",
|
|
949
859
|
]
|
|
@@ -1017,20 +927,6 @@ def _typecheckingstub__e3a02c77b05b4403ac204e4b21fbecf9f310b2adf40ef9f6754f8cde0
|
|
|
1017
927
|
"""Type checking stubs"""
|
|
1018
928
|
pass
|
|
1019
929
|
|
|
1020
|
-
def _typecheckingstub__220c43cfe1965f74e2757a96e891da0414dce16e78c3b9c70e0781b3359b3325(
|
|
1021
|
-
*,
|
|
1022
|
-
type: _gammarers_aws_resource_naming_22f917da.ResourceNamingType,
|
|
1023
|
-
) -> None:
|
|
1024
|
-
"""Type checking stubs"""
|
|
1025
|
-
pass
|
|
1026
|
-
|
|
1027
|
-
def _typecheckingstub__08eee8949091c1619dce16d697c87ad9762298a3aa2ce59914307ab1e4bd3489(
|
|
1028
|
-
*,
|
|
1029
|
-
type: _gammarers_aws_resource_naming_22f917da.ResourceNamingType,
|
|
1030
|
-
) -> None:
|
|
1031
|
-
"""Type checking stubs"""
|
|
1032
|
-
pass
|
|
1033
|
-
|
|
1034
930
|
def _typecheckingstub__698ada8cebb0f29cf7aa1b64e0b10a701ff87508b556665b4c2bae69b2799be8(
|
|
1035
931
|
*,
|
|
1036
932
|
timezone: builtins.str,
|
|
@@ -34,9 +34,9 @@ import gammarers.aws_resource_naming._jsii
|
|
|
34
34
|
|
|
35
35
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
36
36
|
"@gammarers/aws-rds-database-running-schedule-stack",
|
|
37
|
-
"2.3.
|
|
37
|
+
"2.3.1",
|
|
38
38
|
__name__[0:-6],
|
|
39
|
-
"aws-rds-database-running-schedule-stack@2.3.
|
|
39
|
+
"aws-rds-database-running-schedule-stack@2.3.1.jsii.tgz",
|
|
40
40
|
)
|
|
41
41
|
|
|
42
42
|
__all__ = [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: gammarers.aws-rds-database-running-schedule-stack
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.1
|
|
4
4
|
Summary: AWS RDS Database Running Scheduler
|
|
5
5
|
Home-page: https://github.com/gammarers/aws-rds-database-running-schedule-stack.git
|
|
6
6
|
Author: yicr<yicr@users.noreply.github.com>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
gammarers/aws_rds_database_running_schedule_stack/__init__.py,sha256=it7OkJZ3GaCQP-i_baxBbtGG5X2jMtj6WrTZ6PoLJxQ,50013
|
|
2
|
+
gammarers/aws_rds_database_running_schedule_stack/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
+
gammarers/aws_rds_database_running_schedule_stack/_jsii/__init__.py,sha256=I8bLEei2ngH5WfZj0CyTOr8m7KxfalIOw5cdL6xybU4,1556
|
|
4
|
+
gammarers/aws_rds_database_running_schedule_stack/_jsii/aws-rds-database-running-schedule-stack@2.3.1.jsii.tgz,sha256=xO4tIAostJczbWv-fTSGxYzMAsKkM8dO0x2ztFjNtX4,41835
|
|
5
|
+
gammarers.aws_rds_database_running_schedule_stack-2.3.1.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
|
6
|
+
gammarers.aws_rds_database_running_schedule_stack-2.3.1.dist-info/METADATA,sha256=apPC2Pbwk3xwLBcLQFEe5sYgSQRTrLWN3g2FeChxpNc,5370
|
|
7
|
+
gammarers.aws_rds_database_running_schedule_stack-2.3.1.dist-info/WHEEL,sha256=bFJAMchF8aTQGUgMZzHJyDDMPTO3ToJ7x23SLJa1SVo,92
|
|
8
|
+
gammarers.aws_rds_database_running_schedule_stack-2.3.1.dist-info/top_level.txt,sha256=aYHffMrt-8dtQoLeNk0M8OeqbA0a5gMcnNm5hL7OMHk,10
|
|
9
|
+
gammarers.aws_rds_database_running_schedule_stack-2.3.1.dist-info/RECORD,,
|
|
Binary file
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
gammarers/aws_rds_database_running_schedule_stack/__init__.py,sha256=bBV-hzArG1_593JjW-IjH2c8sNuvVyCHVZKUt0NJRu8,53582
|
|
2
|
-
gammarers/aws_rds_database_running_schedule_stack/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
-
gammarers/aws_rds_database_running_schedule_stack/_jsii/__init__.py,sha256=xyFhZTfJxBH7vpJgwc2pbKOfKnVfNovFvyefR2A9CiA,1556
|
|
4
|
-
gammarers/aws_rds_database_running_schedule_stack/_jsii/aws-rds-database-running-schedule-stack@2.3.0.jsii.tgz,sha256=6z2Vt3G7ACY2yGejgITVK46lLu-Xl6qjTR2nB65yfro,42430
|
|
5
|
-
gammarers.aws_rds_database_running_schedule_stack-2.3.0.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
|
6
|
-
gammarers.aws_rds_database_running_schedule_stack-2.3.0.dist-info/METADATA,sha256=-77l6ut8BUi9vHxFAoaS3vjdzKV4BZ8bhSeUM1sXpCk,5370
|
|
7
|
-
gammarers.aws_rds_database_running_schedule_stack-2.3.0.dist-info/WHEEL,sha256=bFJAMchF8aTQGUgMZzHJyDDMPTO3ToJ7x23SLJa1SVo,92
|
|
8
|
-
gammarers.aws_rds_database_running_schedule_stack-2.3.0.dist-info/top_level.txt,sha256=aYHffMrt-8dtQoLeNk0M8OeqbA0a5gMcnNm5hL7OMHk,10
|
|
9
|
-
gammarers.aws_rds_database_running_schedule_stack-2.3.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|