|
2298 | 2298 | "errors":[
|
2299 | 2299 | {"shape":"NoSuchEntityException"},
|
2300 | 2300 | {"shape":"LimitExceededException"},
|
2301 |
| - {"shape":"ServiceFailureException"} |
| 2301 | + {"shape":"ServiceFailureException"}, |
| 2302 | + {"shape":"InvalidInputException"} |
2302 | 2303 | ]
|
2303 | 2304 | },
|
2304 | 2305 | "UpdateAccountPasswordPolicy":{
|
|
2432 | 2433 | },
|
2433 | 2434 | "input":{"shape":"UpdateSSHPublicKeyRequest"},
|
2434 | 2435 | "errors":[
|
2435 |
| - {"shape":"NoSuchEntityException"} |
| 2436 | + {"shape":"NoSuchEntityException"}, |
| 2437 | + {"shape":"InvalidInputException"} |
2436 | 2438 | ]
|
2437 | 2439 | },
|
2438 | 2440 | "UpdateServerCertificate":{
|
|
2470 | 2472 | "errors":[
|
2471 | 2473 | {"shape":"NoSuchEntityException"},
|
2472 | 2474 | {"shape":"LimitExceededException"},
|
2473 |
| - {"shape":"ServiceFailureException"} |
| 2475 | + {"shape":"ServiceFailureException"}, |
| 2476 | + {"shape":"InvalidInputException"} |
2474 | 2477 | ]
|
2475 | 2478 | },
|
2476 | 2479 | "UpdateUser":{
|
|
2996 | 2999 | ],
|
2997 | 3000 | "members":{
|
2998 | 3001 | "UserName":{"shape":"userNameType"},
|
2999 |
| - "ServiceName":{"shape":"serviceName"} |
| 3002 | + "ServiceName":{"shape":"serviceName"}, |
| 3003 | + "CredentialAgeDays":{"shape":"credentialAgeDays"} |
3000 | 3004 | }
|
3001 | 3005 | },
|
3002 | 3006 | "CreateServiceSpecificCredentialResponse":{
|
|
4643 | 4647 | "type":"structure",
|
4644 | 4648 | "members":{
|
4645 | 4649 | "UserName":{"shape":"userNameType"},
|
4646 |
| - "ServiceName":{"shape":"serviceName"} |
| 4650 | + "ServiceName":{"shape":"serviceName"}, |
| 4651 | + "AllUsers":{"shape":"allUsers"}, |
| 4652 | + "Marker":{"shape":"markerType"}, |
| 4653 | + "MaxItems":{"shape":"maxItemsType"} |
4647 | 4654 | }
|
4648 | 4655 | },
|
4649 | 4656 | "ListServiceSpecificCredentialsResponse":{
|
4650 | 4657 | "type":"structure",
|
4651 | 4658 | "members":{
|
4652 |
| - "ServiceSpecificCredentials":{"shape":"ServiceSpecificCredentialsListType"} |
| 4659 | + "ServiceSpecificCredentials":{"shape":"ServiceSpecificCredentialsListType"}, |
| 4660 | + "Marker":{"shape":"responseMarkerType"}, |
| 4661 | + "IsTruncated":{"shape":"booleanType"} |
4653 | 4662 | }
|
4654 | 4663 | },
|
4655 | 4664 | "ListSigningCertificatesRequest":{
|
|
5439 | 5448 | "required":[
|
5440 | 5449 | "CreateDate",
|
5441 | 5450 | "ServiceName",
|
5442 |
| - "ServiceUserName", |
5443 |
| - "ServicePassword", |
5444 | 5451 | "ServiceSpecificCredentialId",
|
5445 | 5452 | "UserName",
|
5446 | 5453 | "Status"
|
5447 | 5454 | ],
|
5448 | 5455 | "members":{
|
5449 | 5456 | "CreateDate":{"shape":"dateType"},
|
| 5457 | + "ExpirationDate":{"shape":"dateType"}, |
5450 | 5458 | "ServiceName":{"shape":"serviceName"},
|
5451 | 5459 | "ServiceUserName":{"shape":"serviceUserName"},
|
5452 | 5460 | "ServicePassword":{"shape":"servicePassword"},
|
| 5461 | + "ServiceCredentialAlias":{"shape":"serviceCredentialAlias"}, |
| 5462 | + "ServiceCredentialSecret":{"shape":"serviceCredentialSecret"}, |
5453 | 5463 | "ServiceSpecificCredentialId":{"shape":"serviceSpecificCredentialId"},
|
5454 | 5464 | "UserName":{"shape":"userNameType"},
|
5455 | 5465 | "Status":{"shape":"statusType"}
|
|
5460 | 5470 | "required":[
|
5461 | 5471 | "UserName",
|
5462 | 5472 | "Status",
|
5463 |
| - "ServiceUserName", |
5464 | 5473 | "CreateDate",
|
5465 | 5474 | "ServiceSpecificCredentialId",
|
5466 | 5475 | "ServiceName"
|
|
5469 | 5478 | "UserName":{"shape":"userNameType"},
|
5470 | 5479 | "Status":{"shape":"statusType"},
|
5471 | 5480 | "ServiceUserName":{"shape":"serviceUserName"},
|
| 5481 | + "ServiceCredentialAlias":{"shape":"serviceCredentialAlias"}, |
5472 | 5482 | "CreateDate":{"shape":"dateType"},
|
| 5483 | + "ExpirationDate":{"shape":"dateType"}, |
5473 | 5484 | "ServiceSpecificCredentialId":{"shape":"serviceSpecificCredentialId"},
|
5474 | 5485 | "ServiceName":{"shape":"serviceName"}
|
5475 | 5486 | }
|
|
6100 | 6111 | "min":3,
|
6101 | 6112 | "pattern":"^[a-z0-9]([a-z0-9]|-(?!-)){1,61}[a-z0-9]$"
|
6102 | 6113 | },
|
| 6114 | + "allUsers":{ |
| 6115 | + "type":"boolean", |
| 6116 | + "box":true |
| 6117 | + }, |
6103 | 6118 | "arnType":{
|
6104 | 6119 | "type":"string",
|
6105 | 6120 | "max":2048,
|
|
6167 | 6182 | "max":255,
|
6168 | 6183 | "min":1
|
6169 | 6184 | },
|
| 6185 | + "credentialAgeDays":{ |
| 6186 | + "type":"integer", |
| 6187 | + "max":36600, |
| 6188 | + "min":1 |
| 6189 | + }, |
6170 | 6190 | "credentialReportExpiredExceptionMessage":{"type":"string"},
|
6171 | 6191 | "credentialReportNotPresentExceptionMessage":{"type":"string"},
|
6172 | 6192 | "credentialReportNotReadyExceptionMessage":{"type":"string"},
|
|
6490 | 6510 | "min":1,
|
6491 | 6511 | "pattern":"[\\w+=,.@-]+"
|
6492 | 6512 | },
|
| 6513 | + "serviceCredentialAlias":{ |
| 6514 | + "type":"string", |
| 6515 | + "max":200, |
| 6516 | + "min":0, |
| 6517 | + "pattern":"[\\w+=,.@-]+" |
| 6518 | + }, |
| 6519 | + "serviceCredentialSecret":{ |
| 6520 | + "type":"string", |
| 6521 | + "sensitive":true |
| 6522 | + }, |
6493 | 6523 | "serviceFailureExceptionMessage":{"type":"string"},
|
6494 | 6524 | "serviceName":{"type":"string"},
|
6495 | 6525 | "serviceNameType":{"type":"string"},
|
|
6519 | 6549 | "serviceUserName":{
|
6520 | 6550 | "type":"string",
|
6521 | 6551 | "max":200,
|
6522 |
| - "min":17, |
6523 |
| - "pattern":"[\\w+=,.@-]+" |
| 6552 | + "min":0, |
| 6553 | + "pattern":"[\\w+=,.@-]*" |
6524 | 6554 | },
|
6525 | 6555 | "sortKeyType":{
|
6526 | 6556 | "type":"string",
|
|
6535 | 6565 | "type":"string",
|
6536 | 6566 | "enum":[
|
6537 | 6567 | "Active",
|
6538 |
| - "Inactive" |
| 6568 | + "Inactive", |
| 6569 | + "Expired" |
6539 | 6570 | ]
|
6540 | 6571 | },
|
6541 | 6572 | "stringType":{"type":"string"},
|
|
0 commit comments