Skip to content

Commit 5523ce2

Browse files
Add dualstack endpoint support
1 parent 15f1374 commit 5523ce2

25 files changed

+1466
-1368
lines changed

generator/ServiceModels/cloudfront/cloudfront-2020-05-31.api.json

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4688,7 +4688,7 @@
46884688
],
46894689
"members":{
46904690
"Name":{
4691-
"shape":"string",
4691+
"shape":"FunctionName",
46924692
"location":"uri",
46934693
"locationName":"Name"
46944694
},
@@ -4747,8 +4747,7 @@
47474747
},
47484748
"DeleteMonitoringSubscriptionResult":{
47494749
"type":"structure",
4750-
"members":{
4751-
}
4750+
"members":{}
47524751
},
47534752
"DeleteOriginAccessControlRequest":{
47544753
"type":"structure",
@@ -4873,7 +4872,7 @@
48734872
"required":["Name"],
48744873
"members":{
48754874
"Name":{
4876-
"shape":"string",
4875+
"shape":"FunctionName",
48774876
"location":"uri",
48784877
"locationName":"Name"
48794878
},
@@ -5155,7 +5154,7 @@
51555154
"DefaultCacheBehavior":{"shape":"DefaultCacheBehavior"},
51565155
"CacheBehaviors":{"shape":"CacheBehaviors"},
51575156
"CustomErrorResponses":{"shape":"CustomErrorResponses"},
5158-
"Comment":{"shape":"string"},
5157+
"Comment":{"shape":"sensitiveStringType"},
51595158
"PriceClass":{"shape":"PriceClass"},
51605159
"Enabled":{"shape":"boolean"},
51615160
"ViewerCertificate":{"shape":"ViewerCertificate"},
@@ -6213,7 +6212,7 @@
62136212
"required":["Name"],
62146213
"members":{
62156214
"Name":{
6216-
"shape":"string",
6215+
"shape":"FunctionName",
62176216
"location":"uri",
62186217
"locationName":"Name"
62196218
},
@@ -9052,7 +9051,7 @@
90529051
],
90539052
"members":{
90549053
"Name":{
9055-
"shape":"string",
9054+
"shape":"FunctionName",
90569055
"location":"uri",
90579056
"locationName":"Name"
90589057
},
@@ -9600,6 +9599,11 @@
96009599
"max":100.0,
96019600
"min":0.0
96029601
},
9602+
"ServerCertificateId":{
9603+
"type":"string",
9604+
"max":32,
9605+
"min":0
9606+
},
96039607
"SessionStickinessConfig":{
96049608
"type":"structure",
96059609
"required":[
@@ -9829,7 +9833,7 @@
98299833
"type":"structure",
98309834
"required":["Required"],
98319835
"members":{
9832-
"Comment":{"shape":"string"},
9836+
"Comment":{"shape":"sensitiveStringType"},
98339837
"DefaultValue":{"shape":"ParameterValue"},
98349838
"Required":{"shape":"boolean"}
98359839
}
@@ -9924,7 +9928,7 @@
99249928
],
99259929
"members":{
99269930
"Name":{
9927-
"shape":"string",
9931+
"shape":"FunctionName",
99289932
"location":"uri",
99299933
"locationName":"Name"
99309934
},
@@ -10984,7 +10988,7 @@
1098410988
],
1098510989
"members":{
1098610990
"Name":{
10987-
"shape":"string",
10991+
"shape":"FunctionName",
1098810992
"location":"uri",
1098910993
"locationName":"Name"
1099010994
},
@@ -11356,7 +11360,7 @@
1135611360
"type":"structure",
1135711361
"members":{
1135811362
"CloudFrontDefaultCertificate":{"shape":"boolean"},
11359-
"IAMCertificateId":{"shape":"string"},
11363+
"IAMCertificateId":{"shape":"ServerCertificateId"},
1136011364
"ACMCertificateArn":{"shape":"string"},
1136111365
"SSLSupportMethod":{"shape":"SSLSupportMethod"},
1136211366
"MinimumProtocolVersion":{"shape":"MinimumProtocolVersion"},

0 commit comments

Comments
 (0)