|
2 | 2 | "version":"2.0",
|
3 | 3 | "metadata":{
|
4 | 4 | "apiVersion":"2018-05-10",
|
| 5 | + "auth":["aws.auth#sigv4"], |
5 | 6 | "endpointPrefix":"ssm-sap",
|
6 |
| - "jsonVersion":"1.1", |
7 | 7 | "protocol":"rest-json",
|
| 8 | + "protocols":["rest-json"], |
8 | 9 | "serviceAbbreviation":"SsmSap",
|
9 | 10 | "serviceFullName":"AWS Systems Manager for SAP",
|
10 | 11 | "serviceId":"Ssm Sap",
|
|
406 | 407 | "StatusMessage":{
|
407 | 408 | "shape":"String",
|
408 | 409 | "documentation":"<p>The status message.</p>"
|
| 410 | + }, |
| 411 | + "AssociatedApplicationArns":{ |
| 412 | + "shape":"ApplicationArnList", |
| 413 | + "documentation":"<p>The Amazon Resource Names of the associated AWS Systems Manager for SAP applications.</p>" |
409 | 414 | }
|
410 | 415 | },
|
411 | 416 | "documentation":"<p>An SAP application registered with AWS Systems Manager for SAP.</p>"
|
412 | 417 | },
|
| 418 | + "ApplicationArnList":{ |
| 419 | + "type":"list", |
| 420 | + "member":{"shape":"SsmSapArn"} |
| 421 | + }, |
413 | 422 | "ApplicationCredential":{
|
414 | 423 | "type":"structure",
|
415 | 424 | "required":[
|
|
451 | 460 | },
|
452 | 461 | "ApplicationId":{
|
453 | 462 | "type":"string",
|
454 |
| - "pattern":"[\\w\\d]{1,50}" |
| 463 | + "max":60, |
| 464 | + "min":1, |
| 465 | + "pattern":"[\\w\\d\\.-]+" |
455 | 466 | },
|
456 | 467 | "ApplicationStatus":{
|
457 | 468 | "type":"string",
|
|
655 | 666 | },
|
656 | 667 | "documentation":"<p>The SAP component of your application.</p>"
|
657 | 668 | },
|
| 669 | + "ComponentArnList":{ |
| 670 | + "type":"list", |
| 671 | + "member":{"shape":"SsmSapArn"} |
| 672 | + }, |
658 | 673 | "ComponentId":{
|
659 | 674 | "type":"string",
|
| 675 | + "max":100, |
| 676 | + "min":1, |
660 | 677 | "pattern":"[\\w\\d-]+"
|
661 | 678 | },
|
662 | 679 | "ComponentIdList":{
|
|
784 | 801 | "LastUpdated":{
|
785 | 802 | "shape":"Timestamp",
|
786 | 803 | "documentation":"<p>The time at which the database was last updated.</p>"
|
| 804 | + }, |
| 805 | + "ConnectedComponentArns":{ |
| 806 | + "shape":"ComponentArnList", |
| 807 | + "documentation":"<p>The Amazon Resource Names of the connected AWS Systems Manager for SAP components.</p>" |
787 | 808 | }
|
788 | 809 | },
|
789 | 810 | "documentation":"<p>The SAP HANA database of the application registered with AWS Systems Manager for SAP.</p>"
|
|
815 | 836 | },
|
816 | 837 | "DatabaseId":{
|
817 | 838 | "type":"string",
|
| 839 | + "max":300, |
| 840 | + "min":1, |
818 | 841 | "pattern":".*[\\w\\d]+"
|
819 | 842 | },
|
820 | 843 | "DatabaseIdList":{
|
|
0 commit comments