File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ def create(
186
186
return super (Action , cls )._construct (
187
187
cls ._boto_create_method ,
188
188
action_name = action_name ,
189
- source = _api_types .ContextSource (source_uri = source_uri , source_type = source_type ),
189
+ source = _api_types .ActionSource (source_uri = source_uri , source_type = source_type ),
190
190
action_type = action_type ,
191
191
description = description ,
192
192
status = status ,
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ def create(
258
258
return super (Artifact , cls )._construct (
259
259
cls ._boto_create_method ,
260
260
artifact_name = artifact_name ,
261
- source = _api_types .ContextSource (source_uri = source_uri , source_types = source_types ),
261
+ source = _api_types .ArtifactSource (source_uri = source_uri , source_types = source_types ),
262
262
artifact_type = artifact_type ,
263
263
properties = properties ,
264
264
tags = tags ,
You can’t perform that action at this time.
0 commit comments