Skip to content

Commit

Permalink
Regen services based on v1.44.150 of AWS Go SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhr committed Dec 1, 2022
1 parent f5955fe commit 2aaeda5
Show file tree
Hide file tree
Showing 185 changed files with 35,196 additions and 2,685 deletions.
42 changes: 39 additions & 3 deletions lib/aws/generated/a_r_c_zonal_shift.ex
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ defmodule AWS.ARCZonalShift do
Request.request_rest(
client,
meta,
"CancelZonalShift",
:delete,
url_path,
query_params,
Expand Down Expand Up @@ -95,7 +96,18 @@ defmodule AWS.ARCZonalShift do

meta = metadata()

Request.request_rest(client, meta, :get, url_path, query_params, headers, nil, options, 200)
Request.request_rest(
client,
meta,
"GetManagedResource",
:get,
url_path,
query_params,
headers,
nil,
options,
200
)
end

@doc """
Expand Down Expand Up @@ -132,7 +144,18 @@ defmodule AWS.ARCZonalShift do

meta = metadata()

Request.request_rest(client, meta, :get, url_path, query_params, headers, nil, options, 200)
Request.request_rest(
client,
meta,
"ListManagedResources",
:get,
url_path,
query_params,
headers,
nil,
options,
200
)
end

@doc """
Expand Down Expand Up @@ -173,7 +196,18 @@ defmodule AWS.ARCZonalShift do

meta = metadata()

Request.request_rest(client, meta, :get, url_path, query_params, headers, nil, options, 200)
Request.request_rest(
client,
meta,
"ListZonalShifts",
:get,
url_path,
query_params,
headers,
nil,
options,
200
)
end

@doc """
Expand Down Expand Up @@ -207,6 +241,7 @@ defmodule AWS.ARCZonalShift do
Request.request_rest(
client,
meta,
"StartZonalShift",
:post,
url_path,
query_params,
Expand Down Expand Up @@ -234,6 +269,7 @@ defmodule AWS.ARCZonalShift do
Request.request_rest(
client,
meta,
"UpdateZonalShift",
:patch,
url_path,
query_params,
Expand Down
Loading

0 comments on commit 2aaeda5

Please sign in to comment.