|
1984 | 1984 | }, |
1985 | 1985 | "input":{"shape":"DetachVpnGatewayRequest"} |
1986 | 1986 | }, |
| 1987 | + "DisableEbsEncryptionByDefault":{ |
| 1988 | + "name":"DisableEbsEncryptionByDefault", |
| 1989 | + "http":{ |
| 1990 | + "method":"POST", |
| 1991 | + "requestUri":"/" |
| 1992 | + }, |
| 1993 | + "input":{"shape":"DisableEbsEncryptionByDefaultRequest"}, |
| 1994 | + "output":{"shape":"DisableEbsEncryptionByDefaultResult"} |
| 1995 | + }, |
1987 | 1996 | "DisableTransitGatewayRouteTablePropagation":{ |
1988 | 1997 | "name":"DisableTransitGatewayRouteTablePropagation", |
1989 | 1998 | "http":{ |
|
2080 | 2089 | "input":{"shape":"DisassociateVpcCidrBlockRequest"}, |
2081 | 2090 | "output":{"shape":"DisassociateVpcCidrBlockResult"} |
2082 | 2091 | }, |
| 2092 | + "EnableEbsEncryptionByDefault":{ |
| 2093 | + "name":"EnableEbsEncryptionByDefault", |
| 2094 | + "http":{ |
| 2095 | + "method":"POST", |
| 2096 | + "requestUri":"/" |
| 2097 | + }, |
| 2098 | + "input":{"shape":"EnableEbsEncryptionByDefaultRequest"}, |
| 2099 | + "output":{"shape":"EnableEbsEncryptionByDefaultResult"} |
| 2100 | + }, |
2083 | 2101 | "EnableTransitGatewayRouteTablePropagation":{ |
2084 | 2102 | "name":"EnableTransitGatewayRouteTablePropagation", |
2085 | 2103 | "http":{ |
|
2168 | 2186 | "input":{"shape":"GetConsoleScreenshotRequest"}, |
2169 | 2187 | "output":{"shape":"GetConsoleScreenshotResult"} |
2170 | 2188 | }, |
| 2189 | + "GetEbsDefaultKmsKeyId":{ |
| 2190 | + "name":"GetEbsDefaultKmsKeyId", |
| 2191 | + "http":{ |
| 2192 | + "method":"POST", |
| 2193 | + "requestUri":"/" |
| 2194 | + }, |
| 2195 | + "input":{"shape":"GetEbsDefaultKmsKeyIdRequest"}, |
| 2196 | + "output":{"shape":"GetEbsDefaultKmsKeyIdResult"} |
| 2197 | + }, |
| 2198 | + "GetEbsEncryptionByDefault":{ |
| 2199 | + "name":"GetEbsEncryptionByDefault", |
| 2200 | + "http":{ |
| 2201 | + "method":"POST", |
| 2202 | + "requestUri":"/" |
| 2203 | + }, |
| 2204 | + "input":{"shape":"GetEbsEncryptionByDefaultRequest"}, |
| 2205 | + "output":{"shape":"GetEbsEncryptionByDefaultResult"} |
| 2206 | + }, |
2171 | 2207 | "GetHostReservationPurchasePreview":{ |
2172 | 2208 | "name":"GetHostReservationPurchasePreview", |
2173 | 2209 | "http":{ |
|
2303 | 2339 | "input":{"shape":"ModifyClientVpnEndpointRequest"}, |
2304 | 2340 | "output":{"shape":"ModifyClientVpnEndpointResult"} |
2305 | 2341 | }, |
| 2342 | + "ModifyEbsDefaultKmsKeyId":{ |
| 2343 | + "name":"ModifyEbsDefaultKmsKeyId", |
| 2344 | + "http":{ |
| 2345 | + "method":"POST", |
| 2346 | + "requestUri":"/" |
| 2347 | + }, |
| 2348 | + "input":{"shape":"ModifyEbsDefaultKmsKeyIdRequest"}, |
| 2349 | + "output":{"shape":"ModifyEbsDefaultKmsKeyIdResult"} |
| 2350 | + }, |
2306 | 2351 | "ModifyFleet":{ |
2307 | 2352 | "name":"ModifyFleet", |
2308 | 2353 | "http":{ |
|
2739 | 2784 | "input":{"shape":"RequestSpotInstancesRequest"}, |
2740 | 2785 | "output":{"shape":"RequestSpotInstancesResult"} |
2741 | 2786 | }, |
| 2787 | + "ResetEbsDefaultKmsKeyId":{ |
| 2788 | + "name":"ResetEbsDefaultKmsKeyId", |
| 2789 | + "http":{ |
| 2790 | + "method":"POST", |
| 2791 | + "requestUri":"/" |
| 2792 | + }, |
| 2793 | + "input":{"shape":"ResetEbsDefaultKmsKeyIdRequest"}, |
| 2794 | + "output":{"shape":"ResetEbsDefaultKmsKeyIdResult"} |
| 2795 | + }, |
2742 | 2796 | "ResetFpgaImageAttribute":{ |
2743 | 2797 | "name":"ResetFpgaImageAttribute", |
2744 | 2798 | "http":{ |
|
10686 | 10740 | "DirectoryId":{"shape":"String"} |
10687 | 10741 | } |
10688 | 10742 | }, |
| 10743 | + "DisableEbsEncryptionByDefaultRequest":{ |
| 10744 | + "type":"structure", |
| 10745 | + "members":{ |
| 10746 | + "DryRun":{"shape":"Boolean"} |
| 10747 | + } |
| 10748 | + }, |
| 10749 | + "DisableEbsEncryptionByDefaultResult":{ |
| 10750 | + "type":"structure", |
| 10751 | + "members":{ |
| 10752 | + "EbsEncryptionByDefault":{ |
| 10753 | + "shape":"Boolean", |
| 10754 | + "locationName":"ebsEncryptionByDefault" |
| 10755 | + } |
| 10756 | + } |
| 10757 | + }, |
10689 | 10758 | "DisableTransitGatewayRouteTablePropagationRequest":{ |
10690 | 10759 | "type":"structure", |
10691 | 10760 | "required":[ |
|
11273 | 11342 | "locationName":"item" |
11274 | 11343 | } |
11275 | 11344 | }, |
| 11345 | + "EnableEbsEncryptionByDefaultRequest":{ |
| 11346 | + "type":"structure", |
| 11347 | + "members":{ |
| 11348 | + "DryRun":{"shape":"Boolean"} |
| 11349 | + } |
| 11350 | + }, |
| 11351 | + "EnableEbsEncryptionByDefaultResult":{ |
| 11352 | + "type":"structure", |
| 11353 | + "members":{ |
| 11354 | + "EbsEncryptionByDefault":{ |
| 11355 | + "shape":"Boolean", |
| 11356 | + "locationName":"ebsEncryptionByDefault" |
| 11357 | + } |
| 11358 | + } |
| 11359 | + }, |
11276 | 11360 | "EnableTransitGatewayRouteTablePropagationRequest":{ |
11277 | 11361 | "type":"structure", |
11278 | 11362 | "required":[ |
|
12125 | 12209 | } |
12126 | 12210 | } |
12127 | 12211 | }, |
| 12212 | + "GetEbsDefaultKmsKeyIdRequest":{ |
| 12213 | + "type":"structure", |
| 12214 | + "members":{ |
| 12215 | + "DryRun":{"shape":"Boolean"} |
| 12216 | + } |
| 12217 | + }, |
| 12218 | + "GetEbsDefaultKmsKeyIdResult":{ |
| 12219 | + "type":"structure", |
| 12220 | + "members":{ |
| 12221 | + "KmsKeyId":{ |
| 12222 | + "shape":"String", |
| 12223 | + "locationName":"kmsKeyId" |
| 12224 | + } |
| 12225 | + } |
| 12226 | + }, |
| 12227 | + "GetEbsEncryptionByDefaultRequest":{ |
| 12228 | + "type":"structure", |
| 12229 | + "members":{ |
| 12230 | + "DryRun":{"shape":"Boolean"} |
| 12231 | + } |
| 12232 | + }, |
| 12233 | + "GetEbsEncryptionByDefaultResult":{ |
| 12234 | + "type":"structure", |
| 12235 | + "members":{ |
| 12236 | + "EbsEncryptionByDefault":{ |
| 12237 | + "shape":"Boolean", |
| 12238 | + "locationName":"ebsEncryptionByDefault" |
| 12239 | + } |
| 12240 | + } |
| 12241 | + }, |
12128 | 12242 | "GetHostReservationPurchasePreviewRequest":{ |
12129 | 12243 | "type":"structure", |
12130 | 12244 | "required":[ |
|
15674 | 15788 | } |
15675 | 15789 | } |
15676 | 15790 | }, |
| 15791 | + "ModifyEbsDefaultKmsKeyIdRequest":{ |
| 15792 | + "type":"structure", |
| 15793 | + "required":["KmsKeyId"], |
| 15794 | + "members":{ |
| 15795 | + "KmsKeyId":{"shape":"String"}, |
| 15796 | + "DryRun":{"shape":"Boolean"} |
| 15797 | + } |
| 15798 | + }, |
| 15799 | + "ModifyEbsDefaultKmsKeyIdResult":{ |
| 15800 | + "type":"structure", |
| 15801 | + "members":{ |
| 15802 | + "KmsKeyId":{ |
| 15803 | + "shape":"String", |
| 15804 | + "locationName":"kmsKeyId" |
| 15805 | + } |
| 15806 | + } |
| 15807 | + }, |
15677 | 15808 | "ModifyFleetRequest":{ |
15678 | 15809 | "type":"structure", |
15679 | 15810 | "required":[ |
|
18929 | 19060 | "locationName":"item" |
18930 | 19061 | } |
18931 | 19062 | }, |
| 19063 | + "ResetEbsDefaultKmsKeyIdRequest":{ |
| 19064 | + "type":"structure", |
| 19065 | + "members":{ |
| 19066 | + "DryRun":{"shape":"Boolean"} |
| 19067 | + } |
| 19068 | + }, |
| 19069 | + "ResetEbsDefaultKmsKeyIdResult":{ |
| 19070 | + "type":"structure", |
| 19071 | + "members":{ |
| 19072 | + "KmsKeyId":{ |
| 19073 | + "shape":"String", |
| 19074 | + "locationName":"kmsKeyId" |
| 19075 | + } |
| 19076 | + } |
| 19077 | + }, |
18932 | 19078 | "ResetFpgaImageAttributeName":{ |
18933 | 19079 | "type":"string", |
18934 | 19080 | "enum":["loadPermission"] |
|
0 commit comments