methodaws 0.0.41__tar.gz → 0.0.42__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.
- {methodaws-0.0.41 → methodaws-0.0.42}/PKG-INFO +1 -1
- {methodaws-0.0.41 → methodaws-0.0.42}/pyproject.toml +1 -1
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/__init__.py +2 -26
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/__init__.py +2 -29
- methodaws-0.0.42/src/methodaws/resources/route_53/__init__.py +35 -0
- methodaws-0.0.42/src/methodaws/resources/route_53/resources/__init__.py +35 -0
- methodaws-0.0.42/src/methodaws/resources/route_53/resources/enumerate/__init__.py +31 -0
- methodaws-0.0.42/src/methodaws/resources/route_53/resources/enumerate/alias_target.py +19 -0
- methodaws-0.0.42/src/methodaws/resources/route_53/resources/enumerate/cidr_routing.py +18 -0
- methodaws-0.0.42/src/methodaws/resources/route_53/resources/enumerate/enriched_hosted_zone.py +20 -0
- methodaws-0.0.42/src/methodaws/resources/route_53/resources/enumerate/geo_location.py +19 -0
- methodaws-0.0.42/src/methodaws/resources/route_53/resources/enumerate/hosted_zone.py +18 -0
- methodaws-0.0.42/src/methodaws/resources/route_53/resources/enumerate/hosted_zone_details.py +24 -0
- methodaws-0.0.42/src/methodaws/resources/route_53/resources/enumerate/linked_service.py +18 -0
- methodaws-0.0.42/src/methodaws/resources/route_53/resources/enumerate/resource_record.py +17 -0
- methodaws-0.0.42/src/methodaws/resources/route_53/resources/enumerate/resource_record_set.py +36 -0
- methodaws-0.0.42/src/methodaws/resources/route_53/resources/enumerate/route_53_enumerate_config.py +17 -0
- methodaws-0.0.42/src/methodaws/resources/route_53/resources/enumerate/route_53_enumerate_report.py +21 -0
- methodaws-0.0.42/src/methodaws/resources/route_53/resources/enumerate/route_53_resources.py +18 -0
- methodaws-0.0.42/src/methodaws/resources/route_53/resources/enumerate/rr_type.py +26 -0
- methodaws-0.0.42/src/methodaws/resources/s_3/__init__.py +53 -0
- methodaws-0.0.42/src/methodaws/resources/s_3/resources/__init__.py +43 -0
- {methodaws-0.0.41/src/methodaws/resources/s_3 → methodaws-0.0.42/src/methodaws/resources/s_3/resources/enumerate}/__init__.py +8 -14
- {methodaws-0.0.41/src/methodaws/resources/s_3 → methodaws-0.0.42/src/methodaws/resources/s_3/resources/enumerate}/encryption_rule.py +2 -2
- methodaws-0.0.41/src/methodaws/resources/s_3/bucket.py → methodaws-0.0.42/src/methodaws/resources/s_3/resources/enumerate/s_3_bucket.py +3 -3
- {methodaws-0.0.41/src/methodaws/resources/s_3 → methodaws-0.0.42/src/methodaws/resources/s_3/resources/enumerate}/s_3_bucket_acl.py +2 -2
- methodaws-0.0.42/src/methodaws/resources/s_3/resources/enumerate/s_3_enumerate_config.py +18 -0
- methodaws-0.0.42/src/methodaws/resources/s_3/resources/enumerate/s_3_enumerate_report.py +21 -0
- methodaws-0.0.42/src/methodaws/resources/s_3/resources/enumerate/s_3_enumerate_result.py +18 -0
- {methodaws-0.0.41/src/methodaws/resources/s_3 → methodaws-0.0.42/src/methodaws/resources/s_3/resources/enumerate}/s_3_public_access_block_configuration.py +2 -2
- methodaws-0.0.42/src/methodaws/resources/s_3/resources/external/__init__.py +9 -0
- {methodaws-0.0.41/src/methodaws/resources/s_3 → methodaws-0.0.42/src/methodaws/resources/s_3/resources/external}/external_bucket.py +3 -3
- {methodaws-0.0.41/src/methodaws/resources/s_3 → methodaws-0.0.42/src/methodaws/resources/s_3/resources/external}/external_s_3_bucket_result.py +2 -2
- {methodaws-0.0.41/src/methodaws/resources/s_3 → methodaws-0.0.42/src/methodaws/resources/s_3/resources/external}/external_s_3_report.py +4 -4
- methodaws-0.0.41/src/methodaws/resources/s_3/external_s_3_bucket_config.py → methodaws-0.0.42/src/methodaws/resources/s_3/resources/external/s_3_external_config.py +4 -4
- {methodaws-0.0.41/src/methodaws/resources/s_3 → methodaws-0.0.42/src/methodaws/resources/s_3/resources/external}/s_3_object_details.py +2 -2
- methodaws-0.0.42/src/methodaws/resources/s_3/resources/list_/__init__.py +9 -0
- methodaws-0.0.42/src/methodaws/resources/s_3/resources/list_/bucket_object.py +18 -0
- methodaws-0.0.42/src/methodaws/resources/s_3/resources/list_/list_resources.py +19 -0
- methodaws-0.0.42/src/methodaws/resources/s_3/resources/list_/list_result.py +18 -0
- methodaws-0.0.41/src/methodaws/resources/s_3/s_3_report.py → methodaws-0.0.42/src/methodaws/resources/s_3/resources/list_/list_s_3_bucket_config.py +5 -6
- methodaws-0.0.42/src/methodaws/resources/s_3/resources/list_/s_3_list_report.py +21 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/README.md +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/core/__init__.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/core/datetime_utils.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/core/pydantic_utilities.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/core/serialization.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/py.typed +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/apigateway/__init__.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/apigateway/api_gateway_api.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/apigateway/api_gateway_report.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/apigateway/aws_integration.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/apigateway/aws_proxy_integration.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/apigateway/http_integration.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/apigateway/http_proxy_integration.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/apigateway/integration.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/apigateway/mock_integration.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/apigateway/rest_api.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/apigateway/rest_api_path.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/cloudfront/__init__.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/cloudfront/cloud_front_distribution.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/cloudfront/cloud_front_distribution_origin.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/cloudfront/cloud_front_distribution_status.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/cloudfront/cloud_front_report.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/credential/__init__.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/credential/credential_info.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/credential/credential_report.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/lambda_/__init__.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/lambda_/lambda_architecture.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/lambda_/lambda_function.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/lambda_/lambda_logging_config.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/lambda_/lambda_logging_format.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/lambda_/lambda_package_type.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/lambda_/lambda_report.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/lambda_/lambda_vpc_config.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/loadbalancer/__init__.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/loadbalancer/certificate.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/loadbalancer/ip_address_type.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/loadbalancer/listener.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/loadbalancer/load_balancer_report.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/loadbalancer/load_balancer_state.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/loadbalancer/load_balancer_v_1.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/loadbalancer/load_balancer_v_2.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/loadbalancer/protocol.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/loadbalancer/target.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/loadbalancer/target_group.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/loadbalancer/target_group_ip_address_type.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/loadbalancer/target_type.py +0 -0
- {methodaws-0.0.41/src/methodaws/resources/s_3 → methodaws-0.0.42/src/methodaws/resources/s_3/resources/enumerate}/bucket_versioning_status.py +0 -0
- {methodaws-0.0.41/src/methodaws/resources/s_3 → methodaws-0.0.42/src/methodaws/resources/s_3/resources/enumerate}/s_3_mfa_delete_status.py +0 -0
- {methodaws-0.0.41/src/methodaws/resources/s_3 → methodaws-0.0.42/src/methodaws/resources/s_3/resources/enumerate}/s_3_server_side_encryption.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/waf/__init__.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/waf/action_info.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/waf/action_type.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/waf/region_waf_info.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/waf/resource_info.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/waf/rule_info.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/waf/scope_type.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/waf/statement_info.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/waf/statement_type.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/waf/waf.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/waf/waf_report.py +0 -0
- {methodaws-0.0.41 → methodaws-0.0.42}/src/methodaws/resources/waf/waf_resource_type.py +0 -0
|
@@ -8,8 +8,6 @@ from .resources import (
|
|
|
8
8
|
ApiGatewayReport,
|
|
9
9
|
AwsIntegration,
|
|
10
10
|
AwsProxyIntegration,
|
|
11
|
-
Bucket,
|
|
12
|
-
BucketVersioningStatus,
|
|
13
11
|
Certificate,
|
|
14
12
|
CloudFrontDistribution,
|
|
15
13
|
CloudFrontDistributionOrigin,
|
|
@@ -17,11 +15,6 @@ from .resources import (
|
|
|
17
15
|
CloudFrontReport,
|
|
18
16
|
CredentialInfo,
|
|
19
17
|
CredentialReport,
|
|
20
|
-
EncryptionRule,
|
|
21
|
-
ExternalBucket,
|
|
22
|
-
ExternalS3BucketConfig,
|
|
23
|
-
ExternalS3BucketResult,
|
|
24
|
-
ExternalS3Report,
|
|
25
18
|
HttpIntegration,
|
|
26
19
|
HttpProxyIntegration,
|
|
27
20
|
Integration,
|
|
@@ -50,12 +43,6 @@ from .resources import (
|
|
|
50
43
|
RestApi,
|
|
51
44
|
RestApiPath,
|
|
52
45
|
RuleInfo,
|
|
53
|
-
S3BucketAcl,
|
|
54
|
-
S3MfaDeleteStatus,
|
|
55
|
-
S3ObjectDetails,
|
|
56
|
-
S3PublicAccessBlockConfiguration,
|
|
57
|
-
S3Report,
|
|
58
|
-
S3ServerSideEncryption,
|
|
59
46
|
ScopeType,
|
|
60
47
|
StatementInfo,
|
|
61
48
|
StatementType,
|
|
@@ -71,6 +58,7 @@ from .resources import (
|
|
|
71
58
|
credential,
|
|
72
59
|
lambda_,
|
|
73
60
|
loadbalancer,
|
|
61
|
+
route_53,
|
|
74
62
|
s_3,
|
|
75
63
|
waf,
|
|
76
64
|
)
|
|
@@ -83,8 +71,6 @@ __all__ = [
|
|
|
83
71
|
"ApiGatewayReport",
|
|
84
72
|
"AwsIntegration",
|
|
85
73
|
"AwsProxyIntegration",
|
|
86
|
-
"Bucket",
|
|
87
|
-
"BucketVersioningStatus",
|
|
88
74
|
"Certificate",
|
|
89
75
|
"CloudFrontDistribution",
|
|
90
76
|
"CloudFrontDistributionOrigin",
|
|
@@ -92,11 +78,6 @@ __all__ = [
|
|
|
92
78
|
"CloudFrontReport",
|
|
93
79
|
"CredentialInfo",
|
|
94
80
|
"CredentialReport",
|
|
95
|
-
"EncryptionRule",
|
|
96
|
-
"ExternalBucket",
|
|
97
|
-
"ExternalS3BucketConfig",
|
|
98
|
-
"ExternalS3BucketResult",
|
|
99
|
-
"ExternalS3Report",
|
|
100
81
|
"HttpIntegration",
|
|
101
82
|
"HttpProxyIntegration",
|
|
102
83
|
"Integration",
|
|
@@ -125,12 +106,6 @@ __all__ = [
|
|
|
125
106
|
"RestApi",
|
|
126
107
|
"RestApiPath",
|
|
127
108
|
"RuleInfo",
|
|
128
|
-
"S3BucketAcl",
|
|
129
|
-
"S3MfaDeleteStatus",
|
|
130
|
-
"S3ObjectDetails",
|
|
131
|
-
"S3PublicAccessBlockConfiguration",
|
|
132
|
-
"S3Report",
|
|
133
|
-
"S3ServerSideEncryption",
|
|
134
109
|
"ScopeType",
|
|
135
110
|
"StatementInfo",
|
|
136
111
|
"StatementType",
|
|
@@ -146,6 +121,7 @@ __all__ = [
|
|
|
146
121
|
"credential",
|
|
147
122
|
"lambda_",
|
|
148
123
|
"loadbalancer",
|
|
124
|
+
"route_53",
|
|
149
125
|
"s_3",
|
|
150
126
|
"waf",
|
|
151
127
|
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
|
2
2
|
|
|
3
|
-
from . import apigateway, cloudfront, credential, lambda_, loadbalancer, s_3, waf
|
|
3
|
+
from . import apigateway, cloudfront, credential, lambda_, loadbalancer, route_53, s_3, waf
|
|
4
4
|
from .apigateway import (
|
|
5
5
|
ApiGatewayApi,
|
|
6
6
|
ApiGatewayApi_Rest,
|
|
@@ -49,21 +49,6 @@ from .loadbalancer import (
|
|
|
49
49
|
TargetGroupIpAddressType,
|
|
50
50
|
TargetType,
|
|
51
51
|
)
|
|
52
|
-
from .s_3 import (
|
|
53
|
-
Bucket,
|
|
54
|
-
BucketVersioningStatus,
|
|
55
|
-
EncryptionRule,
|
|
56
|
-
ExternalBucket,
|
|
57
|
-
ExternalS3BucketConfig,
|
|
58
|
-
ExternalS3BucketResult,
|
|
59
|
-
ExternalS3Report,
|
|
60
|
-
S3BucketAcl,
|
|
61
|
-
S3MfaDeleteStatus,
|
|
62
|
-
S3ObjectDetails,
|
|
63
|
-
S3PublicAccessBlockConfiguration,
|
|
64
|
-
S3Report,
|
|
65
|
-
S3ServerSideEncryption,
|
|
66
|
-
)
|
|
67
52
|
from .waf import (
|
|
68
53
|
ActionInfo,
|
|
69
54
|
ActionType,
|
|
@@ -86,8 +71,6 @@ __all__ = [
|
|
|
86
71
|
"ApiGatewayReport",
|
|
87
72
|
"AwsIntegration",
|
|
88
73
|
"AwsProxyIntegration",
|
|
89
|
-
"Bucket",
|
|
90
|
-
"BucketVersioningStatus",
|
|
91
74
|
"Certificate",
|
|
92
75
|
"CloudFrontDistribution",
|
|
93
76
|
"CloudFrontDistributionOrigin",
|
|
@@ -95,11 +78,6 @@ __all__ = [
|
|
|
95
78
|
"CloudFrontReport",
|
|
96
79
|
"CredentialInfo",
|
|
97
80
|
"CredentialReport",
|
|
98
|
-
"EncryptionRule",
|
|
99
|
-
"ExternalBucket",
|
|
100
|
-
"ExternalS3BucketConfig",
|
|
101
|
-
"ExternalS3BucketResult",
|
|
102
|
-
"ExternalS3Report",
|
|
103
81
|
"HttpIntegration",
|
|
104
82
|
"HttpProxyIntegration",
|
|
105
83
|
"Integration",
|
|
@@ -128,12 +106,6 @@ __all__ = [
|
|
|
128
106
|
"RestApi",
|
|
129
107
|
"RestApiPath",
|
|
130
108
|
"RuleInfo",
|
|
131
|
-
"S3BucketAcl",
|
|
132
|
-
"S3MfaDeleteStatus",
|
|
133
|
-
"S3ObjectDetails",
|
|
134
|
-
"S3PublicAccessBlockConfiguration",
|
|
135
|
-
"S3Report",
|
|
136
|
-
"S3ServerSideEncryption",
|
|
137
109
|
"ScopeType",
|
|
138
110
|
"StatementInfo",
|
|
139
111
|
"StatementType",
|
|
@@ -149,6 +121,7 @@ __all__ = [
|
|
|
149
121
|
"credential",
|
|
150
122
|
"lambda_",
|
|
151
123
|
"loadbalancer",
|
|
124
|
+
"route_53",
|
|
152
125
|
"s_3",
|
|
153
126
|
"waf",
|
|
154
127
|
]
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
from .resources import (
|
|
4
|
+
AliasTarget,
|
|
5
|
+
CidrRouting,
|
|
6
|
+
EnrichedHostedZone,
|
|
7
|
+
GeoLocation,
|
|
8
|
+
HostedZone,
|
|
9
|
+
HostedZoneDetails,
|
|
10
|
+
LinkedService,
|
|
11
|
+
ResourceRecord,
|
|
12
|
+
ResourceRecordSet,
|
|
13
|
+
Route53EnumerateConfig,
|
|
14
|
+
Route53EnumerateReport,
|
|
15
|
+
Route53Resources,
|
|
16
|
+
RrType,
|
|
17
|
+
enumerate,
|
|
18
|
+
)
|
|
19
|
+
|
|
20
|
+
__all__ = [
|
|
21
|
+
"AliasTarget",
|
|
22
|
+
"CidrRouting",
|
|
23
|
+
"EnrichedHostedZone",
|
|
24
|
+
"GeoLocation",
|
|
25
|
+
"HostedZone",
|
|
26
|
+
"HostedZoneDetails",
|
|
27
|
+
"LinkedService",
|
|
28
|
+
"ResourceRecord",
|
|
29
|
+
"ResourceRecordSet",
|
|
30
|
+
"Route53EnumerateConfig",
|
|
31
|
+
"Route53EnumerateReport",
|
|
32
|
+
"Route53Resources",
|
|
33
|
+
"RrType",
|
|
34
|
+
"enumerate",
|
|
35
|
+
]
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
from . import enumerate
|
|
4
|
+
from .enumerate import (
|
|
5
|
+
AliasTarget,
|
|
6
|
+
CidrRouting,
|
|
7
|
+
EnrichedHostedZone,
|
|
8
|
+
GeoLocation,
|
|
9
|
+
HostedZone,
|
|
10
|
+
HostedZoneDetails,
|
|
11
|
+
LinkedService,
|
|
12
|
+
ResourceRecord,
|
|
13
|
+
ResourceRecordSet,
|
|
14
|
+
Route53EnumerateConfig,
|
|
15
|
+
Route53EnumerateReport,
|
|
16
|
+
Route53Resources,
|
|
17
|
+
RrType,
|
|
18
|
+
)
|
|
19
|
+
|
|
20
|
+
__all__ = [
|
|
21
|
+
"AliasTarget",
|
|
22
|
+
"CidrRouting",
|
|
23
|
+
"EnrichedHostedZone",
|
|
24
|
+
"GeoLocation",
|
|
25
|
+
"HostedZone",
|
|
26
|
+
"HostedZoneDetails",
|
|
27
|
+
"LinkedService",
|
|
28
|
+
"ResourceRecord",
|
|
29
|
+
"ResourceRecordSet",
|
|
30
|
+
"Route53EnumerateConfig",
|
|
31
|
+
"Route53EnumerateReport",
|
|
32
|
+
"Route53Resources",
|
|
33
|
+
"RrType",
|
|
34
|
+
"enumerate",
|
|
35
|
+
]
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
from .alias_target import AliasTarget
|
|
4
|
+
from .cidr_routing import CidrRouting
|
|
5
|
+
from .enriched_hosted_zone import EnrichedHostedZone
|
|
6
|
+
from .geo_location import GeoLocation
|
|
7
|
+
from .hosted_zone import HostedZone
|
|
8
|
+
from .hosted_zone_details import HostedZoneDetails
|
|
9
|
+
from .linked_service import LinkedService
|
|
10
|
+
from .resource_record import ResourceRecord
|
|
11
|
+
from .resource_record_set import ResourceRecordSet
|
|
12
|
+
from .route_53_enumerate_config import Route53EnumerateConfig
|
|
13
|
+
from .route_53_enumerate_report import Route53EnumerateReport
|
|
14
|
+
from .route_53_resources import Route53Resources
|
|
15
|
+
from .rr_type import RrType
|
|
16
|
+
|
|
17
|
+
__all__ = [
|
|
18
|
+
"AliasTarget",
|
|
19
|
+
"CidrRouting",
|
|
20
|
+
"EnrichedHostedZone",
|
|
21
|
+
"GeoLocation",
|
|
22
|
+
"HostedZone",
|
|
23
|
+
"HostedZoneDetails",
|
|
24
|
+
"LinkedService",
|
|
25
|
+
"ResourceRecord",
|
|
26
|
+
"ResourceRecordSet",
|
|
27
|
+
"Route53EnumerateConfig",
|
|
28
|
+
"Route53EnumerateReport",
|
|
29
|
+
"Route53Resources",
|
|
30
|
+
"RrType",
|
|
31
|
+
]
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
from .....core.pydantic_utilities import UniversalBaseModel
|
|
4
|
+
import pydantic
|
|
5
|
+
from .....core.pydantic_utilities import IS_PYDANTIC_V2
|
|
6
|
+
import typing
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class AliasTarget(UniversalBaseModel):
|
|
10
|
+
dns_name: str = pydantic.Field(alias="dnsName")
|
|
11
|
+
hosted_zone_id: str = pydantic.Field(alias="hostedZoneId")
|
|
12
|
+
evaluate_target_health: bool = pydantic.Field(alias="evaluateTargetHealth")
|
|
13
|
+
|
|
14
|
+
if IS_PYDANTIC_V2:
|
|
15
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow") # type: ignore # Pydantic v2
|
|
16
|
+
else:
|
|
17
|
+
|
|
18
|
+
class Config:
|
|
19
|
+
extra = pydantic.Extra.allow
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
from .....core.pydantic_utilities import UniversalBaseModel
|
|
4
|
+
import pydantic
|
|
5
|
+
from .....core.pydantic_utilities import IS_PYDANTIC_V2
|
|
6
|
+
import typing
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class CidrRouting(UniversalBaseModel):
|
|
10
|
+
collection_id: str = pydantic.Field(alias="collectionId")
|
|
11
|
+
location_name: str = pydantic.Field(alias="locationName")
|
|
12
|
+
|
|
13
|
+
if IS_PYDANTIC_V2:
|
|
14
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow") # type: ignore # Pydantic v2
|
|
15
|
+
else:
|
|
16
|
+
|
|
17
|
+
class Config:
|
|
18
|
+
extra = pydantic.Extra.allow
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
from .....core.pydantic_utilities import UniversalBaseModel
|
|
4
|
+
from .hosted_zone_details import HostedZoneDetails
|
|
5
|
+
import pydantic
|
|
6
|
+
import typing
|
|
7
|
+
from .resource_record_set import ResourceRecordSet
|
|
8
|
+
from .....core.pydantic_utilities import IS_PYDANTIC_V2
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class EnrichedHostedZone(UniversalBaseModel):
|
|
12
|
+
zone_details: HostedZoneDetails = pydantic.Field(alias="zoneDetails")
|
|
13
|
+
resource_record_sets: typing.List[ResourceRecordSet] = pydantic.Field(alias="resourceRecordSets")
|
|
14
|
+
|
|
15
|
+
if IS_PYDANTIC_V2:
|
|
16
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow") # type: ignore # Pydantic v2
|
|
17
|
+
else:
|
|
18
|
+
|
|
19
|
+
class Config:
|
|
20
|
+
extra = pydantic.Extra.allow
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
from .....core.pydantic_utilities import UniversalBaseModel
|
|
4
|
+
import typing
|
|
5
|
+
import pydantic
|
|
6
|
+
from .....core.pydantic_utilities import IS_PYDANTIC_V2
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class GeoLocation(UniversalBaseModel):
|
|
10
|
+
continent_code: typing.Optional[str] = pydantic.Field(alias="continentCode", default=None)
|
|
11
|
+
country_code: typing.Optional[str] = pydantic.Field(alias="countryCode", default=None)
|
|
12
|
+
subdivision_code: typing.Optional[str] = pydantic.Field(alias="subdivisionCode", default=None)
|
|
13
|
+
|
|
14
|
+
if IS_PYDANTIC_V2:
|
|
15
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow") # type: ignore # Pydantic v2
|
|
16
|
+
else:
|
|
17
|
+
|
|
18
|
+
class Config:
|
|
19
|
+
extra = pydantic.Extra.allow
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
from .....core.pydantic_utilities import UniversalBaseModel
|
|
4
|
+
import typing
|
|
5
|
+
import pydantic
|
|
6
|
+
from .....core.pydantic_utilities import IS_PYDANTIC_V2
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class HostedZone(UniversalBaseModel):
|
|
10
|
+
comment: typing.Optional[str] = None
|
|
11
|
+
private_zone: bool = pydantic.Field(alias="privateZone")
|
|
12
|
+
|
|
13
|
+
if IS_PYDANTIC_V2:
|
|
14
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow") # type: ignore # Pydantic v2
|
|
15
|
+
else:
|
|
16
|
+
|
|
17
|
+
class Config:
|
|
18
|
+
extra = pydantic.Extra.allow
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
from .....core.pydantic_utilities import UniversalBaseModel
|
|
4
|
+
import pydantic
|
|
5
|
+
import typing
|
|
6
|
+
from .hosted_zone import HostedZone
|
|
7
|
+
from .linked_service import LinkedService
|
|
8
|
+
from .....core.pydantic_utilities import IS_PYDANTIC_V2
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class HostedZoneDetails(UniversalBaseModel):
|
|
12
|
+
caller_reference: str = pydantic.Field(alias="callerReference")
|
|
13
|
+
id: str
|
|
14
|
+
name: str
|
|
15
|
+
hosted_zone: typing.Optional[HostedZone] = pydantic.Field(alias="hostedZone", default=None)
|
|
16
|
+
linked_service: typing.Optional[LinkedService] = pydantic.Field(alias="linkedService", default=None)
|
|
17
|
+
resource_record_set_count: typing.Optional[int] = pydantic.Field(alias="resourceRecordSetCount", default=None)
|
|
18
|
+
|
|
19
|
+
if IS_PYDANTIC_V2:
|
|
20
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow") # type: ignore # Pydantic v2
|
|
21
|
+
else:
|
|
22
|
+
|
|
23
|
+
class Config:
|
|
24
|
+
extra = pydantic.Extra.allow
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
from .....core.pydantic_utilities import UniversalBaseModel
|
|
4
|
+
import typing
|
|
5
|
+
import pydantic
|
|
6
|
+
from .....core.pydantic_utilities import IS_PYDANTIC_V2
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class LinkedService(UniversalBaseModel):
|
|
10
|
+
service_principal: typing.Optional[str] = pydantic.Field(alias="servicePrincipal", default=None)
|
|
11
|
+
description: typing.Optional[str] = None
|
|
12
|
+
|
|
13
|
+
if IS_PYDANTIC_V2:
|
|
14
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow") # type: ignore # Pydantic v2
|
|
15
|
+
else:
|
|
16
|
+
|
|
17
|
+
class Config:
|
|
18
|
+
extra = pydantic.Extra.allow
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
from .....core.pydantic_utilities import UniversalBaseModel
|
|
4
|
+
from .....core.pydantic_utilities import IS_PYDANTIC_V2
|
|
5
|
+
import typing
|
|
6
|
+
import pydantic
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class ResourceRecord(UniversalBaseModel):
|
|
10
|
+
value: str
|
|
11
|
+
|
|
12
|
+
if IS_PYDANTIC_V2:
|
|
13
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow") # type: ignore # Pydantic v2
|
|
14
|
+
else:
|
|
15
|
+
|
|
16
|
+
class Config:
|
|
17
|
+
extra = pydantic.Extra.allow
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
from .....core.pydantic_utilities import UniversalBaseModel
|
|
4
|
+
from .rr_type import RrType
|
|
5
|
+
import typing
|
|
6
|
+
from .alias_target import AliasTarget
|
|
7
|
+
import pydantic
|
|
8
|
+
from .cidr_routing import CidrRouting
|
|
9
|
+
from .geo_location import GeoLocation
|
|
10
|
+
from .resource_record import ResourceRecord
|
|
11
|
+
from .....core.pydantic_utilities import IS_PYDANTIC_V2
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
class ResourceRecordSet(UniversalBaseModel):
|
|
15
|
+
name: str
|
|
16
|
+
type: RrType
|
|
17
|
+
alias_target: typing.Optional[AliasTarget] = pydantic.Field(alias="aliasTarget", default=None)
|
|
18
|
+
cidr_routing: typing.Optional[CidrRouting] = pydantic.Field(alias="cidrRouting", default=None)
|
|
19
|
+
failover: typing.Optional[str] = None
|
|
20
|
+
geo_location: typing.Optional[GeoLocation] = pydantic.Field(alias="geoLocation", default=None)
|
|
21
|
+
health_check_id: typing.Optional[str] = pydantic.Field(alias="healthCheckId", default=None)
|
|
22
|
+
multi_value_answer: typing.Optional[bool] = pydantic.Field(alias="multiValueAnswer", default=None)
|
|
23
|
+
region: typing.Optional[str] = None
|
|
24
|
+
resource_records: typing.Optional[typing.List[ResourceRecord]] = pydantic.Field(
|
|
25
|
+
alias="resourceRecords", default=None
|
|
26
|
+
)
|
|
27
|
+
set_identifier: typing.Optional[str] = pydantic.Field(alias="setIdentifier", default=None)
|
|
28
|
+
ttl: typing.Optional[int] = None
|
|
29
|
+
weight: typing.Optional[int] = None
|
|
30
|
+
|
|
31
|
+
if IS_PYDANTIC_V2:
|
|
32
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow") # type: ignore # Pydantic v2
|
|
33
|
+
else:
|
|
34
|
+
|
|
35
|
+
class Config:
|
|
36
|
+
extra = pydantic.Extra.allow
|
methodaws-0.0.42/src/methodaws/resources/route_53/resources/enumerate/route_53_enumerate_config.py
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
from .....core.pydantic_utilities import UniversalBaseModel
|
|
4
|
+
import pydantic
|
|
5
|
+
from .....core.pydantic_utilities import IS_PYDANTIC_V2
|
|
6
|
+
import typing
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class Route53EnumerateConfig(UniversalBaseModel):
|
|
10
|
+
account_id: str = pydantic.Field(alias="accountId")
|
|
11
|
+
|
|
12
|
+
if IS_PYDANTIC_V2:
|
|
13
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow") # type: ignore # Pydantic v2
|
|
14
|
+
else:
|
|
15
|
+
|
|
16
|
+
class Config:
|
|
17
|
+
extra = pydantic.Extra.allow
|
methodaws-0.0.42/src/methodaws/resources/route_53/resources/enumerate/route_53_enumerate_report.py
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
from .....core.pydantic_utilities import UniversalBaseModel
|
|
4
|
+
from .route_53_resources import Route53Resources
|
|
5
|
+
from .route_53_enumerate_config import Route53EnumerateConfig
|
|
6
|
+
import typing
|
|
7
|
+
from .....core.pydantic_utilities import IS_PYDANTIC_V2
|
|
8
|
+
import pydantic
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class Route53EnumerateReport(UniversalBaseModel):
|
|
12
|
+
resources: Route53Resources
|
|
13
|
+
config: Route53EnumerateConfig
|
|
14
|
+
errors: typing.Optional[typing.List[str]] = None
|
|
15
|
+
|
|
16
|
+
if IS_PYDANTIC_V2:
|
|
17
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow") # type: ignore # Pydantic v2
|
|
18
|
+
else:
|
|
19
|
+
|
|
20
|
+
class Config:
|
|
21
|
+
extra = pydantic.Extra.allow
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
from .....core.pydantic_utilities import UniversalBaseModel
|
|
4
|
+
import typing
|
|
5
|
+
from .enriched_hosted_zone import EnrichedHostedZone
|
|
6
|
+
import pydantic
|
|
7
|
+
from .....core.pydantic_utilities import IS_PYDANTIC_V2
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class Route53Resources(UniversalBaseModel):
|
|
11
|
+
hosted_zones: typing.Optional[typing.List[EnrichedHostedZone]] = pydantic.Field(alias="hostedZones", default=None)
|
|
12
|
+
|
|
13
|
+
if IS_PYDANTIC_V2:
|
|
14
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow") # type: ignore # Pydantic v2
|
|
15
|
+
else:
|
|
16
|
+
|
|
17
|
+
class Config:
|
|
18
|
+
extra = pydantic.Extra.allow
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
RrType = typing.Union[
|
|
6
|
+
typing.Literal[
|
|
7
|
+
"A",
|
|
8
|
+
"AAAA",
|
|
9
|
+
"CAA",
|
|
10
|
+
"CNAME",
|
|
11
|
+
"DS",
|
|
12
|
+
"MX",
|
|
13
|
+
"NAPTR",
|
|
14
|
+
"NS",
|
|
15
|
+
"PTR",
|
|
16
|
+
"SOA",
|
|
17
|
+
"SPF",
|
|
18
|
+
"SRV",
|
|
19
|
+
"TXT",
|
|
20
|
+
"TLSA",
|
|
21
|
+
"SSHFP",
|
|
22
|
+
"SVCB",
|
|
23
|
+
"HTTPS",
|
|
24
|
+
],
|
|
25
|
+
typing.Any,
|
|
26
|
+
]
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
from .resources import (
|
|
4
|
+
BucketObject,
|
|
5
|
+
BucketVersioningStatus,
|
|
6
|
+
EncryptionRule,
|
|
7
|
+
ExternalBucket,
|
|
8
|
+
ExternalS3BucketResult,
|
|
9
|
+
ExternalS3Report,
|
|
10
|
+
ListResources,
|
|
11
|
+
ListResult,
|
|
12
|
+
ListS3BucketConfig,
|
|
13
|
+
S3Bucket,
|
|
14
|
+
S3BucketAcl,
|
|
15
|
+
S3EnumerateConfig,
|
|
16
|
+
S3EnumerateReport,
|
|
17
|
+
S3EnumerateResult,
|
|
18
|
+
S3ExternalConfig,
|
|
19
|
+
S3ListReport,
|
|
20
|
+
S3MfaDeleteStatus,
|
|
21
|
+
S3ObjectDetails,
|
|
22
|
+
S3PublicAccessBlockConfiguration,
|
|
23
|
+
S3ServerSideEncryption,
|
|
24
|
+
enumerate,
|
|
25
|
+
external,
|
|
26
|
+
list_,
|
|
27
|
+
)
|
|
28
|
+
|
|
29
|
+
__all__ = [
|
|
30
|
+
"BucketObject",
|
|
31
|
+
"BucketVersioningStatus",
|
|
32
|
+
"EncryptionRule",
|
|
33
|
+
"ExternalBucket",
|
|
34
|
+
"ExternalS3BucketResult",
|
|
35
|
+
"ExternalS3Report",
|
|
36
|
+
"ListResources",
|
|
37
|
+
"ListResult",
|
|
38
|
+
"ListS3BucketConfig",
|
|
39
|
+
"S3Bucket",
|
|
40
|
+
"S3BucketAcl",
|
|
41
|
+
"S3EnumerateConfig",
|
|
42
|
+
"S3EnumerateReport",
|
|
43
|
+
"S3EnumerateResult",
|
|
44
|
+
"S3ExternalConfig",
|
|
45
|
+
"S3ListReport",
|
|
46
|
+
"S3MfaDeleteStatus",
|
|
47
|
+
"S3ObjectDetails",
|
|
48
|
+
"S3PublicAccessBlockConfiguration",
|
|
49
|
+
"S3ServerSideEncryption",
|
|
50
|
+
"enumerate",
|
|
51
|
+
"external",
|
|
52
|
+
"list_",
|
|
53
|
+
]
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
from . import enumerate, external, list_
|
|
4
|
+
from .enumerate import (
|
|
5
|
+
BucketVersioningStatus,
|
|
6
|
+
EncryptionRule,
|
|
7
|
+
S3Bucket,
|
|
8
|
+
S3BucketAcl,
|
|
9
|
+
S3EnumerateConfig,
|
|
10
|
+
S3EnumerateReport,
|
|
11
|
+
S3EnumerateResult,
|
|
12
|
+
S3MfaDeleteStatus,
|
|
13
|
+
S3PublicAccessBlockConfiguration,
|
|
14
|
+
S3ServerSideEncryption,
|
|
15
|
+
)
|
|
16
|
+
from .external import ExternalBucket, ExternalS3BucketResult, ExternalS3Report, S3ExternalConfig, S3ObjectDetails
|
|
17
|
+
from .list_ import BucketObject, ListResources, ListResult, ListS3BucketConfig, S3ListReport
|
|
18
|
+
|
|
19
|
+
__all__ = [
|
|
20
|
+
"BucketObject",
|
|
21
|
+
"BucketVersioningStatus",
|
|
22
|
+
"EncryptionRule",
|
|
23
|
+
"ExternalBucket",
|
|
24
|
+
"ExternalS3BucketResult",
|
|
25
|
+
"ExternalS3Report",
|
|
26
|
+
"ListResources",
|
|
27
|
+
"ListResult",
|
|
28
|
+
"ListS3BucketConfig",
|
|
29
|
+
"S3Bucket",
|
|
30
|
+
"S3BucketAcl",
|
|
31
|
+
"S3EnumerateConfig",
|
|
32
|
+
"S3EnumerateReport",
|
|
33
|
+
"S3EnumerateResult",
|
|
34
|
+
"S3ExternalConfig",
|
|
35
|
+
"S3ListReport",
|
|
36
|
+
"S3MfaDeleteStatus",
|
|
37
|
+
"S3ObjectDetails",
|
|
38
|
+
"S3PublicAccessBlockConfiguration",
|
|
39
|
+
"S3ServerSideEncryption",
|
|
40
|
+
"enumerate",
|
|
41
|
+
"external",
|
|
42
|
+
"list_",
|
|
43
|
+
]
|