|
4150 | 4150 | "VpcId" |
4151 | 4151 | ], |
4152 | 4152 | "members":{ |
4153 | | - "DhcpOptionsId":{"shape":"DhcpOptionsId"}, |
| 4153 | + "DhcpOptionsId":{"shape":"DefaultingDhcpOptionsId"}, |
4154 | 4154 | "VpcId":{"shape":"VpcId"}, |
4155 | 4155 | "DryRun":{ |
4156 | 4156 | "shape":"Boolean", |
|
4222 | 4222 | "locationName":"ipv6CidrBlock" |
4223 | 4223 | }, |
4224 | 4224 | "SubnetId":{ |
4225 | | - "shape":"String", |
| 4225 | + "shape":"SubnetId", |
4226 | 4226 | "locationName":"subnetId" |
4227 | 4227 | } |
4228 | 4228 | } |
|
4498 | 4498 | } |
4499 | 4499 | } |
4500 | 4500 | }, |
4501 | | - "AttachmentId":{"type":"string"}, |
4502 | 4501 | "AttachmentStatus":{ |
4503 | 4502 | "type":"string", |
4504 | 4503 | "enum":[ |
|
4835 | 4834 | } |
4836 | 4835 | }, |
4837 | 4836 | "Boolean":{"type":"boolean"}, |
| 4837 | + "BundleId":{"type":"string"}, |
4838 | 4838 | "BundleIdStringList":{ |
4839 | 4839 | "type":"list", |
4840 | 4840 | "member":{ |
|
4989 | 4989 | "type":"structure", |
4990 | 4990 | "required":["BundleId"], |
4991 | 4991 | "members":{ |
4992 | | - "BundleId":{"shape":"String"}, |
| 4992 | + "BundleId":{"shape":"BundleId"}, |
4993 | 4993 | "DryRun":{ |
4994 | 4994 | "shape":"Boolean", |
4995 | 4995 | "locationName":"dryRun" |
|
6137 | 6137 | "locationName":"encrypted" |
6138 | 6138 | }, |
6139 | 6139 | "KmsKeyId":{ |
6140 | | - "shape":"String", |
| 6140 | + "shape":"KmsKeyId", |
6141 | 6141 | "locationName":"kmsKeyId" |
6142 | 6142 | }, |
6143 | 6143 | "Name":{"shape":"String"}, |
|
6646 | 6646 | "locationName":"dryRun" |
6647 | 6647 | }, |
6648 | 6648 | "InstanceId":{ |
6649 | | - "shape":"String", |
| 6649 | + "shape":"InstanceId", |
6650 | 6650 | "locationName":"instanceId" |
6651 | 6651 | }, |
6652 | 6652 | "Name":{ |
|
7236 | 7236 | "CidrBlock":{"shape":"String"}, |
7237 | 7237 | "Ipv6CidrBlock":{"shape":"String"}, |
7238 | 7238 | "OutpostArn":{"shape":"String"}, |
7239 | | - "VpcId":{"shape":"String"}, |
| 7239 | + "VpcId":{"shape":"VpcId"}, |
7240 | 7240 | "DryRun":{ |
7241 | 7241 | "shape":"Boolean", |
7242 | 7242 | "locationName":"dryRun" |
|
7941 | 7941 | "on-demand" |
7942 | 7942 | ] |
7943 | 7943 | }, |
| 7944 | + "DefaultingDhcpOptionsId":{"type":"string"}, |
7944 | 7945 | "DeleteClientVpnEndpointRequest":{ |
7945 | 7946 | "type":"structure", |
7946 | 7947 | "required":["ClientVpnEndpointId"], |
|
8535 | 8536 | "type":"structure", |
8536 | 8537 | "required":["SubnetId"], |
8537 | 8538 | "members":{ |
8538 | | - "SubnetId":{"shape":"String"}, |
| 8539 | + "SubnetId":{"shape":"SubnetId"}, |
8539 | 8540 | "DryRun":{ |
8540 | 8541 | "shape":"Boolean", |
8541 | 8542 | "locationName":"dryRun" |
|
8893 | 8894 | "type":"structure", |
8894 | 8895 | "required":["ImageId"], |
8895 | 8896 | "members":{ |
8896 | | - "ImageId":{"shape":"String"}, |
| 8897 | + "ImageId":{"shape":"ImageId"}, |
8897 | 8898 | "DryRun":{ |
8898 | 8899 | "shape":"Boolean", |
8899 | 8900 | "locationName":"dryRun" |
|
12572 | 12573 | "required":["AttachmentId"], |
12573 | 12574 | "members":{ |
12574 | 12575 | "AttachmentId":{ |
12575 | | - "shape":"AttachmentId", |
| 12576 | + "shape":"NetworkInterfaceAttachmentId", |
12576 | 12577 | "locationName":"attachmentId" |
12577 | 12578 | }, |
12578 | 12579 | "DryRun":{ |
|
12927 | 12928 | "DisassociateAddressRequest":{ |
12928 | 12929 | "type":"structure", |
12929 | 12930 | "members":{ |
12930 | | - "AssociationId":{"shape":"String"}, |
| 12931 | + "AssociationId":{"shape":"ElasticIpAssociationId"}, |
12931 | 12932 | "PublicIp":{"shape":"String"}, |
12932 | 12933 | "DryRun":{ |
12933 | 12934 | "shape":"Boolean", |
|
12995 | 12996 | "required":["AssociationId"], |
12996 | 12997 | "members":{ |
12997 | 12998 | "AssociationId":{ |
12998 | | - "shape":"String", |
| 12999 | + "shape":"SubnetCidrAssociationId", |
12999 | 13000 | "locationName":"associationId" |
13000 | 13001 | } |
13001 | 13002 | } |
@@ -13261,11 +13262,11 @@ |
13261 | 13262 | "shape":"VolumeType", |
13262 | 13263 | "locationName":"volumeType" |
13263 | 13264 | }, |
| 13265 | + "KmsKeyId":{"shape":"String"}, |
13264 | 13266 | "Encrypted":{ |
13265 | 13267 | "shape":"Boolean", |
13266 | 13268 | "locationName":"encrypted" |
13267 | | - }, |
13268 | | - "KmsKeyId":{"shape":"String"} |
| 13269 | + } |
13269 | 13270 | } |
13270 | 13271 | }, |
13271 | 13272 | "EbsEncryptionSupport":{ |
|
13317 | 13318 | "locationName":"deleteOnTermination" |
13318 | 13319 | }, |
13319 | 13320 | "VolumeId":{ |
13320 | | - "shape":"String", |
| 13321 | + "shape":"VolumeId", |
13321 | 13322 | "locationName":"volumeId" |
13322 | 13323 | } |
13323 | 13324 | } |
|
13541 | 13542 | "locationName":"item" |
13542 | 13543 | } |
13543 | 13544 | }, |
| 13545 | + "ElasticIpAssociationId":{"type":"string"}, |
13544 | 13546 | "EnaSupport":{ |
13545 | 13547 | "type":"string", |
13546 | 13548 | "enum":[ |
|
15989 | 15991 | "DryRun":{"shape":"Boolean"}, |
15990 | 15992 | "Encrypted":{"shape":"Boolean"}, |
15991 | 15993 | "Hypervisor":{"shape":"String"}, |
15992 | | - "KmsKeyId":{"shape":"String"}, |
| 15994 | + "KmsKeyId":{"shape":"KmsKeyId"}, |
15993 | 15995 | "LicenseType":{"shape":"String"}, |
15994 | 15996 | "Platform":{"shape":"String"}, |
15995 | 15997 | "RoleName":{"shape":"String"}, |
|
18057 | 18059 | "disable" |
18058 | 18060 | ] |
18059 | 18061 | }, |
| 18062 | + "KernelId":{"type":"string"}, |
18060 | 18063 | "KeyNameStringList":{ |
18061 | 18064 | "type":"list", |
18062 | 18065 | "member":{ |
|
19604 | 19607 | "members":{ |
19605 | 19608 | "Attribute":{"shape":"String"}, |
19606 | 19609 | "Description":{"shape":"AttributeValue"}, |
19607 | | - "ImageId":{"shape":"String"}, |
| 19610 | + "ImageId":{"shape":"ImageId"}, |
19608 | 19611 | "LaunchPermission":{"shape":"LaunchPermissionModifications"}, |
19609 | 19612 | "OperationType":{"shape":"OperationType"}, |
19610 | 19613 | "ProductCodes":{ |
|
19959 | 19962 | "AssignIpv6AddressOnCreation":{"shape":"AttributeBooleanValue"}, |
19960 | 19963 | "MapPublicIpOnLaunch":{"shape":"AttributeBooleanValue"}, |
19961 | 19964 | "SubnetId":{ |
19962 | | - "shape":"String", |
| 19965 | + "shape":"SubnetId", |
19963 | 19966 | "locationName":"subnetId" |
19964 | 19967 | } |
19965 | 19968 | } |
|
20872 | 20875 | } |
20873 | 20876 | } |
20874 | 20877 | }, |
| 20878 | + "NetworkInterfaceAttachmentId":{"type":"string"}, |
20875 | 20879 | "NetworkInterfaceAttribute":{ |
20876 | 20880 | "type":"string", |
20877 | 20881 | "enum":[ |
|
22106 | 22110 | "Windows (Amazon VPC)" |
22107 | 22111 | ] |
22108 | 22112 | }, |
| 22113 | + "RamdiskId":{"type":"string"}, |
22109 | 22114 | "ReasonCodesList":{ |
22110 | 22115 | "type":"list", |
22111 | 22116 | "member":{ |
|
22208 | 22213 | "locationName":"enaSupport" |
22209 | 22214 | }, |
22210 | 22215 | "KernelId":{ |
22211 | | - "shape":"String", |
| 22216 | + "shape":"KernelId", |
22212 | 22217 | "locationName":"kernelId" |
22213 | 22218 | }, |
22214 | 22219 | "Name":{ |
|
22220 | 22225 | "locationName":"BillingProduct" |
22221 | 22226 | }, |
22222 | 22227 | "RamdiskId":{ |
22223 | | - "shape":"String", |
| 22228 | + "shape":"RamdiskId", |
22224 | 22229 | "locationName":"ramdiskId" |
22225 | 22230 | }, |
22226 | 22231 | "RootDeviceName":{ |
|
22366 | 22371 | "ReleaseAddressRequest":{ |
22367 | 22372 | "type":"structure", |
22368 | 22373 | "members":{ |
22369 | | - "AllocationId":{"shape":"String"}, |
| 22374 | + "AllocationId":{"shape":"AllocationId"}, |
22370 | 22375 | "PublicIp":{"shape":"String"}, |
22371 | 22376 | "NetworkBorderGroup":{"shape":"String"}, |
22372 | 22377 | "DryRun":{ |
|
23389 | 23394 | ], |
23390 | 23395 | "members":{ |
23391 | 23396 | "Attribute":{"shape":"ResetImageAttributeName"}, |
23392 | | - "ImageId":{"shape":"String"}, |
| 23397 | + "ImageId":{"shape":"ImageId"}, |
23393 | 23398 | "DryRun":{ |
23394 | 23399 | "shape":"Boolean", |
23395 | 23400 | "locationName":"dryRun" |
|
25864 | 25869 | "locationName":"item" |
25865 | 25870 | } |
25866 | 25871 | }, |
| 25872 | + "SubnetCidrAssociationId":{"type":"string"}, |
25867 | 25873 | "SubnetCidrBlockState":{ |
25868 | 25874 | "type":"structure", |
25869 | 25875 | "members":{ |
|
0 commit comments