|
64286 | 64286 | "documentation":"<p>Indicates whether the VPC is the default VPC.</p>",
|
64287 | 64287 | "locationName":"isDefault"
|
64288 | 64288 | },
|
| 64289 | + "EncryptionControl":{ |
| 64290 | + "shape":"VpcEncryptionControl", |
| 64291 | + "locationName":"encryptionControl" |
| 64292 | + }, |
64289 | 64293 | "Tags":{
|
64290 | 64294 | "shape":"TagList",
|
64291 | 64295 | "documentation":"<p>Any tags assigned to the VPC.</p>",
|
@@ -64583,6 +64587,106 @@
|
64583 | 64587 | "locationName":"item"
|
64584 | 64588 | }
|
64585 | 64589 | },
|
| 64590 | + "VpcEncryptionControl":{ |
| 64591 | + "type":"structure", |
| 64592 | + "members":{ |
| 64593 | + "VpcId":{ |
| 64594 | + "shape":"VpcId", |
| 64595 | + "locationName":"vpcId" |
| 64596 | + }, |
| 64597 | + "VpcEncryptionControlId":{ |
| 64598 | + "shape":"VpcEncryptionControlId", |
| 64599 | + "locationName":"vpcEncryptionControlId" |
| 64600 | + }, |
| 64601 | + "Mode":{ |
| 64602 | + "shape":"VpcEncryptionControlMode", |
| 64603 | + "locationName":"mode" |
| 64604 | + }, |
| 64605 | + "State":{ |
| 64606 | + "shape":"VpcEncryptionControlState", |
| 64607 | + "locationName":"state" |
| 64608 | + }, |
| 64609 | + "StateMessage":{ |
| 64610 | + "shape":"String", |
| 64611 | + "locationName":"stateMessage" |
| 64612 | + }, |
| 64613 | + "ResourceExclusions":{ |
| 64614 | + "shape":"VpcEncryptionControlExclusions", |
| 64615 | + "locationName":"resourceExclusions" |
| 64616 | + }, |
| 64617 | + "Tags":{ |
| 64618 | + "shape":"TagList", |
| 64619 | + "locationName":"tagSet" |
| 64620 | + } |
| 64621 | + } |
| 64622 | + }, |
| 64623 | + "VpcEncryptionControlExclusion":{ |
| 64624 | + "type":"structure", |
| 64625 | + "members":{ |
| 64626 | + "State":{ |
| 64627 | + "shape":"VpcEncryptionControlExclusionState", |
| 64628 | + "locationName":"state" |
| 64629 | + }, |
| 64630 | + "StateMessage":{ |
| 64631 | + "shape":"String", |
| 64632 | + "locationName":"stateMessage" |
| 64633 | + } |
| 64634 | + } |
| 64635 | + }, |
| 64636 | + "VpcEncryptionControlExclusionState":{ |
| 64637 | + "type":"string", |
| 64638 | + "enum":[ |
| 64639 | + "enabling", |
| 64640 | + "enabled", |
| 64641 | + "disabling", |
| 64642 | + "disabled" |
| 64643 | + ] |
| 64644 | + }, |
| 64645 | + "VpcEncryptionControlExclusions":{ |
| 64646 | + "type":"structure", |
| 64647 | + "members":{ |
| 64648 | + "InternetGateway":{ |
| 64649 | + "shape":"VpcEncryptionControlExclusion", |
| 64650 | + "locationName":"internetGateway" |
| 64651 | + }, |
| 64652 | + "EgressOnlyInternetGateway":{ |
| 64653 | + "shape":"VpcEncryptionControlExclusion", |
| 64654 | + "locationName":"egressOnlyInternetGateway" |
| 64655 | + }, |
| 64656 | + "NatGateway":{ |
| 64657 | + "shape":"VpcEncryptionControlExclusion", |
| 64658 | + "locationName":"natGateway" |
| 64659 | + }, |
| 64660 | + "VirtualPrivateGateway":{ |
| 64661 | + "shape":"VpcEncryptionControlExclusion", |
| 64662 | + "locationName":"virtualPrivateGateway" |
| 64663 | + }, |
| 64664 | + "VpcPeering":{ |
| 64665 | + "shape":"VpcEncryptionControlExclusion", |
| 64666 | + "locationName":"vpcPeering" |
| 64667 | + } |
| 64668 | + } |
| 64669 | + }, |
| 64670 | + "VpcEncryptionControlId":{"type":"string"}, |
| 64671 | + "VpcEncryptionControlMode":{ |
| 64672 | + "type":"string", |
| 64673 | + "enum":[ |
| 64674 | + "monitor", |
| 64675 | + "enforce" |
| 64676 | + ] |
| 64677 | + }, |
| 64678 | + "VpcEncryptionControlState":{ |
| 64679 | + "type":"string", |
| 64680 | + "enum":[ |
| 64681 | + "enforce-in-progress", |
| 64682 | + "monitor-in-progress", |
| 64683 | + "enforce-failed", |
| 64684 | + "monitor-failed", |
| 64685 | + "deleting", |
| 64686 | + "deleted", |
| 64687 | + "available" |
| 64688 | + ] |
| 64689 | + }, |
64586 | 64690 | "VpcEndpoint":{
|
64587 | 64691 | "type":"structure",
|
64588 | 64692 | "members":{
|
|
0 commit comments