File tree Expand file tree Collapse file tree 4 files changed +193
-24
lines changed
services/cloudfront/src/main/resources/codegen-resources Expand file tree Collapse file tree 4 files changed +193
-24
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 {
3939 }
4040 },
4141 "params" : {
42+ "UseFIPS" : false ,
4243 "UseDualStack" : false ,
43- "Region" : " aws-global" ,
44- "UseFIPS" : false
44+ "Region" : " aws-global"
4545 }
4646 },
4747 {
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 },
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 },
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 }
You can’t perform that action at this time.
0 commit comments