gammarers.aws-resource-naming 0.5.1__tar.gz → 0.6.1__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-resource-naming might be problematic. Click here for more details.
- {gammarers_aws_resource_naming-0.5.1/src/gammarers.aws_resource_naming.egg-info → gammarers_aws_resource_naming-0.6.1}/PKG-INFO +1 -1
- {gammarers_aws_resource_naming-0.5.1 → gammarers_aws_resource_naming-0.6.1}/setup.py +2 -2
- {gammarers_aws_resource_naming-0.5.1 → gammarers_aws_resource_naming-0.6.1}/src/gammarers/aws_resource_naming/_jsii/__init__.py +2 -2
- gammarers_aws_resource_naming-0.6.1/src/gammarers/aws_resource_naming/_jsii/aws-resource-naming@0.6.1.jsii.tgz +0 -0
- {gammarers_aws_resource_naming-0.5.1 → gammarers_aws_resource_naming-0.6.1}/src/gammarers/aws_resource_naming/resource_naming/__init__.py +21 -21
- {gammarers_aws_resource_naming-0.5.1 → gammarers_aws_resource_naming-0.6.1/src/gammarers.aws_resource_naming.egg-info}/PKG-INFO +1 -1
- {gammarers_aws_resource_naming-0.5.1 → gammarers_aws_resource_naming-0.6.1}/src/gammarers.aws_resource_naming.egg-info/SOURCES.txt +1 -1
- gammarers_aws_resource_naming-0.5.1/src/gammarers/aws_resource_naming/_jsii/aws-resource-naming@0.5.1.jsii.tgz +0 -0
- {gammarers_aws_resource_naming-0.5.1 → gammarers_aws_resource_naming-0.6.1}/LICENSE +0 -0
- {gammarers_aws_resource_naming-0.5.1 → gammarers_aws_resource_naming-0.6.1}/MANIFEST.in +0 -0
- {gammarers_aws_resource_naming-0.5.1 → gammarers_aws_resource_naming-0.6.1}/README.md +0 -0
- {gammarers_aws_resource_naming-0.5.1 → gammarers_aws_resource_naming-0.6.1}/pyproject.toml +0 -0
- {gammarers_aws_resource_naming-0.5.1 → gammarers_aws_resource_naming-0.6.1}/setup.cfg +0 -0
- {gammarers_aws_resource_naming-0.5.1 → gammarers_aws_resource_naming-0.6.1}/src/gammarers/aws_resource_naming/__init__.py +0 -0
- {gammarers_aws_resource_naming-0.5.1 → gammarers_aws_resource_naming-0.6.1}/src/gammarers/aws_resource_naming/py.typed +0 -0
- {gammarers_aws_resource_naming-0.5.1 → gammarers_aws_resource_naming-0.6.1}/src/gammarers.aws_resource_naming.egg-info/dependency_links.txt +0 -0
- {gammarers_aws_resource_naming-0.5.1 → gammarers_aws_resource_naming-0.6.1}/src/gammarers.aws_resource_naming.egg-info/requires.txt +0 -0
- {gammarers_aws_resource_naming-0.5.1 → gammarers_aws_resource_naming-0.6.1}/src/gammarers.aws_resource_naming.egg-info/top_level.txt +0 -0
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "gammarers.aws-resource-naming",
|
|
8
|
-
"version": "0.
|
|
8
|
+
"version": "0.6.1",
|
|
9
9
|
"description": "@gammarers/aws-resource-naming",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"url": "https://github.com/gammarers/aws-resource-naming.git",
|
|
@@ -27,7 +27,7 @@ kwargs = json.loads(
|
|
|
27
27
|
],
|
|
28
28
|
"package_data": {
|
|
29
29
|
"gammarers.aws_resource_naming._jsii": [
|
|
30
|
-
"aws-resource-naming@0.
|
|
30
|
+
"aws-resource-naming@0.6.1.jsii.tgz"
|
|
31
31
|
],
|
|
32
32
|
"gammarers.aws_resource_naming": [
|
|
33
33
|
"py.typed"
|
|
@@ -30,9 +30,9 @@ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing
|
|
|
30
30
|
|
|
31
31
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
32
32
|
"@gammarers/aws-resource-naming",
|
|
33
|
-
"0.
|
|
33
|
+
"0.6.1",
|
|
34
34
|
__name__[0:-6],
|
|
35
|
-
"aws-resource-naming@0.
|
|
35
|
+
"aws-resource-naming@0.6.1.jsii.tgz",
|
|
36
36
|
)
|
|
37
37
|
|
|
38
38
|
__all__ = [
|
|
Binary file
|
|
@@ -32,17 +32,17 @@ from .._jsii import *
|
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
@jsii.data_type(
|
|
35
|
-
jsii_type="@gammarers/aws-resource-naming.ResourceNaming.
|
|
35
|
+
jsii_type="@gammarers/aws-resource-naming.ResourceNaming.AutoNaming",
|
|
36
36
|
jsii_struct_bases=[],
|
|
37
37
|
name_mapping={"type": "type"},
|
|
38
38
|
)
|
|
39
|
-
class
|
|
39
|
+
class AutoNaming:
|
|
40
40
|
def __init__(self, *, type: "NamingType") -> None:
|
|
41
41
|
'''
|
|
42
42
|
:param type:
|
|
43
43
|
'''
|
|
44
44
|
if __debug__:
|
|
45
|
-
type_hints = typing.get_type_hints(
|
|
45
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d518bf12b9278312a7912345595a9ad5fb69dd947b23f1445449a336a3e8845c)
|
|
46
46
|
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
|
47
47
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
48
48
|
"type": type,
|
|
@@ -61,40 +61,33 @@ class DefaultNaming:
|
|
|
61
61
|
return not (rhs == self)
|
|
62
62
|
|
|
63
63
|
def __repr__(self) -> str:
|
|
64
|
-
return "
|
|
64
|
+
return "AutoNaming(%s)" % ", ".join(
|
|
65
65
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
66
66
|
)
|
|
67
67
|
|
|
68
68
|
|
|
69
|
-
@jsii.enum(jsii_type="@gammarers/aws-resource-naming.ResourceNaming.NamingType")
|
|
70
|
-
class NamingType(enum.Enum):
|
|
71
|
-
NO = "NO"
|
|
72
|
-
DEFAULT = "DEFAULT"
|
|
73
|
-
CUSTOM = "CUSTOM"
|
|
74
|
-
|
|
75
|
-
|
|
76
69
|
@jsii.data_type(
|
|
77
|
-
jsii_type="@gammarers/aws-resource-naming.ResourceNaming.
|
|
70
|
+
jsii_type="@gammarers/aws-resource-naming.ResourceNaming.DefaultNaming",
|
|
78
71
|
jsii_struct_bases=[],
|
|
79
72
|
name_mapping={"type": "type"},
|
|
80
73
|
)
|
|
81
|
-
class
|
|
82
|
-
def __init__(self, *, type: NamingType) -> None:
|
|
74
|
+
class DefaultNaming:
|
|
75
|
+
def __init__(self, *, type: "NamingType") -> None:
|
|
83
76
|
'''
|
|
84
77
|
:param type:
|
|
85
78
|
'''
|
|
86
79
|
if __debug__:
|
|
87
|
-
type_hints = typing.get_type_hints(
|
|
80
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a6fe688f7026700ff451ff908b5358d3e7292c007575b3de8dfbdfcbadcb332f)
|
|
88
81
|
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
|
89
82
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
90
83
|
"type": type,
|
|
91
84
|
}
|
|
92
85
|
|
|
93
86
|
@builtins.property
|
|
94
|
-
def type(self) -> NamingType:
|
|
87
|
+
def type(self) -> "NamingType":
|
|
95
88
|
result = self._values.get("type")
|
|
96
89
|
assert result is not None, "Required property 'type' is missing"
|
|
97
|
-
return typing.cast(NamingType, result)
|
|
90
|
+
return typing.cast("NamingType", result)
|
|
98
91
|
|
|
99
92
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
100
93
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -103,27 +96,34 @@ class NoNaming:
|
|
|
103
96
|
return not (rhs == self)
|
|
104
97
|
|
|
105
98
|
def __repr__(self) -> str:
|
|
106
|
-
return "
|
|
99
|
+
return "DefaultNaming(%s)" % ", ".join(
|
|
107
100
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
108
101
|
)
|
|
109
102
|
|
|
110
103
|
|
|
104
|
+
@jsii.enum(jsii_type="@gammarers/aws-resource-naming.ResourceNaming.NamingType")
|
|
105
|
+
class NamingType(enum.Enum):
|
|
106
|
+
DEFAULT = "DEFAULT"
|
|
107
|
+
AUTO = "AUTO"
|
|
108
|
+
CUSTOM = "CUSTOM"
|
|
109
|
+
|
|
110
|
+
|
|
111
111
|
__all__ = [
|
|
112
|
+
"AutoNaming",
|
|
112
113
|
"DefaultNaming",
|
|
113
114
|
"NamingType",
|
|
114
|
-
"NoNaming",
|
|
115
115
|
]
|
|
116
116
|
|
|
117
117
|
publication.publish()
|
|
118
118
|
|
|
119
|
-
def
|
|
119
|
+
def _typecheckingstub__d518bf12b9278312a7912345595a9ad5fb69dd947b23f1445449a336a3e8845c(
|
|
120
120
|
*,
|
|
121
121
|
type: NamingType,
|
|
122
122
|
) -> None:
|
|
123
123
|
"""Type checking stubs"""
|
|
124
124
|
pass
|
|
125
125
|
|
|
126
|
-
def
|
|
126
|
+
def _typecheckingstub__a6fe688f7026700ff451ff908b5358d3e7292c007575b3de8dfbdfcbadcb332f(
|
|
127
127
|
*,
|
|
128
128
|
type: NamingType,
|
|
129
129
|
) -> None:
|
|
@@ -11,5 +11,5 @@ src/gammarers.aws_resource_naming.egg-info/top_level.txt
|
|
|
11
11
|
src/gammarers/aws_resource_naming/__init__.py
|
|
12
12
|
src/gammarers/aws_resource_naming/py.typed
|
|
13
13
|
src/gammarers/aws_resource_naming/_jsii/__init__.py
|
|
14
|
-
src/gammarers/aws_resource_naming/_jsii/aws-resource-naming@0.
|
|
14
|
+
src/gammarers/aws_resource_naming/_jsii/aws-resource-naming@0.6.1.jsii.tgz
|
|
15
15
|
src/gammarers/aws_resource_naming/resource_naming/__init__.py
|
|
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
|
|
File without changes
|