Convert to reduced list of known types (#50010)

This commit is contained in:
Dag Wieers 2018-12-18 22:25:30 +01:00 committed by Jordan Borean
commit 05c6ff79f9
908 changed files with 4822 additions and 4821 deletions

View file

@ -118,23 +118,23 @@ group:
contains:
arn:
description: the Amazon Resource Name (ARN) specifying the group
type: string
type: str
sample: "arn:aws:iam::1234567890:group/testgroup1"
create_date:
description: the date and time, in ISO 8601 date-time format, when the group was created
type: string
type: str
sample: "2017-02-08T04:36:28+00:00"
group_id:
description: the stable and unique string identifying the group
type: string
type: str
sample: AGPAIDBWE12NSFINE55TM
group_name:
description: the friendly name that identifies the group
type: string
type: str
sample: testgroup1
path:
description: the path to the group
type: string
type: str
sample: /
users:
description: list containing all the group members
@ -143,23 +143,23 @@ users:
contains:
arn:
description: the Amazon Resource Name (ARN) specifying the user
type: string
type: str
sample: "arn:aws:iam::1234567890:user/test_user1"
create_date:
description: the date and time, in ISO 8601 date-time format, when the user was created
type: string
type: str
sample: "2017-02-08T04:36:28+00:00"
user_id:
description: the stable and unique string identifying the user
type: string
type: str
sample: AIDAIZTPY123YQRS22YU2
user_name:
description: the friendly name that identifies the user
type: string
type: str
sample: testgroup1
path:
description: the path to the user
type: string
type: str
sample: /
'''