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 52
52
"ref" : " Endpoint"
53
53
}
54
54
]
55
- },
56
- {
57
- "fn" : " parseURL" ,
58
- "argv" : [
59
- {
60
- "ref" : " Endpoint"
61
- }
62
- ],
63
- "assign" : " url"
64
55
}
65
56
],
66
57
"type" : " tree" ,
Original file line number Diff line number Diff line change 17
17
}
18
18
},
19
19
"params" : {
20
+ "UseFIPS" : false ,
20
21
"UseDualStack" : false ,
21
- "Region" : " aws-cn-global" ,
22
- "UseFIPS" : false
22
+ "Region" : " aws-cn-global"
23
23
}
24
24
},
25
25
{
39
39
}
40
40
},
41
41
"params" : {
42
+ "UseFIPS" : false ,
42
43
"UseDualStack" : false ,
43
- "Region" : " aws-global" ,
44
- "UseFIPS" : false
44
+ "Region" : " aws-global"
45
45
}
46
46
},
47
47
{
52
52
}
53
53
},
54
54
"params" : {
55
+ "UseFIPS" : false ,
55
56
"UseDualStack" : false ,
56
57
"Region" : " us-east-1" ,
57
- "UseFIPS" : false ,
58
58
"Endpoint" : " https://example.com"
59
59
}
60
60
},
64
64
"error" : " Invalid Configuration: FIPS and custom endpoint are not supported"
65
65
},
66
66
"params" : {
67
+ "UseFIPS" : true ,
67
68
"UseDualStack" : false ,
68
69
"Region" : " us-east-1" ,
69
- "UseFIPS" : true ,
70
70
"Endpoint" : " https://example.com"
71
71
}
72
72
},
76
76
"error" : " Invalid Configuration: Dualstack and custom endpoint are not supported"
77
77
},
78
78
"params" : {
79
+ "UseFIPS" : false ,
79
80
"UseDualStack" : true ,
80
81
"Region" : " us-east-1" ,
81
- "UseFIPS" : false ,
82
82
"Endpoint" : " https://example.com"
83
83
}
84
84
}
You can’t perform that action at this time.
0 commit comments