|
804 | 804 | "LocationUri":{"shape":"Uri"},
|
805 | 805 | "RetrievalRoleArn":{"shape":"RoleArn"},
|
806 | 806 | "Validators":{"shape":"ValidatorList"},
|
807 |
| - "Type":{"shape":"ConfigurationProfileType"} |
| 807 | + "Type":{"shape":"ConfigurationProfileType"}, |
| 808 | + "KmsKeyArn":{"shape":"Arn"}, |
| 809 | + "KmsKeyIdentifier":{"shape":"KmsKeyIdentifier"} |
808 | 810 | }
|
809 | 811 | },
|
810 | 812 | "ConfigurationProfileSummary":{
|
|
869 | 871 | "RetrievalRoleArn":{"shape":"RoleArn"},
|
870 | 872 | "Validators":{"shape":"ValidatorList"},
|
871 | 873 | "Tags":{"shape":"TagMap"},
|
872 |
| - "Type":{"shape":"ConfigurationProfileType"} |
| 874 | + "Type":{"shape":"ConfigurationProfileType"}, |
| 875 | + "KmsKeyIdentifier":{"shape":"KmsKeyIdentifier"} |
873 | 876 | }
|
874 | 877 | },
|
875 | 878 | "CreateDeploymentStrategyRequest":{
|
|
938 | 941 | "Actions"
|
939 | 942 | ],
|
940 | 943 | "members":{
|
941 |
| - "Name":{"shape":"Name"}, |
| 944 | + "Name":{"shape":"ExtensionOrParameterName"}, |
942 | 945 | "Description":{"shape":"Description"},
|
943 | 946 | "Actions":{"shape":"ActionsMap"},
|
944 | 947 | "Parameters":{"shape":"ParameterMap"},
|
|
1131 | 1134 | "CompletedAt":{"shape":"Iso8601DateTime"},
|
1132 | 1135 | "AppliedExtensions":{"shape":"AppliedExtensions"},
|
1133 | 1136 | "KmsKeyArn":{"shape":"Arn"},
|
1134 |
| - "KmsKeyIdentifier":{"shape":"Identifier"}, |
| 1137 | + "KmsKeyIdentifier":{"shape":"KmsKeyIdentifier"}, |
1135 | 1138 | "VersionLabel":{"shape":"VersionLabel"}
|
1136 | 1139 | }
|
1137 | 1140 | },
|
|
1305 | 1308 | "NextToken":{"shape":"NextToken"}
|
1306 | 1309 | }
|
1307 | 1310 | },
|
| 1311 | + "ExtensionOrParameterName":{ |
| 1312 | + "type":"string", |
| 1313 | + "pattern":"^[^\\/#:\\n]{1,64}$" |
| 1314 | + }, |
1308 | 1315 | "ExtensionSummaries":{
|
1309 | 1316 | "type":"list",
|
1310 | 1317 | "member":{"shape":"ExtensionSummary"}
|
|
1547 | 1554 | "shape":"VersionLabel",
|
1548 | 1555 | "location":"header",
|
1549 | 1556 | "locationName":"VersionLabel"
|
| 1557 | + }, |
| 1558 | + "KmsKeyArn":{ |
| 1559 | + "shape":"Arn", |
| 1560 | + "location":"header", |
| 1561 | + "locationName":"KmsKeyArn" |
1550 | 1562 | }
|
1551 | 1563 | },
|
1552 | 1564 | "payload":"Content"
|
|
1559 | 1571 | "VersionNumber":{"shape":"Integer"},
|
1560 | 1572 | "Description":{"shape":"Description"},
|
1561 | 1573 | "ContentType":{"shape":"StringWithLengthBetween1And255"},
|
1562 |
| - "VersionLabel":{"shape":"VersionLabel"} |
| 1574 | + "VersionLabel":{"shape":"VersionLabel"}, |
| 1575 | + "KmsKeyArn":{"shape":"Arn"} |
1563 | 1576 | }
|
1564 | 1577 | },
|
1565 | 1578 | "HostedConfigurationVersionSummaryList":{
|
|
1610 | 1623 | "type":"timestamp",
|
1611 | 1624 | "timestampFormat":"iso8601"
|
1612 | 1625 | },
|
| 1626 | + "KmsKeyIdentifier":{ |
| 1627 | + "type":"string", |
| 1628 | + "pattern":"^[\\da-f]{8}-[\\da-f]{4}-[\\da-f]{4}-[\\da-f]{4}-[\\da-f]{12}|alias/[a-zA-Z0-9/_-]{1,250}|arn:aws[a-zA-Z-]*:kms:[a-z]{2}(-gov|-iso(b?))?-[a-z]+-\\d{1}:\\d{12}:(key/[0-9a-f-]{36}|alias/[a-zA-Z0-9/_-]{1,250})$" |
| 1629 | + }, |
| 1630 | + "KmsKeyIdentifierOrEmpty":{ |
| 1631 | + "type":"string", |
| 1632 | + "pattern":"^\\s{0,1}|[\\da-f]{8}-[\\da-f]{4}-[\\da-f]{4}-[\\da-f]{4}-[\\da-f]{12}|alias/[a-zA-Z0-9/_-]{1,250}|arn:aws[a-zA-Z-]*:kms:[a-z]{2}(-gov|-iso(b?))?-[a-z]+-\\d{1}:\\d{12}:(key/[0-9a-f-]{36}|alias/[a-zA-Z0-9/_-]{1,250})$" |
| 1633 | + }, |
1613 | 1634 | "ListApplicationsRequest":{
|
1614 | 1635 | "type":"structure",
|
1615 | 1636 | "members":{
|
|
1868 | 1889 | },
|
1869 | 1890 | "ParameterMap":{
|
1870 | 1891 | "type":"map",
|
1871 |
| - "key":{"shape":"Name"}, |
| 1892 | + "key":{"shape":"ExtensionOrParameterName"}, |
1872 | 1893 | "value":{"shape":"Parameter"},
|
1873 | 1894 | "max":5,
|
1874 | 1895 | "min":1
|
1875 | 1896 | },
|
1876 | 1897 | "ParameterValueMap":{
|
1877 | 1898 | "type":"map",
|
1878 |
| - "key":{"shape":"Name"}, |
| 1899 | + "key":{"shape":"ExtensionOrParameterName"}, |
1879 | 1900 | "value":{"shape":"StringWithLengthBetween1And2048"},
|
1880 | 1901 | "max":5,
|
1881 | 1902 | "min":0
|
|
1962 | 1983 | "ConfigurationVersion":{"shape":"Version"},
|
1963 | 1984 | "Description":{"shape":"Description"},
|
1964 | 1985 | "Tags":{"shape":"TagMap"},
|
1965 |
| - "KmsKeyIdentifier":{"shape":"Identifier"} |
| 1986 | + "KmsKeyIdentifier":{"shape":"KmsKeyIdentifier"} |
1966 | 1987 | }
|
1967 | 1988 | },
|
1968 | 1989 | "StopDeploymentRequest":{
|
|
2111 | 2132 | "Name":{"shape":"Name"},
|
2112 | 2133 | "Description":{"shape":"Description"},
|
2113 | 2134 | "RetrievalRoleArn":{"shape":"RoleArn"},
|
2114 |
| - "Validators":{"shape":"ValidatorList"} |
| 2135 | + "Validators":{"shape":"ValidatorList"}, |
| 2136 | + "KmsKeyIdentifier":{"shape":"KmsKeyIdentifierOrEmpty"} |
2115 | 2137 | }
|
2116 | 2138 | },
|
2117 | 2139 | "UpdateDeploymentStrategyRequest":{
|
|
0 commit comments