diff --git a/handler/organizationvpc/organizationvpc.go b/handler/organizationvpc/organizationvpc.go index 6fab731..74c5719 100644 --- a/handler/organizationvpc/organizationvpc.go +++ b/handler/organizationvpc/organizationvpc.go @@ -322,7 +322,9 @@ type PeeringConnectionOut struct { // PeeringConnectionStateInfoOut State-specific help or error information type PeeringConnectionStateInfoOut struct { AwsVpcPeeringConnectionId *string `json:"aws_vpc_peering_connection_id,omitempty"` - Message string `json:"message"` // Human-readable information message + Message string `json:"message"` // Human-readable information message + ToProjectId *string `json:"to_project_id,omitempty"` + ToVpcNetwork *string `json:"to_vpc_network,omitempty"` Type string `json:"type"` // Type of state information Warnings []WarningOut `json:"warnings,omitempty"` // List of warnings if any } diff --git a/openapi_patch.yaml b/openapi_patch.yaml index 466bdc6..8fef87f 100644 --- a/openapi_patch.yaml +++ b/openapi_patch.yaml @@ -24,6 +24,10 @@ components: properties: aws_vpc_peering_connection_id: type: string + to_project_id: + type: string + to_vpc_network: + type: string ServiceKafkaQuotaDescribeResponse: properties: quota: