gammarers.aws-rds-database-running-schedule-stack 2.4.10__tar.gz → 2.5.0__tar.gz
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-2.4.10/src/gammarers.aws_rds_database_running_schedule_stack.egg-info → gammarers_aws_rds_database_running_schedule_stack-2.5.0}/PKG-INFO +1 -1
- {gammarers_aws_rds_database_running_schedule_stack-2.4.10 → gammarers_aws_rds_database_running_schedule_stack-2.5.0}/setup.py +2 -2
- {gammarers_aws_rds_database_running_schedule_stack-2.4.10 → gammarers_aws_rds_database_running_schedule_stack-2.5.0}/src/gammarers/aws_rds_database_running_schedule_stack/__init__.py +46 -46
- {gammarers_aws_rds_database_running_schedule_stack-2.4.10 → gammarers_aws_rds_database_running_schedule_stack-2.5.0}/src/gammarers/aws_rds_database_running_schedule_stack/_jsii/__init__.py +2 -2
- gammarers_aws_rds_database_running_schedule_stack-2.5.0/src/gammarers/aws_rds_database_running_schedule_stack/_jsii/aws-rds-database-running-schedule-stack@2.5.0.jsii.tgz +0 -0
- {gammarers_aws_rds_database_running_schedule_stack-2.4.10 → gammarers_aws_rds_database_running_schedule_stack-2.5.0/src/gammarers.aws_rds_database_running_schedule_stack.egg-info}/PKG-INFO +1 -1
- {gammarers_aws_rds_database_running_schedule_stack-2.4.10 → gammarers_aws_rds_database_running_schedule_stack-2.5.0}/src/gammarers.aws_rds_database_running_schedule_stack.egg-info/SOURCES.txt +1 -1
- gammarers_aws_rds_database_running_schedule_stack-2.4.10/src/gammarers/aws_rds_database_running_schedule_stack/_jsii/aws-rds-database-running-schedule-stack@2.4.10.jsii.tgz +0 -0
- {gammarers_aws_rds_database_running_schedule_stack-2.4.10 → gammarers_aws_rds_database_running_schedule_stack-2.5.0}/LICENSE +0 -0
- {gammarers_aws_rds_database_running_schedule_stack-2.4.10 → gammarers_aws_rds_database_running_schedule_stack-2.5.0}/MANIFEST.in +0 -0
- {gammarers_aws_rds_database_running_schedule_stack-2.4.10 → gammarers_aws_rds_database_running_schedule_stack-2.5.0}/README.md +0 -0
- {gammarers_aws_rds_database_running_schedule_stack-2.4.10 → gammarers_aws_rds_database_running_schedule_stack-2.5.0}/pyproject.toml +0 -0
- {gammarers_aws_rds_database_running_schedule_stack-2.4.10 → gammarers_aws_rds_database_running_schedule_stack-2.5.0}/setup.cfg +0 -0
- {gammarers_aws_rds_database_running_schedule_stack-2.4.10 → gammarers_aws_rds_database_running_schedule_stack-2.5.0}/src/gammarers/aws_rds_database_running_schedule_stack/py.typed +0 -0
- {gammarers_aws_rds_database_running_schedule_stack-2.4.10 → gammarers_aws_rds_database_running_schedule_stack-2.5.0}/src/gammarers.aws_rds_database_running_schedule_stack.egg-info/dependency_links.txt +0 -0
- {gammarers_aws_rds_database_running_schedule_stack-2.4.10 → gammarers_aws_rds_database_running_schedule_stack-2.5.0}/src/gammarers.aws_rds_database_running_schedule_stack.egg-info/requires.txt +0 -0
- {gammarers_aws_rds_database_running_schedule_stack-2.4.10 → gammarers_aws_rds_database_running_schedule_stack-2.5.0}/src/gammarers.aws_rds_database_running_schedule_stack.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: gammarers.aws-rds-database-running-schedule-stack
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.5.0
|
|
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>
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "gammarers.aws-rds-database-running-schedule-stack",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.5.0",
|
|
9
9
|
"description": "AWS RDS Database Running Scheduler",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"url": "https://github.com/gammarers/aws-rds-database-running-schedule-stack.git",
|
|
@@ -26,7 +26,7 @@ kwargs = json.loads(
|
|
|
26
26
|
],
|
|
27
27
|
"package_data": {
|
|
28
28
|
"gammarers.aws_rds_database_running_schedule_stack._jsii": [
|
|
29
|
-
"aws-rds-database-running-schedule-stack@2.
|
|
29
|
+
"aws-rds-database-running-schedule-stack@2.5.0.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"gammarers.aws_rds_database_running_schedule_stack": [
|
|
32
32
|
"py.typed"
|
|
@@ -174,11 +174,11 @@ import gammarers.aws_resource_naming as _gammarers_aws_resource_naming_22f917da
|
|
|
174
174
|
|
|
175
175
|
|
|
176
176
|
@jsii.data_type(
|
|
177
|
-
jsii_type="@gammarers/aws-rds-database-running-schedule-stack.
|
|
177
|
+
jsii_type="@gammarers/aws-rds-database-running-schedule-stack.Notifications",
|
|
178
178
|
jsii_struct_bases=[],
|
|
179
179
|
name_mapping={"emails": "emails", "slack": "slack"},
|
|
180
180
|
)
|
|
181
|
-
class
|
|
181
|
+
class Notifications:
|
|
182
182
|
def __init__(
|
|
183
183
|
self,
|
|
184
184
|
*,
|
|
@@ -192,7 +192,7 @@ class NotificationsProperty:
|
|
|
192
192
|
if isinstance(slack, dict):
|
|
193
193
|
slack = Slack(**slack)
|
|
194
194
|
if __debug__:
|
|
195
|
-
type_hints = typing.get_type_hints(
|
|
195
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9263a5e99a8d2d6d95de03296670142a536b53c0f26d3bf3148db2380e5cd7fd)
|
|
196
196
|
check_type(argname="argument emails", value=emails, expected_type=type_hints["emails"])
|
|
197
197
|
check_type(argname="argument slack", value=slack, expected_type=type_hints["slack"])
|
|
198
198
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
@@ -218,7 +218,7 @@ class NotificationsProperty:
|
|
|
218
218
|
return not (rhs == self)
|
|
219
219
|
|
|
220
220
|
def __repr__(self) -> str:
|
|
221
|
-
return "
|
|
221
|
+
return "Notifications(%s)" % ", ".join(
|
|
222
222
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
223
223
|
)
|
|
224
224
|
|
|
@@ -233,12 +233,12 @@ class RDSDatabaseRunningScheduleStack(
|
|
|
233
233
|
scope: _constructs_77d1e7e8.Construct,
|
|
234
234
|
id: builtins.str,
|
|
235
235
|
*,
|
|
236
|
-
target_resource: typing.Union["
|
|
236
|
+
target_resource: typing.Union["TargetResource", typing.Dict[builtins.str, typing.Any]],
|
|
237
237
|
enable_scheduling: typing.Optional[builtins.bool] = None,
|
|
238
|
-
notifications: typing.Optional[typing.Union[
|
|
238
|
+
notifications: typing.Optional[typing.Union[Notifications, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
239
239
|
resource_naming_option: typing.Optional[typing.Union[typing.Union["ResourceCustomNaming", typing.Dict[builtins.str, typing.Any]], typing.Union[_gammarers_aws_resource_naming_22f917da.ResourceDefaultNaming, typing.Dict[builtins.str, typing.Any]], typing.Union[_gammarers_aws_resource_naming_22f917da.ResourceAutoNaming, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
240
|
-
start_schedule: typing.Optional[typing.Union["
|
|
241
|
-
stop_schedule: typing.Optional[typing.Union["
|
|
240
|
+
start_schedule: typing.Optional[typing.Union["Schedule", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
241
|
+
stop_schedule: typing.Optional[typing.Union["Schedule", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
242
242
|
analytics_reporting: typing.Optional[builtins.bool] = None,
|
|
243
243
|
cross_region_references: typing.Optional[builtins.bool] = None,
|
|
244
244
|
description: typing.Optional[builtins.str] = None,
|
|
@@ -332,12 +332,12 @@ class RDSDatabaseRunningScheduleStackProps(_aws_cdk_ceddda9d.StackProps):
|
|
|
332
332
|
synthesizer: typing.Optional[_aws_cdk_ceddda9d.IStackSynthesizer] = None,
|
|
333
333
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
334
334
|
termination_protection: typing.Optional[builtins.bool] = None,
|
|
335
|
-
target_resource: typing.Union["
|
|
335
|
+
target_resource: typing.Union["TargetResource", typing.Dict[builtins.str, typing.Any]],
|
|
336
336
|
enable_scheduling: typing.Optional[builtins.bool] = None,
|
|
337
|
-
notifications: typing.Optional[typing.Union[
|
|
337
|
+
notifications: typing.Optional[typing.Union[Notifications, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
338
338
|
resource_naming_option: typing.Optional[typing.Union[typing.Union["ResourceCustomNaming", typing.Dict[builtins.str, typing.Any]], typing.Union[_gammarers_aws_resource_naming_22f917da.ResourceDefaultNaming, typing.Dict[builtins.str, typing.Any]], typing.Union[_gammarers_aws_resource_naming_22f917da.ResourceAutoNaming, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
339
|
-
start_schedule: typing.Optional[typing.Union["
|
|
340
|
-
stop_schedule: typing.Optional[typing.Union["
|
|
339
|
+
start_schedule: typing.Optional[typing.Union["Schedule", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
340
|
+
stop_schedule: typing.Optional[typing.Union["Schedule", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
341
341
|
) -> None:
|
|
342
342
|
'''
|
|
343
343
|
:param analytics_reporting: Include runtime versioning information in this Stack. Default: ``analyticsReporting`` setting of containing ``App``, or value of 'aws:cdk:version-reporting' context key
|
|
@@ -360,13 +360,13 @@ class RDSDatabaseRunningScheduleStackProps(_aws_cdk_ceddda9d.StackProps):
|
|
|
360
360
|
if isinstance(env, dict):
|
|
361
361
|
env = _aws_cdk_ceddda9d.Environment(**env)
|
|
362
362
|
if isinstance(target_resource, dict):
|
|
363
|
-
target_resource =
|
|
363
|
+
target_resource = TargetResource(**target_resource)
|
|
364
364
|
if isinstance(notifications, dict):
|
|
365
|
-
notifications =
|
|
365
|
+
notifications = Notifications(**notifications)
|
|
366
366
|
if isinstance(start_schedule, dict):
|
|
367
|
-
start_schedule =
|
|
367
|
+
start_schedule = Schedule(**start_schedule)
|
|
368
368
|
if isinstance(stop_schedule, dict):
|
|
369
|
-
stop_schedule =
|
|
369
|
+
stop_schedule = Schedule(**stop_schedule)
|
|
370
370
|
if __debug__:
|
|
371
371
|
type_hints = typing.get_type_hints(_typecheckingstub__e3a02c77b05b4403ac204e4b21fbecf9f310b2adf40ef9f6754f8cde04bbb117)
|
|
372
372
|
check_type(argname="argument analytics_reporting", value=analytics_reporting, expected_type=type_hints["analytics_reporting"])
|
|
@@ -595,10 +595,10 @@ class RDSDatabaseRunningScheduleStackProps(_aws_cdk_ceddda9d.StackProps):
|
|
|
595
595
|
return typing.cast(typing.Optional[builtins.bool], result)
|
|
596
596
|
|
|
597
597
|
@builtins.property
|
|
598
|
-
def target_resource(self) -> "
|
|
598
|
+
def target_resource(self) -> "TargetResource":
|
|
599
599
|
result = self._values.get("target_resource")
|
|
600
600
|
assert result is not None, "Required property 'target_resource' is missing"
|
|
601
|
-
return typing.cast("
|
|
601
|
+
return typing.cast("TargetResource", result)
|
|
602
602
|
|
|
603
603
|
@builtins.property
|
|
604
604
|
def enable_scheduling(self) -> typing.Optional[builtins.bool]:
|
|
@@ -606,9 +606,9 @@ class RDSDatabaseRunningScheduleStackProps(_aws_cdk_ceddda9d.StackProps):
|
|
|
606
606
|
return typing.cast(typing.Optional[builtins.bool], result)
|
|
607
607
|
|
|
608
608
|
@builtins.property
|
|
609
|
-
def notifications(self) -> typing.Optional[
|
|
609
|
+
def notifications(self) -> typing.Optional[Notifications]:
|
|
610
610
|
result = self._values.get("notifications")
|
|
611
|
-
return typing.cast(typing.Optional[
|
|
611
|
+
return typing.cast(typing.Optional[Notifications], result)
|
|
612
612
|
|
|
613
613
|
@builtins.property
|
|
614
614
|
def resource_naming_option(
|
|
@@ -618,14 +618,14 @@ class RDSDatabaseRunningScheduleStackProps(_aws_cdk_ceddda9d.StackProps):
|
|
|
618
618
|
return typing.cast(typing.Optional[typing.Union["ResourceCustomNaming", _gammarers_aws_resource_naming_22f917da.ResourceDefaultNaming, _gammarers_aws_resource_naming_22f917da.ResourceAutoNaming]], result)
|
|
619
619
|
|
|
620
620
|
@builtins.property
|
|
621
|
-
def start_schedule(self) -> typing.Optional["
|
|
621
|
+
def start_schedule(self) -> typing.Optional["Schedule"]:
|
|
622
622
|
result = self._values.get("start_schedule")
|
|
623
|
-
return typing.cast(typing.Optional["
|
|
623
|
+
return typing.cast(typing.Optional["Schedule"], result)
|
|
624
624
|
|
|
625
625
|
@builtins.property
|
|
626
|
-
def stop_schedule(self) -> typing.Optional["
|
|
626
|
+
def stop_schedule(self) -> typing.Optional["Schedule"]:
|
|
627
627
|
result = self._values.get("stop_schedule")
|
|
628
|
-
return typing.cast(typing.Optional["
|
|
628
|
+
return typing.cast(typing.Optional["Schedule"], result)
|
|
629
629
|
|
|
630
630
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
631
631
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -758,7 +758,7 @@ class ResourceCustomNaming:
|
|
|
758
758
|
|
|
759
759
|
|
|
760
760
|
@jsii.data_type(
|
|
761
|
-
jsii_type="@gammarers/aws-rds-database-running-schedule-stack.
|
|
761
|
+
jsii_type="@gammarers/aws-rds-database-running-schedule-stack.Schedule",
|
|
762
762
|
jsii_struct_bases=[],
|
|
763
763
|
name_mapping={
|
|
764
764
|
"timezone": "timezone",
|
|
@@ -767,7 +767,7 @@ class ResourceCustomNaming:
|
|
|
767
767
|
"week": "week",
|
|
768
768
|
},
|
|
769
769
|
)
|
|
770
|
-
class
|
|
770
|
+
class Schedule:
|
|
771
771
|
def __init__(
|
|
772
772
|
self,
|
|
773
773
|
*,
|
|
@@ -783,7 +783,7 @@ class ScheduleProperty:
|
|
|
783
783
|
:param week:
|
|
784
784
|
'''
|
|
785
785
|
if __debug__:
|
|
786
|
-
type_hints = typing.get_type_hints(
|
|
786
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d16146a06536d251fa8a0d32c7168dec28863fd991067b1d7f83519b5884e78a)
|
|
787
787
|
check_type(argname="argument timezone", value=timezone, expected_type=type_hints["timezone"])
|
|
788
788
|
check_type(argname="argument hour", value=hour, expected_type=type_hints["hour"])
|
|
789
789
|
check_type(argname="argument minute", value=minute, expected_type=type_hints["minute"])
|
|
@@ -826,7 +826,7 @@ class ScheduleProperty:
|
|
|
826
826
|
return not (rhs == self)
|
|
827
827
|
|
|
828
828
|
def __repr__(self) -> str:
|
|
829
|
-
return "
|
|
829
|
+
return "Schedule(%s)" % ", ".join(
|
|
830
830
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
831
831
|
)
|
|
832
832
|
|
|
@@ -867,11 +867,11 @@ class Slack:
|
|
|
867
867
|
|
|
868
868
|
|
|
869
869
|
@jsii.data_type(
|
|
870
|
-
jsii_type="@gammarers/aws-rds-database-running-schedule-stack.
|
|
870
|
+
jsii_type="@gammarers/aws-rds-database-running-schedule-stack.TargetResource",
|
|
871
871
|
jsii_struct_bases=[],
|
|
872
872
|
name_mapping={"tag_key": "tagKey", "tag_values": "tagValues"},
|
|
873
873
|
)
|
|
874
|
-
class
|
|
874
|
+
class TargetResource:
|
|
875
875
|
def __init__(
|
|
876
876
|
self,
|
|
877
877
|
*,
|
|
@@ -883,7 +883,7 @@ class TargetResourceProperty:
|
|
|
883
883
|
:param tag_values:
|
|
884
884
|
'''
|
|
885
885
|
if __debug__:
|
|
886
|
-
type_hints = typing.get_type_hints(
|
|
886
|
+
type_hints = typing.get_type_hints(_typecheckingstub__192bfa0133591042d61f7c1a7f90b1b3ecc87a45a8b8683ab7ea2019d61bd5c2)
|
|
887
887
|
check_type(argname="argument tag_key", value=tag_key, expected_type=type_hints["tag_key"])
|
|
888
888
|
check_type(argname="argument tag_values", value=tag_values, expected_type=type_hints["tag_values"])
|
|
889
889
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
@@ -910,24 +910,24 @@ class TargetResourceProperty:
|
|
|
910
910
|
return not (rhs == self)
|
|
911
911
|
|
|
912
912
|
def __repr__(self) -> str:
|
|
913
|
-
return "
|
|
913
|
+
return "TargetResource(%s)" % ", ".join(
|
|
914
914
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
915
915
|
)
|
|
916
916
|
|
|
917
917
|
|
|
918
918
|
__all__ = [
|
|
919
|
-
"
|
|
919
|
+
"Notifications",
|
|
920
920
|
"RDSDatabaseRunningScheduleStack",
|
|
921
921
|
"RDSDatabaseRunningScheduleStackProps",
|
|
922
922
|
"ResourceCustomNaming",
|
|
923
|
-
"
|
|
923
|
+
"Schedule",
|
|
924
924
|
"Slack",
|
|
925
|
-
"
|
|
925
|
+
"TargetResource",
|
|
926
926
|
]
|
|
927
927
|
|
|
928
928
|
publication.publish()
|
|
929
929
|
|
|
930
|
-
def
|
|
930
|
+
def _typecheckingstub__9263a5e99a8d2d6d95de03296670142a536b53c0f26d3bf3148db2380e5cd7fd(
|
|
931
931
|
*,
|
|
932
932
|
emails: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
933
933
|
slack: typing.Optional[typing.Union[Slack, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
@@ -939,12 +939,12 @@ def _typecheckingstub__c1280dc248fa00837f0fd9aade32e57cf0658d41b8f0e88b4b0468581
|
|
|
939
939
|
scope: _constructs_77d1e7e8.Construct,
|
|
940
940
|
id: builtins.str,
|
|
941
941
|
*,
|
|
942
|
-
target_resource: typing.Union[
|
|
942
|
+
target_resource: typing.Union[TargetResource, typing.Dict[builtins.str, typing.Any]],
|
|
943
943
|
enable_scheduling: typing.Optional[builtins.bool] = None,
|
|
944
|
-
notifications: typing.Optional[typing.Union[
|
|
944
|
+
notifications: typing.Optional[typing.Union[Notifications, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
945
945
|
resource_naming_option: typing.Optional[typing.Union[typing.Union[ResourceCustomNaming, typing.Dict[builtins.str, typing.Any]], typing.Union[_gammarers_aws_resource_naming_22f917da.ResourceDefaultNaming, typing.Dict[builtins.str, typing.Any]], typing.Union[_gammarers_aws_resource_naming_22f917da.ResourceAutoNaming, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
946
|
-
start_schedule: typing.Optional[typing.Union[
|
|
947
|
-
stop_schedule: typing.Optional[typing.Union[
|
|
946
|
+
start_schedule: typing.Optional[typing.Union[Schedule, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
947
|
+
stop_schedule: typing.Optional[typing.Union[Schedule, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
948
948
|
analytics_reporting: typing.Optional[builtins.bool] = None,
|
|
949
949
|
cross_region_references: typing.Optional[builtins.bool] = None,
|
|
950
950
|
description: typing.Optional[builtins.str] = None,
|
|
@@ -971,12 +971,12 @@ def _typecheckingstub__e3a02c77b05b4403ac204e4b21fbecf9f310b2adf40ef9f6754f8cde0
|
|
|
971
971
|
synthesizer: typing.Optional[_aws_cdk_ceddda9d.IStackSynthesizer] = None,
|
|
972
972
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
973
973
|
termination_protection: typing.Optional[builtins.bool] = None,
|
|
974
|
-
target_resource: typing.Union[
|
|
974
|
+
target_resource: typing.Union[TargetResource, typing.Dict[builtins.str, typing.Any]],
|
|
975
975
|
enable_scheduling: typing.Optional[builtins.bool] = None,
|
|
976
|
-
notifications: typing.Optional[typing.Union[
|
|
976
|
+
notifications: typing.Optional[typing.Union[Notifications, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
977
977
|
resource_naming_option: typing.Optional[typing.Union[typing.Union[ResourceCustomNaming, typing.Dict[builtins.str, typing.Any]], typing.Union[_gammarers_aws_resource_naming_22f917da.ResourceDefaultNaming, typing.Dict[builtins.str, typing.Any]], typing.Union[_gammarers_aws_resource_naming_22f917da.ResourceAutoNaming, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
978
|
-
start_schedule: typing.Optional[typing.Union[
|
|
979
|
-
stop_schedule: typing.Optional[typing.Union[
|
|
978
|
+
start_schedule: typing.Optional[typing.Union[Schedule, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
979
|
+
stop_schedule: typing.Optional[typing.Union[Schedule, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
980
980
|
) -> None:
|
|
981
981
|
"""Type checking stubs"""
|
|
982
982
|
pass
|
|
@@ -995,7 +995,7 @@ def _typecheckingstub__ba4c86401fc5845d6cceae6ebdfee1c87de413af5b5b3e7bf678da244
|
|
|
995
995
|
"""Type checking stubs"""
|
|
996
996
|
pass
|
|
997
997
|
|
|
998
|
-
def
|
|
998
|
+
def _typecheckingstub__d16146a06536d251fa8a0d32c7168dec28863fd991067b1d7f83519b5884e78a(
|
|
999
999
|
*,
|
|
1000
1000
|
timezone: builtins.str,
|
|
1001
1001
|
hour: typing.Optional[builtins.str] = None,
|
|
@@ -1012,7 +1012,7 @@ def _typecheckingstub__64a111b67af0ecdd544805a4aba8d4f776983826c5367073227bd499d
|
|
|
1012
1012
|
"""Type checking stubs"""
|
|
1013
1013
|
pass
|
|
1014
1014
|
|
|
1015
|
-
def
|
|
1015
|
+
def _typecheckingstub__192bfa0133591042d61f7c1a7f90b1b3ecc87a45a8b8683ab7ea2019d61bd5c2(
|
|
1016
1016
|
*,
|
|
1017
1017
|
tag_key: builtins.str,
|
|
1018
1018
|
tag_values: typing.Sequence[builtins.str],
|
|
@@ -35,9 +35,9 @@ import gammarers.aws_sns_slack_message_lambda_subscription._jsii
|
|
|
35
35
|
|
|
36
36
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
37
37
|
"@gammarers/aws-rds-database-running-schedule-stack",
|
|
38
|
-
"2.
|
|
38
|
+
"2.5.0",
|
|
39
39
|
__name__[0:-6],
|
|
40
|
-
"aws-rds-database-running-schedule-stack@2.
|
|
40
|
+
"aws-rds-database-running-schedule-stack@2.5.0.jsii.tgz",
|
|
41
41
|
)
|
|
42
42
|
|
|
43
43
|
__all__ = [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: gammarers.aws-rds-database-running-schedule-stack
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.5.0
|
|
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>
|
|
@@ -11,4 +11,4 @@ src/gammarers.aws_rds_database_running_schedule_stack.egg-info/top_level.txt
|
|
|
11
11
|
src/gammarers/aws_rds_database_running_schedule_stack/__init__.py
|
|
12
12
|
src/gammarers/aws_rds_database_running_schedule_stack/py.typed
|
|
13
13
|
src/gammarers/aws_rds_database_running_schedule_stack/_jsii/__init__.py
|
|
14
|
-
src/gammarers/aws_rds_database_running_schedule_stack/_jsii/aws-rds-database-running-schedule-stack@2.
|
|
14
|
+
src/gammarers/aws_rds_database_running_schedule_stack/_jsii/aws-rds-database-running-schedule-stack@2.5.0.jsii.tgz
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|