We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20aad10 commit 588a0e6Copy full SHA for 588a0e6
.latest-tag-aws-sdk-go
@@ -1 +1 @@
1
-v1.50.6
+v1.50.7
lib/aws/generated/data_zone.ex
@@ -612,7 +612,8 @@ defmodule AWS.DataZone do
612
613
{query_params, input} =
614
[
615
- {"clientToken", "clientToken"}
+ {"clientToken", "clientToken"},
616
+ {"skipDeletionCheck", "skipDeletionCheck"}
617
]
618
|> Request.build_params(input)
619
@@ -835,7 +836,12 @@ defmodule AWS.DataZone do
835
836
"/v2/domains/#{AWS.Util.encode_uri(domain_identifier)}/projects/#{AWS.Util.encode_uri(identifier)}"
837
838
headers = []
- query_params = []
839
+
840
+ {query_params, input} =
841
+ [
842
843
+ ]
844
+ |> Request.build_params(input)
845
846
meta = metadata()
847
0 commit comments