awscli 1.40.38__py3-none-any.whl → 1.40.40__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.
- awscli/__init__.py +1 -1
- awscli/examples/cloudfront/associate-distribution-tenant-web-acl.rst +18 -0
- awscli/examples/cloudfront/associate-distribution-web-acl.rst +18 -0
- awscli/examples/cloudfront/create-connection-group.rst +39 -0
- awscli/examples/cloudfront/create-distribution-tenant.rst +99 -0
- awscli/examples/cloudfront/create-invalidation-for-distribution-tenant.rst +29 -0
- awscli/examples/cloudfront/delete-connection-group.rst +11 -0
- awscli/examples/cloudfront/delete-distribution-tenant.rst +11 -0
- awscli/examples/cloudfront/disassociate-distribution-tenant-web-acl.rst +16 -0
- awscli/examples/cloudfront/disassociate-distribution-web-acl.rst +16 -0
- awscli/examples/cloudfront/get-connection-group-by-routing-endpoint.rst +26 -0
- awscli/examples/cloudfront/get-connection-group.rst +26 -0
- awscli/examples/cloudfront/get-distribution-tenant-by-domain.rst +37 -0
- awscli/examples/cloudfront/get-distribution-tenant.rst +31 -0
- awscli/examples/cloudfront/get-invalidation-for-distribution-tenant.rst +29 -0
- awscli/examples/cloudfront/get-managed-certificate-details.rst +25 -0
- awscli/examples/cloudfront/list-connection-groups.rst +38 -0
- awscli/examples/cloudfront/list-distribution-tenants-by-customization.rst +45 -0
- awscli/examples/cloudfront/list-distribution-tenants.rst +90 -0
- awscli/examples/cloudfront/list-distributions-by-connection-mode.rst +115 -0
- awscli/examples/cloudfront/list-domain-conflicts.rst +22 -0
- awscli/examples/cloudfront/list-invalidations-for-distribution-tenant.rst +22 -0
- awscli/examples/cloudfront/update-connection-group.rst +29 -0
- awscli/examples/cloudfront/update-distribution-tenant.rst +76 -0
- awscli/examples/cloudfront/update-domain-association.rst +18 -0
- awscli/examples/cloudfront/verify-dns-configuration.rst +20 -0
- {awscli-1.40.38.dist-info → awscli-1.40.40.dist-info}/METADATA +2 -2
- {awscli-1.40.38.dist-info → awscli-1.40.40.dist-info}/RECORD +36 -11
- {awscli-1.40.38.data → awscli-1.40.40.data}/scripts/aws +0 -0
- {awscli-1.40.38.data → awscli-1.40.40.data}/scripts/aws.cmd +0 -0
- {awscli-1.40.38.data → awscli-1.40.40.data}/scripts/aws_bash_completer +0 -0
- {awscli-1.40.38.data → awscli-1.40.40.data}/scripts/aws_completer +0 -0
- {awscli-1.40.38.data → awscli-1.40.40.data}/scripts/aws_zsh_completer.sh +0 -0
- {awscli-1.40.38.dist-info → awscli-1.40.40.dist-info}/LICENSE.txt +0 -0
- {awscli-1.40.38.dist-info → awscli-1.40.40.dist-info}/WHEEL +0 -0
- {awscli-1.40.38.dist-info → awscli-1.40.40.dist-info}/top_level.txt +0 -0
awscli/__init__.py
CHANGED
@@ -0,0 +1,18 @@
|
|
1
|
+
**To associate a web ACL with a CloudFront distribution tenant**
|
2
|
+
|
3
|
+
The following ``associate-distribution-tenant-web-acl`` example associates a web ACL with a CloudFront distribution with ETag ``E13V1IB3VIYABC``. ::
|
4
|
+
|
5
|
+
aws cloudfront associate-distribution-tenant-web-acl \
|
6
|
+
--id dt_2wjDZi3hD1ivOXf6rpZJO1AB \
|
7
|
+
--if-match E13V1IB3VIYABC \
|
8
|
+
--web-acl-arn arn:aws:wafv2:us-east-1:123456789012:global/webacl/web-global-example/626900da-5f64-418b-ba9b-743f37123ABC
|
9
|
+
|
10
|
+
Output::
|
11
|
+
|
12
|
+
{
|
13
|
+
"ETag": "E1VC38T7YXBABC",
|
14
|
+
"Id": "dt_2wjDZi3hD1ivOXf6rpZJO1AB",
|
15
|
+
"WebACLArn": "arn:aws:wafv2:us-east-1:123456789012:global/webacl/web-global-example/626900da-5f64-418b-ba9b-743f37123ABC"
|
16
|
+
}
|
17
|
+
|
18
|
+
For more information, see `Use AWS WAF protections <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-awswaf.html>`__ in the *Amazon CloudFront Developer Guide*.
|
@@ -0,0 +1,18 @@
|
|
1
|
+
**To associate a web ACL with a CloudFront distribution**
|
2
|
+
|
3
|
+
The following ``associate-distribution-web-acl`` example associates a web ACL with a CloudFront distribution. ::
|
4
|
+
|
5
|
+
aws cloudfront associate-distribution-web-acl \
|
6
|
+
--id E1XNX8R2GOAABC \
|
7
|
+
--if-match E2YWS1C2J3OABC \
|
8
|
+
--web-acl-arn arn:aws:wafv2:us-east-1:123456789012:global/webacl/web-global-example/626900da-5f64-418b-ba9b-743f3746cABC
|
9
|
+
|
10
|
+
Output::
|
11
|
+
|
12
|
+
{
|
13
|
+
"ETag": "E3QE7ED60U0ABC",
|
14
|
+
"Id": "E1XNX8R2GOAABC",
|
15
|
+
"WebACLArn": "arn:aws:wafv2:us-east-1:123456789012:global/webacl/web-global-example/626900da-5f64-418b-ba9b-743f3746cABC"
|
16
|
+
}
|
17
|
+
|
18
|
+
For more information, see `Use AWS WAF protections <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-awswaf.html>`__ in the *Amazon CloudFront Developer Guide*.
|
@@ -0,0 +1,39 @@
|
|
1
|
+
**To create a connection group in CloudFront**
|
2
|
+
|
3
|
+
The following ``create-connection-group`` example creates an enabled connection group, specifies an Anycast static IP list, and disables IPv6. ::
|
4
|
+
|
5
|
+
aws cloudfront create-connection-group \
|
6
|
+
--name cg-with-anycast-ip-list \
|
7
|
+
--no-ipv6-enabled \
|
8
|
+
--enabled \
|
9
|
+
--anycast-ip-list-id aip_CCkW6gKrDiBD4n78123ABC \
|
10
|
+
--tags "Items=[{Key=abc,Value=123}]"
|
11
|
+
|
12
|
+
Output::
|
13
|
+
|
14
|
+
{
|
15
|
+
"ETag": "E23ZP02F085ABC",
|
16
|
+
"ConnectionGroup": {
|
17
|
+
"Id": "cg_2yb6uj74B4PCbfhT31WFdiSABC",
|
18
|
+
"Name": "cg-with-anycast-ip-list",
|
19
|
+
"Arn": "arn:aws:cloudfront::123456789012:connection-group/cg_2yb6uj74B4PCbfhT31WFdiSABC",
|
20
|
+
"CreatedTime": "2025-06-16T16:25:50.061000+00:00",
|
21
|
+
"LastModifiedTime": "2025-06-16T16:25:50.061000+00:00",
|
22
|
+
"Tags": {
|
23
|
+
"Items": [
|
24
|
+
{
|
25
|
+
"Key": "abc",
|
26
|
+
"Value": "123"
|
27
|
+
}
|
28
|
+
]
|
29
|
+
},
|
30
|
+
"Ipv6Enabled": false,
|
31
|
+
"RoutingEndpoint": "dj6xusxq65abc.cloudfront.net",
|
32
|
+
"AnycastIpListId": "aip_CCkW6gKrDiBD4n78123ABC",
|
33
|
+
"Status": "InProgress",
|
34
|
+
"Enabled": true,
|
35
|
+
"IsDefault": false
|
36
|
+
}
|
37
|
+
}
|
38
|
+
|
39
|
+
For more information, see `Create custom connection group (optional) <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/custom-connection-group.html>`__ in the *Amazon CloudFront Developer Guide*.
|
@@ -0,0 +1,99 @@
|
|
1
|
+
**To create a CloudFront distribution tenant**
|
2
|
+
|
3
|
+
The following ``create-distribution-tenant`` example creates a CloudFront distribution tenant that specifies customizations to disable WAF, add geo-restrictions, and use another certificate. ::
|
4
|
+
|
5
|
+
aws cloudfront create-distribution-tenant \
|
6
|
+
--cli-input-json file://tenant.json
|
7
|
+
|
8
|
+
Contents of ``tenant.json``::
|
9
|
+
|
10
|
+
{
|
11
|
+
"DistributionId": "E1XNX8R2GOAABC",
|
12
|
+
"Domains": [
|
13
|
+
{
|
14
|
+
"Domain": "example.com"
|
15
|
+
}
|
16
|
+
],
|
17
|
+
"Parameters": [
|
18
|
+
{
|
19
|
+
"Name": "testParam",
|
20
|
+
"Value": "defaultValue"
|
21
|
+
}
|
22
|
+
],
|
23
|
+
"ConnectionGroupId": "cg_2whCJoXMYCjHcxaLGrkllvyABC",
|
24
|
+
"Enabled": false,
|
25
|
+
"Tags": {
|
26
|
+
"Items": [
|
27
|
+
{
|
28
|
+
"Key": "tag",
|
29
|
+
"Value": "tagValue"
|
30
|
+
}
|
31
|
+
]
|
32
|
+
},
|
33
|
+
"Name": "new-tenant-customizations",
|
34
|
+
"Customizations": {
|
35
|
+
"GeoRestrictions": {
|
36
|
+
"Locations": ["DE"],
|
37
|
+
"RestrictionType": "whitelist"
|
38
|
+
},
|
39
|
+
"WebAcl": {
|
40
|
+
"Action": "disable"
|
41
|
+
},
|
42
|
+
"Certificate": {
|
43
|
+
"Arn": "arn:aws:acm:us-east-1:123456789012:certificate/ec53f564-ea5a-4e4a-a0a2-e3c989449abc"
|
44
|
+
}
|
45
|
+
}
|
46
|
+
}
|
47
|
+
|
48
|
+
Output::
|
49
|
+
|
50
|
+
{
|
51
|
+
"ETag": "E23ZP02F085ABC",
|
52
|
+
"DistributionTenant": {
|
53
|
+
"Id": "dt_2yN5tYwVbPKr7m2IB69M1yp1AB",
|
54
|
+
"DistributionId": "E1XNX8R2GOAABC",
|
55
|
+
"Name": "new-tenant-customizations",
|
56
|
+
"Arn": "arn:aws:cloudfront::123456789012:distribution-tenant/dt_2yN5tYwVbPKr7m2IB69M1yp1AB",
|
57
|
+
"Domains": [
|
58
|
+
{
|
59
|
+
"Domain": "example.com",
|
60
|
+
"Status": "active"
|
61
|
+
}
|
62
|
+
],
|
63
|
+
"Tags": {
|
64
|
+
"Items": [
|
65
|
+
{
|
66
|
+
"Key": "tag",
|
67
|
+
"Value": "tagValue"
|
68
|
+
}
|
69
|
+
]
|
70
|
+
},
|
71
|
+
"Customizations": {
|
72
|
+
"WebAcl": {
|
73
|
+
"Action": "disable"
|
74
|
+
},
|
75
|
+
"Certificate": {
|
76
|
+
"Arn": "arn:aws:acm:us-east-1:123456789012:certificate/ec53f564-ea5a-4e4a-a0a2-e3c989449abc"
|
77
|
+
},
|
78
|
+
"GeoRestrictions": {
|
79
|
+
"RestrictionType": "whitelist",
|
80
|
+
"Locations": [
|
81
|
+
"DE"
|
82
|
+
]
|
83
|
+
}
|
84
|
+
},
|
85
|
+
"Parameters": [
|
86
|
+
{
|
87
|
+
"Name": "testParam",
|
88
|
+
"Value": "defaultValue"
|
89
|
+
}
|
90
|
+
],
|
91
|
+
"ConnectionGroupId": "cg_2whCJoXMYCjHcxaLGrkllvyABC",
|
92
|
+
"CreatedTime": "2025-06-11T17:20:06.432000+00:00",
|
93
|
+
"LastModifiedTime": "2025-06-11T17:20:06.432000+00:00",
|
94
|
+
"Enabled": false,
|
95
|
+
"Status": "InProgress"
|
96
|
+
}
|
97
|
+
}
|
98
|
+
|
99
|
+
For more information, see `Create a distribution <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-creating-console.html>`__ in the *Amazon CloudFront Developer Guide*.
|
@@ -0,0 +1,29 @@
|
|
1
|
+
**To create a CloudFront invalidation for a distribution tenant**
|
2
|
+
|
3
|
+
The following ``create-invalidation-for-distribution-tenant`` example creates an invalidation for all files in a CloudFront distribution tenant. ::
|
4
|
+
|
5
|
+
aws cloudfront create-invalidation-for-distribution-tenant \
|
6
|
+
--id dt_2wjDZi3hD1ivOXf6rpZJO1AB \
|
7
|
+
--invalidation-batch '{"Paths": {"Quantity": 1, "Items": ["/*"]}, "CallerReference": "invalidation-$(date +%s)"}'
|
8
|
+
|
9
|
+
Output::
|
10
|
+
|
11
|
+
{
|
12
|
+
"Location": "https://cloudfront.amazonaws.com/2020-05-31/distribution-tenant/dt_2wjDZi3hD1ivOXf6rpZJO1AB/invalidation/I2JGL2F1ZAA426PGG0YLLKABC",
|
13
|
+
"Invalidation": {
|
14
|
+
"Id": "I2JGL2F1ZAA426PGG0YLLKABC",
|
15
|
+
"Status": "InProgress",
|
16
|
+
"CreateTime": "2025-05-07T16:59:25.947000+00:00",
|
17
|
+
"InvalidationBatch": {
|
18
|
+
"Paths": {
|
19
|
+
"Quantity": 1,
|
20
|
+
"Items": [
|
21
|
+
"/*"
|
22
|
+
]
|
23
|
+
},
|
24
|
+
"CallerReference": "invalidation-$(date +%s)"
|
25
|
+
}
|
26
|
+
}
|
27
|
+
}
|
28
|
+
|
29
|
+
For more information, see `Invalidate files to remove content <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html>`__ in the *Amazon CloudFront Developer Guide*.
|
@@ -0,0 +1,11 @@
|
|
1
|
+
**To delete a connection group**
|
2
|
+
|
3
|
+
The following ``delete-connection-group`` example deletes a connection group. The connection group must be disabled and can't be associated with any CloudFront resources. ::
|
4
|
+
|
5
|
+
aws cloudfront delete-connection-group \
|
6
|
+
--id cg_2wjLpjbHkLUdhWAjHllcOeABC \
|
7
|
+
--if-match ETVPDKIKX0DABC
|
8
|
+
|
9
|
+
When successful, this command has no output.
|
10
|
+
|
11
|
+
For more information about managing connection groups, see `Create custom connection group (optional) <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/custom-connection-group.html>`__ in the *Amazon CloudFront Developer Guide*.
|
@@ -0,0 +1,11 @@
|
|
1
|
+
**To delete a distribution tenant**
|
2
|
+
|
3
|
+
The following ``delete-distribution-tenant`` example deletes a distribution tenant with ETag ``ETVPDKIKX0DABC``. The distribution tenant must be disabled and can't be associated with any CloudFront resources. ::
|
4
|
+
|
5
|
+
aws cloudfront delete-distribution-tenant \
|
6
|
+
--id dt_2wjMUbg3NHZEQ7OfoalP5zi1AB \
|
7
|
+
--if-match ETVPDKIKX0DABC
|
8
|
+
|
9
|
+
When successful, this command has no output.
|
10
|
+
|
11
|
+
For more information, see `Delete a distribution <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/HowToDeleteDistribution.html>`__ in the *Amazon CloudFront Developer Guide*.
|
@@ -0,0 +1,16 @@
|
|
1
|
+
**To disassociate a web ACL from a distribution tenant**
|
2
|
+
|
3
|
+
The following ``disassociate-distribution-tenant-web-acl`` example disassociates a web ACL from a distribution tenant with ETag ``E1PA6795UKMABC``. ::
|
4
|
+
|
5
|
+
aws cloudfront disassociate-distribution-tenant-web-acl \
|
6
|
+
--id dt_2wjDZi3hD1ivOXf6rpZJOSNE1AB \
|
7
|
+
--if-match E1PA6795UKMABC
|
8
|
+
|
9
|
+
Output::
|
10
|
+
|
11
|
+
{
|
12
|
+
"ETag": "E13V1IB3VIYABC",
|
13
|
+
"Id": "dt_2wjDZi3hD1ivOXf6rpZJOSNE1AB"
|
14
|
+
}
|
15
|
+
|
16
|
+
For more information, see `Disable AWS WAF security protections <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/disable-waf.html>`__ in the *Amazon CloudFront Developer Guide*.
|
@@ -0,0 +1,16 @@
|
|
1
|
+
**To disassociate a web ACL from a CloudFront distribution**
|
2
|
+
|
3
|
+
The following ``disassociate-distribution-web-acl`` example removes the association between a web ACL and a CloudFront distribution with ETag ``E13V1IB3VIYABC``. ::
|
4
|
+
|
5
|
+
aws cloudfront disassociate-distribution-web-acl \
|
6
|
+
--id E1XNX8R2GOAABC \
|
7
|
+
--if-match EEZQ9Z24VM1ABC
|
8
|
+
|
9
|
+
Output::
|
10
|
+
|
11
|
+
{
|
12
|
+
"ETag": "E2YWS1C2J3OABC",
|
13
|
+
"Id": "E1XNX8R2GOAABC"
|
14
|
+
}
|
15
|
+
|
16
|
+
For more information, see `Disable AWS WAF security protections <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/disable-waf.html>`__ in the *Amazon CloudFront Developer Guide*.
|
@@ -0,0 +1,26 @@
|
|
1
|
+
**To get a connection group by routing endpoint**
|
2
|
+
|
3
|
+
The following ``get-connection-group-by-routing-endpoint`` example retrieves information about a connection group using its routing endpoint. ::
|
4
|
+
|
5
|
+
aws cloudfront get-connection-group-by-routing-endpoint \
|
6
|
+
--routing-endpoint dvdg9gprgabc.cloudfront.net
|
7
|
+
|
8
|
+
Output::
|
9
|
+
|
10
|
+
{
|
11
|
+
"ETag": "E23ZP02F085ABC",
|
12
|
+
"ConnectionGroup": {
|
13
|
+
"Id": "cg_2wjDWTBKTlRB87cAaUQFaakABC",
|
14
|
+
"Name": "connection-group-2",
|
15
|
+
"Arn": "arn:aws:cloudfront::123456789012:connection-group/cg_2wjDWTBKTlRB87cAaUQFaakABC",
|
16
|
+
"CreatedTime": "2025-05-06T15:42:00.790000+00:00",
|
17
|
+
"LastModifiedTime": "2025-05-06T15:42:00.790000+00:00",
|
18
|
+
"Ipv6Enabled": true,
|
19
|
+
"RoutingEndpoint": "dvdg9gprgabc.cloudfront.net",
|
20
|
+
"Status": "Deployed",
|
21
|
+
"Enabled": true,
|
22
|
+
"IsDefault": false
|
23
|
+
}
|
24
|
+
}
|
25
|
+
|
26
|
+
For more information, see `Create custom connection group (optional) <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/custom-connection-group.html>`__ in the *Amazon CloudFront Developer Guide*.
|
@@ -0,0 +1,26 @@
|
|
1
|
+
**To get a CloudFront connection group**
|
2
|
+
|
3
|
+
The following ``get-connection-group`` example retrieves information about a CloudFront connection group. ::
|
4
|
+
|
5
|
+
aws cloudfront get-connection-group \
|
6
|
+
--identifier cg_2wjDWTBKTlRB87cAaUQFaakABC
|
7
|
+
|
8
|
+
Output::
|
9
|
+
|
10
|
+
{
|
11
|
+
"ETag": "E23ZP02F085ABC",
|
12
|
+
"ConnectionGroup": {
|
13
|
+
"Id": "cg_2wjDWTBKTlRB87cAaUQFaakABC",
|
14
|
+
"Name": "connection-group-2",
|
15
|
+
"Arn": "arn:aws:cloudfront::123456789012:connection-group/cg_2wjDWTBKTlRB87cAaUQFaakABC",
|
16
|
+
"CreatedTime": "2025-05-06T15:42:00.790000+00:00",
|
17
|
+
"LastModifiedTime": "2025-05-06T15:42:00.790000+00:00",
|
18
|
+
"Ipv6Enabled": true,
|
19
|
+
"RoutingEndpoint": "dvdg9gprgabc.cloudfront.net",
|
20
|
+
"Status": "Deployed",
|
21
|
+
"Enabled": true,
|
22
|
+
"IsDefault": false
|
23
|
+
}
|
24
|
+
}
|
25
|
+
|
26
|
+
For more information, see `Create custom connection group (optional) <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/custom-connection-group.html>`__ in the *Amazon CloudFront Developer Guide*.
|
@@ -0,0 +1,37 @@
|
|
1
|
+
**To get distribution tenant information by domain**
|
2
|
+
|
3
|
+
The following ``get-distribution-tenant-by-domain`` example retrieves information about a distribution tenant using the specified domain. ::
|
4
|
+
|
5
|
+
aws cloudfront get-distribution-tenant-by-domain \
|
6
|
+
--domain example.com
|
7
|
+
|
8
|
+
Output::
|
9
|
+
|
10
|
+
{
|
11
|
+
"ETag": "E23ZP02F085ABC",
|
12
|
+
"DistributionTenant": {
|
13
|
+
"Id": "dt_2xVInRKCfUzQHgxosDs9hiLk1AB",
|
14
|
+
"DistributionId": "E1XNX8R2GOAABC",
|
15
|
+
"Name": "example-tenant-4",
|
16
|
+
"Arn": "arn:aws:cloudfront::123456789012:distribution-tenant/dt_2xVInRKCfUzQHgxosDs9hiLk1AB",
|
17
|
+
"Domains": [
|
18
|
+
{
|
19
|
+
"Domain": "example.com",
|
20
|
+
"Status": "active"
|
21
|
+
}
|
22
|
+
],
|
23
|
+
"Parameters": [
|
24
|
+
{
|
25
|
+
"Name": "testParam",
|
26
|
+
"Value": "defaultValue"
|
27
|
+
}
|
28
|
+
],
|
29
|
+
"ConnectionGroupId": "cg_2whCJoXMYCjHcxaLGrkllvyABC",
|
30
|
+
"CreatedTime": "2025-05-23T16:16:20.871000+00:00",
|
31
|
+
"LastModifiedTime": "2025-05-23T16:16:20.871000+00:00",
|
32
|
+
"Enabled": false,
|
33
|
+
"Status": "Deployed"
|
34
|
+
}
|
35
|
+
}
|
36
|
+
|
37
|
+
For more information, see `Understand how multi-tenant distributions work <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html>`__ in the *Amazon CloudFront Developer Guide*.
|
@@ -0,0 +1,31 @@
|
|
1
|
+
**To get details about a CloudFront distribution tenant**
|
2
|
+
|
3
|
+
The following ``get-distribution-tenant`` example retrieves information about a CloudFront distribution tenant. ::
|
4
|
+
|
5
|
+
aws cloudfront get-distribution-tenant \
|
6
|
+
--id dt_2wjDZi3hD1ivOXf6rpZJOSNE1AB
|
7
|
+
|
8
|
+
Output::
|
9
|
+
|
10
|
+
{
|
11
|
+
"ETag": "E23ZP02F085ABC",
|
12
|
+
"DistributionTenant": {
|
13
|
+
"Id": "dt_2wjDZi3hD1ivOXf6rpZJOSNE1AB",
|
14
|
+
"DistributionId": "E1XNX8R2GOAABC",
|
15
|
+
"Name": "example-tenant-2",
|
16
|
+
"Arn": "arn:aws:cloudfront::123456789012:distribution-tenant/dt_2wjDZi3hD1ivOXf6rpZJOSNE1AB",
|
17
|
+
"Domains": [
|
18
|
+
{
|
19
|
+
"Domain": "example.com",
|
20
|
+
"Status": "inactive"
|
21
|
+
}
|
22
|
+
],
|
23
|
+
"ConnectionGroupId": "cg_2wjDWTBKTlRB87cAaUQFaakABC",
|
24
|
+
"CreatedTime": "2025-05-06T15:42:28.542000+00:00",
|
25
|
+
"LastModifiedTime": "2025-05-06T15:42:37.724000+00:00",
|
26
|
+
"Enabled": true,
|
27
|
+
"Status": "InProgress"
|
28
|
+
}
|
29
|
+
}
|
30
|
+
|
31
|
+
For more information, see `Understand how multi-tenant distributions work <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html>`__ in the *Amazon CloudFront Developer Guide*.
|
@@ -0,0 +1,29 @@
|
|
1
|
+
**To get an invalidation for a distribution tenant**
|
2
|
+
|
3
|
+
The following ``get-invalidation-for-distribution-tenant`` example gets information about an invalidation for a distribution tenant. ::
|
4
|
+
|
5
|
+
aws cloudfront get-invalidation-for-distribution-tenant \
|
6
|
+
--distribution-tenant-id dt_2wjDZi3hD1ivOXf6rpZJOSNE1AB \
|
7
|
+
--id I4CU23QAPKMUDUU06F9OFGFABC
|
8
|
+
|
9
|
+
Output::
|
10
|
+
|
11
|
+
{
|
12
|
+
"Invalidation": {
|
13
|
+
"Id": "I4CU23QAPKMUDUU06F9OFGFABC",
|
14
|
+
"Status": "Completed",
|
15
|
+
"CreateTime": "2025-05-06T15:46:12.824000+00:00",
|
16
|
+
"InvalidationBatch": {
|
17
|
+
"Paths": {
|
18
|
+
"Quantity": 2,
|
19
|
+
"Items": [
|
20
|
+
"/example/invalidation",
|
21
|
+
"/more/invalidations"
|
22
|
+
]
|
23
|
+
},
|
24
|
+
"CallerReference": "007ee5a6-d0a0-42be-bb61-e7b915969b48"
|
25
|
+
}
|
26
|
+
}
|
27
|
+
}
|
28
|
+
|
29
|
+
For more information, see `Invalidate files to remove content <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html>`__ in the *Amazon CloudFront Developer Guide*.
|
@@ -0,0 +1,25 @@
|
|
1
|
+
**To get managed certificate details**
|
2
|
+
|
3
|
+
The following ``get-managed-certificate-details`` example retrieves the details of a CloudFront managed ACM certificate. ::
|
4
|
+
|
5
|
+
aws cloudfront get-managed-certificate-details \
|
6
|
+
--identifier dt_2wjDZi3hD1ivOXf6rpZJOSNE1AB
|
7
|
+
|
8
|
+
Output::
|
9
|
+
|
10
|
+
{
|
11
|
+
"ManagedCertificateDetails": {
|
12
|
+
"CertificateArn": "arn:aws:acm:us-east-1:123456789012:certificate/655dc1fe-6d37-451d-a013-c2db3a034abc",
|
13
|
+
"CertificateStatus": "pending-validation",
|
14
|
+
"ValidationTokenHost": "self-hosted",
|
15
|
+
"ValidationTokenDetails": [
|
16
|
+
{
|
17
|
+
"Domain": "example.com",
|
18
|
+
"RedirectTo": "validation.us-east-1.acm-validations.aws/123456789012/.well-known/pki-validation/b315c9ae21284e7918bb9f3f422ab1c7.txt",
|
19
|
+
"RedirectFrom": "example.com/.well-known/pki-validation/b315c9ae21284e7918bb9f3f422ac3c7.txt"
|
20
|
+
}
|
21
|
+
]
|
22
|
+
}
|
23
|
+
}
|
24
|
+
|
25
|
+
For more information, see `Request certificates for your CloudFront distribution tenant <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/managed-cloudfront-certificates.html>`__ in the *Amazon CloudFront Developer Guide*.
|
@@ -0,0 +1,38 @@
|
|
1
|
+
**To list connection groups**
|
2
|
+
|
3
|
+
The following ``list-connection-groups`` example lists the available connection groups in your AWS account. ::
|
4
|
+
|
5
|
+
aws cloudfront list-connection-groups
|
6
|
+
|
7
|
+
Output::
|
8
|
+
|
9
|
+
{
|
10
|
+
"ConnectionGroups": [
|
11
|
+
{
|
12
|
+
"Id": "cg_2whCJoXMYCjHcxaLGrkllvyABC",
|
13
|
+
"Name": "CreatedByCloudFront-cg_2whCJoXMYCjHcxaLGrkllvyABC",
|
14
|
+
"Arn": "arn:aws:cloudfront::123456789012:connection-group/cg_2whCJoXMYCjHcxaLGrkllvyABC",
|
15
|
+
"RoutingEndpoint": "d3sx0pso7m5abc.cloudfront.net",
|
16
|
+
"CreatedTime": "2025-05-05T22:32:29.630000+00:00",
|
17
|
+
"LastModifiedTime": "2025-05-05T22:32:29.630000+00:00",
|
18
|
+
"ETag": "E23ZP02F085ABC",
|
19
|
+
"Enabled": true,
|
20
|
+
"Status": "Deployed",
|
21
|
+
"IsDefault": true
|
22
|
+
},
|
23
|
+
{
|
24
|
+
"Id": "cg_2wjDWTBKTlRB87cAaUQFaakABC",
|
25
|
+
"Name": "connection-group-2",
|
26
|
+
"Arn": "arn:aws:cloudfront::123456789012:connection-group/cg_2wjDWTBKTlRB87cAaUQFaakABC",
|
27
|
+
"RoutingEndpoint": "dvdg9gprgabc.cloudfront.net",
|
28
|
+
"CreatedTime": "2025-05-06T15:42:00.790000+00:00",
|
29
|
+
"LastModifiedTime": "2025-05-06T15:42:00.790000+00:00",
|
30
|
+
"ETag": "E23ZP02F085ABC",
|
31
|
+
"Enabled": true,
|
32
|
+
"Status": "Deployed",
|
33
|
+
"IsDefault": false
|
34
|
+
}
|
35
|
+
]
|
36
|
+
}
|
37
|
+
|
38
|
+
For more information, see `Create custom connection group (optional) <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/custom-connection-group.html>`__ in the *Amazon CloudFront Developer Guide*.
|
@@ -0,0 +1,45 @@
|
|
1
|
+
**To list distribution tenants by customization**
|
2
|
+
|
3
|
+
The following ``list-distribution-tenants-by-customization`` example lists distribution tenants that use the specified web ACL. ::
|
4
|
+
|
5
|
+
aws cloudfront list-distribution-tenants-by-customization \
|
6
|
+
--web-acl-arn arn:aws:wafv2:us-east-1:123456789012:global/webacl/CreatedByCloudFront-0273cd2f/a3c19bce-42b5-48a1-a8d4-b2bb2f28eabc
|
7
|
+
|
8
|
+
Output::
|
9
|
+
|
10
|
+
{
|
11
|
+
"DistributionTenantList": [
|
12
|
+
{
|
13
|
+
"Id": "dt_2wjDZi3hD1ivOXf6rpZJOSNE1AB",
|
14
|
+
"DistributionId": "E1XNX8R2GOAABC",
|
15
|
+
"Name": "example-tenant-2",
|
16
|
+
"Arn": "arn:aws:cloudfront::123456789012:distribution-tenant/dt_2wjDZi3hD1ivOXf6rpZJOSNE1AB",
|
17
|
+
"Domains": [
|
18
|
+
{
|
19
|
+
"Domain": "example.com",
|
20
|
+
"Status": "inactive"
|
21
|
+
}
|
22
|
+
],
|
23
|
+
"ConnectionGroupId": "cg_2wjDWTBKTlRB87cAaUQFaakABC",
|
24
|
+
"Customizations": {
|
25
|
+
"WebAcl": {
|
26
|
+
"Action": "override",
|
27
|
+
"Arn": "arn:aws:wafv2:us-east-1:123456789012:global/webacl/CreatedByCloudFront-0273cd2f/a3c19bce-42b5-48a1-a8d4-b2bb2f28eabc"
|
28
|
+
},
|
29
|
+
"GeoRestrictions": {
|
30
|
+
"RestrictionType": "whitelist",
|
31
|
+
"Locations": [
|
32
|
+
"AL"
|
33
|
+
]
|
34
|
+
}
|
35
|
+
},
|
36
|
+
"CreatedTime": "2025-05-06T15:42:28.542000+00:00",
|
37
|
+
"LastModifiedTime": "2025-05-06T16:14:08.710000+00:00",
|
38
|
+
"ETag": "E1F83G8C2ARABC",
|
39
|
+
"Enabled": true,
|
40
|
+
"Status": "Deployed"
|
41
|
+
}
|
42
|
+
]
|
43
|
+
}
|
44
|
+
|
45
|
+
For more information, see `Distribution tenant customizations <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/tenant-customization.html>`__ in the *Amazon CloudFront Developer Guide*.
|
@@ -0,0 +1,90 @@
|
|
1
|
+
**To list CloudFront distribution tenants**
|
2
|
+
|
3
|
+
The following ``list-distribution-tenants`` example lists 3 CloudFront distribution tenants in your AWS account by the associated connection group. ::
|
4
|
+
|
5
|
+
aws cloudfront list-distribution-tenants \
|
6
|
+
--association-filter ConnectionGroupId=cg_2whCJoXMYCjHcxaLGrkllvyABC \
|
7
|
+
--max-items 3
|
8
|
+
|
9
|
+
Output::
|
10
|
+
|
11
|
+
{
|
12
|
+
"DistributionTenantList": [
|
13
|
+
{
|
14
|
+
"Id": "dt_2yMvQgam3QkJo2z54FDl91dk1AB",
|
15
|
+
"DistributionId": "E1XNX8R2GOAABC",
|
16
|
+
"Name": "new-tenant-customizations",
|
17
|
+
"Arn": "arn:aws:cloudfront::123456789012:distribution-tenant/dt_2yMvQgam3QkJo2z54FDl91dk1AB",
|
18
|
+
"Domains": [
|
19
|
+
{
|
20
|
+
"Domain": "example.com",
|
21
|
+
"Status": "active"
|
22
|
+
}
|
23
|
+
],
|
24
|
+
"ConnectionGroupId": "cg_2whCJoXMYCjHcxaLGrkllvyABC",
|
25
|
+
"Customizations": {
|
26
|
+
"WebAcl": {
|
27
|
+
"Action": "disable"
|
28
|
+
},
|
29
|
+
"GeoRestrictions": {
|
30
|
+
"RestrictionType": "whitelist",
|
31
|
+
"Locations": [
|
32
|
+
"DE"
|
33
|
+
]
|
34
|
+
}
|
35
|
+
},
|
36
|
+
"CreatedTime": "2025-06-11T15:54:02.142000+00:00",
|
37
|
+
"LastModifiedTime": "2025-06-11T15:54:02.142000+00:00",
|
38
|
+
"ETag": "E23ZP02F085ABC",
|
39
|
+
"Enabled": false,
|
40
|
+
"Status": "Deployed"
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"Id": "dt_2yMuV7NJuBcAB0cwwxMCBZQ1AB",
|
44
|
+
"DistributionId": "E1XNX8R2GOAABC",
|
45
|
+
"Name": "new-tenant",
|
46
|
+
"Arn": "arn:aws:cloudfront::123456789012:distribution-tenant/dt_2yMuV7NJuBcAB0cwwxMCBZQ1AB",
|
47
|
+
"Domains": [
|
48
|
+
{
|
49
|
+
"Domain": "1.example.com",
|
50
|
+
"Status": "active"
|
51
|
+
}
|
52
|
+
],
|
53
|
+
"ConnectionGroupId": "cg_2whCJoXMYCjHcxaLGrkllvyABC",
|
54
|
+
"Customizations": {
|
55
|
+
"GeoRestrictions": {
|
56
|
+
"RestrictionType": "whitelist",
|
57
|
+
"Locations": [
|
58
|
+
"DE"
|
59
|
+
]
|
60
|
+
}
|
61
|
+
},
|
62
|
+
"CreatedTime": "2025-06-11T15:46:23.466000+00:00",
|
63
|
+
"LastModifiedTime": "2025-06-11T15:46:23.466000+00:00",
|
64
|
+
"ETag": "E23ZP02F085ABC",
|
65
|
+
"Enabled": false,
|
66
|
+
"Status": "Deployed"
|
67
|
+
},
|
68
|
+
{
|
69
|
+
"Id": "dt_2xVInRKCfUzQHgxosDs9hiLk1AB",
|
70
|
+
"DistributionId": "E1XNX8R2GOAABC",
|
71
|
+
"Name": "new-tenant-2",
|
72
|
+
"Arn": "arn:aws:cloudfront::123456789012:distribution-tenant/dt_2xVInRKCfUzQHgxosDs9hiLk1AB",
|
73
|
+
"Domains": [
|
74
|
+
{
|
75
|
+
"Domain": "2.example.com",
|
76
|
+
"Status": "active"
|
77
|
+
}
|
78
|
+
],
|
79
|
+
"ConnectionGroupId": "cg_2whCJoXMYCjHcxaLGrkllvyABC",
|
80
|
+
"CreatedTime": "2025-05-23T16:16:20.871000+00:00",
|
81
|
+
"LastModifiedTime": "2025-05-23T16:16:20.871000+00:00",
|
82
|
+
"ETag": "E23ZP02F085ABC",
|
83
|
+
"Enabled": false,
|
84
|
+
"Status": "Deployed"
|
85
|
+
}
|
86
|
+
],
|
87
|
+
"NextToken": "eyJNYXJrZXIiOiBudWxsLCAiYm90b190cnVuY2F0ZV9hbW91bnQiOiAzfQ=="
|
88
|
+
}
|
89
|
+
|
90
|
+
For more information, see `Understand how multi-tenant distributions work <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html>`__ in the *Amazon CloudFront Developer Guide*.
|
@@ -0,0 +1,115 @@
|
|
1
|
+
**To list CloudFront distributions by connection mode**
|
2
|
+
|
3
|
+
The following ``list-distributions-by-connection-mode`` example lists CloudFront distributions with the specified connection mode. ::
|
4
|
+
|
5
|
+
aws cloudfront list-distributions-by-connection-mode \
|
6
|
+
--connection-mode tenant-only
|
7
|
+
|
8
|
+
Output::
|
9
|
+
|
10
|
+
{
|
11
|
+
"DistributionList": {
|
12
|
+
"Items": [
|
13
|
+
{
|
14
|
+
"Id": "E1XNX8R2GOAABC",
|
15
|
+
"ARN": "arn:aws:cloudfront::123456789012:distribution/E1XNX8R2GOAABC",
|
16
|
+
"ETag": "EPT4JPJQDY1ABC",
|
17
|
+
"Status": "Deployed",
|
18
|
+
"LastModifiedTime": "2025-05-23T16:16:15.691000+00:00",
|
19
|
+
"DomainName": "-",
|
20
|
+
"Aliases": {
|
21
|
+
"Quantity": 0
|
22
|
+
},
|
23
|
+
"Origins": {
|
24
|
+
"Quantity": 1,
|
25
|
+
"Items": [
|
26
|
+
{
|
27
|
+
"Id": "example-cfn-simple-distribution123",
|
28
|
+
"DomainName": "example.com",
|
29
|
+
"OriginPath": "",
|
30
|
+
"CustomHeaders": {
|
31
|
+
"Quantity": 0
|
32
|
+
},
|
33
|
+
"S3OriginConfig": {
|
34
|
+
"OriginAccessIdentity": ""
|
35
|
+
},
|
36
|
+
"ConnectionAttempts": 3,
|
37
|
+
"ConnectionTimeout": 10,
|
38
|
+
"OriginShield": {
|
39
|
+
"Enabled": false
|
40
|
+
},
|
41
|
+
"OriginAccessControlId": "E2CJRMB5LKEABC"
|
42
|
+
}
|
43
|
+
]
|
44
|
+
},
|
45
|
+
"OriginGroups": {
|
46
|
+
"Quantity": 0
|
47
|
+
},
|
48
|
+
"DefaultCacheBehavior": {
|
49
|
+
"TargetOriginId": "example-cfn-simple-distribution123",
|
50
|
+
"TrustedKeyGroups": {
|
51
|
+
"Enabled": false,
|
52
|
+
"Quantity": 0
|
53
|
+
},
|
54
|
+
"ViewerProtocolPolicy": "allow-all",
|
55
|
+
"AllowedMethods": {
|
56
|
+
"Quantity": 2,
|
57
|
+
"Items": [
|
58
|
+
"HEAD",
|
59
|
+
"GET"
|
60
|
+
],
|
61
|
+
"CachedMethods": {
|
62
|
+
"Quantity": 2,
|
63
|
+
"Items": [
|
64
|
+
"HEAD",
|
65
|
+
"GET"
|
66
|
+
]
|
67
|
+
}
|
68
|
+
},
|
69
|
+
"Compress": true,
|
70
|
+
"LambdaFunctionAssociations": {
|
71
|
+
"Quantity": 0
|
72
|
+
},
|
73
|
+
"FunctionAssociations": {
|
74
|
+
"Quantity": 0
|
75
|
+
},
|
76
|
+
"FieldLevelEncryptionId": "",
|
77
|
+
"CachePolicyId": "658327ea-f89d-4fab-a63d-7e88639e5abc",
|
78
|
+
"GrpcConfig": {
|
79
|
+
"Enabled": false
|
80
|
+
}
|
81
|
+
},
|
82
|
+
"CacheBehaviors": {
|
83
|
+
"Quantity": 0
|
84
|
+
},
|
85
|
+
"CustomErrorResponses": {
|
86
|
+
"Quantity": 0
|
87
|
+
},
|
88
|
+
"Comment": "",
|
89
|
+
"PriceClass": "PriceClass_All",
|
90
|
+
"Enabled": true,
|
91
|
+
"ViewerCertificate": {
|
92
|
+
"CloudFrontDefaultCertificate": false,
|
93
|
+
"ACMCertificateArn": "arn:aws:acm:us-east-1:123456789012:certificate/ec53f564-ea5a-4e4a-a0a2-e3c989449abc",
|
94
|
+
"SSLSupportMethod": "sni-only",
|
95
|
+
"MinimumProtocolVersion": "TLSv1.2_2021",
|
96
|
+
"Certificate": "arn:aws:acm:us-east-1:123456789012:certificate/ec53f564-ea5a-4e4a-a0a2-e3c989449abc",
|
97
|
+
"CertificateSource": "acm"
|
98
|
+
},
|
99
|
+
"Restrictions": {
|
100
|
+
"GeoRestriction": {
|
101
|
+
"RestrictionType": "none",
|
102
|
+
"Quantity": 0
|
103
|
+
}
|
104
|
+
},
|
105
|
+
"WebACLId": "arn:aws:wafv2:us-east-1:123456789012:global/webacl/web-global-example/626900da-5f64-418b-ba9b-743f3746cabc",
|
106
|
+
"HttpVersion": "http2",
|
107
|
+
"IsIPV6Enabled": false,
|
108
|
+
"Staging": false,
|
109
|
+
"ConnectionMode": "tenant-only"
|
110
|
+
}
|
111
|
+
]
|
112
|
+
}
|
113
|
+
}
|
114
|
+
|
115
|
+
For more information, see `Create custom connection group (optional) <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/custom-connection-group.html>`__ in the *Amazon CloudFront Developer Guide*.
|
@@ -0,0 +1,22 @@
|
|
1
|
+
**To list domain conflicts for a CloudFront distribution**
|
2
|
+
|
3
|
+
The following ``list-domain-conflicts`` example lists domain conflicts for a CloudFront distribution. ::
|
4
|
+
|
5
|
+
aws cloudfront list-domain-conflicts \
|
6
|
+
--domain example.com \
|
7
|
+
--domain-control-validation-resource "DistributionTenantId=dt_2x9GhoK0TZRsohWzv1b9It8J1AB"
|
8
|
+
|
9
|
+
Output::
|
10
|
+
|
11
|
+
{
|
12
|
+
"DomainConflicts": [
|
13
|
+
{
|
14
|
+
"Domain": "example.com",
|
15
|
+
"ResourceType": "distribution-tenant",
|
16
|
+
"ResourceId": "***************ohWzv1b9It8J1AB",
|
17
|
+
"AccountId": "123456789012"
|
18
|
+
}
|
19
|
+
]
|
20
|
+
}
|
21
|
+
|
22
|
+
For more information, see `Move an alternate domain name to a different distribution <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/alternate-domain-names-move.html>`__ in the *Amazon CloudFront Developer Guide*.
|
@@ -0,0 +1,22 @@
|
|
1
|
+
**To list invalidations for a CloudFront distribution tenant**
|
2
|
+
|
3
|
+
The following ``list-invalidations-for-distribution-tenant`` example lists the invalidations for a CloudFront distribution tenant. ::
|
4
|
+
|
5
|
+
aws cloudfront list-invalidations-for-distribution-tenant \
|
6
|
+
--id dt_2wjDZi3hD1ivOXf6rpZJOSNE1AB
|
7
|
+
|
8
|
+
Output::
|
9
|
+
|
10
|
+
{
|
11
|
+
"InvalidationList": {
|
12
|
+
"Items": [
|
13
|
+
{
|
14
|
+
"Id": "I4CU23QAPKMUDUU06F9OFGFABC",
|
15
|
+
"CreateTime": "2025-05-06T15:46:12.824000+00:00",
|
16
|
+
"Status": "Completed"
|
17
|
+
}
|
18
|
+
]
|
19
|
+
}
|
20
|
+
}
|
21
|
+
|
22
|
+
For more information, see `Invalidate files to remove content <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html>`__ in the *Amazon CloudFront Developer Guide*.
|
@@ -0,0 +1,29 @@
|
|
1
|
+
**To update a CloudFront connection group**
|
2
|
+
|
3
|
+
The following ``update-connection-group`` example disables a CloudFront connection group and disables IPv6. ::
|
4
|
+
|
5
|
+
aws cloudfront update-connection-group \
|
6
|
+
--id cg_2yHsDkcPKeUlVkk3aEgLKcjABC \
|
7
|
+
--no-ipv6-enabled \
|
8
|
+
--no-enabled \
|
9
|
+
--if-match E3UN6WX5RRO2ABC
|
10
|
+
|
11
|
+
Output::
|
12
|
+
|
13
|
+
{
|
14
|
+
"ETag": "E1F83G8C2ARABC",
|
15
|
+
"ConnectionGroup": {
|
16
|
+
"Id": "cg_2yHsDkcPKeUlVkk3aEgLKcjABC",
|
17
|
+
"Name": "cg-example",
|
18
|
+
"Arn": "arn:aws:cloudfront::123456789012:connection-group/cg_2yHsDkcPKeUlVkk3aEgLKcjABC",
|
19
|
+
"CreatedTime": "2025-06-09T20:58:35.481000+00:00",
|
20
|
+
"LastModifiedTime": "2025-06-11T16:25:54.280000+00:00",
|
21
|
+
"Ipv6Enabled": false,
|
22
|
+
"RoutingEndpoint": "du9xp1elo1abc.cloudfront.net",
|
23
|
+
"Status": "InProgress",
|
24
|
+
"Enabled": false,
|
25
|
+
"IsDefault": false
|
26
|
+
}
|
27
|
+
}
|
28
|
+
|
29
|
+
For more information, see `Create custom connection group (optional) <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/custom-connection-group.html>`__ in the *Amazon CloudFront Developer Guide*.
|
@@ -0,0 +1,76 @@
|
|
1
|
+
**To update a CloudFront distribution tenant**
|
2
|
+
|
3
|
+
The following ``update-distribution-tenant`` example updates a CloudFront distribution tenant with a new parameter value and adds a country to the geo-restrictions. ::
|
4
|
+
|
5
|
+
aws cloudfront update-distribution-tenant \
|
6
|
+
--cli-input-json file://update-tenant.json
|
7
|
+
|
8
|
+
Contents of ``update-tenant.json``::
|
9
|
+
|
10
|
+
{
|
11
|
+
"Id": "dt_2yMvQgam3QkJo2z54FDl91dk1AB",
|
12
|
+
"IfMatch": "E1F83G8C2ARABC",
|
13
|
+
"Parameters": [
|
14
|
+
{
|
15
|
+
"Name": "testParam",
|
16
|
+
"Value": "newParameterValue"
|
17
|
+
}
|
18
|
+
],
|
19
|
+
"Customizations": {
|
20
|
+
"WebAcl": {
|
21
|
+
"Action": "disable"
|
22
|
+
},
|
23
|
+
"GeoRestrictions": {
|
24
|
+
"RestrictionType": "whitelist",
|
25
|
+
"Locations": [
|
26
|
+
"DE",
|
27
|
+
"GB",
|
28
|
+
"ES"
|
29
|
+
]
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
33
|
+
|
34
|
+
Output::
|
35
|
+
|
36
|
+
{
|
37
|
+
"ETag": "E1PA6795UKMABC",
|
38
|
+
"DistributionTenant": {
|
39
|
+
"Id": "dt_2yMvQgam3QkJo2z54FDl91dk1AB",
|
40
|
+
"DistributionId": "E1XNX8R2GOAABC",
|
41
|
+
"Name": "new-tenant-customizations",
|
42
|
+
"Arn": "arn:aws:cloudfront::123456789012:distribution-tenant/dt_2yMvQgam3QkJo2z54FDl91dk1AB",
|
43
|
+
"Domains": [
|
44
|
+
{
|
45
|
+
"Domain": "example.com",
|
46
|
+
"Status": "active"
|
47
|
+
}
|
48
|
+
],
|
49
|
+
"Customizations": {
|
50
|
+
"WebAcl": {
|
51
|
+
"Action": "disable"
|
52
|
+
},
|
53
|
+
"GeoRestrictions": {
|
54
|
+
"RestrictionType": "whitelist",
|
55
|
+
"Locations": [
|
56
|
+
"DE",
|
57
|
+
"ES",
|
58
|
+
"GB"
|
59
|
+
]
|
60
|
+
}
|
61
|
+
},
|
62
|
+
"Parameters": [
|
63
|
+
{
|
64
|
+
"Name": "testParam",
|
65
|
+
"Value": "newParameterValue"
|
66
|
+
}
|
67
|
+
],
|
68
|
+
"ConnectionGroupId": "cg_2whCJoXMYCjHcxaLGrkllvyABC",
|
69
|
+
"CreatedTime": "2025-06-11T15:54:02.142000+00:00",
|
70
|
+
"LastModifiedTime": "2025-06-11T16:42:45.531000+00:00",
|
71
|
+
"Enabled": false,
|
72
|
+
"Status": "InProgress"
|
73
|
+
}
|
74
|
+
}
|
75
|
+
|
76
|
+
For more information, see `Distribution tenant customizations <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/tenant-customization.html>`__ in the *Amazon CloudFront Developer Guide*.
|
@@ -0,0 +1,18 @@
|
|
1
|
+
**To update a domain association**
|
2
|
+
|
3
|
+
The following ``update-domain-association`` example updates a domain association for a distribution tenant with ETag ``E23ZP02F085ABC``. ::
|
4
|
+
|
5
|
+
aws cloudfront update-domain-association \
|
6
|
+
--domain example.com \
|
7
|
+
--target-resource DistributionTenantId=dt_2x9GhoK0TZRsohWzv1b9It8J1AB \
|
8
|
+
--if-match E23ZP02F085ABC
|
9
|
+
|
10
|
+
Output::
|
11
|
+
|
12
|
+
{
|
13
|
+
"ETag": "ETVPDKIKX0ABC",
|
14
|
+
"Domain": "example.com",
|
15
|
+
"ResourceId": "dt_2x9GhoK0TZRsohWzv1b9It8J1AB"
|
16
|
+
}
|
17
|
+
|
18
|
+
For more information, see `Move an alternate domain name to a different distribution <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/alternate-domain-names-move.html>`__ in the *Amazon CloudFront Developer Guide*.
|
@@ -0,0 +1,20 @@
|
|
1
|
+
**To verify DNS configuration for a domain**
|
2
|
+
|
3
|
+
The following ``verify-dns-configuration`` example verifies the DNS configuration for a domain. ::
|
4
|
+
|
5
|
+
aws cloudfront verify-dns-configuration \
|
6
|
+
--domain example.com \
|
7
|
+
--identifier dt_2x9GhoK0TZRsohWzv1b9It8J1AB
|
8
|
+
|
9
|
+
Output::
|
10
|
+
|
11
|
+
{
|
12
|
+
"DnsConfigurationList": [
|
13
|
+
{
|
14
|
+
"Domain": "example.com",
|
15
|
+
"Status": "valid-configuration"
|
16
|
+
}
|
17
|
+
]
|
18
|
+
}
|
19
|
+
|
20
|
+
For more information, see `Move an alternate domain name to a different distribution <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/alternate-domain-names-move.html>`__ in the *Amazon CloudFront Developer Guide*.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: awscli
|
3
|
-
Version: 1.40.
|
3
|
+
Version: 1.40.40
|
4
4
|
Summary: Universal Command Line Environment for AWS.
|
5
5
|
Home-page: http://aws.amazon.com/cli/
|
6
6
|
Author: Amazon Web Services
|
@@ -22,7 +22,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
22
22
|
Classifier: Programming Language :: Python :: 3.12
|
23
23
|
Requires-Python: >= 3.9
|
24
24
|
License-File: LICENSE.txt
|
25
|
-
Requires-Dist: botocore (==1.38.
|
25
|
+
Requires-Dist: botocore (==1.38.41)
|
26
26
|
Requires-Dist: docutils (<=0.19,>=0.18.1)
|
27
27
|
Requires-Dist: s3transfer (<0.14.0,>=0.13.0)
|
28
28
|
Requires-Dist: PyYAML (<6.1,>=3.10)
|
@@ -1,4 +1,4 @@
|
|
1
|
-
awscli/__init__.py,sha256=
|
1
|
+
awscli/__init__.py,sha256=NvMyEe1X3tLERv2PjkSG3F7wox8VWNI2J0Q-h9IvlHo,1534
|
2
2
|
awscli/__main__.py,sha256=iBjOg0tBxNlhzTi_tyc1G0SMGBvHMVvBJzX3JqYaooY,662
|
3
3
|
awscli/alias.py,sha256=Jj2jetpajUMcjqx9tFhHUOKpzLChQygnH2zqDFfmgIM,11315
|
4
4
|
awscli/argparser.py,sha256=3Pxx-vWytdV985Y6MIl9DeutUXyehIvACIs_PDby8GI,7650
|
@@ -812,33 +812,54 @@ awscli/examples/cloudformation/wait/stack-import-complete.rst,sha256=dbuv-ySCy5E
|
|
812
812
|
awscli/examples/cloudformation/wait/stack-rollback-complete.rst,sha256=-vUdi_01Ue8V3BTeLFeJLNwNfnbd-74b5qicKrmNQ7E,466
|
813
813
|
awscli/examples/cloudformation/wait/stack-update-complete.rst,sha256=9trZ3GNvEcaSOmJFHpn2-bWRHxJ8z8sOLFtNezsxnjw,432
|
814
814
|
awscli/examples/cloudformation/wait/type-registration-complete.rst,sha256=neyXSKJ9rxmte2xQIODDJbN95_IVuT2p7NjRGU0uP3M,396
|
815
|
+
awscli/examples/cloudfront/associate-distribution-tenant-web-acl.rst,sha256=wAHULuofsUI7je7rtHTdfnVeUHGLiXLH9I1W3qgV5_Q,928
|
816
|
+
awscli/examples/cloudfront/associate-distribution-web-acl.rst,sha256=BUwB7HfxLhpAq2B4tsV9vOqepaZ_bgQJcTyBBCEEMns,836
|
815
817
|
awscli/examples/cloudfront/create-cloud-front-origin-access-identity.rst,sha256=xXR3yMitEp1A8cDJKnzUEppzKFjsvMUTuLJrz2GCJdk,1450
|
818
|
+
awscli/examples/cloudfront/create-connection-group.rst,sha256=Io_9TXItxaIV-b5EmlwDGQWiqYd42Gl1xWOeKNxXUzs,1570
|
819
|
+
awscli/examples/cloudfront/create-distribution-tenant.rst,sha256=zUIbUGPZswtazJ6yfRrbZQYDh1f6VdRoepYsD9HpZvQ,3311
|
816
820
|
awscli/examples/cloudfront/create-distribution-with-tags.rst,sha256=plp3UVf9COjVHRDiZ7nMfmG5vduhk4OXcYe61dYW_qk,8537
|
817
821
|
awscli/examples/cloudfront/create-distribution.rst,sha256=eiHLh6fhMxPWFoi9RQOcKLI2jt4X8iumhoAK3Cve-gs,7960
|
818
822
|
awscli/examples/cloudfront/create-field-level-encryption-config.rst,sha256=3VjfGgPdM2ulTUobAi3qT3ICEL2-swYcRta415QUfHA,2970
|
819
823
|
awscli/examples/cloudfront/create-field-level-encryption-profile.rst,sha256=XLGMPFo2mXsf-mP9YPkAxuG6zj0Tty4FIkK7-rOTapQ,2647
|
824
|
+
awscli/examples/cloudfront/create-invalidation-for-distribution-tenant.rst,sha256=C3FhxAB9iPfPH0AjUO_WBwIxSsqanr7-E0QtT5G03Q4,1302
|
820
825
|
awscli/examples/cloudfront/create-invalidation.rst,sha256=5KhlJv6IGCVL1B4-HYbEPHO4lMOFFJ5EmFqn9Qq0Pqk,2487
|
821
826
|
awscli/examples/cloudfront/create-public-key.rst,sha256=YYXELqy7QS2qg4qVdbEH8ZelUM5-m0X9hl1UTNrARkY,2291
|
822
827
|
awscli/examples/cloudfront/delete-cloud-front-origin-access-identity.rst,sha256=9RitPGYY-3oJ-4p50yrkfgdGCgGKQeln3J1NMtcYj1Y,923
|
828
|
+
awscli/examples/cloudfront/delete-connection-group.rst,sha256=X8l7pfn0Ll_8S0liO-35Fc7RW3iiib93h7B6_enwItQ,635
|
829
|
+
awscli/examples/cloudfront/delete-distribution-tenant.rst,sha256=suiEdVoXhquF0qN06Bdu6KA0XLmzb7EvxmrtTDE5qlA,618
|
823
830
|
awscli/examples/cloudfront/delete-distribution.rst,sha256=blxn_6JlXvcs4jyUQTeKMx6G0Uu-eGRPeK2mhED3QUc,842
|
824
831
|
awscli/examples/cloudfront/delete-field-level-encryption-config.rst,sha256=-xYeQIdy2znvHjCiUpMicJ01yPYJXO3QAxWq99TrTro,911
|
825
832
|
awscli/examples/cloudfront/delete-field-level-encryption-profile.rst,sha256=p3SCKqDOH5RWmrAFYwcFTYbar0IU3seh2HMIkDIVM6k,921
|
826
833
|
awscli/examples/cloudfront/delete-public-key.rst,sha256=_eLupAqfecf8sj8JVg_-6c8crwNIDkJfvfKCtwxG6dg,685
|
834
|
+
awscli/examples/cloudfront/disassociate-distribution-tenant-web-acl.rst,sha256=kWTTm-rs9gu-Us6qnk8Q9pF0K_r3LE0kCUEq3A7i5go,668
|
835
|
+
awscli/examples/cloudfront/disassociate-distribution-web-acl.rst,sha256=L1w7-wfTDEzPtgjk0iiCRJq6HbrGS4sA83LWLQKkAvU,647
|
827
836
|
awscli/examples/cloudfront/get-cloud-front-origin-access-identity-config.rst,sha256=PkHzPFcehOdVY1t4UWejot_5A9icT38vG1kUxOCCnv4,742
|
828
837
|
awscli/examples/cloudfront/get-cloud-front-origin-access-identity.rst,sha256=LKts8sKCtINCaLYKL60ngXvqQV7tUGhAeZCVcOq-Itg,949
|
838
|
+
awscli/examples/cloudfront/get-connection-group-by-routing-endpoint.rst,sha256=YiIjqsdM1UY5s-7r_Sx4VUISCUP4qfcSFHKlvxbYWXQ,1166
|
839
|
+
awscli/examples/cloudfront/get-connection-group.rst,sha256=Qjl2dqWbAFbJ6gywvSkW2Hwk7GMrbLBfO-X3BdR9iYg,1097
|
829
840
|
awscli/examples/cloudfront/get-distribution-config.rst,sha256=yikeHqoDT_WpgFwMrWkIXO2jrLqiGKgOjCpRHa5Ctfw,3740
|
841
|
+
awscli/examples/cloudfront/get-distribution-tenant-by-domain.rst,sha256=PNOYmejVCBzmmweTxXa3PKB-0ejSpLb-xfQzS91vVCg,1470
|
842
|
+
awscli/examples/cloudfront/get-distribution-tenant.rst,sha256=6Rj_dGqsscyDFmFDeREXKJh0inDaCPo7Cx-fOqJCpyo,1285
|
830
843
|
awscli/examples/cloudfront/get-distribution.rst,sha256=GWTcGqcqeqzxbMqTLyh92VF1h0GrOCzMsWrZ7FdPF8s,4592
|
831
844
|
awscli/examples/cloudfront/get-field-level-encryption-config.rst,sha256=d57gCCRUTiaWcKfbN7XmSxQduo1iSp_adHrJLLkstio,1247
|
832
845
|
awscli/examples/cloudfront/get-field-level-encryption-profile-config.rst,sha256=sk2vb55mvompgpNbkE2KOzEBDsBK5PskVeMy8HCmmlo,1075
|
833
846
|
awscli/examples/cloudfront/get-field-level-encryption-profile.rst,sha256=_WUzOSdxtuCFu-vBUD2IxTDRGHV9KCcC1ALczpso3dM,1265
|
834
847
|
awscli/examples/cloudfront/get-field-level-encryption.rst,sha256=dVgFI7YJfCGh7WejGLkcb_94l1jTG958wkEvrWq7pzw,1446
|
848
|
+
awscli/examples/cloudfront/get-invalidation-for-distribution-tenant.rst,sha256=yKeYZGIWCAniOPiYWi2SI8FJ8s8ulm1f4Ghm45AhbjU,1141
|
835
849
|
awscli/examples/cloudfront/get-invalidation.rst,sha256=JuRTzp8_ymkGely7bJxFDx6z4oqjmX0MaCNelj0bhXk,803
|
850
|
+
awscli/examples/cloudfront/get-managed-certificate-details.rst,sha256=x1NatXCbikggS564yTuUSnMnzNZso1qV4K81j6TLiZs,1235
|
836
851
|
awscli/examples/cloudfront/get-public-key-config.rst,sha256=ImyRk5F_GnlsceBlFqLM2splAoeoU0xPuLnyctLAIJc,1089
|
837
852
|
awscli/examples/cloudfront/get-public-key.rst,sha256=q_IpEyGc3Sa9bJBjt-8wmjej_0dwZ9ow10K1AeC_Zac,1200
|
838
853
|
awscli/examples/cloudfront/list-cloud-front-origin-access-identities.rst,sha256=P-B3-568n7uZ7RsuEFRu117VXUAtw3HnbpAmmMtKSXI,1052
|
854
|
+
awscli/examples/cloudfront/list-connection-groups.rst,sha256=RF_Nih05JkFbBXRyhYwZDOh21D7558Tpz_8QpSG7m40,1710
|
855
|
+
awscli/examples/cloudfront/list-distribution-tenants-by-customization.rst,sha256=ui9VwBFtwevZMaa_auJsVKxcI_wLkM28JyJ8eiX19-I,2025
|
856
|
+
awscli/examples/cloudfront/list-distribution-tenants.rst,sha256=lRZZMewidwvntdwNnr3TFUjwL3pac7pNisTVtGVBbXI,3847
|
857
|
+
awscli/examples/cloudfront/list-distributions-by-connection-mode.rst,sha256=M_UkYpzW1SH0c5tt4K1g9xcWQmQR9OjCZZpIRIpGoI4,5193
|
839
858
|
awscli/examples/cloudfront/list-distributions.rst,sha256=_S2l1k6a0eyWWmIgzQ_UHW3Yh1msBCqa6_JhcARc8oY,4453
|
859
|
+
awscli/examples/cloudfront/list-domain-conflicts.rst,sha256=1vZIC2p_h3742snD4L6fbhhUNbVKSoRGH1i4LIkHk_4,890
|
840
860
|
awscli/examples/cloudfront/list-field-level-encryption-configs.rst,sha256=iGoBehGRLlJHj7yHsqhHaAG3rZiNIVrv3jw1eb0WiY4,1502
|
841
861
|
awscli/examples/cloudfront/list-field-level-encryption-profiles.rst,sha256=SP4nxMUoymUbjby4avulFRl36-TmWsb2Sh00Tw2IY7k,2210
|
862
|
+
awscli/examples/cloudfront/list-invalidations-for-distribution-tenant.rst,sha256=t-Ua7b9FFYC2pILNc3fyL_LATwKC4SaWGW0SUYS5I8s,828
|
842
863
|
awscli/examples/cloudfront/list-invalidations.rst,sha256=KZEXoEZASJIQwVwN4u0eoOX1fB5lytQcbhQFrUIRbLQ,632
|
843
864
|
awscli/examples/cloudfront/list-public-keys.rst,sha256=SMpJZWL04NcGeQJ8jcGTDtB5zj1tyTjkRzmTi2Hzizk,1785
|
844
865
|
awscli/examples/cloudfront/list-tags-for-resource.rst,sha256=Z8OejOAHaZ2waXCJvDRnkZN5Q4uZjngIHbapd8Jvl-I,698
|
@@ -846,9 +867,13 @@ awscli/examples/cloudfront/sign.rst,sha256=Cm89W61XMR4oZw86bt3k_TB5hVa-8ntgC-EYl
|
|
846
867
|
awscli/examples/cloudfront/tag-resource.rst,sha256=8XOFh0wXIfEg6bQa6Qvp3I5ViyOmAhZlRZs_s9AJi50,928
|
847
868
|
awscli/examples/cloudfront/untag-resource.rst,sha256=q1vB4EAu2vEvburER-cfZD5tuXInxPsuIDMQ8JdfWeA,825
|
848
869
|
awscli/examples/cloudfront/update-cloud-front-origin-access-identity.rst,sha256=De6drOcx16NZNJm1e26cwpDYT9v-XJ8AclaNOPXVdwI,2112
|
870
|
+
awscli/examples/cloudfront/update-connection-group.rst,sha256=eDvljL54IzCCigu3p36va3matasbrsnvaiwbbR3CX-4,1183
|
871
|
+
awscli/examples/cloudfront/update-distribution-tenant.rst,sha256=vfuwdeJGM5MMJr0w7p47mEjGZ5i7VvKEyOZcRSWRBwE,2542
|
849
872
|
awscli/examples/cloudfront/update-distribution.rst,sha256=Ptl7AkEM6MBAIfBh5RskUv_Y_R4OpXkPPQD_eLs9mp0,13161
|
873
|
+
awscli/examples/cloudfront/update-domain-association.rst,sha256=15HJ0I96Eq3HcMN0gXWjOdEt9QjOO7aVyZStJbNYBMU,766
|
850
874
|
awscli/examples/cloudfront/update-field-level-encryption-config.rst,sha256=7_4Pg2gCpQYk1aVwKKTNx5loTaeus7GtWPZWegXQe2o,3039
|
851
875
|
awscli/examples/cloudfront/update-field-level-encryption-profile.rst,sha256=1vjIWsxyNZECRHGzaoqzyckLRERyoGsLxsse8aUqX0E,2990
|
876
|
+
awscli/examples/cloudfront/verify-dns-configuration.rst,sha256=vumlMFF872ZhdxhLb-LYiFdM801hm6MDOSe7iRLuPds,694
|
852
877
|
awscli/examples/cloudsearchdomain/upload-documents.rst,sha256=SD6lp4cgtsvBZnVYqHbLT9_2UpQnkb3Wwrq6OPbsfmg,375
|
853
878
|
awscli/examples/cloudtrail/add-tags.rst,sha256=uEjK6YbIm0TmVEemUy7nJ15XcoFMU4ATLVaP7hdE-OA,244
|
854
879
|
awscli/examples/cloudtrail/create-subscription.rst,sha256=X7O_PwCOqKfaa8mAq7uIie9HbMpNtIrAz7yP8g6F5vA,1257
|
@@ -6132,13 +6157,13 @@ awscli/topics/return-codes.rst,sha256=d9lpNFZwD75IiYcDEADQzu-4QiR8P28UPHkrNwPV5J
|
|
6132
6157
|
awscli/topics/s3-config.rst,sha256=5EIVd4ggLBHtzjtHFvQp9hY415yMGZiG7S_rO9qy2t0,11663
|
6133
6158
|
awscli/topics/s3-faq.rst,sha256=9qO0HFI6F9hx1wVEUDl8Jy6yoCUd9zbtv-Z0Re4dsiw,2934
|
6134
6159
|
awscli/topics/topic-tags.json,sha256=6lUSrs3FKCZNRSQMnjcXNgWyRNGjZIeur1988a4IO5o,1577
|
6135
|
-
awscli-1.40.
|
6136
|
-
awscli-1.40.
|
6137
|
-
awscli-1.40.
|
6138
|
-
awscli-1.40.
|
6139
|
-
awscli-1.40.
|
6140
|
-
awscli-1.40.
|
6141
|
-
awscli-1.40.
|
6142
|
-
awscli-1.40.
|
6143
|
-
awscli-1.40.
|
6144
|
-
awscli-1.40.
|
6160
|
+
awscli-1.40.40.data/scripts/aws,sha256=r24FExgs0-JjILTQ3XZAqXBYE4SV6UMTtALkLGAj86g,805
|
6161
|
+
awscli-1.40.40.data/scripts/aws.cmd,sha256=s46DkC6LNgX63CIkzxxbPnFMJ6DRDBkvc88GnWa8Pvg,1432
|
6162
|
+
awscli-1.40.40.data/scripts/aws_bash_completer,sha256=RRpoEGJRagRzyHZKZZOwpltuVYv2EoiZsdXhmyWPZ54,204
|
6163
|
+
awscli-1.40.40.data/scripts/aws_completer,sha256=oC9kuMDlWE47dWk_4xjPde2PQvN-M0vND0J4YSLabVQ,1126
|
6164
|
+
awscli-1.40.40.data/scripts/aws_zsh_completer.sh,sha256=Qm6Z8ejNAMzpJjaT0pzqxbSDT2zxdmzVe5haRA7qLoc,1808
|
6165
|
+
awscli-1.40.40.dist-info/LICENSE.txt,sha256=o5XhFlwu0OK_BBrijlKCRa7dQAm36UrUB3gCV_cEr8E,549
|
6166
|
+
awscli-1.40.40.dist-info/METADATA,sha256=zICNtx6ybFOp6bDdisjbqKgHbUzwxHvCrYmXJPzXd2c,11055
|
6167
|
+
awscli-1.40.40.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
6168
|
+
awscli-1.40.40.dist-info/top_level.txt,sha256=vt9wXFr1_nGYK6abhJgt6zY3fULe4JSZedm_5XOM9S0,7
|
6169
|
+
awscli-1.40.40.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|