mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 20:01:25 -07:00
Convert to reduced list of known types (#50010)
This commit is contained in:
parent
fcd1486b51
commit
05c6ff79f9
908 changed files with 4822 additions and 4821 deletions
|
@ -147,17 +147,17 @@ RETURN = '''
|
|||
stream_name:
|
||||
description: The name of the Kinesis Stream.
|
||||
returned: when state == present.
|
||||
type: string
|
||||
type: str
|
||||
sample: "test-stream"
|
||||
stream_arn:
|
||||
description: The amazon resource identifier
|
||||
returned: when state == present.
|
||||
type: string
|
||||
type: str
|
||||
sample: "arn:aws:kinesis:east-side:123456789:stream/test-stream"
|
||||
stream_status:
|
||||
description: The current state of the Kinesis Stream.
|
||||
returned: when state == present.
|
||||
type: string
|
||||
type: str
|
||||
sample: "ACTIVE"
|
||||
retention_period_hours:
|
||||
description: Number of hours messages will be kept for a Kinesis Stream.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue