Skip to content

Commit 588a0e6

Browse files
committed
Update services based on v1.50.7 of AWS Go SDK
Reference: https://github.com/aws/aws-sdk-go/releases/tag/v1.50.7
1 parent 20aad10 commit 588a0e6

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.latest-tag-aws-sdk-go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.50.6
1+
v1.50.7

lib/aws/generated/data_zone.ex

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,8 @@ defmodule AWS.DataZone do
612612

613613
{query_params, input} =
614614
[
615-
{"clientToken", "clientToken"}
615+
{"clientToken", "clientToken"},
616+
{"skipDeletionCheck", "skipDeletionCheck"}
616617
]
617618
|> Request.build_params(input)
618619

@@ -835,7 +836,12 @@ defmodule AWS.DataZone do
835836
"/v2/domains/#{AWS.Util.encode_uri(domain_identifier)}/projects/#{AWS.Util.encode_uri(identifier)}"
836837

837838
headers = []
838-
query_params = []
839+
840+
{query_params, input} =
841+
[
842+
{"skipDeletionCheck", "skipDeletionCheck"}
843+
]
844+
|> Request.build_params(input)
839845

840846
meta = metadata()
841847

0 commit comments

Comments
 (0)