Skip to content

Commit 1d5ff1f

Browse files
author
AWS
committed
Amazon CloudFront Update: Introducing UpdateDistributionWithStagingConfig that can be used to promote the staging configuration to the production.
1 parent 3b1f50b commit 1d5ff1f

File tree

4 files changed

+193
-24
lines changed

4 files changed

+193
-24
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon CloudFront",
4+
"contributor": "",
5+
"description": "Introducing UpdateDistributionWithStagingConfig that can be used to promote the staging configuration to the production."
6+
}

services/cloudfront/src/main/resources/codegen-resources/endpoint-rule-set.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,6 @@
5252
"ref": "Endpoint"
5353
}
5454
]
55-
},
56-
{
57-
"fn": "parseURL",
58-
"argv": [
59-
{
60-
"ref": "Endpoint"
61-
}
62-
],
63-
"assign": "url"
6455
}
6556
],
6657
"type": "tree",

services/cloudfront/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
}
1818
},
1919
"params": {
20+
"UseFIPS": false,
2021
"UseDualStack": false,
21-
"Region": "aws-cn-global",
22-
"UseFIPS": false
22+
"Region": "aws-cn-global"
2323
}
2424
},
2525
{
@@ -39,9 +39,9 @@
3939
}
4040
},
4141
"params": {
42+
"UseFIPS": false,
4243
"UseDualStack": false,
43-
"Region": "aws-global",
44-
"UseFIPS": false
44+
"Region": "aws-global"
4545
}
4646
},
4747
{
@@ -52,9 +52,9 @@
5252
}
5353
},
5454
"params": {
55+
"UseFIPS": false,
5556
"UseDualStack": false,
5657
"Region": "us-east-1",
57-
"UseFIPS": false,
5858
"Endpoint": "https://example.com"
5959
}
6060
},
@@ -64,9 +64,9 @@
6464
"error": "Invalid Configuration: FIPS and custom endpoint are not supported"
6565
},
6666
"params": {
67+
"UseFIPS": true,
6768
"UseDualStack": false,
6869
"Region": "us-east-1",
69-
"UseFIPS": true,
7070
"Endpoint": "https://example.com"
7171
}
7272
},
@@ -76,9 +76,9 @@
7676
"error": "Invalid Configuration: Dualstack and custom endpoint are not supported"
7777
},
7878
"params": {
79+
"UseFIPS": false,
7980
"UseDualStack": true,
8081
"Region": "us-east-1",
81-
"UseFIPS": false,
8282
"Endpoint": "https://example.com"
8383
}
8484
}

0 commit comments

Comments
 (0)