Skip to content

Commit

Permalink
Merge pull request boto#3432 from t0m/develop
Browse files Browse the repository at this point in the history
Update docs for deprecate_activity_type
  • Loading branch information
jamesls committed Dec 23, 2015
2 parents 5b2f552 + 7644b83 commit 7390128
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions boto/swf/layer1.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,9 +660,10 @@ def register_activity_type(self, domain, name, version, task_list=None,

def deprecate_activity_type(self, domain, activity_name, activity_version):
"""
Returns information about the specified activity type. This
includes configuration settings provided at registration time
as well as other general information about the type.
Deprecates the specified activity type. After an activity
type has been deprecated, you cannot create new tasks of
that activity type. Tasks of this type that were scheduled
before the type was deprecated will continue to run.
:type domain: string
:param domain: The name of the domain in which the activity
Expand Down

0 comments on commit 7390128

Please sign in to comment.