Skip to content

Commit 2aaeda5

Browse files
committed
Regen services based on v1.44.150 of AWS Go SDK
1 parent f5955fe commit 2aaeda5

File tree

185 files changed

+35196
-2685
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

185 files changed

+35196
-2685
lines changed

lib/aws/generated/a_r_c_zonal_shift.ex

+39-3
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ defmodule AWS.ARCZonalShift do
6868
Request.request_rest(
6969
client,
7070
meta,
71+
"CancelZonalShift",
7172
:delete,
7273
url_path,
7374
query_params,
@@ -95,7 +96,18 @@ defmodule AWS.ARCZonalShift do
9596

9697
meta = metadata()
9798

98-
Request.request_rest(client, meta, :get, url_path, query_params, headers, nil, options, 200)
99+
Request.request_rest(
100+
client,
101+
meta,
102+
"GetManagedResource",
103+
:get,
104+
url_path,
105+
query_params,
106+
headers,
107+
nil,
108+
options,
109+
200
110+
)
99111
end
100112

101113
@doc """
@@ -132,7 +144,18 @@ defmodule AWS.ARCZonalShift do
132144

133145
meta = metadata()
134146

135-
Request.request_rest(client, meta, :get, url_path, query_params, headers, nil, options, 200)
147+
Request.request_rest(
148+
client,
149+
meta,
150+
"ListManagedResources",
151+
:get,
152+
url_path,
153+
query_params,
154+
headers,
155+
nil,
156+
options,
157+
200
158+
)
136159
end
137160

138161
@doc """
@@ -173,7 +196,18 @@ defmodule AWS.ARCZonalShift do
173196

174197
meta = metadata()
175198

176-
Request.request_rest(client, meta, :get, url_path, query_params, headers, nil, options, 200)
199+
Request.request_rest(
200+
client,
201+
meta,
202+
"ListZonalShifts",
203+
:get,
204+
url_path,
205+
query_params,
206+
headers,
207+
nil,
208+
options,
209+
200
210+
)
177211
end
178212

179213
@doc """
@@ -207,6 +241,7 @@ defmodule AWS.ARCZonalShift do
207241
Request.request_rest(
208242
client,
209243
meta,
244+
"StartZonalShift",
210245
:post,
211246
url_path,
212247
query_params,
@@ -234,6 +269,7 @@ defmodule AWS.ARCZonalShift do
234269
Request.request_rest(
235270
client,
236271
meta,
272+
"UpdateZonalShift",
237273
:patch,
238274
url_path,
239275
query_params,

0 commit comments

Comments
 (0)