robhan-cdk-lib.aws-aps 0.0.0__tar.gz → 0.0.2__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 robhan-cdk-lib.aws-aps might be problematic. Click here for more details.
- {robhan_cdk_lib_aws_aps-0.0.0/src/robhan_cdk_lib.aws_aps.egg-info → robhan_cdk_lib_aws_aps-0.0.2}/PKG-INFO +2 -2
- {robhan_cdk_lib_aws_aps-0.0.0 → robhan_cdk_lib_aws_aps-0.0.2}/pyproject.toml +1 -1
- {robhan_cdk_lib_aws_aps-0.0.0 → robhan_cdk_lib_aws_aps-0.0.2}/setup.py +3 -3
- {robhan_cdk_lib_aws_aps-0.0.0 → robhan_cdk_lib_aws_aps-0.0.2}/src/robhan_cdk_lib/aws_aps/__init__.py +10 -10
- {robhan_cdk_lib_aws_aps-0.0.0 → robhan_cdk_lib_aws_aps-0.0.2}/src/robhan_cdk_lib/aws_aps/_jsii/__init__.py +1 -1
- robhan_cdk_lib_aws_aps-0.0.2/src/robhan_cdk_lib/aws_aps/_jsii/aws_aps@0.0.2.jsii.tgz +0 -0
- {robhan_cdk_lib_aws_aps-0.0.0 → robhan_cdk_lib_aws_aps-0.0.2/src/robhan_cdk_lib.aws_aps.egg-info}/PKG-INFO +2 -2
- {robhan_cdk_lib_aws_aps-0.0.0 → robhan_cdk_lib_aws_aps-0.0.2}/src/robhan_cdk_lib.aws_aps.egg-info/SOURCES.txt +1 -1
- {robhan_cdk_lib_aws_aps-0.0.0 → robhan_cdk_lib_aws_aps-0.0.2}/src/robhan_cdk_lib.aws_aps.egg-info/requires.txt +1 -1
- robhan_cdk_lib_aws_aps-0.0.0/src/robhan_cdk_lib/aws_aps/_jsii/aws_aps@0.0.0.jsii.tgz +0 -0
- {robhan_cdk_lib_aws_aps-0.0.0 → robhan_cdk_lib_aws_aps-0.0.2}/LICENSE +0 -0
- {robhan_cdk_lib_aws_aps-0.0.0 → robhan_cdk_lib_aws_aps-0.0.2}/MANIFEST.in +0 -0
- {robhan_cdk_lib_aws_aps-0.0.0 → robhan_cdk_lib_aws_aps-0.0.2}/README.md +0 -0
- {robhan_cdk_lib_aws_aps-0.0.0 → robhan_cdk_lib_aws_aps-0.0.2}/setup.cfg +0 -0
- {robhan_cdk_lib_aws_aps-0.0.0 → robhan_cdk_lib_aws_aps-0.0.2}/src/robhan_cdk_lib/aws_aps/py.typed +0 -0
- {robhan_cdk_lib_aws_aps-0.0.0 → robhan_cdk_lib_aws_aps-0.0.2}/src/robhan_cdk_lib.aws_aps.egg-info/dependency_links.txt +0 -0
- {robhan_cdk_lib_aws_aps-0.0.0 → robhan_cdk_lib_aws_aps-0.0.2}/src/robhan_cdk_lib.aws_aps.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: robhan_cdk_lib.aws_aps
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.2
|
|
4
4
|
Summary: AWS CDK Construct Library for Amazon Managed Service for Prometheus
|
|
5
5
|
Home-page: https://github.com/robert-hanuschke/cdk-aws_aps
|
|
6
6
|
Author: Robert Hanuschke<robhan-cdk-lib@hanuschke.eu>
|
|
@@ -21,7 +21,7 @@ Description-Content-Type: text/markdown
|
|
|
21
21
|
License-File: LICENSE
|
|
22
22
|
Requires-Dist: aws-cdk-lib<3.0.0,>=2.201.0
|
|
23
23
|
Requires-Dist: constructs<11.0.0,>=10.0.5
|
|
24
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
24
|
+
Requires-Dist: jsii<2.0.0,>=1.113.0
|
|
25
25
|
Requires-Dist: publication>=0.0.3
|
|
26
26
|
Requires-Dist: robhan_cdk_lib.utils<0.0.11,>=0.0.10
|
|
27
27
|
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "robhan_cdk_lib.aws_aps",
|
|
8
|
-
"version": "0.0.
|
|
8
|
+
"version": "0.0.2",
|
|
9
9
|
"description": "AWS CDK Construct Library for Amazon Managed Service for Prometheus",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"url": "https://github.com/robert-hanuschke/cdk-aws_aps",
|
|
@@ -26,7 +26,7 @@ kwargs = json.loads(
|
|
|
26
26
|
],
|
|
27
27
|
"package_data": {
|
|
28
28
|
"robhan_cdk_lib.aws_aps._jsii": [
|
|
29
|
-
"aws_aps@0.0.
|
|
29
|
+
"aws_aps@0.0.2.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"robhan_cdk_lib.aws_aps": [
|
|
32
32
|
"py.typed"
|
|
@@ -36,7 +36,7 @@ kwargs = json.loads(
|
|
|
36
36
|
"install_requires": [
|
|
37
37
|
"aws-cdk-lib>=2.201.0, <3.0.0",
|
|
38
38
|
"constructs>=10.0.5, <11.0.0",
|
|
39
|
-
"jsii>=1.
|
|
39
|
+
"jsii>=1.113.0, <2.0.0",
|
|
40
40
|
"publication>=0.0.3",
|
|
41
41
|
"robhan_cdk_lib.utils>=0.0.10, <0.0.11",
|
|
42
42
|
"typeguard>=2.13.3,<4.3.0"
|
{robhan_cdk_lib_aws_aps-0.0.0 → robhan_cdk_lib_aws_aps-0.0.2}/src/robhan_cdk_lib/aws_aps/__init__.py
RENAMED
|
@@ -2344,9 +2344,9 @@ class Scraper(
|
|
|
2344
2344
|
|
|
2345
2345
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2346
2346
|
|
|
2347
|
-
@jsii.member(jsii_name="
|
|
2347
|
+
@jsii.member(jsii_name="fromScraperAttributes")
|
|
2348
2348
|
@builtins.classmethod
|
|
2349
|
-
def
|
|
2349
|
+
def from_scraper_attributes(
|
|
2350
2350
|
cls,
|
|
2351
2351
|
scope: _constructs_77d1e7e8.Construct,
|
|
2352
2352
|
id: builtins.str,
|
|
@@ -2369,7 +2369,7 @@ class Scraper(
|
|
|
2369
2369
|
:param role_configuration: The role configuration in an Amazon Managed Service for Prometheus scraper.
|
|
2370
2370
|
'''
|
|
2371
2371
|
if __debug__:
|
|
2372
|
-
type_hints = typing.get_type_hints(
|
|
2372
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a782eecfe3a632aac5c0103f9029c7ec8a0b5f2ac8b500e9a0257a762eda243d)
|
|
2373
2373
|
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2374
2374
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2375
2375
|
attrs = ScraperAttributes(
|
|
@@ -2381,7 +2381,7 @@ class Scraper(
|
|
|
2381
2381
|
role_configuration=role_configuration,
|
|
2382
2382
|
)
|
|
2383
2383
|
|
|
2384
|
-
return typing.cast(IScraper, jsii.sinvoke(cls, "
|
|
2384
|
+
return typing.cast(IScraper, jsii.sinvoke(cls, "fromScraperAttributes", [scope, id, attrs]))
|
|
2385
2385
|
|
|
2386
2386
|
@jsii.member(jsii_name="isScraper")
|
|
2387
2387
|
@builtins.classmethod
|
|
@@ -2479,9 +2479,9 @@ class Workspace(
|
|
|
2479
2479
|
|
|
2480
2480
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2481
2481
|
|
|
2482
|
-
@jsii.member(jsii_name="
|
|
2482
|
+
@jsii.member(jsii_name="fromWorkspaceAttributes")
|
|
2483
2483
|
@builtins.classmethod
|
|
2484
|
-
def
|
|
2484
|
+
def from_workspace_attributes(
|
|
2485
2485
|
cls,
|
|
2486
2486
|
scope: _constructs_77d1e7e8.Construct,
|
|
2487
2487
|
id: builtins.str,
|
|
@@ -2506,7 +2506,7 @@ class Workspace(
|
|
|
2506
2506
|
:param workspace_configuration: Use this structure to define label sets and the ingestion limits for time series that match label sets, and to specify the retention period of the workspace.
|
|
2507
2507
|
'''
|
|
2508
2508
|
if __debug__:
|
|
2509
|
-
type_hints = typing.get_type_hints(
|
|
2509
|
+
type_hints = typing.get_type_hints(_typecheckingstub__06e9f0a4ada069956fea79835fad029b7339fca1059f54a6118f01854e5e44ed)
|
|
2510
2510
|
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2511
2511
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2512
2512
|
attrs = WorkspaceAttributes(
|
|
@@ -2519,7 +2519,7 @@ class Workspace(
|
|
|
2519
2519
|
workspace_configuration=workspace_configuration,
|
|
2520
2520
|
)
|
|
2521
2521
|
|
|
2522
|
-
return typing.cast(IWorkspace, jsii.sinvoke(cls, "
|
|
2522
|
+
return typing.cast(IWorkspace, jsii.sinvoke(cls, "fromWorkspaceAttributes", [scope, id, attrs]))
|
|
2523
2523
|
|
|
2524
2524
|
@jsii.member(jsii_name="isWorkspace")
|
|
2525
2525
|
@builtins.classmethod
|
|
@@ -2898,7 +2898,7 @@ def _typecheckingstub__420a8a3c500b6acbf7b84e9b716db0e0256ad4fe2f714daf764abfebb
|
|
|
2898
2898
|
"""Type checking stubs"""
|
|
2899
2899
|
pass
|
|
2900
2900
|
|
|
2901
|
-
def
|
|
2901
|
+
def _typecheckingstub__a782eecfe3a632aac5c0103f9029c7ec8a0b5f2ac8b500e9a0257a762eda243d(
|
|
2902
2902
|
scope: _constructs_77d1e7e8.Construct,
|
|
2903
2903
|
id: builtins.str,
|
|
2904
2904
|
*,
|
|
@@ -2932,7 +2932,7 @@ def _typecheckingstub__fce396480613eba99c44ddbc02181012d71649d36c3a0187e9437c526
|
|
|
2932
2932
|
"""Type checking stubs"""
|
|
2933
2933
|
pass
|
|
2934
2934
|
|
|
2935
|
-
def
|
|
2935
|
+
def _typecheckingstub__06e9f0a4ada069956fea79835fad029b7339fca1059f54a6118f01854e5e44ed(
|
|
2936
2936
|
scope: _constructs_77d1e7e8.Construct,
|
|
2937
2937
|
id: builtins.str,
|
|
2938
2938
|
*,
|
|
@@ -33,7 +33,7 @@ import constructs._jsii
|
|
|
33
33
|
import robhan_cdk_lib.utils._jsii
|
|
34
34
|
|
|
35
35
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
36
|
-
"@robhan-cdk-lib/aws_aps", "0.0.
|
|
36
|
+
"@robhan-cdk-lib/aws_aps", "0.0.2", __name__[0:-6], "aws_aps@0.0.2.jsii.tgz"
|
|
37
37
|
)
|
|
38
38
|
|
|
39
39
|
__all__ = [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: robhan_cdk_lib.aws_aps
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.2
|
|
4
4
|
Summary: AWS CDK Construct Library for Amazon Managed Service for Prometheus
|
|
5
5
|
Home-page: https://github.com/robert-hanuschke/cdk-aws_aps
|
|
6
6
|
Author: Robert Hanuschke<robhan-cdk-lib@hanuschke.eu>
|
|
@@ -21,7 +21,7 @@ Description-Content-Type: text/markdown
|
|
|
21
21
|
License-File: LICENSE
|
|
22
22
|
Requires-Dist: aws-cdk-lib<3.0.0,>=2.201.0
|
|
23
23
|
Requires-Dist: constructs<11.0.0,>=10.0.5
|
|
24
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
24
|
+
Requires-Dist: jsii<2.0.0,>=1.113.0
|
|
25
25
|
Requires-Dist: publication>=0.0.3
|
|
26
26
|
Requires-Dist: robhan_cdk_lib.utils<0.0.11,>=0.0.10
|
|
27
27
|
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
@@ -11,4 +11,4 @@ src/robhan_cdk_lib.aws_aps.egg-info/top_level.txt
|
|
|
11
11
|
src/robhan_cdk_lib/aws_aps/__init__.py
|
|
12
12
|
src/robhan_cdk_lib/aws_aps/py.typed
|
|
13
13
|
src/robhan_cdk_lib/aws_aps/_jsii/__init__.py
|
|
14
|
-
src/robhan_cdk_lib/aws_aps/_jsii/aws_aps@0.0.
|
|
14
|
+
src/robhan_cdk_lib/aws_aps/_jsii/aws_aps@0.0.2.jsii.tgz
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{robhan_cdk_lib_aws_aps-0.0.0 → robhan_cdk_lib_aws_aps-0.0.2}/src/robhan_cdk_lib/aws_aps/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|