+ },
+ "Warning": {
+ "shape": "ValidationWarning",
+ "documentation": "<p>If the new version of the launch template contains parameters or parameter combinations that are not valid, an error code and an error message are returned for each issue that's found.</p>",
+ "locationName": "warning"
+ }
+ }
+ },
+ "CreateLocalGatewayRouteRequest": {
+ "type": "structure",
+ "required": [
+ "DestinationCidrBlock",
+ "LocalGatewayRouteTableId",
+ "LocalGatewayVirtualInterfaceGroupId"
+ ],
+ "members": {
+ "DestinationCidrBlock": {
+ "shape": "String",
+ "documentation": "<p>The CIDR range used for destination matches. Routing decisions are based on the most specific match.</p>"
+ },
+ "LocalGatewayRouteTableId": {
+ "shape": "LocalGatewayRoutetableId",
+ "documentation": "<p>The ID of the local gateway route table.</p>"
+ },
+ "LocalGatewayVirtualInterfaceGroupId": {
+ "shape": "LocalGatewayVirtualInterfaceGroupId",
+ "documentation": "<p>The ID of the virtual interface group.</p>"
+ },
+ "DryRun": {
+ "shape": "Boolean",
+ "documentation": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>"
+ }
+ }
+ },
+ "CreateLocalGatewayRouteResult": {
+ "type": "structure",
+ "members": {
+ "Route": {
+ "shape": "LocalGatewayRoute",
+ "documentation": "<p>Information about the route.</p>",
+ "locationName": "route"
+ }
+ }
+ },
+ "CreateLocalGatewayRouteTableVpcAssociationRequest": {
+ "type": "structure",
+ "required": [
+ "LocalGatewayRouteTableId",
+ "VpcId"
+ ],
+ "members": {
+ "LocalGatewayRouteTableId": {
+ "shape": "LocalGatewayRoutetableId",
+ "documentation": "<p>The ID of the local gateway route table.</p>"
+ },
+ "VpcId": {
+ "shape": "VpcId",
+ "documentation": "<p>The ID of the VPC.</p>"
+ },
+ "TagSpecifications": {
+ "shape": "TagSpecificationList",
+ "documentation": "<p>The tags to assign to the local gateway route table VPC association.</p>",
+ "locationName": "TagSpecification"
+ },
+ "DryRun": {
+ "shape": "Boolean",
+ "documentation": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>"
+ }
+ }
+ },
+ "CreateLocalGatewayRouteTableVpcAssociationResult": {
+ "type": "structure",
+ "members": {
+ "LocalGatewayRouteTableVpcAssociation": {
+ "shape": "LocalGatewayRouteTableVpcAssociation",
+ "documentation": "<p>Information about the association.</p>",
+ "locationName": "localGatewayRouteTableVpcAssociation"