gammarers.aws-resource-naming 0.8.2__py3-none-any.whl → 0.9.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 gammarers.aws-resource-naming might be problematic. Click here for more details.

@@ -34,76 +34,6 @@ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing
34
34
  from ._jsii import *
35
35
 
36
36
 
37
- @jsii.data_type(
38
- jsii_type="@gammarers/aws-resource-naming.ResourceAutoNaming",
39
- jsii_struct_bases=[],
40
- name_mapping={"type": "type"},
41
- )
42
- class ResourceAutoNaming:
43
- def __init__(self, *, type: "ResourceNamingType") -> None:
44
- '''
45
- :param type:
46
- '''
47
- if __debug__:
48
- type_hints = typing.get_type_hints(_typecheckingstub__28a02cc4583d76f3b0ceec83bb5e1ca2058c297411271cbd1600630d3d3d653c)
49
- check_type(argname="argument type", value=type, expected_type=type_hints["type"])
50
- self._values: typing.Dict[builtins.str, typing.Any] = {
51
- "type": type,
52
- }
53
-
54
- @builtins.property
55
- def type(self) -> "ResourceNamingType":
56
- result = self._values.get("type")
57
- assert result is not None, "Required property 'type' is missing"
58
- return typing.cast("ResourceNamingType", result)
59
-
60
- def __eq__(self, rhs: typing.Any) -> builtins.bool:
61
- return isinstance(rhs, self.__class__) and rhs._values == self._values
62
-
63
- def __ne__(self, rhs: typing.Any) -> builtins.bool:
64
- return not (rhs == self)
65
-
66
- def __repr__(self) -> str:
67
- return "ResourceAutoNaming(%s)" % ", ".join(
68
- k + "=" + repr(v) for k, v in self._values.items()
69
- )
70
-
71
-
72
- @jsii.data_type(
73
- jsii_type="@gammarers/aws-resource-naming.ResourceDefaultNaming",
74
- jsii_struct_bases=[],
75
- name_mapping={"type": "type"},
76
- )
77
- class ResourceDefaultNaming:
78
- def __init__(self, *, type: "ResourceNamingType") -> None:
79
- '''
80
- :param type:
81
- '''
82
- if __debug__:
83
- type_hints = typing.get_type_hints(_typecheckingstub__57fa6963424c8053c6ca770b74abe39433f08e92d66cd14d915200de0b3692a3)
84
- check_type(argname="argument type", value=type, expected_type=type_hints["type"])
85
- self._values: typing.Dict[builtins.str, typing.Any] = {
86
- "type": type,
87
- }
88
-
89
- @builtins.property
90
- def type(self) -> "ResourceNamingType":
91
- result = self._values.get("type")
92
- assert result is not None, "Required property 'type' is missing"
93
- return typing.cast("ResourceNamingType", result)
94
-
95
- def __eq__(self, rhs: typing.Any) -> builtins.bool:
96
- return isinstance(rhs, self.__class__) and rhs._values == self._values
97
-
98
- def __ne__(self, rhs: typing.Any) -> builtins.bool:
99
- return not (rhs == self)
100
-
101
- def __repr__(self) -> str:
102
- return "ResourceDefaultNaming(%s)" % ", ".join(
103
- k + "=" + repr(v) for k, v in self._values.items()
104
- )
105
-
106
-
107
37
  @jsii.enum(jsii_type="@gammarers/aws-resource-naming.ResourceNamingType")
108
38
  class ResourceNamingType(enum.Enum):
109
39
  DEFAULT = "DEFAULT"
@@ -112,23 +42,7 @@ class ResourceNamingType(enum.Enum):
112
42
 
113
43
 
114
44
  __all__ = [
115
- "ResourceAutoNaming",
116
- "ResourceDefaultNaming",
117
45
  "ResourceNamingType",
118
46
  ]
119
47
 
120
48
  publication.publish()
121
-
122
- def _typecheckingstub__28a02cc4583d76f3b0ceec83bb5e1ca2058c297411271cbd1600630d3d3d653c(
123
- *,
124
- type: ResourceNamingType,
125
- ) -> None:
126
- """Type checking stubs"""
127
- pass
128
-
129
- def _typecheckingstub__57fa6963424c8053c6ca770b74abe39433f08e92d66cd14d915200de0b3692a3(
130
- *,
131
- type: ResourceNamingType,
132
- ) -> None:
133
- """Type checking stubs"""
134
- pass
@@ -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.8.2",
33
+ "0.9.0",
34
34
  __name__[0:-6],
35
- "aws-resource-naming@0.8.2.jsii.tgz",
35
+ "aws-resource-naming@0.9.0.jsii.tgz",
36
36
  )
37
37
 
38
38
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gammarers.aws-resource-naming
3
- Version: 0.8.2
3
+ Version: 0.9.0
4
4
  Summary: @gammarers/aws-resource-naming
5
5
  Home-page: https://github.com/gammarers/aws-resource-naming.git
6
6
  Author: yicr<yicr@users.noreply.github.com>
@@ -20,7 +20,7 @@ Classifier: License :: OSI Approved
20
20
  Requires-Python: ~=3.8
21
21
  Description-Content-Type: text/markdown
22
22
  License-File: LICENSE
23
- Requires-Dist: jsii<2.0.0,>=1.104.0
23
+ Requires-Dist: jsii<2.0.0,>=1.105.0
24
24
  Requires-Dist: publication>=0.0.3
25
25
  Requires-Dist: typeguard<4.3.0,>=2.13.3
26
26
 
@@ -0,0 +1,9 @@
1
+ gammarers/aws_resource_naming/__init__.py,sha256=Gu0T5zfDFnLZylpYQ9qoEC7RUmUtJbQWawCef2UfptY,1499
2
+ gammarers/aws_resource_naming/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
3
+ gammarers/aws_resource_naming/_jsii/__init__.py,sha256=5jnKRKf45fWhrBB0l6-o2sfNShBGBd_sm5FMPPlU_i4,1427
4
+ gammarers/aws_resource_naming/_jsii/aws-resource-naming@0.9.0.jsii.tgz,sha256=ooIuD_f3b54_b0v5xeyn6J2xv7qgj8MMyvr-CNXD62I,10382
5
+ gammarers.aws_resource_naming-0.9.0.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
6
+ gammarers.aws_resource_naming-0.9.0.dist-info/METADATA,sha256=2V18RU3yCVSuo_mL5-86ukgkhq36OUbYvU34OX1ALqA,1049
7
+ gammarers.aws_resource_naming-0.9.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
8
+ gammarers.aws_resource_naming-0.9.0.dist-info/top_level.txt,sha256=aYHffMrt-8dtQoLeNk0M8OeqbA0a5gMcnNm5hL7OMHk,10
9
+ gammarers.aws_resource_naming-0.9.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.45.0)
2
+ Generator: bdist_wheel (0.45.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,9 +0,0 @@
1
- gammarers/aws_resource_naming/__init__.py,sha256=PB1eZ5QQUEQeZdilWl1remjSN_l3rpKtZOUPYtEg6NQ,4429
2
- gammarers/aws_resource_naming/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
3
- gammarers/aws_resource_naming/_jsii/__init__.py,sha256=0ZXTwpN51NAuH14OO-iX7jVw-zFd0GUKB8b2kRZPXQY,1427
4
- gammarers/aws_resource_naming/_jsii/aws-resource-naming@0.8.2.jsii.tgz,sha256=8Gp9Z2QpHRm4E0iZ7OkBfC3rzGoEd7VkCeWJPBwTQtg,10877
5
- gammarers.aws_resource_naming-0.8.2.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
6
- gammarers.aws_resource_naming-0.8.2.dist-info/METADATA,sha256=2PUjDUUgdF1ThX8liGFz2LKRDBJHrIMwe6rMiiokx-E,1049
7
- gammarers.aws_resource_naming-0.8.2.dist-info/WHEEL,sha256=bFJAMchF8aTQGUgMZzHJyDDMPTO3ToJ7x23SLJa1SVo,92
8
- gammarers.aws_resource_naming-0.8.2.dist-info/top_level.txt,sha256=aYHffMrt-8dtQoLeNk0M8OeqbA0a5gMcnNm5hL7OMHk,10
9
- gammarers.aws_resource_naming-0.8.2.dist-info/RECORD,,