|
5 | 5 | "endpointPrefix":"rolesanywhere", |
6 | 6 | "jsonVersion":"1.1", |
7 | 7 | "protocol":"rest-json", |
| 8 | + "protocols":["rest-json"], |
8 | 9 | "serviceFullName":"IAM Roles Anywhere", |
9 | 10 | "serviceId":"RolesAnywhere", |
10 | 11 | "signatureVersion":"v4", |
11 | 12 | "signingName":"rolesanywhere", |
12 | | - "uid":"rolesanywhere-2018-05-10" |
| 13 | + "uid":"rolesanywhere-2018-05-10", |
| 14 | + "auth":["aws.auth#sigv4"] |
13 | 15 | }, |
14 | 16 | "operations":{ |
15 | 17 | "CreateProfile":{ |
|
537 | 539 | "roleArns" |
538 | 540 | ], |
539 | 541 | "members":{ |
| 542 | + "acceptRoleSessionName":{ |
| 543 | + "shape":"Boolean", |
| 544 | + "documentation":"<p>Used to determine if a custom role session name will be accepted in a temporary credential request.</p>" |
| 545 | + }, |
540 | 546 | "durationSeconds":{ |
541 | 547 | "shape":"CreateProfileRequestDurationSecondsInteger", |
542 | 548 | "documentation":"<p> Used to determine how long sessions vended using this profile are valid for. See the <code>Expiration</code> section of the <a href=\"https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object\">CreateSession API documentation</a> page for more details. In requests, if this value is not provided, the default value will be 3600. </p>" |
|
1059 | 1065 | "ProfileDetail":{ |
1060 | 1066 | "type":"structure", |
1061 | 1067 | "members":{ |
| 1068 | + "acceptRoleSessionName":{ |
| 1069 | + "shape":"Boolean", |
| 1070 | + "documentation":"<p>Used to determine if a custom role session name will be accepted in a temporary credential request.</p>" |
| 1071 | + }, |
1062 | 1072 | "attributeMappings":{ |
1063 | 1073 | "shape":"AttributeMappings", |
1064 | 1074 | "documentation":"<p>A mapping applied to the authenticating end-entity certificate.</p>" |
|
1614 | 1624 | "type":"structure", |
1615 | 1625 | "required":["profileId"], |
1616 | 1626 | "members":{ |
| 1627 | + "acceptRoleSessionName":{ |
| 1628 | + "shape":"Boolean", |
| 1629 | + "documentation":"<p>Used to determine if a custom role session name will be accepted in a temporary credential request.</p>" |
| 1630 | + }, |
1617 | 1631 | "durationSeconds":{ |
1618 | 1632 | "shape":"UpdateProfileRequestDurationSecondsInteger", |
1619 | 1633 | "documentation":"<p> Used to determine how long sessions vended using this profile are valid for. See the <code>Expiration</code> section of the <a href=\"https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object\">CreateSession API documentation</a> page for more details. In requests, if this value is not provided, the default value will be 3600. </p>" |
|
0 commit comments