You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!HostedZoneType::exists($this->hostedZoneType)) {
130
+
thrownewInvalidArgument(sprintf('Invalid parameter "HostedZoneType" for "%s". The value "%s" is not a valid "HostedZoneType".', __CLASS__, $this->hostedZoneType));
131
+
}
132
+
$query['hostedzonetype'] = $this->hostedZoneType;
133
+
}
108
134
109
135
// Prepare URI
110
136
$uriString = '/2013-04-01/hostedzone';
@@ -123,6 +149,16 @@ public function setDelegationSetId(?string $value): self
0 commit comments