mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Misc typo fixes (#49816)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
7609a8cdd6
commit
013c42b14f
24 changed files with 37 additions and 37 deletions
|
@ -270,7 +270,7 @@ def configure_api(client, api_data=None, api_id=None, mode="overwrite"):
|
|||
|
||||
@AWSRetry.backoff(**retry_params)
|
||||
def create_deployment(client, api_id=None, stage=None, description=None):
|
||||
# we can also get None as an argument so we don't do this as a defult
|
||||
# we can also get None as an argument so we don't do this as a default
|
||||
return client.create_deployment(restApiId=api_id, stageName=stage, description=description)
|
||||
|
||||
|
||||
|
|
|
@ -651,7 +651,7 @@ custom_error_responses:
|
|||
type: complex
|
||||
contains:
|
||||
error_caching_min_ttl:
|
||||
description: Mininum time to cache this error response
|
||||
description: Minimum time to cache this error response
|
||||
returned: always
|
||||
type: int
|
||||
sample: 300
|
||||
|
|
|
@ -36,7 +36,7 @@ EXAMPLES = '''
|
|||
|
||||
RETURN = '''
|
||||
log_groups:
|
||||
description: Return the list of complex objetcs representing log groups
|
||||
description: Return the list of complex objects representing log groups
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue